From bugzilla at redhat.com Fri May 1 06:17:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 1 May 2009 02:17:48 -0400 Subject: [Bug 498564] New: Data-Visitor needs updating to avoid deprecation warning Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Data-Visitor needs updating to avoid deprecation warning https://bugzilla.redhat.com/show_bug.cgi?id=498564 Summary: Data-Visitor needs updating to avoid deprecation warning Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Data-Visitor AssignedTo: cweyl at alumni.drew.edu ReportedBy: iarnell at gmail.com QAContact: extras-qa at fedoraproject.org CC: cweyl at alumni.drew.edu, fedora-perl-devel-list at redhat.com Classification: Fedora perl-Data-Visitor needs to be updated to 0.24 in rawhide to avoid deprecation warnings introduced by perl-Class-MOP-0.81. -- Configure 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 May 2 03:52:53 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 2 May 2009 03:52:53 +0000 (UTC) Subject: rpms/perl-Archive-RPM/devel import.log, NONE, 1.1 perl-Archive-RPM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502035253.74AD370120@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Archive-RPM/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5252/devel Modified Files: .cvsignore sources Added Files: import.log perl-Archive-RPM.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Archive-RPM-0_04-1_fc10:HEAD:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236332 --- NEW FILE perl-Archive-RPM.spec --- Name: perl-Archive-RPM Version: 0.04 Release: 1%{?dist} # lib/Archive/RPM.pm -> LGPLv2+ # lib/Archive/RPM/ChangeLogEntry.pm -> LGPLv2+ License: LGPLv2+ Group: Development/Libraries Summary: Work with an RPM Source: http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Archive-RPM-%{version}.tar.gz Url: http://search.cpan.org/dist/Archive-RPM BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch # non-perl BuildRequires: rpm, cpio Requires: rpm, cpio BuildRequires: perl(DateTime) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Moose) BuildRequires: perl(MooseX::AttributeHelpers) BuildRequires: perl(MooseX::Types::DateTime) BuildRequires: perl(MooseX::Types::Path::Class) BuildRequires: perl(namespace::clean) BuildRequires: perl(Path::Class) BuildRequires: perl(RPM2) >= 0.67 BuildRequires: perl(Test::More) %description Archive::RPM provides a more complete method of accessing an RPM's meta- and actual data. We access this information by leveraging RPM2 where we can, and by "exploding" the rpm with rpm2cpio and cpio when we need information we can't get through RPM2. %prep %setup -q -n Archive-RPM-%{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 * Sun Apr 26 2009 Chris Weyl 0.04-1 - update to 0.04 * Sun Mar 08 2009 Chris Weyl 0.03-1 - submission * Sun Mar 08 2009 Chris Weyl 0.03-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-RPM/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Apr 2009 03:11:19 -0000 1.1 +++ .cvsignore 2 May 2009 03:52:22 -0000 1.2 @@ -0,0 +1 @@ +Archive-RPM-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-RPM/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Apr 2009 03:11:19 -0000 1.1 +++ sources 2 May 2009 03:52:22 -0000 1.2 @@ -0,0 +1 @@ +76fc498b7bccd562de871274a3a50d86 Archive-RPM-0.04.tar.gz From cweyl at fedoraproject.org Sat May 2 04:00:30 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 2 May 2009 04:00:30 +0000 (UTC) Subject: rpms/perl-Archive-RPM/devel import.log,1.1,1.2 Message-ID: <20090502040030.CB9A870120@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Archive-RPM/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6301/devel Modified Files: import.log Log Message: initial import Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-RPM/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 2 May 2009 03:52:22 -0000 1.1 +++ import.log 2 May 2009 04:00:00 -0000 1.2 @@ -1 +1,2 @@ perl-Archive-RPM-0_04-1_fc10:HEAD:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236332 +perl-Archive-RPM-0_04-1_fc10:HEAD:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236789 From cweyl at fedoraproject.org Sat May 2 04:00:54 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 2 May 2009 04:00:54 +0000 (UTC) Subject: rpms/perl-MooseX-Role-XMLRPC-Client/devel import.log, NONE, 1.1 perl-MooseX-Role-XMLRPC-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502040054.235C870120@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6524/devel Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-Role-XMLRPC-Client.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-Role-XMLRPC-Client-0_04-1_fc10:HEAD:perl-MooseX-Role-XMLRPC-Client-0.04-1.fc10.src.rpm:1241236816 --- NEW FILE perl-MooseX-Role-XMLRPC-Client.spec --- Name: perl-MooseX-Role-XMLRPC-Client Version: 0.04 Release: 1%{?dist} # lib/MooseX/Role/XMLRPC/Client.pm -> LGPLv2+ License: LGPLv2+ Group: Development/Libraries Summary: Provide the needed bits to be a XML-RPC client Source: http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client 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(HTTP::Cookies) BuildRequires: perl(MooseX::Role::Parameterized) >= 0.02 BuildRequires: perl(MooseX::Types) BuildRequires: perl(MooseX::Types::Path::Class) BuildRequires: perl(MooseX::Types::URI) BuildRequires: perl(namespace::clean) BuildRequires: perl(RPC::XML::Client) # tests BuildRequires: perl(Test::More) BuildRequires: perl(Crypt::SSLeay) # see RT#44197 BuildRequires: perl(CPAN) %description This is a Moose role that provides the methods and attributes needed to enable a class to serve as an XML-RPC client. It is parameterized through MooseX::Role::Parameterized, so you can customize how it embeds in your class. You can even embed it multiple times with different paramaterization, if it strikes your fancy :-) %prep %setup -q -n MooseX-Role-XMLRPC-Client-%{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 %{?!_with_network_tests: NO_NET_TESTS=1} make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri May 01 2009 Chris Weyl 0.04-1 - update to 0.04 * Mon Apr 27 2009 Chris Weyl 0.03-1 - update to 0.03 - skip network tests - br on Crypt::SSLeay and CPAN (see RT#44197) * Sat Apr 25 2009 Chris Weyl 0.02-1 - submission * Sat Apr 25 2009 Chris Weyl 0.02-0 - update to 0.02 * Mon Apr 13 2009 Chris Weyl 0.01-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Apr 2009 03:20:22 -0000 1.1 +++ .cvsignore 2 May 2009 04:00:23 -0000 1.2 @@ -0,0 +1 @@ +MooseX-Role-XMLRPC-Client-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Apr 2009 03:20:22 -0000 1.1 +++ sources 2 May 2009 04:00:23 -0000 1.2 @@ -0,0 +1 @@ +8d0544049075ef56d07947417bedf289 MooseX-Role-XMLRPC-Client-0.04.tar.gz From cweyl at fedoraproject.org Sat May 2 04:01:51 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 2 May 2009 04:01:51 +0000 (UTC) Subject: rpms/perl-MooseX-Role-XMLRPC-Client/F-10 import.log, NONE, 1.1 perl-MooseX-Role-XMLRPC-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502040151.9D0C770120@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7018/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-Role-XMLRPC-Client.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-Role-XMLRPC-Client-0_04-1_fc10:F-10:perl-MooseX-Role-XMLRPC-Client-0.04-1.fc10.src.rpm:1241236869 --- NEW FILE perl-MooseX-Role-XMLRPC-Client.spec --- Name: perl-MooseX-Role-XMLRPC-Client Version: 0.04 Release: 1%{?dist} # lib/MooseX/Role/XMLRPC/Client.pm -> LGPLv2+ License: LGPLv2+ Group: Development/Libraries Summary: Provide the needed bits to be a XML-RPC client Source: http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client 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(HTTP::Cookies) BuildRequires: perl(MooseX::Role::Parameterized) >= 0.02 BuildRequires: perl(MooseX::Types) BuildRequires: perl(MooseX::Types::Path::Class) BuildRequires: perl(MooseX::Types::URI) BuildRequires: perl(namespace::clean) BuildRequires: perl(RPC::XML::Client) # tests BuildRequires: perl(Test::More) BuildRequires: perl(Crypt::SSLeay) # see RT#44197 BuildRequires: perl(CPAN) %description This is a Moose role that provides the methods and attributes needed to enable a class to serve as an XML-RPC client. It is parameterized through MooseX::Role::Parameterized, so you can customize how it embeds in your class. You can even embed it multiple times with different paramaterization, if it strikes your fancy :-) %prep %setup -q -n MooseX-Role-XMLRPC-Client-%{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 %{?!_with_network_tests: NO_NET_TESTS=1} make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri May 01 2009 Chris Weyl 0.04-1 - update to 0.04 * Mon Apr 27 2009 Chris Weyl 0.03-1 - update to 0.03 - skip network tests - br on Crypt::SSLeay and CPAN (see RT#44197) * Sat Apr 25 2009 Chris Weyl 0.02-1 - submission * Sat Apr 25 2009 Chris Weyl 0.02-0 - update to 0.02 * Mon Apr 13 2009 Chris Weyl 0.01-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Apr 2009 03:20:22 -0000 1.1 +++ .cvsignore 2 May 2009 04:01:21 -0000 1.2 @@ -0,0 +1 @@ +MooseX-Role-XMLRPC-Client-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Apr 2009 03:20:22 -0000 1.1 +++ sources 2 May 2009 04:01:21 -0000 1.2 @@ -0,0 +1 @@ +8d0544049075ef56d07947417bedf289 MooseX-Role-XMLRPC-Client-0.04.tar.gz From cweyl at fedoraproject.org Sat May 2 04:01:52 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 2 May 2009 04:01:52 +0000 (UTC) Subject: rpms/perl-Archive-RPM/F-10 import.log, NONE, 1.1 perl-Archive-RPM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502040152.9EF4370120@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Archive-RPM/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7040/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Archive-RPM.spec Log Message: initial import --- NEW FILE import.log --- perl-Archive-RPM-0_04-1_fc10:F-10:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236870 --- NEW FILE perl-Archive-RPM.spec --- Name: perl-Archive-RPM Version: 0.04 Release: 1%{?dist} # lib/Archive/RPM.pm -> LGPLv2+ # lib/Archive/RPM/ChangeLogEntry.pm -> LGPLv2+ License: LGPLv2+ Group: Development/Libraries Summary: Work with an RPM Source: http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Archive-RPM-%{version}.tar.gz Url: http://search.cpan.org/dist/Archive-RPM BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch # non-perl BuildRequires: rpm, cpio Requires: rpm, cpio BuildRequires: perl(DateTime) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Moose) BuildRequires: perl(MooseX::AttributeHelpers) BuildRequires: perl(MooseX::Types::DateTime) BuildRequires: perl(MooseX::Types::Path::Class) BuildRequires: perl(namespace::clean) BuildRequires: perl(Path::Class) BuildRequires: perl(RPM2) >= 0.67 BuildRequires: perl(Test::More) %description Archive::RPM provides a more complete method of accessing an RPM's meta- and actual data. We access this information by leveraging RPM2 where we can, and by "exploding" the rpm with rpm2cpio and cpio when we need information we can't get through RPM2. %prep %setup -q -n Archive-RPM-%{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 * Sun Apr 26 2009 Chris Weyl 0.04-1 - update to 0.04 * Sun Mar 08 2009 Chris Weyl 0.03-1 - submission * Sun Mar 08 2009 Chris Weyl 0.03-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Apr 2009 03:11:19 -0000 1.1 +++ .cvsignore 2 May 2009 04:01:22 -0000 1.2 @@ -0,0 +1 @@ +Archive-RPM-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Apr 2009 03:11:19 -0000 1.1 +++ sources 2 May 2009 04:01:22 -0000 1.2 @@ -0,0 +1 @@ +76fc498b7bccd562de871274a3a50d86 Archive-RPM-0.04.tar.gz From cweyl at fedoraproject.org Sat May 2 04:02:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 2 May 2009 04:02:46 +0000 (UTC) Subject: rpms/perl-MooseX-Role-XMLRPC-Client/F-9 import.log, NONE, 1.1 perl-MooseX-Role-XMLRPC-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502040246.7F5DF70120@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7477/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-Role-XMLRPC-Client.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-Role-XMLRPC-Client-0_04-1_fc10:F-9:perl-MooseX-Role-XMLRPC-Client-0.04-1.fc10.src.rpm:1241236925 --- NEW FILE perl-MooseX-Role-XMLRPC-Client.spec --- Name: perl-MooseX-Role-XMLRPC-Client Version: 0.04 Release: 1%{?dist} # lib/MooseX/Role/XMLRPC/Client.pm -> LGPLv2+ License: LGPLv2+ Group: Development/Libraries Summary: Provide the needed bits to be a XML-RPC client Source: http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client 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(HTTP::Cookies) BuildRequires: perl(MooseX::Role::Parameterized) >= 0.02 BuildRequires: perl(MooseX::Types) BuildRequires: perl(MooseX::Types::Path::Class) BuildRequires: perl(MooseX::Types::URI) BuildRequires: perl(namespace::clean) BuildRequires: perl(RPC::XML::Client) # tests BuildRequires: perl(Test::More) BuildRequires: perl(Crypt::SSLeay) # see RT#44197 BuildRequires: perl(CPAN) %description This is a Moose role that provides the methods and attributes needed to enable a class to serve as an XML-RPC client. It is parameterized through MooseX::Role::Parameterized, so you can customize how it embeds in your class. You can even embed it multiple times with different paramaterization, if it strikes your fancy :-) %prep %setup -q -n MooseX-Role-XMLRPC-Client-%{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 %{?!_with_network_tests: NO_NET_TESTS=1} make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri May 01 2009 Chris Weyl 0.04-1 - update to 0.04 * Mon Apr 27 2009 Chris Weyl 0.03-1 - update to 0.03 - skip network tests - br on Crypt::SSLeay and CPAN (see RT#44197) * Sat Apr 25 2009 Chris Weyl 0.02-1 - submission * Sat Apr 25 2009 Chris Weyl 0.02-0 - update to 0.02 * Mon Apr 13 2009 Chris Weyl 0.01-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Apr 2009 03:20:22 -0000 1.1 +++ .cvsignore 2 May 2009 04:02:16 -0000 1.2 @@ -0,0 +1 @@ +MooseX-Role-XMLRPC-Client-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Apr 2009 03:20:22 -0000 1.1 +++ sources 2 May 2009 04:02:16 -0000 1.2 @@ -0,0 +1 @@ +8d0544049075ef56d07947417bedf289 MooseX-Role-XMLRPC-Client-0.04.tar.gz From cweyl at fedoraproject.org Sat May 2 04:02:47 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 2 May 2009 04:02:47 +0000 (UTC) Subject: rpms/perl-Archive-RPM/F-9 import.log, NONE, 1.1 perl-Archive-RPM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502040247.ECF2370120@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Archive-RPM/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7516/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Archive-RPM.spec Log Message: initial import --- NEW FILE import.log --- perl-Archive-RPM-0_04-1_fc10:F-9:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236928 --- NEW FILE perl-Archive-RPM.spec --- Name: perl-Archive-RPM Version: 0.04 Release: 1%{?dist} # lib/Archive/RPM.pm -> LGPLv2+ # lib/Archive/RPM/ChangeLogEntry.pm -> LGPLv2+ License: LGPLv2+ Group: Development/Libraries Summary: Work with an RPM Source: http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Archive-RPM-%{version}.tar.gz Url: http://search.cpan.org/dist/Archive-RPM BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch # non-perl BuildRequires: rpm, cpio Requires: rpm, cpio BuildRequires: perl(DateTime) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Moose) BuildRequires: perl(MooseX::AttributeHelpers) BuildRequires: perl(MooseX::Types::DateTime) BuildRequires: perl(MooseX::Types::Path::Class) BuildRequires: perl(namespace::clean) BuildRequires: perl(Path::Class) BuildRequires: perl(RPM2) >= 0.67 BuildRequires: perl(Test::More) %description Archive::RPM provides a more complete method of accessing an RPM's meta- and actual data. We access this information by leveraging RPM2 where we can, and by "exploding" the rpm with rpm2cpio and cpio when we need information we can't get through RPM2. %prep %setup -q -n Archive-RPM-%{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 * Sun Apr 26 2009 Chris Weyl 0.04-1 - update to 0.04 * Sun Mar 08 2009 Chris Weyl 0.03-1 - submission * Sun Mar 08 2009 Chris Weyl 0.03-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Apr 2009 03:11:19 -0000 1.1 +++ .cvsignore 2 May 2009 04:02:17 -0000 1.2 @@ -0,0 +1 @@ +Archive-RPM-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Apr 2009 03:11:19 -0000 1.1 +++ sources 2 May 2009 04:02:17 -0000 1.2 @@ -0,0 +1 @@ +76fc498b7bccd562de871274a3a50d86 Archive-RPM-0.04.tar.gz From cweyl at fedoraproject.org Sat May 2 04:05:52 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 2 May 2009 04:05:52 +0000 (UTC) Subject: rpms/perl-MooseX-Role-XMLRPC-Client/F-11 import.log, NONE, 1.1 perl-MooseX-Role-XMLRPC-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502040552.7515770120@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8175/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-Role-XMLRPC-Client.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-Role-XMLRPC-Client-0_04-1_fc10:F-11:perl-MooseX-Role-XMLRPC-Client-0.04-1.fc10.src.rpm:1241237111 --- NEW FILE perl-MooseX-Role-XMLRPC-Client.spec --- Name: perl-MooseX-Role-XMLRPC-Client Version: 0.04 Release: 1%{?dist} # lib/MooseX/Role/XMLRPC/Client.pm -> LGPLv2+ License: LGPLv2+ Group: Development/Libraries Summary: Provide the needed bits to be a XML-RPC client Source: http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client 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(HTTP::Cookies) BuildRequires: perl(MooseX::Role::Parameterized) >= 0.02 BuildRequires: perl(MooseX::Types) BuildRequires: perl(MooseX::Types::Path::Class) BuildRequires: perl(MooseX::Types::URI) BuildRequires: perl(namespace::clean) BuildRequires: perl(RPC::XML::Client) # tests BuildRequires: perl(Test::More) BuildRequires: perl(Crypt::SSLeay) # see RT#44197 BuildRequires: perl(CPAN) %description This is a Moose role that provides the methods and attributes needed to enable a class to serve as an XML-RPC client. It is parameterized through MooseX::Role::Parameterized, so you can customize how it embeds in your class. You can even embed it multiple times with different paramaterization, if it strikes your fancy :-) %prep %setup -q -n MooseX-Role-XMLRPC-Client-%{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 %{?!_with_network_tests: NO_NET_TESTS=1} make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri May 01 2009 Chris Weyl 0.04-1 - update to 0.04 * Mon Apr 27 2009 Chris Weyl 0.03-1 - update to 0.03 - skip network tests - br on Crypt::SSLeay and CPAN (see RT#44197) * Sat Apr 25 2009 Chris Weyl 0.02-1 - submission * Sat Apr 25 2009 Chris Weyl 0.02-0 - update to 0.02 * Mon Apr 13 2009 Chris Weyl 0.01-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Apr 2009 03:20:22 -0000 1.1 +++ .cvsignore 2 May 2009 04:05:22 -0000 1.2 @@ -0,0 +1 @@ +MooseX-Role-XMLRPC-Client-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Apr 2009 03:20:22 -0000 1.1 +++ sources 2 May 2009 04:05:22 -0000 1.2 @@ -0,0 +1 @@ +8d0544049075ef56d07947417bedf289 MooseX-Role-XMLRPC-Client-0.04.tar.gz From cweyl at fedoraproject.org Sat May 2 04:07:17 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 2 May 2009 04:07:17 +0000 (UTC) Subject: rpms/perl-Archive-RPM/F-11 import.log, NONE, 1.1 perl-Archive-RPM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502040717.59FBE70120@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Archive-RPM/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8630/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Archive-RPM.spec Log Message: initial import --- NEW FILE import.log --- perl-Archive-RPM-0_04-1_fc10:F-11:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241237195 --- NEW FILE perl-Archive-RPM.spec --- Name: perl-Archive-RPM Version: 0.04 Release: 1%{?dist} # lib/Archive/RPM.pm -> LGPLv2+ # lib/Archive/RPM/ChangeLogEntry.pm -> LGPLv2+ License: LGPLv2+ Group: Development/Libraries Summary: Work with an RPM Source: http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Archive-RPM-%{version}.tar.gz Url: http://search.cpan.org/dist/Archive-RPM BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch # non-perl BuildRequires: rpm, cpio Requires: rpm, cpio BuildRequires: perl(DateTime) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Moose) BuildRequires: perl(MooseX::AttributeHelpers) BuildRequires: perl(MooseX::Types::DateTime) BuildRequires: perl(MooseX::Types::Path::Class) BuildRequires: perl(namespace::clean) BuildRequires: perl(Path::Class) BuildRequires: perl(RPM2) >= 0.67 BuildRequires: perl(Test::More) %description Archive::RPM provides a more complete method of accessing an RPM's meta- and actual data. We access this information by leveraging RPM2 where we can, and by "exploding" the rpm with rpm2cpio and cpio when we need information we can't get through RPM2. %prep %setup -q -n Archive-RPM-%{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 * Sun Apr 26 2009 Chris Weyl 0.04-1 - update to 0.04 * Sun Mar 08 2009 Chris Weyl 0.03-1 - submission * Sun Mar 08 2009 Chris Weyl 0.03-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Apr 2009 03:11:19 -0000 1.1 +++ .cvsignore 2 May 2009 04:06:47 -0000 1.2 @@ -0,0 +1 @@ +Archive-RPM-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Apr 2009 03:11:19 -0000 1.1 +++ sources 2 May 2009 04:06:47 -0000 1.2 @@ -0,0 +1 @@ +76fc498b7bccd562de871274a3a50d86 Archive-RPM-0.04.tar.gz From iarnell at fedoraproject.org Sat May 2 05:52:25 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 2 May 2009 05:52:25 +0000 (UTC) Subject: rpms/perl-Devel-REPL/devel .cvsignore,1.1,1.2 sources,1.1,1.2 Message-ID: <20090502055225.F0E1470120@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Devel-REPL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22249 Modified Files: .cvsignore sources Log Message: initial import Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-REPL/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 21:03:01 -0000 1.1 +++ .cvsignore 2 May 2009 05:51:55 -0000 1.2 @@ -0,0 +1 @@ +Devel-REPL-1.003006.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-REPL/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 21:03:01 -0000 1.1 +++ sources 2 May 2009 05:51:55 -0000 1.2 @@ -0,0 +1 @@ +e052cac4b6d55eee9a0ced5a76b5a7be Devel-REPL-1.003006.tar.gz From iarnell at fedoraproject.org Sat May 2 05:53:41 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 2 May 2009 05:53:41 +0000 (UTC) Subject: rpms/perl-Devel-REPL/devel perl-Devel-REPL.spec,NONE,1.1 Message-ID: <20090502055341.66E5870120@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Devel-REPL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22521 Added Files: perl-Devel-REPL.spec Log Message: * Sat May 02 2009 Iain Arnell 1.003006-2 - remove BR perl --- NEW FILE perl-Devel-REPL.spec --- Name: perl-Devel-REPL Version: 1.003006 Release: 2%{?dist} Summary: Modern perl interactive shell License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-REPL/ Source0: http://www.cpan.org/authors/id/O/OL/OLIVER/Devel-REPL-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::HomeDir) BuildRequires: perl(Moose) >= 0.74 BuildRequires: perl(MooseX::AttributeHelpers) >= 0.16 BuildRequires: perl(MooseX::Getopt) >= 0.18 BuildRequires: perl(MooseX::Object::Pluggable) >= 0.0009 BuildRequires: perl(namespace::clean) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::More) # necessary for optional modules BuildRequires: perl(PPI) BuildRequires: perl(Data::Dump::Streamer) BuildRequires: perl(File::Next) BuildRequires: perl(B::Keywords) BuildRequires: perl(Lexical::Persistence) BuildRequires: perl(App::Nopaste) BuildRequires: perl(Module::Refresh) # undetected requires Requires: perl(App::Nopaste) Requires: perl(MooseX::Getopt) >= 0.18 Requires: perl(MooseX::Object::Pluggable) >= 0.0009 Requires: perl(Task::Weaken) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. %prep %setup -q -n Devel-REPL-%{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 examples %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man3/* %changelog * Sat May 02 2009 Iain Arnell 1.003006-2 - remove BR perl * Sun Apr 19 2009 Iain Arnell 1.003006-1 - Specfile autogenerated by cpanspec 1.77. - add requires for optional modules From eseyman at fedoraproject.org Sat May 2 12:10:07 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sat, 2 May 2009 12:10:07 +0000 (UTC) Subject: rpms/perl-JSON-RPC/devel import.log, NONE, 1.1 perl-JSON-RPC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502121007.66A0970120@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-JSON-RPC/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17746/devel Modified Files: .cvsignore sources Added Files: import.log perl-JSON-RPC.spec Log Message: Initial import --- NEW FILE import.log --- perl-JSON-RPC-0_96-2_fc10:HEAD:perl-JSON-RPC-0.96-2.fc10.src.rpm:1241266143 --- NEW FILE perl-JSON-RPC.spec --- Name: perl-JSON-RPC Version: 0.96 Release: 2%{?dist} Summary: Perl implementation of JSON-RPC 1.1 protocol License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JSON-RPC/ Source0: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-RPC-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI) >= 2.92 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(JSON) >= 2 BuildRequires: perl(LWP::UserAgent) >= 2.001 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description JSON-RPC is a stateless and light-weight remote procedure call (RPC) protocol for inter-networking applications over HTTP. It uses JSON as the data format for of all facets of a remote procedure call, including all application data carried in parameters. %prep %setup -q -n JSON-RPC-%{version} # Get rid of non-UNIX end-of-lines sed -i 's/\r//' ex/jsonrpc.conf %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm ex/MyApp.pm 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 ex README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Apr 28 2009 Emmanuel Seyman 0.96-2 - Remove unneeded Requires * Tue Apr 14 2009 Emmanuel Seyman 0.96-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-JSON-RPC/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 20:57:37 -0000 1.1 +++ .cvsignore 2 May 2009 12:09:36 -0000 1.2 @@ -0,0 +1 @@ +JSON-RPC-0.96.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-JSON-RPC/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:57:37 -0000 1.1 +++ sources 2 May 2009 12:09:36 -0000 1.2 @@ -0,0 +1 @@ +3912464c3cf59b60131fd2b15400192a JSON-RPC-0.96.tar.gz From eseyman at fedoraproject.org Sat May 2 12:57:03 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sat, 2 May 2009 12:57:03 +0000 (UTC) Subject: rpms/perl-JSON-RPC/F-11 import.log, NONE, 1.1 perl-JSON-RPC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502125703.78B2970120@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-JSON-RPC/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25874/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-JSON-RPC.spec Log Message: Initial Import --- NEW FILE import.log --- perl-JSON-RPC-0_96-2_fc10:F-11:perl-JSON-RPC-0.96-2.fc10.src.rpm:1241268963 --- NEW FILE perl-JSON-RPC.spec --- Name: perl-JSON-RPC Version: 0.96 Release: 2%{?dist} Summary: Perl implementation of JSON-RPC 1.1 protocol License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JSON-RPC/ Source0: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-RPC-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI) >= 2.92 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(JSON) >= 2 BuildRequires: perl(LWP::UserAgent) >= 2.001 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description JSON-RPC is a stateless and light-weight remote procedure call (RPC) protocol for inter-networking applications over HTTP. It uses JSON as the data format for of all facets of a remote procedure call, including all application data carried in parameters. %prep %setup -q -n JSON-RPC-%{version} # Get rid of non-UNIX end-of-lines sed -i 's/\r//' ex/jsonrpc.conf %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm ex/MyApp.pm 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 ex README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Apr 28 2009 Emmanuel Seyman 0.96-2 - Remove unneeded Requires * Tue Apr 14 2009 Emmanuel Seyman 0.96-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-JSON-RPC/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 20:57:37 -0000 1.1 +++ .cvsignore 2 May 2009 12:56:33 -0000 1.2 @@ -0,0 +1 @@ +JSON-RPC-0.96.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-JSON-RPC/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:57:37 -0000 1.1 +++ sources 2 May 2009 12:56:33 -0000 1.2 @@ -0,0 +1 @@ +3912464c3cf59b60131fd2b15400192a JSON-RPC-0.96.tar.gz From eseyman at fedoraproject.org Sat May 2 13:06:03 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sat, 2 May 2009 13:06:03 +0000 (UTC) Subject: rpms/perl-JSON-RPC/F-10 import.log, NONE, 1.1 perl-JSON-RPC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502130603.9FE9A70120@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-JSON-RPC/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27121/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-JSON-RPC.spec Log Message: Initial Import. --- NEW FILE import.log --- perl-JSON-RPC-0_96-2_fc10:F-10:perl-JSON-RPC-0.96-2.fc10.src.rpm:1241269495 --- NEW FILE perl-JSON-RPC.spec --- Name: perl-JSON-RPC Version: 0.96 Release: 2%{?dist} Summary: Perl implementation of JSON-RPC 1.1 protocol License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JSON-RPC/ Source0: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-RPC-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI) >= 2.92 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(JSON) >= 2 BuildRequires: perl(LWP::UserAgent) >= 2.001 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description JSON-RPC is a stateless and light-weight remote procedure call (RPC) protocol for inter-networking applications over HTTP. It uses JSON as the data format for of all facets of a remote procedure call, including all application data carried in parameters. %prep %setup -q -n JSON-RPC-%{version} # Get rid of non-UNIX end-of-lines sed -i 's/\r//' ex/jsonrpc.conf %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm ex/MyApp.pm 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 ex README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Apr 28 2009 Emmanuel Seyman 0.96-2 - Remove unneeded Requires * Tue Apr 14 2009 Emmanuel Seyman 0.96-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-JSON-RPC/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 20:57:37 -0000 1.1 +++ .cvsignore 2 May 2009 13:05:33 -0000 1.2 @@ -0,0 +1 @@ +JSON-RPC-0.96.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-JSON-RPC/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:57:37 -0000 1.1 +++ sources 2 May 2009 13:05:33 -0000 1.2 @@ -0,0 +1 @@ +3912464c3cf59b60131fd2b15400192a JSON-RPC-0.96.tar.gz From eseyman at fedoraproject.org Sat May 2 13:19:09 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sat, 2 May 2009 13:19:09 +0000 (UTC) Subject: rpms/perl-JSON-RPC/F-9 import.log, NONE, 1.1 perl-JSON-RPC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090502131909.9409070120@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-JSON-RPC/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29474/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-JSON-RPC.spec Log Message: Initial import. --- NEW FILE import.log --- perl-JSON-RPC-0_96-2_fc10:F-9:perl-JSON-RPC-0.96-2.fc10.src.rpm:1241270284 --- NEW FILE perl-JSON-RPC.spec --- Name: perl-JSON-RPC Version: 0.96 Release: 2%{?dist} Summary: Perl implementation of JSON-RPC 1.1 protocol License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JSON-RPC/ Source0: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-RPC-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI) >= 2.92 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(JSON) >= 2 BuildRequires: perl(LWP::UserAgent) >= 2.001 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description JSON-RPC is a stateless and light-weight remote procedure call (RPC) protocol for inter-networking applications over HTTP. It uses JSON as the data format for of all facets of a remote procedure call, including all application data carried in parameters. %prep %setup -q -n JSON-RPC-%{version} # Get rid of non-UNIX end-of-lines sed -i 's/\r//' ex/jsonrpc.conf %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm ex/MyApp.pm 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 ex README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Apr 28 2009 Emmanuel Seyman 0.96-2 - Remove unneeded Requires * Tue Apr 14 2009 Emmanuel Seyman 0.96-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-JSON-RPC/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 20:57:37 -0000 1.1 +++ .cvsignore 2 May 2009 13:18:39 -0000 1.2 @@ -0,0 +1 @@ +JSON-RPC-0.96.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-JSON-RPC/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:57:37 -0000 1.1 +++ sources 2 May 2009 13:18:39 -0000 1.2 @@ -0,0 +1 @@ +3912464c3cf59b60131fd2b15400192a JSON-RPC-0.96.tar.gz From bugzilla at redhat.com Sat May 2 17:49:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 2 May 2009 13:49:32 -0400 Subject: [Bug 462832] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200905021749.n42HnWh0017051@bz-web1.app.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=462832 Michael Schwendt changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |498746 -- Configure 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 May 2 17:49:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 2 May 2009 13:49:31 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: References: Message-ID: <200905021749.n42HnVIa017018@bz-web1.app.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=280991 Michael Schwendt changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |498746 -- Configure 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 May 2 17:49:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 2 May 2009 13:49:29 -0400 Subject: [Bug 498746] New: Non-responsive package maintainer + dead package? Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Non-responsive package maintainer + dead package? https://bugzilla.redhat.com/show_bug.cgi?id=498746 Summary: Non-responsive package maintainer + dead package? Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: cpan2rpm AssignedTo: gavin.henry at gmail.com ReportedBy: bugs.michael at gmx.net QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com, jh.redhat at plonk.de, gavin.henry at gmail.com Depends on: 280991,462832 Classification: Fedora Opening this ticket in accordance with http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers and at the same time trying to find a decision on whether to mark cpan2rpm dead in favour of cpanspec? [...] Bug 280991 (cpan2rpm misses dependency on ExtUtils::MakeMaker) was filed on 2007-09-06 for Fedora 7 and is still unfixed. No comment from package owner Gavin Henry. Bug 462832 (cpan2rpm doesn't work with latest Pod::Text) was filed on 2008-09-19 for Fedora 9, is related, and is still unfixed. No comment from package owner Gavin Henry. [...] Package doesn't have any official Fedora co-maintainers listed. perl-sig is subscribed to watchbugzilla/watchcommits only. Upstream has not done a release since June 2005 and has not answered to the upstream PR for bug 462823 that was filed in May 2007. In both bz tickets it has been suggested (and also to me privately) to use cpanspec instead. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Sun May 3 08:22:52 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 3 May 2009 08:22:52 +0000 (UTC) Subject: rpms/perl-App-Nopaste/devel perl-App-Nopaste.spec,1.1,1.2 Message-ID: <20090503082252.C8B1A700DA@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-App-Nopaste/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2612 Modified Files: perl-App-Nopaste.spec Log Message: * Sun May 03 2009 Iain Arnell 0.10-2 - rename nopaste command to avoid conflict with existing nopaste rpm Index: perl-App-Nopaste.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/devel/perl-App-Nopaste.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-App-Nopaste.spec 30 Apr 2009 07:18:16 -0000 1.1 +++ perl-App-Nopaste.spec 3 May 2009 08:22:22 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-App-Nopaste Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easy access to any pastebin License: GPL+ or Artistic Group: Development/Libraries @@ -39,6 +39,10 @@ name nopaste). %prep %setup -q -n App-Nopaste-%{version} +mv bin/nopaste bin/app-nopaste +sed -i -e 's/nopaste/app-nopaste/' bin/app-nopaste +sed -i -e 's/nopaste/app-nopaste/' Makefile.PL + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -68,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 03 2009 Iain Arnell 0.10-2 +- rename nopaste command to avoid conflict with existing nopaste rpm + * Sun Apr 19 2009 Iain Arnell 0.10-1 - Specfile autogenerated by cpanspec 1.77. - add requires for optional modules From robert at fedoraproject.org Sun May 3 11:41:24 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 3 May 2009 11:41:24 +0000 (UTC) Subject: rpms/perl-Net-LibIDN/devel .cvsignore, 1.5, 1.6 perl-Net-LibIDN.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <20090503114124.78E3D700DA@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/extras/rpms/perl-Net-LibIDN/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4553 Modified Files: .cvsignore perl-Net-LibIDN.spec sources Log Message: Upgrade to 0.12 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-LibIDN/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 25 Jan 2009 15:46:16 -0000 1.5 +++ .cvsignore 3 May 2009 11:41:22 -0000 1.6 @@ -1 +1 @@ -Net-LibIDN-0.11.tar.gz +Net-LibIDN-0.12.tar.gz Index: perl-Net-LibIDN.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-LibIDN/devel/perl-Net-LibIDN.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Net-LibIDN.spec 23 Feb 2009 21:24:23 -0000 1.10 +++ perl-Net-LibIDN.spec 3 May 2009 11:41:22 -0000 1.11 @@ -2,8 +2,8 @@ Summary: Perl bindings for GNU LibIDN Name: perl-Net-LibIDN -Version: 0.11 -Release: 2%{?dist} +Version: 0.12 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/%{pkgname}/ @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Net %changelog +* Sun May 03 2009 Robert Scheck 0.12-1 +- Upgrade to 0.12 + * Mon Feb 23 2009 Robert Scheck 0.11-2 - Rebuilt against gcc 4.4 and rpm 4.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-LibIDN/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 25 Jan 2009 15:46:16 -0000 1.5 +++ sources 3 May 2009 11:41:22 -0000 1.6 @@ -1 +1 @@ -9386ec7da9d0de1509e05eaef3a1943e Net-LibIDN-0.11.tar.gz +c3e4de2065009d67bcb1df0afb473e12 Net-LibIDN-0.12.tar.gz From robert at fedoraproject.org Sun May 3 11:52:57 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 3 May 2009 11:52:57 +0000 (UTC) Subject: rpms/perl-Convert-UUlib/devel import.log,1.1,NONE Message-ID: <20090503115257.66068700DA@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Convert-UUlib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7263 Removed Files: import.log Log Message: Remove obsolete import.log --- import.log DELETED --- From cweyl at fedoraproject.org Sun May 3 18:59:37 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 3 May 2009 18:59:37 +0000 (UTC) Subject: rpms/perl-Mouse/devel .cvsignore, 1.7, 1.8 perl-Mouse.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <20090503185937.EAE59700DA@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Mouse/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7686 Modified Files: .cvsignore perl-Mouse.spec sources Log Message: * Sun May 03 2009 Chris Weyl 0.22-1 - update to 0.22 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 2 Apr 2009 07:38:43 -0000 1.7 +++ .cvsignore 3 May 2009 18:59:05 -0000 1.8 @@ -1 +1 @@ -Mouse-0.19.tar.gz +Mouse-0.22.tar.gz Index: perl-Mouse.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/perl-Mouse.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Mouse.spec 2 Apr 2009 07:38:43 -0000 1.8 +++ perl-Mouse.spec 3 May 2009 18:59:05 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Mouse -Version: 0.19 +Version: 0.22 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -82,6 +82,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun May 03 2009 Chris Weyl 0.22-1 +- update to 0.22 + * Thu Apr 02 2009 Chris Weyl 0.19-1 - update to 0.19 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 2 Apr 2009 07:38:43 -0000 1.7 +++ sources 3 May 2009 18:59:05 -0000 1.8 @@ -1 +1 @@ -eb21c9fbf790421a3358e3cbdb92ae5f Mouse-0.19.tar.gz +780ace6a75fd1837be6c5c4010e05cfd Mouse-0.22.tar.gz From cweyl at fedoraproject.org Sun May 3 19:01:15 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 3 May 2009 19:01:15 +0000 (UTC) Subject: rpms/perl-Mouse/F-11 perl-Mouse.spec,1.8,1.9 sources,1.7,1.8 Message-ID: <20090503190115.434D470135@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Mouse/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8289 Modified Files: perl-Mouse.spec sources Log Message: * Sun May 03 2009 Chris Weyl 0.22-1 - update to 0.22 Index: perl-Mouse.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/F-11/perl-Mouse.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Mouse.spec 2 Apr 2009 07:38:43 -0000 1.8 +++ perl-Mouse.spec 3 May 2009 19:00:44 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Mouse -Version: 0.19 +Version: 0.22 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -82,6 +82,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun May 03 2009 Chris Weyl 0.22-1 +- update to 0.22 + * Thu Apr 02 2009 Chris Weyl 0.19-1 - update to 0.19 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/F-11/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 2 Apr 2009 07:38:43 -0000 1.7 +++ sources 3 May 2009 19:00:44 -0000 1.8 @@ -1 +1 @@ -eb21c9fbf790421a3358e3cbdb92ae5f Mouse-0.19.tar.gz +780ace6a75fd1837be6c5c4010e05cfd Mouse-0.22.tar.gz From cweyl at fedoraproject.org Sun May 3 19:01:27 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 3 May 2009 19:01:27 +0000 (UTC) Subject: rpms/perl-Mouse/F-10 perl-Mouse.spec,1.7,1.8 sources,1.7,1.8 Message-ID: <20090503190127.5D62F70135@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Mouse/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8406 Modified Files: perl-Mouse.spec sources Log Message: * Sun May 03 2009 Chris Weyl 0.22-1 - update to 0.22 Index: perl-Mouse.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/F-10/perl-Mouse.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Mouse.spec 2 Apr 2009 07:44:39 -0000 1.7 +++ perl-Mouse.spec 3 May 2009 19:00:56 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Mouse -Version: 0.19 +Version: 0.22 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -82,6 +82,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun May 03 2009 Chris Weyl 0.22-1 +- update to 0.22 + * Thu Apr 02 2009 Chris Weyl 0.19-1 - update to 0.19 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/F-10/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 2 Apr 2009 07:44:39 -0000 1.7 +++ sources 3 May 2009 19:00:57 -0000 1.8 @@ -1 +1 @@ -eb21c9fbf790421a3358e3cbdb92ae5f Mouse-0.19.tar.gz +780ace6a75fd1837be6c5c4010e05cfd Mouse-0.22.tar.gz From bugzilla at redhat.com Sun May 3 20:29:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 3 May 2009 16:29:55 -0400 Subject: [Bug 498564] Data-Visitor needs updating to avoid deprecation warning In-Reply-To: References: Message-ID: <200905032029.n43KTt21004618@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=498564 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Depends on| |498838(perl-Any-Moose) -- Configure 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 Sun May 3 21:26:18 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Sun, 3 May 2009 21:26:18 +0000 (UTC) Subject: rpms/perl-HTML-StripScripts-Parser/devel import.log, NONE, 1.1 perl-HTML-StripScripts-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090503212618.D3511700DA@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv374/devel Modified Files: .cvsignore sources Added Files: import.log perl-HTML-StripScripts-Parser.spec Log Message: Initial import. --- NEW FILE import.log --- perl-HTML-StripScripts-Parser-1_02-1_fc10:HEAD:perl-HTML-StripScripts-Parser-1.02-1.fc10.src.rpm:1241385897 --- NEW FILE perl-HTML-StripScripts-Parser.spec --- Name: perl-HTML-StripScripts-Parser Version: 1.02 Release: 1%{?dist} Summary: XSS filter using HTML::Parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-StripScripts-Parser/ Source0: http://www.cpan.org/modules/by-module/HTML/HTML-StripScripts-Parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Parser) >= 3.56 BuildRequires: perl(HTML::StripScripts) >= 1.04 BuildRequires: perl(Test::More) Requires: perl(HTML::Parser) >= 3.56 Requires: perl(HTML::StripScripts) >= 1.04 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This class provides an easy interface to HTML::StripScripts, using HTML::Parser to parse the HTML. %prep %setup -q -n HTML-StripScripts-Parser-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 24 2009 Xavier Bachelot 1.02-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 20:56:54 -0000 1.1 +++ .cvsignore 3 May 2009 21:25:48 -0000 1.2 @@ -0,0 +1 @@ +HTML-StripScripts-Parser-1.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:56:54 -0000 1.1 +++ sources 3 May 2009 21:25:48 -0000 1.2 @@ -0,0 +1 @@ +0fb38dc2c632844883f3e716b056a88a HTML-StripScripts-Parser-1.02.tar.gz From xavierb at fedoraproject.org Sun May 3 21:44:24 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Sun, 3 May 2009 21:44:24 +0000 (UTC) Subject: rpms/perl-HTML-StripScripts-Parser/F-10 perl-HTML-StripScripts-Parser.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090503214424.AC05D700DA@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4105/F-10 Modified Files: sources Added Files: perl-HTML-StripScripts-Parser.spec Log Message: Import into F-9, F-10 and F-11 --- NEW FILE perl-HTML-StripScripts-Parser.spec --- Name: perl-HTML-StripScripts-Parser Version: 1.02 Release: 1%{?dist} Summary: XSS filter using HTML::Parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-StripScripts-Parser/ Source0: http://www.cpan.org/modules/by-module/HTML/HTML-StripScripts-Parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Parser) >= 3.56 BuildRequires: perl(HTML::StripScripts) >= 1.04 BuildRequires: perl(Test::More) Requires: perl(HTML::Parser) >= 3.56 Requires: perl(HTML::StripScripts) >= 1.04 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This class provides an easy interface to HTML::StripScripts, using HTML::Parser to parse the HTML. %prep %setup -q -n HTML-StripScripts-Parser-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 24 2009 Xavier Bachelot 1.02-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:56:54 -0000 1.1 +++ sources 3 May 2009 21:43:54 -0000 1.2 @@ -0,0 +1 @@ +0fb38dc2c632844883f3e716b056a88a HTML-StripScripts-Parser-1.02.tar.gz From xavierb at fedoraproject.org Sun May 3 21:44:24 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Sun, 3 May 2009 21:44:24 +0000 (UTC) Subject: rpms/perl-HTML-StripScripts-Parser/F-11 perl-HTML-StripScripts-Parser.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090503214424.CFAC5700DA@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4105/F-11 Modified Files: sources Added Files: perl-HTML-StripScripts-Parser.spec Log Message: Import into F-9, F-10 and F-11 --- NEW FILE perl-HTML-StripScripts-Parser.spec --- Name: perl-HTML-StripScripts-Parser Version: 1.02 Release: 1%{?dist} Summary: XSS filter using HTML::Parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-StripScripts-Parser/ Source0: http://www.cpan.org/modules/by-module/HTML/HTML-StripScripts-Parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Parser) >= 3.56 BuildRequires: perl(HTML::StripScripts) >= 1.04 BuildRequires: perl(Test::More) Requires: perl(HTML::Parser) >= 3.56 Requires: perl(HTML::StripScripts) >= 1.04 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This class provides an easy interface to HTML::StripScripts, using HTML::Parser to parse the HTML. %prep %setup -q -n HTML-StripScripts-Parser-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 24 2009 Xavier Bachelot 1.02-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:56:54 -0000 1.1 +++ sources 3 May 2009 21:43:54 -0000 1.2 @@ -0,0 +1 @@ +0fb38dc2c632844883f3e716b056a88a HTML-StripScripts-Parser-1.02.tar.gz From xavierb at fedoraproject.org Sun May 3 21:44:25 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Sun, 3 May 2009 21:44:25 +0000 (UTC) Subject: rpms/perl-HTML-StripScripts-Parser/F-9 perl-HTML-StripScripts-Parser.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090503214425.161F0700DA@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4105/F-9 Modified Files: sources Added Files: perl-HTML-StripScripts-Parser.spec Log Message: Import into F-9, F-10 and F-11 --- NEW FILE perl-HTML-StripScripts-Parser.spec --- Name: perl-HTML-StripScripts-Parser Version: 1.02 Release: 1%{?dist} Summary: XSS filter using HTML::Parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-StripScripts-Parser/ Source0: http://www.cpan.org/modules/by-module/HTML/HTML-StripScripts-Parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Parser) >= 3.56 BuildRequires: perl(HTML::StripScripts) >= 1.04 BuildRequires: perl(Test::More) Requires: perl(HTML::Parser) >= 3.56 Requires: perl(HTML::StripScripts) >= 1.04 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This class provides an easy interface to HTML::StripScripts, using HTML::Parser to parse the HTML. %prep %setup -q -n HTML-StripScripts-Parser-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 24 2009 Xavier Bachelot 1.02-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:56:54 -0000 1.1 +++ sources 3 May 2009 21:43:54 -0000 1.2 @@ -0,0 +1 @@ +0fb38dc2c632844883f3e716b056a88a HTML-StripScripts-Parser-1.02.tar.gz From xavierb at fedoraproject.org Sun May 3 22:21:55 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Sun, 3 May 2009 22:21:55 +0000 (UTC) Subject: rpms/perl-HTML-StripScripts-Parser/EL-5 import.log, NONE, 1.1 perl-HTML-StripScripts-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090503222155.E4488700DA@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11834/EL-5 Modified Files: .cvsignore sources Added Files: import.log perl-HTML-StripScripts-Parser.spec Log Message: Initial EL-5 import. --- NEW FILE import.log --- perl-HTML-StripScripts-Parser-1_00-1_fc10:EL-5:perl-HTML-StripScripts-Parser-1.00-1.fc10.src.rpm:1241389237 --- NEW FILE perl-HTML-StripScripts-Parser.spec --- Name: perl-HTML-StripScripts-Parser Version: 1.00 Release: 1%{?dist} Summary: XSS filter using HTML::Parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-StripScripts-Parser/ Source0: http://www.cpan.org/modules/by-module/HTML/HTML-StripScripts-Parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Parser) >= 3.25 BuildRequires: perl(HTML::StripScripts) >= 0.991 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(HTML::Parser) >= 3.25 Requires: perl(HTML::StripScripts) >= 0.991 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This class provides an easy interface to HTML::StripScripts, using HTML::Parser to parse the HTML. %prep %setup -q -n HTML-StripScripts-Parser-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Apr 25 2009 Xavier Bachelot 1.00-1 - Specfile autogenerated by cpanspec 1.77. - Fix BR:s. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 20:56:54 -0000 1.1 +++ .cvsignore 3 May 2009 22:21:25 -0000 1.2 @@ -0,0 +1 @@ +HTML-StripScripts-Parser-1.00.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-StripScripts-Parser/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:56:54 -0000 1.1 +++ sources 3 May 2009 22:21:25 -0000 1.2 @@ -0,0 +1 @@ +dace01fae5b82adbf720116068058e06 HTML-StripScripts-Parser-1.00.tar.gz From iarnell at fedoraproject.org Mon May 4 05:31:41 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:31:41 +0000 (UTC) Subject: rpms/perl-Config-JFDI/F-10 perl-Config-JFDI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053141.6A5C9700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Config-JFDI/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7466/F-10 Modified Files: .cvsignore sources Added Files: perl-Config-JFDI.spec Log Message: initial import --- NEW FILE perl-Config-JFDI.spec --- Name: perl-Config-JFDI Version: 0.05 Release: 1%{?dist} Summary: Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-JFDI/ Source0: http://www.cpan.org/authors/id/R/RK/RKRIMEN/Config-JFDI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Carp::Clan) BuildRequires: perl(Clone) BuildRequires: perl(Config::Any) BuildRequires: perl(Data::Visitor) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Hash::Merge::Simple) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Moose) BuildRequires: perl(Path::Class) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Most) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. %prep %setup -q -n Config-JFDI-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri May 01 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.77. - Remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-JFDI/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:50:40 -0000 1.1 +++ .cvsignore 4 May 2009 05:31:11 -0000 1.2 @@ -0,0 +1 @@ +Config-JFDI-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-JFDI/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:50:40 -0000 1.1 +++ sources 4 May 2009 05:31:11 -0000 1.2 @@ -0,0 +1 @@ +f7c3f07e7628947666358b361dd78c76 Config-JFDI-0.05.tar.gz From iarnell at fedoraproject.org Mon May 4 05:31:41 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:31:41 +0000 (UTC) Subject: rpms/perl-Config-JFDI/F-11 perl-Config-JFDI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053141.95779700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Config-JFDI/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7466/F-11 Modified Files: .cvsignore sources Added Files: perl-Config-JFDI.spec Log Message: initial import --- NEW FILE perl-Config-JFDI.spec --- Name: perl-Config-JFDI Version: 0.05 Release: 1%{?dist} Summary: Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-JFDI/ Source0: http://www.cpan.org/authors/id/R/RK/RKRIMEN/Config-JFDI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Carp::Clan) BuildRequires: perl(Clone) BuildRequires: perl(Config::Any) BuildRequires: perl(Data::Visitor) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Hash::Merge::Simple) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Moose) BuildRequires: perl(Path::Class) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Most) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. %prep %setup -q -n Config-JFDI-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri May 01 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.77. - Remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-JFDI/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:50:40 -0000 1.1 +++ .cvsignore 4 May 2009 05:31:11 -0000 1.2 @@ -0,0 +1 @@ +Config-JFDI-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-JFDI/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:50:40 -0000 1.1 +++ sources 4 May 2009 05:31:11 -0000 1.2 @@ -0,0 +1 @@ +f7c3f07e7628947666358b361dd78c76 Config-JFDI-0.05.tar.gz From iarnell at fedoraproject.org Mon May 4 05:31:41 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:31:41 +0000 (UTC) Subject: rpms/perl-Config-JFDI/devel perl-Config-JFDI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053141.DAB29700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Config-JFDI/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7466/devel Modified Files: .cvsignore sources Added Files: perl-Config-JFDI.spec Log Message: initial import --- NEW FILE perl-Config-JFDI.spec --- Name: perl-Config-JFDI Version: 0.05 Release: 1%{?dist} Summary: Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-JFDI/ Source0: http://www.cpan.org/authors/id/R/RK/RKRIMEN/Config-JFDI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Carp::Clan) BuildRequires: perl(Clone) BuildRequires: perl(Config::Any) BuildRequires: perl(Data::Visitor) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Hash::Merge::Simple) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Moose) BuildRequires: perl(Path::Class) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Most) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. %prep %setup -q -n Config-JFDI-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri May 01 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.77. - Remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-JFDI/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:50:40 -0000 1.1 +++ .cvsignore 4 May 2009 05:31:11 -0000 1.2 @@ -0,0 +1 @@ +Config-JFDI-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-JFDI/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:50:40 -0000 1.1 +++ sources 4 May 2009 05:31:11 -0000 1.2 @@ -0,0 +1 @@ +f7c3f07e7628947666358b361dd78c76 Config-JFDI-0.05.tar.gz From iarnell at fedoraproject.org Mon May 4 05:34:30 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:34:30 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Cache/F-10 perl-Catalyst-Plugin-Cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053430.D6958700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8011/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Cache.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Cache.spec --- Name: perl-Catalyst-Plugin-Cache Version: 0.08 Release: 2%{?dist} Summary: Flexible caching support for Catalyst License: (GPL+ or Artistic) or MIT Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Cache/ Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Cache-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MRO::Compat) BuildRequires: perl(ok) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) Requires: perl(Class::Accessor::Fast) Requires: perl(Class::Data::Inheritable) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This plugin gives you access to a variety of systems for caching data. It allows you to use a very simple configuration API, while maintaining the possibility of flexibility when you need it later. %prep %setup -q -n Catalyst-Plugin-Cache-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 03 2009 Iain Arnell 0.08-2 - add missing requires * Sun May 03 2009 Iain Arnell 0.08-1 - Specfile autogenerated by cpanspec 1.77. - remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:53:12 -0000 1.1 +++ .cvsignore 4 May 2009 05:34:00 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Cache-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:53:12 -0000 1.1 +++ sources 4 May 2009 05:34:00 -0000 1.2 @@ -0,0 +1 @@ +1bd5edb5df1530fb71c4c3c5ba22916a Catalyst-Plugin-Cache-0.08.tar.gz From iarnell at fedoraproject.org Mon May 4 05:34:31 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:34:31 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Cache/F-11 perl-Catalyst-Plugin-Cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053431.0D67D700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8011/F-11 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Cache.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Cache.spec --- Name: perl-Catalyst-Plugin-Cache Version: 0.08 Release: 2%{?dist} Summary: Flexible caching support for Catalyst License: (GPL+ or Artistic) or MIT Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Cache/ Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Cache-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MRO::Compat) BuildRequires: perl(ok) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) Requires: perl(Class::Accessor::Fast) Requires: perl(Class::Data::Inheritable) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This plugin gives you access to a variety of systems for caching data. It allows you to use a very simple configuration API, while maintaining the possibility of flexibility when you need it later. %prep %setup -q -n Catalyst-Plugin-Cache-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 03 2009 Iain Arnell 0.08-2 - add missing requires * Sun May 03 2009 Iain Arnell 0.08-1 - Specfile autogenerated by cpanspec 1.77. - remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:53:12 -0000 1.1 +++ .cvsignore 4 May 2009 05:34:00 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Cache-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:53:12 -0000 1.1 +++ sources 4 May 2009 05:34:00 -0000 1.2 @@ -0,0 +1 @@ +1bd5edb5df1530fb71c4c3c5ba22916a Catalyst-Plugin-Cache-0.08.tar.gz From iarnell at fedoraproject.org Mon May 4 05:34:31 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:34:31 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Cache/devel perl-Catalyst-Plugin-Cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053431.559C9700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8011/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Cache.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Cache.spec --- Name: perl-Catalyst-Plugin-Cache Version: 0.08 Release: 2%{?dist} Summary: Flexible caching support for Catalyst License: (GPL+ or Artistic) or MIT Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Cache/ Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Cache-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MRO::Compat) BuildRequires: perl(ok) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) Requires: perl(Class::Accessor::Fast) Requires: perl(Class::Data::Inheritable) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This plugin gives you access to a variety of systems for caching data. It allows you to use a very simple configuration API, while maintaining the possibility of flexibility when you need it later. %prep %setup -q -n Catalyst-Plugin-Cache-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 03 2009 Iain Arnell 0.08-2 - add missing requires * Sun May 03 2009 Iain Arnell 0.08-1 - Specfile autogenerated by cpanspec 1.77. - remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:53:12 -0000 1.1 +++ .cvsignore 4 May 2009 05:34:01 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Cache-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Cache/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:53:12 -0000 1.1 +++ sources 4 May 2009 05:34:01 -0000 1.2 @@ -0,0 +1 @@ +1bd5edb5df1530fb71c4c3c5ba22916a Catalyst-Plugin-Cache-0.08.tar.gz From iarnell at fedoraproject.org Mon May 4 05:36:04 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:36:04 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Setenv/F-10 perl-Catalyst-Plugin-Setenv.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053604.13DC9700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Setenv/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8328/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Setenv.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Setenv.spec --- Name: perl-Catalyst-Plugin-Setenv Version: 0.03 Release: 1%{?dist} Summary: Catalyst::Plugin::Setenv Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Setenv/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Setenv-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.7 BuildRequires: perl(Module::Build) BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description perl Build.PL ./Build ./Build test ./Build install %prep %setup -q -n Catalyst-Plugin-Setenv-%{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 * Sun May 03 2009 Iain Arnell 0.03-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Setenv/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:53:55 -0000 1.1 +++ .cvsignore 4 May 2009 05:35:33 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Setenv-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Setenv/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:53:55 -0000 1.1 +++ sources 4 May 2009 05:35:33 -0000 1.2 @@ -0,0 +1 @@ +0c4b9383741e71a2fcad20b2298c3855 Catalyst-Plugin-Setenv-0.03.tar.gz From iarnell at fedoraproject.org Mon May 4 05:36:04 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:36:04 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Setenv/F-11 perl-Catalyst-Plugin-Setenv.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053604.53BA8700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Setenv/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8328/F-11 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Setenv.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Setenv.spec --- Name: perl-Catalyst-Plugin-Setenv Version: 0.03 Release: 1%{?dist} Summary: Catalyst::Plugin::Setenv Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Setenv/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Setenv-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.7 BuildRequires: perl(Module::Build) BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description perl Build.PL ./Build ./Build test ./Build install %prep %setup -q -n Catalyst-Plugin-Setenv-%{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 * Sun May 03 2009 Iain Arnell 0.03-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Setenv/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:53:55 -0000 1.1 +++ .cvsignore 4 May 2009 05:35:34 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Setenv-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Setenv/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:53:55 -0000 1.1 +++ sources 4 May 2009 05:35:34 -0000 1.2 @@ -0,0 +1 @@ +0c4b9383741e71a2fcad20b2298c3855 Catalyst-Plugin-Setenv-0.03.tar.gz From iarnell at fedoraproject.org Mon May 4 05:36:04 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:36:04 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Setenv/devel perl-Catalyst-Plugin-Setenv.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053604.ACB37700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Setenv/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8328/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Setenv.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Setenv.spec --- Name: perl-Catalyst-Plugin-Setenv Version: 0.03 Release: 1%{?dist} Summary: Catalyst::Plugin::Setenv Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Setenv/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Setenv-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.7 BuildRequires: perl(Module::Build) BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description perl Build.PL ./Build ./Build test ./Build install %prep %setup -q -n Catalyst-Plugin-Setenv-%{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 * Sun May 03 2009 Iain Arnell 0.03-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Setenv/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:53:55 -0000 1.1 +++ .cvsignore 4 May 2009 05:35:34 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Setenv-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Setenv/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:53:55 -0000 1.1 +++ sources 4 May 2009 05:35:34 -0000 1.2 @@ -0,0 +1 @@ +0c4b9383741e71a2fcad20b2298c3855 Catalyst-Plugin-Setenv-0.03.tar.gz From iarnell at fedoraproject.org Mon May 4 05:38:36 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:38:36 +0000 (UTC) Subject: rpms/perl-Term-Prompt/F-10 perl-Term-Prompt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053836.435C4700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Term-Prompt/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8980/F-10 Modified Files: .cvsignore sources Added Files: perl-Term-Prompt.spec Log Message: initial import --- NEW FILE perl-Term-Prompt.spec --- Name: perl-Term-Prompt Version: 1.04 Release: 1%{?dist} Summary: Perl extension for prompting a user for information License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Term-Prompt/ Source0: http://www.cpan.org/authors/id/P/PE/PERSICOM/Term-Prompt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Term::ReadKey) >= 1 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This main function of this module is to accept interactive input. You specify the type of inputs allowed, a prompt, help text and defaults and it will deal with the user interface, (and the user!), by displaying the prompt, showing the default, and checking to be sure that the response is one of the legal choices. Additional 'types' that could be added would be a phone type, a social security type, a generic numeric pattern type... %prep %setup -q -n Term-Prompt-%{version} for f in $(find . -type f); do chmod -x $f sed -i -e 's/\r//' $f done %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 May 03 2009 Iain Arnell 1.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Term-Prompt/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:54:48 -0000 1.1 +++ .cvsignore 4 May 2009 05:38:05 -0000 1.2 @@ -0,0 +1 @@ +Term-Prompt-1.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Term-Prompt/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:54:48 -0000 1.1 +++ sources 4 May 2009 05:38:05 -0000 1.2 @@ -0,0 +1 @@ +505213e26be3e46ed03d47f0c955f5f9 Term-Prompt-1.04.tar.gz From iarnell at fedoraproject.org Mon May 4 05:38:36 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:38:36 +0000 (UTC) Subject: rpms/perl-Term-Prompt/F-11 perl-Term-Prompt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053836.8E020700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Term-Prompt/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8980/F-11 Modified Files: .cvsignore sources Added Files: perl-Term-Prompt.spec Log Message: initial import --- NEW FILE perl-Term-Prompt.spec --- Name: perl-Term-Prompt Version: 1.04 Release: 1%{?dist} Summary: Perl extension for prompting a user for information License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Term-Prompt/ Source0: http://www.cpan.org/authors/id/P/PE/PERSICOM/Term-Prompt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Term::ReadKey) >= 1 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This main function of this module is to accept interactive input. You specify the type of inputs allowed, a prompt, help text and defaults and it will deal with the user interface, (and the user!), by displaying the prompt, showing the default, and checking to be sure that the response is one of the legal choices. Additional 'types' that could be added would be a phone type, a social security type, a generic numeric pattern type... %prep %setup -q -n Term-Prompt-%{version} for f in $(find . -type f); do chmod -x $f sed -i -e 's/\r//' $f done %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 May 03 2009 Iain Arnell 1.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Term-Prompt/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:54:48 -0000 1.1 +++ .cvsignore 4 May 2009 05:38:06 -0000 1.2 @@ -0,0 +1 @@ +Term-Prompt-1.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Term-Prompt/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:54:48 -0000 1.1 +++ sources 4 May 2009 05:38:06 -0000 1.2 @@ -0,0 +1 @@ +505213e26be3e46ed03d47f0c955f5f9 Term-Prompt-1.04.tar.gz From iarnell at fedoraproject.org Mon May 4 05:38:36 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:38:36 +0000 (UTC) Subject: rpms/perl-Term-Prompt/devel perl-Term-Prompt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504053836.E4915700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Term-Prompt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8980/devel Modified Files: .cvsignore sources Added Files: perl-Term-Prompt.spec Log Message: initial import --- NEW FILE perl-Term-Prompt.spec --- Name: perl-Term-Prompt Version: 1.04 Release: 1%{?dist} Summary: Perl extension for prompting a user for information License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Term-Prompt/ Source0: http://www.cpan.org/authors/id/P/PE/PERSICOM/Term-Prompt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Term::ReadKey) >= 1 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This main function of this module is to accept interactive input. You specify the type of inputs allowed, a prompt, help text and defaults and it will deal with the user interface, (and the user!), by displaying the prompt, showing the default, and checking to be sure that the response is one of the legal choices. Additional 'types' that could be added would be a phone type, a social security type, a generic numeric pattern type... %prep %setup -q -n Term-Prompt-%{version} for f in $(find . -type f); do chmod -x $f sed -i -e 's/\r//' $f done %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 May 03 2009 Iain Arnell 1.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Term-Prompt/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:54:48 -0000 1.1 +++ .cvsignore 4 May 2009 05:38:06 -0000 1.2 @@ -0,0 +1 @@ +Term-Prompt-1.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Term-Prompt/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:54:48 -0000 1.1 +++ sources 4 May 2009 05:38:06 -0000 1.2 @@ -0,0 +1 @@ +505213e26be3e46ed03d47f0c955f5f9 Term-Prompt-1.04.tar.gz From iarnell at fedoraproject.org Mon May 4 05:40:16 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:40:16 +0000 (UTC) Subject: rpms/perl-Text-Textile/F-10 perl-Text-Textile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504054016.96F7C700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Textile/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9372/F-10 Modified Files: .cvsignore sources Added Files: perl-Text-Textile.spec Log Message: initial import --- NEW FILE perl-Text-Textile.spec --- Name: perl-Text-Textile Version: 2.03 Release: 1%{?dist} Summary: A humane web text generator License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Textile/ Source0: http://www.cpan.org/authors/id/B/BC/BCHOATE/Text-Textile-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(HTML::Entities) BuildRequires: perl(Image::Size) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected requirements Requires: perl(File::Spec) Requires: perl(HTML::Entities) Requires: perl(Image::Size) %description Text::Textile is a Perl-based implementation of Dean Allen's Textile syntax. Textile is shorthand for doing common formatting tasks. %prep %setup -q -n Text-Textile-%{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 ARTISTIC Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 03 2009 Iain Arnell 2.03-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:58:53 -0000 1.1 +++ .cvsignore 4 May 2009 05:39:46 -0000 1.2 @@ -0,0 +1 @@ +Text-Textile-2.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:58:53 -0000 1.1 +++ sources 4 May 2009 05:39:46 -0000 1.2 @@ -0,0 +1 @@ +227cc4c97850b4f8448fa2d73c9c328a Text-Textile-2.03.tar.gz From iarnell at fedoraproject.org Mon May 4 05:40:16 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:40:16 +0000 (UTC) Subject: rpms/perl-Text-Textile/F-11 perl-Text-Textile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504054016.E3C3F700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Textile/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9372/F-11 Modified Files: .cvsignore sources Added Files: perl-Text-Textile.spec Log Message: initial import --- NEW FILE perl-Text-Textile.spec --- Name: perl-Text-Textile Version: 2.03 Release: 1%{?dist} Summary: A humane web text generator License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Textile/ Source0: http://www.cpan.org/authors/id/B/BC/BCHOATE/Text-Textile-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(HTML::Entities) BuildRequires: perl(Image::Size) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected requirements Requires: perl(File::Spec) Requires: perl(HTML::Entities) Requires: perl(Image::Size) %description Text::Textile is a Perl-based implementation of Dean Allen's Textile syntax. Textile is shorthand for doing common formatting tasks. %prep %setup -q -n Text-Textile-%{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 ARTISTIC Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 03 2009 Iain Arnell 2.03-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:58:53 -0000 1.1 +++ .cvsignore 4 May 2009 05:39:46 -0000 1.2 @@ -0,0 +1 @@ +Text-Textile-2.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:58:53 -0000 1.1 +++ sources 4 May 2009 05:39:46 -0000 1.2 @@ -0,0 +1 @@ +227cc4c97850b4f8448fa2d73c9c328a Text-Textile-2.03.tar.gz From iarnell at fedoraproject.org Mon May 4 05:40:17 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 05:40:17 +0000 (UTC) Subject: rpms/perl-Text-Textile/devel perl-Text-Textile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504054017.67E7770135@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Textile/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9372/devel Modified Files: .cvsignore sources Added Files: perl-Text-Textile.spec Log Message: initial import --- NEW FILE perl-Text-Textile.spec --- Name: perl-Text-Textile Version: 2.03 Release: 1%{?dist} Summary: A humane web text generator License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Textile/ Source0: http://www.cpan.org/authors/id/B/BC/BCHOATE/Text-Textile-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(HTML::Entities) BuildRequires: perl(Image::Size) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected requirements Requires: perl(File::Spec) Requires: perl(HTML::Entities) Requires: perl(Image::Size) %description Text::Textile is a Perl-based implementation of Dean Allen's Textile syntax. Textile is shorthand for doing common formatting tasks. %prep %setup -q -n Text-Textile-%{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 ARTISTIC Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 03 2009 Iain Arnell 2.03-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:58:53 -0000 1.1 +++ .cvsignore 4 May 2009 05:39:46 -0000 1.2 @@ -0,0 +1 @@ +Text-Textile-2.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:58:53 -0000 1.1 +++ sources 4 May 2009 05:39:46 -0000 1.2 @@ -0,0 +1 @@ +227cc4c97850b4f8448fa2d73c9c328a Text-Textile-2.03.tar.gz From mmaslano at fedoraproject.org Mon May 4 07:20:03 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 4 May 2009 07:20:03 +0000 (UTC) Subject: rpms/perl-JavaScript-Beautifier/devel perl-JavaScript-Beautifier.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504072003.56E0E700DB@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-JavaScript-Beautifier/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25382 Modified Files: .cvsignore sources Added Files: perl-JavaScript-Beautifier.spec Log Message: * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.04-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE perl-JavaScript-Beautifier.spec --- Name: perl-JavaScript-Beautifier Version: 0.04 Release: 1%{?dist} Summary: Beautify Javascript (beautifier for javascript) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JavaScript-Beautifier/ Source0: http://www.cpan.org/authors/id/F/FA/FAYLAND/JavaScript-Beautifier-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: dos2unix Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is mostly a Perl-rewrite of http://github.com/einars/js- beautify/tree/master/beautify.js %prep %setup -q -n JavaScript-Beautifier-%{version} dos2unix Changes dos2unix README %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 * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.04-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Beautifier/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 20:59:50 -0000 1.1 +++ .cvsignore 4 May 2009 07:19:32 -0000 1.2 @@ -0,0 +1 @@ +JavaScript-Beautifier-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Beautifier/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:59:50 -0000 1.1 +++ sources 4 May 2009 07:19:32 -0000 1.2 @@ -0,0 +1 @@ +327dfecd8ad2d5cb69cbf5bd14774c31 JavaScript-Beautifier-0.04.tar.gz From mmaslano at fedoraproject.org Mon May 4 07:25:29 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 4 May 2009 07:25:29 +0000 (UTC) Subject: rpms/perl-JavaScript-Minifier/devel perl-JavaScript-Minifier.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504072529.AA86A700DB@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-JavaScript-Minifier/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26180 Modified Files: .cvsignore sources Added Files: perl-JavaScript-Minifier.spec Log Message: * Wed Apr 29 2009 Marcela Ma??l????ov?? 1.05-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE perl-JavaScript-Minifier.spec --- Name: perl-JavaScript-Minifier Version: 1.05 Release: 1%{?dist} Summary: Perl extension for minifying JavaScript code License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JavaScript-Minifier/ Source0: http://www.cpan.org/authors/id/P/PM/PMICHAUX/JavaScript-Minifier-%{version}.tar.gz 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 This module removes unnecessary whitespace from JavaScript code. The primary requirement developing this module is to not break working code: if working JavaScript is in input then working JavaScript is output. It is ok if the input has missing semi-colons, snips like '++ +' or '12 .toString()', for example. Internet Explorer conditional comments are copied to the output but the code inside these comments will not be minified. %prep %setup -q -n JavaScript-Minifier-%{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 * Wed Apr 29 2009 Marcela Ma??l????ov?? 1.05-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Minifier/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 21:00:38 -0000 1.1 +++ .cvsignore 4 May 2009 07:24:59 -0000 1.2 @@ -0,0 +1 @@ +JavaScript-Minifier-1.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Minifier/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 21:00:38 -0000 1.1 +++ sources 4 May 2009 07:24:59 -0000 1.2 @@ -0,0 +1 @@ +14c1fa2fcf76c97de4d0fe0d8d7fc145 JavaScript-Minifier-1.05.tar.gz From mmaslano at fedoraproject.org Mon May 4 07:27:25 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 4 May 2009 07:27:25 +0000 (UTC) Subject: rpms/perl-JavaScript-Beautifier/F-11 perl-JavaScript-Beautifier.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504072725.9C777700DB@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-JavaScript-Beautifier/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26681 Modified Files: .cvsignore sources Added Files: perl-JavaScript-Beautifier.spec Log Message: * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.04-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE perl-JavaScript-Beautifier.spec --- Name: perl-JavaScript-Beautifier Version: 0.04 Release: 1%{?dist} Summary: Beautify Javascript (beautifier for javascript) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JavaScript-Beautifier/ Source0: http://www.cpan.org/authors/id/F/FA/FAYLAND/JavaScript-Beautifier-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: dos2unix Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is mostly a Perl-rewrite of http://github.com/einars/js- beautify/tree/master/beautify.js %prep %setup -q -n JavaScript-Beautifier-%{version} dos2unix Changes dos2unix README %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 * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.04-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Beautifier/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 20:59:50 -0000 1.1 +++ .cvsignore 4 May 2009 07:26:55 -0000 1.2 @@ -0,0 +1 @@ +JavaScript-Beautifier-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Beautifier/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 20:59:50 -0000 1.1 +++ sources 4 May 2009 07:26:55 -0000 1.2 @@ -0,0 +1 @@ +327dfecd8ad2d5cb69cbf5bd14774c31 JavaScript-Beautifier-0.04.tar.gz From mmaslano at fedoraproject.org Mon May 4 07:46:24 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 4 May 2009 07:46:24 +0000 (UTC) Subject: rpms/perl-JavaScript-Minifier/F-11 perl-JavaScript-Minifier.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504074624.DD7F4700DB@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-JavaScript-Minifier/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29730 Modified Files: .cvsignore sources Added Files: perl-JavaScript-Minifier.spec Log Message: * Wed Apr 29 2009 Marcela Ma??l????ov?? 1.05-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE perl-JavaScript-Minifier.spec --- Name: perl-JavaScript-Minifier Version: 1.05 Release: 1%{?dist} Summary: Perl extension for minifying JavaScript code License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JavaScript-Minifier/ Source0: http://www.cpan.org/authors/id/P/PM/PMICHAUX/JavaScript-Minifier-%{version}.tar.gz 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 This module removes unnecessary whitespace from JavaScript code. The primary requirement developing this module is to not break working code: if working JavaScript is in input then working JavaScript is output. It is ok if the input has missing semi-colons, snips like '++ +' or '12 .toString()', for example. Internet Explorer conditional comments are copied to the output but the code inside these comments will not be minified. %prep %setup -q -n JavaScript-Minifier-%{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 * Wed Apr 29 2009 Marcela Ma??l????ov?? 1.05-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Minifier/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 21:00:38 -0000 1.1 +++ .cvsignore 4 May 2009 07:45:53 -0000 1.2 @@ -0,0 +1 @@ +JavaScript-Minifier-1.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Minifier/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 21:00:38 -0000 1.1 +++ sources 4 May 2009 07:45:54 -0000 1.2 @@ -0,0 +1 @@ +14c1fa2fcf76c97de4d0fe0d8d7fc145 JavaScript-Minifier-1.05.tar.gz From mmaslano at fedoraproject.org Mon May 4 07:53:58 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 4 May 2009 07:53:58 +0000 (UTC) Subject: rpms/perl-ExtUtils-InstallPAR/devel perl-ExtUtils-InstallPAR.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504075358.C3BF0700DB@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-ExtUtils-InstallPAR/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30793 Modified Files: .cvsignore sources Added Files: perl-ExtUtils-InstallPAR.spec Log Message: * Thu Apr 30 2009 Marcela Ma??l????ov?? 0.03-2 - add BR --- NEW FILE perl-ExtUtils-InstallPAR.spec --- Name: perl-ExtUtils-InstallPAR Version: 0.03 Release: 2%{?dist} Summary: Install .par's into any installed perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-InstallPAR/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-InstallPAR-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(PAR::Dist) >= 0.40 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module installs PAR distributions (i.e. .par files) into any perl installation on the system. The PAR::Dist module can install into the currently running perl by default and provides the necessary parameters to override any installation directories. Figuring out how to use those overrides in order to install into an arbitrary perl installation on the system may be beyond most users, however. Hence this convenience wrapper using ExtUtils::InferConfig to automatically determine the typical site installation paths of any perl interpreter than can be executed by the current user. %prep %setup -q -n ExtUtils-InstallPAR-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Apr 30 2009 Marcela Ma??l????ov?? 0.03-2 - add BR * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InstallPAR/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 21:01:13 -0000 1.1 +++ .cvsignore 4 May 2009 07:53:28 -0000 1.2 @@ -0,0 +1 @@ +ExtUtils-InstallPAR-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InstallPAR/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 21:01:13 -0000 1.1 +++ sources 4 May 2009 07:53:28 -0000 1.2 @@ -0,0 +1 @@ +88832cdff670a78bb44e25cadd700f4d ExtUtils-InstallPAR-0.03.tar.gz From mmaslano at fedoraproject.org Mon May 4 08:09:32 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 4 May 2009 08:09:32 +0000 (UTC) Subject: rpms/perl-ExtUtils-InferConfig/devel perl-ExtUtils-InferConfig.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504080932.D4653700DB@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv991 Modified Files: .cvsignore sources Added Files: perl-ExtUtils-InferConfig.spec Log Message: * Thu Apr 30 2009 Marcela Ma??l????ov?? 1.03-2 - add BR --- NEW FILE perl-ExtUtils-InferConfig.spec --- Name: perl-ExtUtils-InferConfig Version: 1.03 Release: 2%{?dist} Summary: Infer Perl Configuration for non-running interpreters License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-InferConfig/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-InferConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IPC::Cmd) BuildRequires: perl(IPC::Run) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module can determine the configuration and @INC of a perl interpreter given its path and that it is runnable by the current user. %prep %setup -q -n ExtUtils-InferConfig-%{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 Apr 30 2009 Marcela Ma??l????ov?? 1.03-2 - add BR * Wed Apr 29 2009 Marcela Ma??l????ov?? 1.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 21:01:54 -0000 1.1 +++ .cvsignore 4 May 2009 08:09:02 -0000 1.2 @@ -0,0 +1 @@ +ExtUtils-InferConfig-1.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 21:01:54 -0000 1.1 +++ sources 4 May 2009 08:09:02 -0000 1.2 @@ -0,0 +1 @@ +bc428af291b36b1c0ffa1e5c96408f72 ExtUtils-InferConfig-1.03.tar.gz From mmaslano at fedoraproject.org Mon May 4 08:13:41 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 4 May 2009 08:13:41 +0000 (UTC) Subject: rpms/perl-YAML-LibYAML/devel perl-YAML-LibYAML.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504081341.130D3700DB@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-YAML-LibYAML/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2075 Modified Files: .cvsignore sources Added Files: perl-YAML-LibYAML.spec Log Message: * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.32-2 - add BR --- NEW FILE perl-YAML-LibYAML.spec --- Name: perl-YAML-LibYAML Version: 0.32 Release: 2%{?dist} Summary: YAML::LibYAML Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/YAML-LibYAML/ Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/YAML-LibYAML-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Kirill Siminov's "libyaml" is arguably the best YAML implementation. The C library is written precisely to the YAML 1.1 specification. It was originally bound to Python and was later bound to Ruby. %prep %setup -q -n YAML-LibYAML-%{version} iconv -f iso8859-1 -t utf-8 < README > README.1 mv README.1 README %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}/YAML* %{_mandir}/man3/* %changelog * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.32-2 - add BR * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.32-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-LibYAML/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 21:02:23 -0000 1.1 +++ .cvsignore 4 May 2009 08:13:10 -0000 1.2 @@ -0,0 +1 @@ +YAML-LibYAML-0.32.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-LibYAML/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 21:02:23 -0000 1.1 +++ sources 4 May 2009 08:13:10 -0000 1.2 @@ -0,0 +1 @@ +7a8b9258a311e52d0938744ad2ddfc4d YAML-LibYAML-0.32.tar.gz From mmaslano at fedoraproject.org Mon May 4 08:19:42 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 4 May 2009 08:19:42 +0000 (UTC) Subject: rpms/perl-ExtUtils-InferConfig/F-11 perl-ExtUtils-InferConfig.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504081942.6524C700DB@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2882 Modified Files: .cvsignore sources Added Files: perl-ExtUtils-InferConfig.spec Log Message: * Thu Apr 30 2009 Marcela Ma??l????ov?? 1.03-2 - add BR --- NEW FILE perl-ExtUtils-InferConfig.spec --- Name: perl-ExtUtils-InferConfig Version: 1.03 Release: 2%{?dist} Summary: Infer Perl Configuration for non-running interpreters License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-InferConfig/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-InferConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IPC::Cmd) BuildRequires: perl(IPC::Run) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module can determine the configuration and @INC of a perl interpreter given its path and that it is runnable by the current user. %prep %setup -q -n ExtUtils-InferConfig-%{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 Apr 30 2009 Marcela Ma??l????ov?? 1.03-2 - add BR * Wed Apr 29 2009 Marcela Ma??l????ov?? 1.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 21:01:54 -0000 1.1 +++ .cvsignore 4 May 2009 08:19:11 -0000 1.2 @@ -0,0 +1 @@ +ExtUtils-InferConfig-1.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 21:01:54 -0000 1.1 +++ sources 4 May 2009 08:19:12 -0000 1.2 @@ -0,0 +1 @@ +bc428af291b36b1c0ffa1e5c96408f72 ExtUtils-InferConfig-1.03.tar.gz From mmaslano at fedoraproject.org Mon May 4 08:25:12 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 4 May 2009 08:25:12 +0000 (UTC) Subject: rpms/perl-YAML-LibYAML/F-11 perl-YAML-LibYAML.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504082512.BDB58700DB@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-YAML-LibYAML/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3891 Modified Files: .cvsignore sources Added Files: perl-YAML-LibYAML.spec Log Message: * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.32-2 - add BR --- NEW FILE perl-YAML-LibYAML.spec --- Name: perl-YAML-LibYAML Version: 0.32 Release: 2%{?dist} Summary: YAML::LibYAML Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/YAML-LibYAML/ Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/YAML-LibYAML-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Kirill Siminov's "libyaml" is arguably the best YAML implementation. The C library is written precisely to the YAML 1.1 specification. It was originally bound to Python and was later bound to Ruby. %prep %setup -q -n YAML-LibYAML-%{version} iconv -f iso8859-1 -t utf-8 < README > README.1 mv README.1 README %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}/YAML* %{_mandir}/man3/* %changelog * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.32-2 - add BR * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.32-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-LibYAML/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 May 2009 21:02:23 -0000 1.1 +++ .cvsignore 4 May 2009 08:24:42 -0000 1.2 @@ -0,0 +1 @@ +YAML-LibYAML-0.32.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-LibYAML/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 May 2009 21:02:23 -0000 1.1 +++ sources 4 May 2009 08:24:42 -0000 1.2 @@ -0,0 +1 @@ +7a8b9258a311e52d0938744ad2ddfc4d YAML-LibYAML-0.32.tar.gz From skasal at redhat.com Mon May 4 11:58:09 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 4 May 2009 13:58:09 +0200 Subject: proposal: @INC array change Message-ID: <20090504115809.GA3757@camelia.ucw.cz> Good morning/afternoon, ladies and gentlemen! I've observed indications that Fedora perl's @INC array is far form optimal; this mail contais a proposed solution, and a rationale for it. Feedback welcome. The target @INC would look like this: ------------------------------------- (%_lib denotes "lib" or "lib64," depending on the architecture.) /usr/local/%_lib/perl5/5.10 - sitearch /usr/local/share/perl5/5.10 - sitelib /usr/%_lib/perl5 - vendorarch = archlib /usr/share/perl5 - vendorlib = privlib /usr/lib/perl5/site_perl - otherlibdirs . Mapping to rpm dependencies and transition period: ------------------------------------------------- This new scheme will be bound to rpm provide perl(:MODULE_COMPAT_5.10.1) This means that perl-5.10.1-1 will provide both this and perl(:MODULE_COMPAT_5.10.0), and its @INC will be a combination of this target scheme and the current one. As soon as all Fedora module packages are rebuilt against perl-5.10.1, the compatibility aids can be removed. If we are lucky, this will be completed before Fedora 12. Rationale for the target @INC: ------------------------------ 1) site* should be under /usr/local, as it is not under rpm control. We already have this. 2) Code that is not architecture dependent should be under /usr/share while architecture dependent code should go under %_libdir. 3) There is no need to put archname to the individual *arch paths; these things are handled by rpm dependencies and multilib mechanisms. This makes the individual paths in @INC list shorter. 4) Moreover, there is no need to put version name to the path either. This makes the path is constant throughout perl-5.10.x (x>1), and avoids the need to collect the huge lists of previous versions' paths (cf. perl-5.8.x packages in previous Fedora releases). This prevents the problem that @INC would get too long and perl would spend too much time stating during startup. 5) The order of the paths is "site, vendor, core," where "core" denotes archlib and privlib. This differs from upstream 5.8 and 5.10 branches that use "core, site, vendor," but it is consistent with both Fedora tradition and blead perl. For more detailed discussion, see https://bugzilla.redhat.com/show_bug.cgi?id=489221 6) The unification of vendor and core paths is something that saves another two elements in @INC. (A small patch is needed.) This might seem strange, even dangerous, but: - we cannot unset vendor*, modules ask for their values, - I was not able to see any problem with it, - a quick question on #p5p had not revealed any problem either, - it is easy to back out this: a change of core paths should have little consequences outside the perl src rpm. 7) The otherlibdirs variable is a collection of compatibility directories. Ultimately, there should be only the one directory listed above, see the promise in http://bugzilla.redhat.com/484053#c3 During the transition period, otherlibdirs is the means to achieve the compatibility with perl-5.10.0. 8) The site* paths are "semi-versioned": they contain "/5.10". Consequently, when Fedora updates to perl-5.12, the collection of site modules will no longer be used and the user will have to reinstall them. But the site collection stays during the 5.10.* life. This is a compromise solution, balancing the idea that modules should not, in theory, depend on the version of perl and the risk that any module can actually depend on a bug in a particular perl version. The end of the rationale. Acknowledments: among the several inspiration sources I'd like to mention the perl package in Debian GNU/Linux distribution, and my conversation with Tux (H. Merijn Brand) and Nicholas Clark on #p5p. As mentioned above, feedback is welcome! Happy hacking, Stepan Kasal From cweyl at fedoraproject.org Mon May 4 15:58:45 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 4 May 2009 15:58:45 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.29, 1.30 perl-Class-MOP.spec, 1.34, 1.35 Message-ID: <20090504155845.8E783700DB@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-serv7875 Modified Files: .cvsignore perl-Class-MOP.spec Log Message: * Mon May 04 2009 Chris Weyl 0.81-2 - fix .so filter to not trash the rtld (and other) symbols - bring files in line with new arch-specific model - merge _docdir filtering with the .so filtering Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- .cvsignore 19 Apr 2009 00:33:57 -0000 1.29 +++ .cvsignore 4 May 2009 15:58:14 -0000 1.30 @@ -1 +1,2 @@ Class-MOP-0.81.tar.gz +Class-MOP-* Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- perl-Class-MOP.spec 19 Apr 2009 00:33:58 -0000 1.34 +++ perl-Class-MOP.spec 4 May 2009 15:58:15 -0000 1.35 @@ -1,6 +1,6 @@ Name: perl-Class-MOP Version: 0.81 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic Group: Development/Libraries @@ -34,8 +34,9 @@ Requires: perl(Devel::GlobalDestru # 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 +%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u +%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" %description This module is an attempt to create a meta object protocol for the Perl 5 @@ -51,16 +52,6 @@ love. %prep %setup -q -n Class-MOP-%{version} -# make sure doc/tests don't generate provides -cat << \EOF > %{name}-prov -#!/bin/sh -FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` -%{__perl_provides} $FOO -EOF - -%define __perl_provides %{_builddir}/Class-MOP-%{version}/%{name}-prov -chmod +x %{__perl_provides} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -85,12 +76,16 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README examples/ scripts/ t/ -%{perl_vendorarch}/auto/* -%{perl_vendorarch}/Class -%{perl_vendorarch}/metaclass.pm +%{perl_vendorarch}/* +%exclude %dir %{perl_vendorarch}/auto %{_mandir}/man3/* %changelog +* Mon May 04 2009 Chris Weyl 0.81-2 +- fix .so filter to not trash the rtld (and other) symbols +- bring files in line with new arch-specific model +- merge _docdir filtering with the .so filtering + * Sat Apr 18 2009 Chris Weyl 0.81-1 - update to 0.81 From xavierb at fedoraproject.org Mon May 4 21:03:14 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Mon, 4 May 2009 21:03:14 +0000 (UTC) Subject: rpms/perl-MIME-EncWords/EL-5 perl-MIME-EncWords.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090504210314.75684700DB@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-MIME-EncWords/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31409/EL-5 Modified Files: sources Added Files: perl-MIME-EncWords.spec Log Message: Import into F-9, F-10, F-11 and EL-5 --- NEW FILE perl-MIME-EncWords.spec --- Name: perl-MIME-EncWords Version: 1.010.101 Release: 2%{?dist} Summary: Deal with RFC 2047 encoded words (improved) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MIME-EncWords/ Source0: http://www.cpan.org/modules/by-module/MIME/MIME-EncWords-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.005 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MIME::Charset) >= 1.006.2 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description MIME::EncWords is aimed to be another implementation of MIME::Words so that it will achive more exact conformance with RFC 2047 (former RFC 1522) specifications. Additionally, it contains some improvements. Following synopsis and descriptions are inherited from its inspirer, then added descriptions on improvements (**) or changes and clarifications (*). %prep %setup -q -n MIME-EncWords-%{version} cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(MIME::EncWords)$/d' EOF %global __perl_provides %{_builddir}/MIME-EncWords-%{version}/%{name}-prov chmod +x %{__perl_provides} %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 ARTISTIC Changes GPL README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Xavier Bachelot 1.010.101-2 - Better Description; tag. - Filter duplicate Provides:. - Remove unneeded Requires:. * Fri Apr 24 2009 Xavier Bachelot 1.010.101-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-EncWords/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:39:37 -0000 1.1 +++ sources 4 May 2009 21:02:44 -0000 1.2 @@ -0,0 +1 @@ +2009449d0af39275d45e45a4afcaf58f MIME-EncWords-1.010.101.tar.gz From xavierb at fedoraproject.org Mon May 4 21:03:14 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Mon, 4 May 2009 21:03:14 +0000 (UTC) Subject: rpms/perl-MIME-EncWords/F-10 perl-MIME-EncWords.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090504210314.CE503700DB@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-MIME-EncWords/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31409/F-10 Modified Files: sources Added Files: perl-MIME-EncWords.spec Log Message: Import into F-9, F-10, F-11 and EL-5 --- NEW FILE perl-MIME-EncWords.spec --- Name: perl-MIME-EncWords Version: 1.010.101 Release: 2%{?dist} Summary: Deal with RFC 2047 encoded words (improved) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MIME-EncWords/ Source0: http://www.cpan.org/modules/by-module/MIME/MIME-EncWords-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.005 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MIME::Charset) >= 1.006.2 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description MIME::EncWords is aimed to be another implementation of MIME::Words so that it will achive more exact conformance with RFC 2047 (former RFC 1522) specifications. Additionally, it contains some improvements. Following synopsis and descriptions are inherited from its inspirer, then added descriptions on improvements (**) or changes and clarifications (*). %prep %setup -q -n MIME-EncWords-%{version} cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(MIME::EncWords)$/d' EOF %global __perl_provides %{_builddir}/MIME-EncWords-%{version}/%{name}-prov chmod +x %{__perl_provides} %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 ARTISTIC Changes GPL README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Xavier Bachelot 1.010.101-2 - Better Description; tag. - Filter duplicate Provides:. - Remove unneeded Requires:. * Fri Apr 24 2009 Xavier Bachelot 1.010.101-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-EncWords/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:39:37 -0000 1.1 +++ sources 4 May 2009 21:02:44 -0000 1.2 @@ -0,0 +1 @@ +2009449d0af39275d45e45a4afcaf58f MIME-EncWords-1.010.101.tar.gz From xavierb at fedoraproject.org Mon May 4 21:03:15 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Mon, 4 May 2009 21:03:15 +0000 (UTC) Subject: rpms/perl-MIME-EncWords/F-11 perl-MIME-EncWords.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090504210315.5FCEF700DB@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-MIME-EncWords/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31409/F-11 Modified Files: sources Added Files: perl-MIME-EncWords.spec Log Message: Import into F-9, F-10, F-11 and EL-5 --- NEW FILE perl-MIME-EncWords.spec --- Name: perl-MIME-EncWords Version: 1.010.101 Release: 2%{?dist} Summary: Deal with RFC 2047 encoded words (improved) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MIME-EncWords/ Source0: http://www.cpan.org/modules/by-module/MIME/MIME-EncWords-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.005 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MIME::Charset) >= 1.006.2 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description MIME::EncWords is aimed to be another implementation of MIME::Words so that it will achive more exact conformance with RFC 2047 (former RFC 1522) specifications. Additionally, it contains some improvements. Following synopsis and descriptions are inherited from its inspirer, then added descriptions on improvements (**) or changes and clarifications (*). %prep %setup -q -n MIME-EncWords-%{version} cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(MIME::EncWords)$/d' EOF %global __perl_provides %{_builddir}/MIME-EncWords-%{version}/%{name}-prov chmod +x %{__perl_provides} %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 ARTISTIC Changes GPL README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Xavier Bachelot 1.010.101-2 - Better Description; tag. - Filter duplicate Provides:. - Remove unneeded Requires:. * Fri Apr 24 2009 Xavier Bachelot 1.010.101-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-EncWords/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:39:37 -0000 1.1 +++ sources 4 May 2009 21:02:45 -0000 1.2 @@ -0,0 +1 @@ +2009449d0af39275d45e45a4afcaf58f MIME-EncWords-1.010.101.tar.gz From xavierb at fedoraproject.org Mon May 4 21:03:16 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Mon, 4 May 2009 21:03:16 +0000 (UTC) Subject: rpms/perl-MIME-EncWords/F-9 perl-MIME-EncWords.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090504210316.2EE2C700DB@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-MIME-EncWords/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31409/F-9 Modified Files: sources Added Files: perl-MIME-EncWords.spec Log Message: Import into F-9, F-10, F-11 and EL-5 --- NEW FILE perl-MIME-EncWords.spec --- Name: perl-MIME-EncWords Version: 1.010.101 Release: 2%{?dist} Summary: Deal with RFC 2047 encoded words (improved) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MIME-EncWords/ Source0: http://www.cpan.org/modules/by-module/MIME/MIME-EncWords-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.005 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MIME::Charset) >= 1.006.2 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description MIME::EncWords is aimed to be another implementation of MIME::Words so that it will achive more exact conformance with RFC 2047 (former RFC 1522) specifications. Additionally, it contains some improvements. Following synopsis and descriptions are inherited from its inspirer, then added descriptions on improvements (**) or changes and clarifications (*). %prep %setup -q -n MIME-EncWords-%{version} cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(MIME::EncWords)$/d' EOF %global __perl_provides %{_builddir}/MIME-EncWords-%{version}/%{name}-prov chmod +x %{__perl_provides} %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 ARTISTIC Changes GPL README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Xavier Bachelot 1.010.101-2 - Better Description; tag. - Filter duplicate Provides:. - Remove unneeded Requires:. * Fri Apr 24 2009 Xavier Bachelot 1.010.101-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-EncWords/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:39:37 -0000 1.1 +++ sources 4 May 2009 21:02:45 -0000 1.2 @@ -0,0 +1 @@ +2009449d0af39275d45e45a4afcaf58f MIME-EncWords-1.010.101.tar.gz From cweyl at fedoraproject.org Mon May 4 21:26:43 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 4 May 2009 21:26:43 +0000 (UTC) Subject: rpms/perl-Any-Moose/F-10 import.log, NONE, 1.1 perl-Any-Moose.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504212643.C82F8700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Any-Moose/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4555/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Any-Moose.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Any-Moose-0_07-1_fc10:F-10:perl-Any-Moose-0.07-1.fc10.src.rpm:1241472362 --- NEW FILE perl-Any-Moose.spec --- Name: perl-Any-Moose Version: 0.07 Release: 1%{?dist} # lib/Any/Moose.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Use Moose or Mouse automagically Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz Url: http://search.cpan.org/dist/Any-Moose BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch # not automagically picked up Requires: perl(Mouse) >= 0.20 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Mouse) >= 0.20 # tests BuildRequires: perl(Test::More) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Types) BuildRequires: perl(MouseX::Types) %description This module allows one to take advantage of the features Moose/Mouse provides, while allowing one to let the program author determine if Moose or Mouse should be used; when use'd, we load Mouse if Moose isn't already loaded, otherwise we go with Moose. %prep %setup -q -n Any-Moose-%{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 LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun May 03 2009 Chris Weyl 0.07-1 - submission * Sun May 03 2009 Chris Weyl 0.07-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:40:29 -0000 1.1 +++ .cvsignore 4 May 2009 21:26:13 -0000 1.2 @@ -0,0 +1 @@ +Any-Moose-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:40:29 -0000 1.1 +++ sources 4 May 2009 21:26:13 -0000 1.2 @@ -0,0 +1 @@ +42db620f669d878ac4bf797415acbd06 Any-Moose-0.07.tar.gz From cweyl at fedoraproject.org Mon May 4 21:28:08 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 4 May 2009 21:28:08 +0000 (UTC) Subject: rpms/perl-Any-Moose/F-11 import.log, NONE, 1.1 perl-Any-Moose.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504212808.44F21700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Any-Moose/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5028/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Any-Moose.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Any-Moose-0_07-1_fc10:F-11:perl-Any-Moose-0.07-1.fc10.src.rpm:1241472446 --- NEW FILE perl-Any-Moose.spec --- Name: perl-Any-Moose Version: 0.07 Release: 1%{?dist} # lib/Any/Moose.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Use Moose or Mouse automagically Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz Url: http://search.cpan.org/dist/Any-Moose BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch # not automagically picked up Requires: perl(Mouse) >= 0.20 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Mouse) >= 0.20 # tests BuildRequires: perl(Test::More) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Types) BuildRequires: perl(MouseX::Types) %description This module allows one to take advantage of the features Moose/Mouse provides, while allowing one to let the program author determine if Moose or Mouse should be used; when use'd, we load Mouse if Moose isn't already loaded, otherwise we go with Moose. %prep %setup -q -n Any-Moose-%{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 LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun May 03 2009 Chris Weyl 0.07-1 - submission * Sun May 03 2009 Chris Weyl 0.07-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:40:29 -0000 1.1 +++ .cvsignore 4 May 2009 21:27:37 -0000 1.2 @@ -0,0 +1 @@ +Any-Moose-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:40:29 -0000 1.1 +++ sources 4 May 2009 21:27:38 -0000 1.2 @@ -0,0 +1 @@ +42db620f669d878ac4bf797415acbd06 Any-Moose-0.07.tar.gz From cweyl at fedoraproject.org Mon May 4 22:40:39 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 4 May 2009 22:40:39 +0000 (UTC) Subject: rpms/perl-Any-Moose/devel import.log, NONE, 1.1 perl-Any-Moose.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504224039.E7769700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Any-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19911/devel Modified Files: .cvsignore sources Added Files: import.log perl-Any-Moose.spec Log Message: initial import --- NEW FILE import.log --- perl-Any-Moose-0_07-1_fc10:HEAD:perl-Any-Moose-0.07-1.fc10.src.rpm:1241476798 --- NEW FILE perl-Any-Moose.spec --- Name: perl-Any-Moose Version: 0.07 Release: 1%{?dist} # lib/Any/Moose.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Use Moose or Mouse automagically Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz Url: http://search.cpan.org/dist/Any-Moose BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch # not automagically picked up Requires: perl(Mouse) >= 0.20 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Mouse) >= 0.20 # tests BuildRequires: perl(Test::More) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Types) BuildRequires: perl(MouseX::Types) %description This module allows one to take advantage of the features Moose/Mouse provides, while allowing one to let the program author determine if Moose or Mouse should be used; when use'd, we load Mouse if Moose isn't already loaded, otherwise we go with Moose. %prep %setup -q -n Any-Moose-%{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 LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun May 03 2009 Chris Weyl 0.07-1 - submission * Sun May 03 2009 Chris Weyl 0.07-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:40:29 -0000 1.1 +++ .cvsignore 4 May 2009 22:40:08 -0000 1.2 @@ -0,0 +1 @@ +Any-Moose-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:40:29 -0000 1.1 +++ sources 4 May 2009 22:40:09 -0000 1.2 @@ -0,0 +1 @@ +42db620f669d878ac4bf797415acbd06 Any-Moose-0.07.tar.gz From cweyl at fedoraproject.org Mon May 4 22:42:32 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 4 May 2009 22:42:32 +0000 (UTC) Subject: rpms/perl-Term-Completion/devel import.log, NONE, 1.1 perl-Term-Completion.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504224232.2B6BC700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Term-Completion/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20447/devel Modified Files: .cvsignore sources Added Files: import.log perl-Term-Completion.spec Log Message: initial import --- NEW FILE import.log --- perl-Term-Completion-0_91-1_fc10:HEAD:perl-Term-Completion-0.91-1.fc10.src.rpm:1241476911 --- NEW FILE perl-Term-Completion.spec --- Name: perl-Term-Completion Version: 0.91 Release: 1%{?dist} # lib/Term/Completion.pm -> GPL+ or Artistic # lib/Term/Completion/_POSIX.pm -> GPL+ or Artistic # lib/Term/Completion/_readkey.pm -> GPL+ or Artistic # lib/Term/Completion/_stty.pm -> GPL+ or Artistic # lib/Term/Completion/_termsize.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Read one line of user input, with convenience functions Source: http://search.cpan.org/CPAN/authors/id/M/MA/MAREKR/Term-Completion-%{version}.tar.gz Url: http://search.cpan.org/dist/Term-Completion 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(IO::Handle) BuildRequires: perl(Term::ReadKey) >= 2.3 # test BuildRequires: perl(IO::String) BuildRequires: perl(POSIX) BuildRequires: perl(Test::More) BuildRequires: perl(Term::Size) %description Term::Completion is an extensible, highly configurable replacement for the venerable Term::Complete package. It is object-oriented and thus allows subclassing. Two derived classes are Term::Completion::Multi and Term::Completion::Path. A prompt is printed and the user may enter one line of input, submitting the answer by pressing the ENTER key. %prep %setup -q -n Term-Completion-%{version} find . -type f -exec chmod -c -x {} \; perl -pi -e 's|^#!/opt/perl_5.8.8/bin/perl|#!%{__perl}|' devel/tget.pl %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 # needed for testing... export COLUMNS=80 export LINES=25 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README devel/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri May 01 2009 Chris Weyl 0.91-1 - submission * Fri May 01 2009 Chris Weyl 0.91-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Term-Completion/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 03:52:25 -0000 1.1 +++ .cvsignore 4 May 2009 22:42:01 -0000 1.2 @@ -0,0 +1 @@ +Term-Completion-0.91.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Term-Completion/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 03:52:26 -0000 1.1 +++ sources 4 May 2009 22:42:01 -0000 1.2 @@ -0,0 +1 @@ +6f5920facb98b20923559f57608bb6ef Term-Completion-0.91.tar.gz From iarnell at fedoraproject.org Mon May 4 23:13:30 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:13:30 +0000 (UTC) Subject: rpms/perl-Data-FormValidator-Constraints-DateTime/F-10 perl-Data-FormValidator-Constraints-DateTime.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504231331.31F1670139@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Data-FormValidator-Constraints-DateTime/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25815/F-10 Modified Files: .cvsignore sources Added Files: perl-Data-FormValidator-Constraints-DateTime.spec Log Message: initial import --- NEW FILE perl-Data-FormValidator-Constraints-DateTime.spec --- Name: perl-Data-FormValidator-Constraints-DateTime Version: 1.09 Release: 1%{?dist} Summary: D::FV constraints for dates and times License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-FormValidator-Constraints-DateTime/ Source0: http://www.cpan.org/authors/id/W/WO/WONKO/Data-FormValidator-Constraints-DateTime-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Data::FormValidator) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Builder) BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DateTime::Format::Pg) BuildRequires: perl(DateTime::Format::Strptime) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected requires Requires: perl(DateTime::Format::MySQL) Requires: perl(DateTime::Format::Pg) %description This package provides constraint routines for Data::FormValidator for dealing with dates and times. It provides an easy mechanism for validating dates of any format (using strptime(3)) and transforming those dates (as long as you 'untaint' the fields) into valid DateTime objects, or into strings that would be properly formatted for various database engines. %prep %setup -q -n Data-FormValidator-Constraints-DateTime-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.09-1 - Specfile autogenerated by cpanspec 1.77. - Tweak requires/buildrequires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator-Constraints-DateTime/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:47:35 -0000 1.1 +++ .cvsignore 4 May 2009 23:12:58 -0000 1.2 @@ -0,0 +1 @@ +Data-FormValidator-Constraints-DateTime-1.09.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator-Constraints-DateTime/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:47:35 -0000 1.1 +++ sources 4 May 2009 23:12:58 -0000 1.2 @@ -0,0 +1 @@ +adec700adf05d817e09e890d99d9a339 Data-FormValidator-Constraints-DateTime-1.09.tar.gz From iarnell at fedoraproject.org Mon May 4 23:13:30 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:13:30 +0000 (UTC) Subject: rpms/perl-Data-FormValidator-Constraints-DateTime/devel perl-Data-FormValidator-Constraints-DateTime.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504231331.2A0AB70131@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Data-FormValidator-Constraints-DateTime/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25815/devel Modified Files: .cvsignore sources Added Files: perl-Data-FormValidator-Constraints-DateTime.spec Log Message: initial import --- NEW FILE perl-Data-FormValidator-Constraints-DateTime.spec --- Name: perl-Data-FormValidator-Constraints-DateTime Version: 1.09 Release: 1%{?dist} Summary: D::FV constraints for dates and times License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-FormValidator-Constraints-DateTime/ Source0: http://www.cpan.org/authors/id/W/WO/WONKO/Data-FormValidator-Constraints-DateTime-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Data::FormValidator) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Builder) BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DateTime::Format::Pg) BuildRequires: perl(DateTime::Format::Strptime) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected requires Requires: perl(DateTime::Format::MySQL) Requires: perl(DateTime::Format::Pg) %description This package provides constraint routines for Data::FormValidator for dealing with dates and times. It provides an easy mechanism for validating dates of any format (using strptime(3)) and transforming those dates (as long as you 'untaint' the fields) into valid DateTime objects, or into strings that would be properly formatted for various database engines. %prep %setup -q -n Data-FormValidator-Constraints-DateTime-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.09-1 - Specfile autogenerated by cpanspec 1.77. - Tweak requires/buildrequires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator-Constraints-DateTime/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:47:35 -0000 1.1 +++ .cvsignore 4 May 2009 23:13:00 -0000 1.2 @@ -0,0 +1 @@ +Data-FormValidator-Constraints-DateTime-1.09.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator-Constraints-DateTime/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:47:35 -0000 1.1 +++ sources 4 May 2009 23:13:00 -0000 1.2 @@ -0,0 +1 @@ +adec700adf05d817e09e890d99d9a339 Data-FormValidator-Constraints-DateTime-1.09.tar.gz From iarnell at fedoraproject.org Mon May 4 23:13:30 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:13:30 +0000 (UTC) Subject: rpms/perl-Data-FormValidator-Constraints-DateTime/F-11 perl-Data-FormValidator-Constraints-DateTime.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504231331.211A8700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Data-FormValidator-Constraints-DateTime/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25815/F-11 Modified Files: .cvsignore sources Added Files: perl-Data-FormValidator-Constraints-DateTime.spec Log Message: initial import --- NEW FILE perl-Data-FormValidator-Constraints-DateTime.spec --- Name: perl-Data-FormValidator-Constraints-DateTime Version: 1.09 Release: 1%{?dist} Summary: D::FV constraints for dates and times License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-FormValidator-Constraints-DateTime/ Source0: http://www.cpan.org/authors/id/W/WO/WONKO/Data-FormValidator-Constraints-DateTime-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Data::FormValidator) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Builder) BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DateTime::Format::Pg) BuildRequires: perl(DateTime::Format::Strptime) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected requires Requires: perl(DateTime::Format::MySQL) Requires: perl(DateTime::Format::Pg) %description This package provides constraint routines for Data::FormValidator for dealing with dates and times. It provides an easy mechanism for validating dates of any format (using strptime(3)) and transforming those dates (as long as you 'untaint' the fields) into valid DateTime objects, or into strings that would be properly formatted for various database engines. %prep %setup -q -n Data-FormValidator-Constraints-DateTime-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.09-1 - Specfile autogenerated by cpanspec 1.77. - Tweak requires/buildrequires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator-Constraints-DateTime/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:47:35 -0000 1.1 +++ .cvsignore 4 May 2009 23:12:59 -0000 1.2 @@ -0,0 +1 @@ +Data-FormValidator-Constraints-DateTime-1.09.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator-Constraints-DateTime/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:47:35 -0000 1.1 +++ sources 4 May 2009 23:12:59 -0000 1.2 @@ -0,0 +1 @@ +adec700adf05d817e09e890d99d9a339 Data-FormValidator-Constraints-DateTime-1.09.tar.gz From iarnell at fedoraproject.org Mon May 4 23:16:23 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:16:23 +0000 (UTC) Subject: rpms/perl-Class-Mix/F-10 perl-Class-Mix.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504231623.5E8F0700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Class-Mix/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26526/F-10 Modified Files: .cvsignore sources Added Files: perl-Class-Mix.spec Log Message: initial import --- NEW FILE perl-Class-Mix.spec --- Name: perl-Class-Mix Version: 0.002 Release: 1%{?dist} Summary: Dynamic class mixing License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Mix/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Class-Mix-%{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 The mix_class function provided by this module dynamically generates 'anonymous' classes with specified inheritance. %prep %setup -q -n Class-Mix-%{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 * Mon May 04 2009 Iain Arnell 0.002-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:49:18 -0000 1.1 +++ .cvsignore 4 May 2009 23:15:52 -0000 1.2 @@ -0,0 +1 @@ +Class-Mix-0.002.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:49:18 -0000 1.1 +++ sources 4 May 2009 23:15:53 -0000 1.2 @@ -0,0 +1 @@ +7773c6342f20370c4b40d468da031016 Class-Mix-0.002.tar.gz From iarnell at fedoraproject.org Mon May 4 23:16:23 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:16:23 +0000 (UTC) Subject: rpms/perl-Class-Mix/F-11 perl-Class-Mix.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504231623.A62E4700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Class-Mix/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26526/F-11 Modified Files: .cvsignore sources Added Files: perl-Class-Mix.spec Log Message: initial import --- NEW FILE perl-Class-Mix.spec --- Name: perl-Class-Mix Version: 0.002 Release: 1%{?dist} Summary: Dynamic class mixing License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Mix/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Class-Mix-%{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 The mix_class function provided by this module dynamically generates 'anonymous' classes with specified inheritance. %prep %setup -q -n Class-Mix-%{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 * Mon May 04 2009 Iain Arnell 0.002-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:49:18 -0000 1.1 +++ .cvsignore 4 May 2009 23:15:53 -0000 1.2 @@ -0,0 +1 @@ +Class-Mix-0.002.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:49:18 -0000 1.1 +++ sources 4 May 2009 23:15:53 -0000 1.2 @@ -0,0 +1 @@ +7773c6342f20370c4b40d468da031016 Class-Mix-0.002.tar.gz From iarnell at fedoraproject.org Mon May 4 23:16:24 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:16:24 +0000 (UTC) Subject: rpms/perl-Class-Mix/devel perl-Class-Mix.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504231624.1E2A9700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Class-Mix/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26526/devel Modified Files: .cvsignore sources Added Files: perl-Class-Mix.spec Log Message: initial import --- NEW FILE perl-Class-Mix.spec --- Name: perl-Class-Mix Version: 0.002 Release: 1%{?dist} Summary: Dynamic class mixing License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Mix/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Class-Mix-%{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 The mix_class function provided by this module dynamically generates 'anonymous' classes with specified inheritance. %prep %setup -q -n Class-Mix-%{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 * Mon May 04 2009 Iain Arnell 0.002-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:49:18 -0000 1.1 +++ .cvsignore 4 May 2009 23:15:53 -0000 1.2 @@ -0,0 +1 @@ +Class-Mix-0.002.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:49:18 -0000 1.1 +++ sources 4 May 2009 23:15:53 -0000 1.2 @@ -0,0 +1 @@ +7773c6342f20370c4b40d468da031016 Class-Mix-0.002.tar.gz From iarnell at fedoraproject.org Mon May 4 23:19:27 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:19:27 +0000 (UTC) Subject: rpms/perl-Module-Pluggable-Ordered/F-10 perl-Module-Pluggable-Ordered.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504231927.E31F770135@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Module-Pluggable-Ordered/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27368/F-10 Modified Files: .cvsignore sources Added Files: perl-Module-Pluggable-Ordered.spec Log Message: initial import --- NEW FILE perl-Module-Pluggable-Ordered.spec --- Name: perl-Module-Pluggable-Ordered Version: 1.5 Release: 1%{?dist} Summary: Call module plugins in a specified order License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Pluggable-Ordered/ Source0: http://www.cpan.org/authors/id/A/AP/APEIRON/Module-Pluggable-Ordered-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Pluggable) >= 1.9 BuildRequires: perl(Test::More) BuildRequires: perl(UNIVERSAL::require) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module behaves exactly the same as Module::Pluggable, supporting all of its options, but also mixes in the call_plugins and plugins_ordered methods to your class. call_plugins acts a little like Class::Trigger; it takes the name of a method, and some parameters. Let's say we call it like so: %prep %setup -q -n Module-Pluggable-Ordered-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.5-1 - Specfile autogenerated by cpanspec 1.77. - remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Pluggable-Ordered/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:50:07 -0000 1.1 +++ .cvsignore 4 May 2009 23:18:57 -0000 1.2 @@ -0,0 +1 @@ +Module-Pluggable-Ordered-1.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Pluggable-Ordered/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:50:08 -0000 1.1 +++ sources 4 May 2009 23:18:57 -0000 1.2 @@ -0,0 +1 @@ +a9a33859fa3ff61a845035d44a2f73e8 Module-Pluggable-Ordered-1.5.tar.gz From iarnell at fedoraproject.org Mon May 4 23:19:28 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:19:28 +0000 (UTC) Subject: rpms/perl-Module-Pluggable-Ordered/F-11 perl-Module-Pluggable-Ordered.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504231928.59EA770135@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Module-Pluggable-Ordered/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27368/F-11 Modified Files: .cvsignore sources Added Files: perl-Module-Pluggable-Ordered.spec Log Message: initial import --- NEW FILE perl-Module-Pluggable-Ordered.spec --- Name: perl-Module-Pluggable-Ordered Version: 1.5 Release: 1%{?dist} Summary: Call module plugins in a specified order License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Pluggable-Ordered/ Source0: http://www.cpan.org/authors/id/A/AP/APEIRON/Module-Pluggable-Ordered-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Pluggable) >= 1.9 BuildRequires: perl(Test::More) BuildRequires: perl(UNIVERSAL::require) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module behaves exactly the same as Module::Pluggable, supporting all of its options, but also mixes in the call_plugins and plugins_ordered methods to your class. call_plugins acts a little like Class::Trigger; it takes the name of a method, and some parameters. Let's say we call it like so: %prep %setup -q -n Module-Pluggable-Ordered-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.5-1 - Specfile autogenerated by cpanspec 1.77. - remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Pluggable-Ordered/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:50:07 -0000 1.1 +++ .cvsignore 4 May 2009 23:18:57 -0000 1.2 @@ -0,0 +1 @@ +Module-Pluggable-Ordered-1.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Pluggable-Ordered/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:50:08 -0000 1.1 +++ sources 4 May 2009 23:18:57 -0000 1.2 @@ -0,0 +1 @@ +a9a33859fa3ff61a845035d44a2f73e8 Module-Pluggable-Ordered-1.5.tar.gz From iarnell at fedoraproject.org Mon May 4 23:19:28 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:19:28 +0000 (UTC) Subject: rpms/perl-Module-Pluggable-Ordered/devel perl-Module-Pluggable-Ordered.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504231929.0044470135@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Module-Pluggable-Ordered/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27368/devel Modified Files: .cvsignore sources Added Files: perl-Module-Pluggable-Ordered.spec Log Message: initial import --- NEW FILE perl-Module-Pluggable-Ordered.spec --- Name: perl-Module-Pluggable-Ordered Version: 1.5 Release: 1%{?dist} Summary: Call module plugins in a specified order License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Pluggable-Ordered/ Source0: http://www.cpan.org/authors/id/A/AP/APEIRON/Module-Pluggable-Ordered-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Pluggable) >= 1.9 BuildRequires: perl(Test::More) BuildRequires: perl(UNIVERSAL::require) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module behaves exactly the same as Module::Pluggable, supporting all of its options, but also mixes in the call_plugins and plugins_ordered methods to your class. call_plugins acts a little like Class::Trigger; it takes the name of a method, and some parameters. Let's say we call it like so: %prep %setup -q -n Module-Pluggable-Ordered-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.5-1 - Specfile autogenerated by cpanspec 1.77. - remove explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Pluggable-Ordered/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:50:07 -0000 1.1 +++ .cvsignore 4 May 2009 23:18:58 -0000 1.2 @@ -0,0 +1 @@ +Module-Pluggable-Ordered-1.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Pluggable-Ordered/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:50:08 -0000 1.1 +++ sources 4 May 2009 23:18:58 -0000 1.2 @@ -0,0 +1 @@ +a9a33859fa3ff61a845035d44a2f73e8 Module-Pluggable-Ordered-1.5.tar.gz From iarnell at fedoraproject.org Mon May 4 23:21:03 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:21:03 +0000 (UTC) Subject: rpms/perl-Text-Context-EitherSide/F-11 perl-Text-Context-EitherSide.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504232103.386B9700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Context-EitherSide/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28221/F-11 Modified Files: .cvsignore sources Added Files: perl-Text-Context-EitherSide.spec Log Message: initial import --- NEW FILE perl-Text-Context-EitherSide.spec --- Name: perl-Text-Context-EitherSide Version: 1.4 Release: 1%{?dist} Summary: Get n words either side of search keywords License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Context-EitherSide/ Source0: http://www.cpan.org/authors/id/T/TM/TMTM/Text-Context-EitherSide-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Suppose you have a large piece of text - typically, say, a web page or a mail message. And now suppose you've done some kind of full-text search on that text for a bunch of keywords, and you want to display the context in which you found the keywords inside the body of the text. %prep %setup -q -n Text-Context-EitherSide-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.4-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context-EitherSide/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:51:54 -0000 1.1 +++ .cvsignore 4 May 2009 23:20:32 -0000 1.2 @@ -0,0 +1 @@ +Text-Context-EitherSide-1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context-EitherSide/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:51:54 -0000 1.1 +++ sources 4 May 2009 23:20:32 -0000 1.2 @@ -0,0 +1 @@ +5b4c816c9df69cd717393fbeab846ea1 Text-Context-EitherSide-1.4.tar.gz From iarnell at fedoraproject.org Mon May 4 23:21:02 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:21:02 +0000 (UTC) Subject: rpms/perl-Text-Context-EitherSide/F-10 perl-Text-Context-EitherSide.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504232102.B45DF700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Context-EitherSide/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28221/F-10 Modified Files: .cvsignore sources Added Files: perl-Text-Context-EitherSide.spec Log Message: initial import --- NEW FILE perl-Text-Context-EitherSide.spec --- Name: perl-Text-Context-EitherSide Version: 1.4 Release: 1%{?dist} Summary: Get n words either side of search keywords License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Context-EitherSide/ Source0: http://www.cpan.org/authors/id/T/TM/TMTM/Text-Context-EitherSide-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Suppose you have a large piece of text - typically, say, a web page or a mail message. And now suppose you've done some kind of full-text search on that text for a bunch of keywords, and you want to display the context in which you found the keywords inside the body of the text. %prep %setup -q -n Text-Context-EitherSide-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.4-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context-EitherSide/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:51:54 -0000 1.1 +++ .cvsignore 4 May 2009 23:20:32 -0000 1.2 @@ -0,0 +1 @@ +Text-Context-EitherSide-1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context-EitherSide/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:51:54 -0000 1.1 +++ sources 4 May 2009 23:20:32 -0000 1.2 @@ -0,0 +1 @@ +5b4c816c9df69cd717393fbeab846ea1 Text-Context-EitherSide-1.4.tar.gz From iarnell at fedoraproject.org Mon May 4 23:21:03 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:21:03 +0000 (UTC) Subject: rpms/perl-Text-Context-EitherSide/devel perl-Text-Context-EitherSide.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504232103.956EB70135@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Context-EitherSide/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28221/devel Modified Files: .cvsignore sources Added Files: perl-Text-Context-EitherSide.spec Log Message: initial import --- NEW FILE perl-Text-Context-EitherSide.spec --- Name: perl-Text-Context-EitherSide Version: 1.4 Release: 1%{?dist} Summary: Get n words either side of search keywords License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Context-EitherSide/ Source0: http://www.cpan.org/authors/id/T/TM/TMTM/Text-Context-EitherSide-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Suppose you have a large piece of text - typically, say, a web page or a mail message. And now suppose you've done some kind of full-text search on that text for a bunch of keywords, and you want to display the context in which you found the keywords inside the body of the text. %prep %setup -q -n Text-Context-EitherSide-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.4-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context-EitherSide/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:51:54 -0000 1.1 +++ .cvsignore 4 May 2009 23:20:33 -0000 1.2 @@ -0,0 +1 @@ +Text-Context-EitherSide-1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context-EitherSide/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:51:54 -0000 1.1 +++ sources 4 May 2009 23:20:33 -0000 1.2 @@ -0,0 +1 @@ +5b4c816c9df69cd717393fbeab846ea1 Text-Context-EitherSide-1.4.tar.gz From iarnell at fedoraproject.org Mon May 4 23:24:19 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:24:19 +0000 (UTC) Subject: rpms/perl-HTML-Toc/F-10 man3pods.patch, NONE, 1.1 perl-HTML-Toc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504232419.AD362700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-Toc/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29089/F-10 Modified Files: .cvsignore sources Added Files: man3pods.patch perl-HTML-Toc.spec Log Message: initial import man3pods.patch: --- NEW FILE man3pods.patch --- diff -up HTML-Toc-1.11/Makefile.PL.orig HTML-Toc-1.11/Makefile.PL --- HTML-Toc-1.11/Makefile.PL.orig 2009-04-13 09:09:41.000000000 +0200 +++ HTML-Toc-1.11/Makefile.PL 2009-05-04 15:28:30.000000000 +0200 @@ -6,7 +6,7 @@ WriteMakefile( AUTHOR => 'Freddy Vulto (fvulto at gmail.com)', ABSTRACT => 'Generate, insert and update HTML Table of Contents', PREREQ_PM => {'HTML::Parser' => 0}, - MAN3PODS => {}, +# MAN3PODS => {}, ); package MY; # so that "SUPER" works right --- NEW FILE perl-HTML-Toc.spec --- Name: perl-HTML-Toc Version: 1.11 Release: 1%{?dist} Summary: Generate, insert and update HTML Table of Contents License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Toc/ Source0: http://www.cpan.org/authors/id/F/FV/FVULTO/HTML-Toc-%{version}.tar.gz # don't skip man pages Patch0: man3pods.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Parser) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Generate, insert and update HTML Table of Contents (ToC). %prep %setup -q -n HTML-Toc-%{version} %patch0 -p 1 find . -type f | xargs chmod 0644 cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(HTML::_/d' EOF %global __perl_provides %{_builddir}/HTML-Toc-%{version}/%{name}-prov chmod +x %{__perl_provides} %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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.11-1 - Specfile autogenerated by cpanspec 1.77. - Ensure that man pages are generated - Filter private provides Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Toc/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:52:40 -0000 1.1 +++ .cvsignore 4 May 2009 23:23:49 -0000 1.2 @@ -0,0 +1 @@ +HTML-Toc-1.11.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Toc/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:52:40 -0000 1.1 +++ sources 4 May 2009 23:23:49 -0000 1.2 @@ -0,0 +1 @@ +65474641c6294ff64e1d065fe0843d9a HTML-Toc-1.11.tar.gz From iarnell at fedoraproject.org Mon May 4 23:24:19 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:24:19 +0000 (UTC) Subject: rpms/perl-HTML-Toc/F-11 man3pods.patch, NONE, 1.1 perl-HTML-Toc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504232419.ECC7C700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-Toc/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29089/F-11 Modified Files: .cvsignore sources Added Files: man3pods.patch perl-HTML-Toc.spec Log Message: initial import man3pods.patch: --- NEW FILE man3pods.patch --- diff -up HTML-Toc-1.11/Makefile.PL.orig HTML-Toc-1.11/Makefile.PL --- HTML-Toc-1.11/Makefile.PL.orig 2009-04-13 09:09:41.000000000 +0200 +++ HTML-Toc-1.11/Makefile.PL 2009-05-04 15:28:30.000000000 +0200 @@ -6,7 +6,7 @@ WriteMakefile( AUTHOR => 'Freddy Vulto (fvulto at gmail.com)', ABSTRACT => 'Generate, insert and update HTML Table of Contents', PREREQ_PM => {'HTML::Parser' => 0}, - MAN3PODS => {}, +# MAN3PODS => {}, ); package MY; # so that "SUPER" works right --- NEW FILE perl-HTML-Toc.spec --- Name: perl-HTML-Toc Version: 1.11 Release: 1%{?dist} Summary: Generate, insert and update HTML Table of Contents License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Toc/ Source0: http://www.cpan.org/authors/id/F/FV/FVULTO/HTML-Toc-%{version}.tar.gz # don't skip man pages Patch0: man3pods.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Parser) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Generate, insert and update HTML Table of Contents (ToC). %prep %setup -q -n HTML-Toc-%{version} %patch0 -p 1 find . -type f | xargs chmod 0644 cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(HTML::_/d' EOF %global __perl_provides %{_builddir}/HTML-Toc-%{version}/%{name}-prov chmod +x %{__perl_provides} %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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.11-1 - Specfile autogenerated by cpanspec 1.77. - Ensure that man pages are generated - Filter private provides Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Toc/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:52:40 -0000 1.1 +++ .cvsignore 4 May 2009 23:23:49 -0000 1.2 @@ -0,0 +1 @@ +HTML-Toc-1.11.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Toc/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:52:40 -0000 1.1 +++ sources 4 May 2009 23:23:49 -0000 1.2 @@ -0,0 +1 @@ +65474641c6294ff64e1d065fe0843d9a HTML-Toc-1.11.tar.gz From iarnell at fedoraproject.org Mon May 4 23:24:20 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:24:20 +0000 (UTC) Subject: rpms/perl-HTML-Toc/devel man3pods.patch, NONE, 1.1 perl-HTML-Toc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504232420.76C35700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-Toc/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29089/devel Modified Files: .cvsignore sources Added Files: man3pods.patch perl-HTML-Toc.spec Log Message: initial import man3pods.patch: --- NEW FILE man3pods.patch --- diff -up HTML-Toc-1.11/Makefile.PL.orig HTML-Toc-1.11/Makefile.PL --- HTML-Toc-1.11/Makefile.PL.orig 2009-04-13 09:09:41.000000000 +0200 +++ HTML-Toc-1.11/Makefile.PL 2009-05-04 15:28:30.000000000 +0200 @@ -6,7 +6,7 @@ WriteMakefile( AUTHOR => 'Freddy Vulto (fvulto at gmail.com)', ABSTRACT => 'Generate, insert and update HTML Table of Contents', PREREQ_PM => {'HTML::Parser' => 0}, - MAN3PODS => {}, +# MAN3PODS => {}, ); package MY; # so that "SUPER" works right --- NEW FILE perl-HTML-Toc.spec --- Name: perl-HTML-Toc Version: 1.11 Release: 1%{?dist} Summary: Generate, insert and update HTML Table of Contents License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Toc/ Source0: http://www.cpan.org/authors/id/F/FV/FVULTO/HTML-Toc-%{version}.tar.gz # don't skip man pages Patch0: man3pods.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Parser) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Generate, insert and update HTML Table of Contents (ToC). %prep %setup -q -n HTML-Toc-%{version} %patch0 -p 1 find . -type f | xargs chmod 0644 cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(HTML::_/d' EOF %global __perl_provides %{_builddir}/HTML-Toc-%{version}/%{name}-prov chmod +x %{__perl_provides} %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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.11-1 - Specfile autogenerated by cpanspec 1.77. - Ensure that man pages are generated - Filter private provides Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Toc/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:52:40 -0000 1.1 +++ .cvsignore 4 May 2009 23:23:49 -0000 1.2 @@ -0,0 +1 @@ +HTML-Toc-1.11.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Toc/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:52:40 -0000 1.1 +++ sources 4 May 2009 23:23:50 -0000 1.2 @@ -0,0 +1 @@ +65474641c6294ff64e1d065fe0843d9a HTML-Toc-1.11.tar.gz From iarnell at fedoraproject.org Mon May 4 23:25:45 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:25:45 +0000 (UTC) Subject: rpms/perl-XML-TokeParser/F-10 perl-XML-TokeParser.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090504232545.D6118700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-TokeParser/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29469/F-10 Modified Files: sources Added Files: perl-XML-TokeParser.spec Log Message: initial import --- NEW FILE perl-XML-TokeParser.spec --- Name: perl-XML-TokeParser Version: 0.05 Release: 1%{?dist} Summary: Simplified interface to XML::Parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-TokeParser/ Source0: http://www.cpan.org/authors/id/P/PO/PODMASTER/XML-TokeParser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::Parser) >= 2 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens," each corresponding to an XML::Parser event. %prep %setup -q -n XML-TokeParser-%{version} find . -type f | xargs sed -i -e 's/\r//' find . -type f | xargs chmod 0644 %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 TODO TokeParser.xml %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.77. - Fix line-endings and permissions Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TokeParser/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:53:36 -0000 1.1 +++ sources 4 May 2009 23:25:15 -0000 1.2 @@ -0,0 +1 @@ +a886ac451d99dca522df20d7cf7b28b4 XML-TokeParser-0.05.tar.gz From iarnell at fedoraproject.org Mon May 4 23:25:46 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:25:46 +0000 (UTC) Subject: rpms/perl-XML-TokeParser/devel perl-XML-TokeParser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090504232546.B0EFB700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-TokeParser/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29469/devel Modified Files: .cvsignore sources Added Files: perl-XML-TokeParser.spec Log Message: initial import --- NEW FILE perl-XML-TokeParser.spec --- Name: perl-XML-TokeParser Version: 0.05 Release: 1%{?dist} Summary: Simplified interface to XML::Parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-TokeParser/ Source0: http://www.cpan.org/authors/id/P/PO/PODMASTER/XML-TokeParser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::Parser) >= 2 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens," each corresponding to an XML::Parser event. %prep %setup -q -n XML-TokeParser-%{version} find . -type f | xargs sed -i -e 's/\r//' find . -type f | xargs chmod 0644 %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 TODO TokeParser.xml %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.77. - Fix line-endings and permissions Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TokeParser/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 May 2009 20:53:36 -0000 1.1 +++ .cvsignore 4 May 2009 23:25:16 -0000 1.2 @@ -0,0 +1 @@ +XML-TokeParser-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TokeParser/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:53:36 -0000 1.1 +++ sources 4 May 2009 23:25:16 -0000 1.2 @@ -0,0 +1 @@ +a886ac451d99dca522df20d7cf7b28b4 XML-TokeParser-0.05.tar.gz From iarnell at fedoraproject.org Mon May 4 23:25:46 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 4 May 2009 23:25:46 +0000 (UTC) Subject: rpms/perl-XML-TokeParser/F-11 perl-XML-TokeParser.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090504232546.4403C700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-TokeParser/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29469/F-11 Modified Files: sources Added Files: perl-XML-TokeParser.spec Log Message: initial import --- NEW FILE perl-XML-TokeParser.spec --- Name: perl-XML-TokeParser Version: 0.05 Release: 1%{?dist} Summary: Simplified interface to XML::Parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-TokeParser/ Source0: http://www.cpan.org/authors/id/P/PO/PODMASTER/XML-TokeParser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::Parser) >= 2 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens," each corresponding to an XML::Parser event. %prep %setup -q -n XML-TokeParser-%{version} find . -type f | xargs sed -i -e 's/\r//' find . -type f | xargs chmod 0644 %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 TODO TokeParser.xml %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.77. - Fix line-endings and permissions Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TokeParser/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:53:36 -0000 1.1 +++ sources 4 May 2009 23:25:15 -0000 1.2 @@ -0,0 +1 @@ +a886ac451d99dca522df20d7cf7b28b4 XML-TokeParser-0.05.tar.gz From bugzilla at redhat.com Tue May 5 04:07:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 00:07:48 -0400 Subject: [Bug 499068] New: update XML-XPathEngine to 0.12 in rawhide please Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: update XML-XPathEngine to 0.12 in rawhide please https://bugzilla.redhat.com/show_bug.cgi?id=499068 Summary: update XML-XPathEngine to 0.12 in rawhide please Product: Fedora Version: rawhide Platform: All URL: http://search.cpan.org/~mirod/XML-XPathEngine-0.12/ OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-XML-XPathEngine AssignedTo: alexl at users.sourceforge.net ReportedBy: iarnell at gmail.com QAContact: extras-qa at fedoraproject.org CC: alexl at users.sourceforge.net, fedora-perl-devel-list at redhat.com Classification: Fedora Can we get XML-XPathEngine-0.12 in rawhide please. It's part of a chain of requirements to get MojoMojo test suite working. -- Configure 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 alexlan at fedoraproject.org Tue May 5 06:19:43 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 06:19:43 +0000 (UTC) Subject: rpms/perl-XML-XPathEngine/devel .cvsignore, 1.3, 1.4 perl-XML-XPathEngine.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090505061943.5B38170108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-XML-XPathEngine/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19569 Modified Files: .cvsignore perl-XML-XPathEngine.spec sources Log Message: - Update to latest upstream (#499068) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 4 Jun 2008 07:58:34 -0000 1.3 +++ .cvsignore 5 May 2009 06:19:12 -0000 1.4 @@ -1 +1 @@ -XML-XPathEngine-0.11.tar.gz +XML-XPathEngine-0.12.tar.gz Index: perl-XML-XPathEngine.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/devel/perl-XML-XPathEngine.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-XML-XPathEngine.spec 27 Feb 2009 04:54:43 -0000 1.6 +++ perl-XML-XPathEngine.spec 5 May 2009 06:19:12 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-XML-XPathEngine -Version: 0.11 -Release: 2%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Re-usable XPath engine for DOM-like trees License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon May 4 2009 Alex Lancaster - 0.12-1 +- Update to latest upstream (#499068) + * Thu Feb 26 2009 Fedora Release Engineering - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 4 Jun 2008 07:58:34 -0000 1.3 +++ sources 5 May 2009 06:19:12 -0000 1.4 @@ -1 +1 @@ -63c1f458501174eeb3025506426fd27c XML-XPathEngine-0.11.tar.gz +ecb1121f5a11411a2d4942c87d8725af XML-XPathEngine-0.12.tar.gz From alexlan at fedoraproject.org Tue May 5 06:27:53 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 06:27:53 +0000 (UTC) Subject: rpms/perl-XML-XPathEngine/F-11 .cvsignore, 1.3, 1.4 perl-XML-XPathEngine.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090505062753.926D970108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-XML-XPathEngine/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20665/F-11 Modified Files: .cvsignore perl-XML-XPathEngine.spec sources Log Message: - Update to latest upstream (#499068) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-11/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 4 Jun 2008 07:58:34 -0000 1.3 +++ .cvsignore 5 May 2009 06:27:23 -0000 1.4 @@ -1 +1 @@ -XML-XPathEngine-0.11.tar.gz +XML-XPathEngine-0.12.tar.gz Index: perl-XML-XPathEngine.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-11/perl-XML-XPathEngine.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-XML-XPathEngine.spec 27 Feb 2009 04:54:43 -0000 1.6 +++ perl-XML-XPathEngine.spec 5 May 2009 06:27:23 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-XML-XPathEngine -Version: 0.11 -Release: 2%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Re-usable XPath engine for DOM-like trees License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon May 4 2009 Alex Lancaster - 0.12-1 +- Update to latest upstream (#499068) + * Thu Feb 26 2009 Fedora Release Engineering - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 4 Jun 2008 07:58:34 -0000 1.3 +++ sources 5 May 2009 06:27:23 -0000 1.4 @@ -1 +1 @@ -63c1f458501174eeb3025506426fd27c XML-XPathEngine-0.11.tar.gz +ecb1121f5a11411a2d4942c87d8725af XML-XPathEngine-0.12.tar.gz From alexlan at fedoraproject.org Tue May 5 06:27:53 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 06:27:53 +0000 (UTC) Subject: rpms/perl-XML-XPathEngine/F-10 .cvsignore, 1.3, 1.4 perl-XML-XPathEngine.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090505062753.645EA70108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-XML-XPathEngine/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20665/F-10 Modified Files: .cvsignore perl-XML-XPathEngine.spec sources Log Message: - Update to latest upstream (#499068) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 4 Jun 2008 07:58:34 -0000 1.3 +++ .cvsignore 5 May 2009 06:27:22 -0000 1.4 @@ -1 +1 @@ -XML-XPathEngine-0.11.tar.gz +XML-XPathEngine-0.12.tar.gz Index: perl-XML-XPathEngine.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-10/perl-XML-XPathEngine.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-XML-XPathEngine.spec 4 Jun 2008 07:58:34 -0000 1.5 +++ perl-XML-XPathEngine.spec 5 May 2009 06:27:22 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-XML-XPathEngine -Version: 0.11 +Version: 0.12 Release: 1%{?dist} Summary: Re-usable XPath engine for DOM-like trees License: GPL+ or Artistic @@ -47,6 +47,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon May 4 2009 Alex Lancaster - 0.12-1 +- Update to latest upstream (#499068) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Jun 4 2008 Alex Lancaster - 0.11-1 - Update to latest upstream (0.11) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 4 Jun 2008 07:58:34 -0000 1.3 +++ sources 5 May 2009 06:27:22 -0000 1.4 @@ -1 +1 @@ -63c1f458501174eeb3025506426fd27c XML-XPathEngine-0.11.tar.gz +ecb1121f5a11411a2d4942c87d8725af XML-XPathEngine-0.12.tar.gz From alexlan at fedoraproject.org Tue May 5 06:27:53 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 06:27:53 +0000 (UTC) Subject: rpms/perl-XML-XPathEngine/F-9 .cvsignore, 1.3, 1.4 perl-XML-XPathEngine.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090505062753.DE50370108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-XML-XPathEngine/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20665/F-9 Modified Files: .cvsignore perl-XML-XPathEngine.spec sources Log Message: - Update to latest upstream (#499068) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 4 Jun 2008 09:41:47 -0000 1.3 +++ .cvsignore 5 May 2009 06:27:23 -0000 1.4 @@ -1 +1 @@ -XML-XPathEngine-0.11.tar.gz +XML-XPathEngine-0.12.tar.gz Index: perl-XML-XPathEngine.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-9/perl-XML-XPathEngine.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-XML-XPathEngine.spec 4 Jun 2008 09:41:47 -0000 1.5 +++ perl-XML-XPathEngine.spec 5 May 2009 06:27:23 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-XML-XPathEngine -Version: 0.11 +Version: 0.12 Release: 1%{?dist} Summary: Re-usable XPath engine for DOM-like trees License: GPL+ or Artistic @@ -47,6 +47,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon May 4 2009 Alex Lancaster - 0.12-1 +- Update to latest upstream (#499068) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Jun 4 2008 Alex Lancaster - 0.11-1 - Update to latest upstream (0.11) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 4 Jun 2008 09:41:47 -0000 1.3 +++ sources 5 May 2009 06:27:23 -0000 1.4 @@ -1 +1 @@ -63c1f458501174eeb3025506426fd27c XML-XPathEngine-0.11.tar.gz +ecb1121f5a11411a2d4942c87d8725af XML-XPathEngine-0.12.tar.gz From bugzilla at redhat.com Tue May 5 06:48:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 02:48:54 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905050648.n456msCr019129@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=499068 --- Comment #2 from Fedora Update System 2009-05-05 02:48:53 EDT --- perl-XML-XPathEngine-0.12-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-XML-XPathEngine-0.12-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 06:49:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 02:49:52 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905050649.n456nqgt019739@bz-web1.app.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=499068 --- Comment #3 from Fedora Update System 2009-05-05 02:49:51 EDT --- perl-XML-XPathEngine-0.12-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-XML-XPathEngine-0.12-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 06:47:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 02:47:58 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905050647.n456lwXS019562@bz-web1.app.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=499068 --- Comment #1 from Fedora Update System 2009-05-05 02:47:58 EDT --- perl-XML-XPathEngine-0.12-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-XML-XPathEngine-0.12-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at alumni.drew.edu Tue May 5 07:14:09 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Tue, 5 May 2009 00:14:09 -0700 Subject: lua/yaml in RPM Message-ID: <7dd7ab490905050014t16e073fdibd956bc50a0596dd@mail.gmail.com> Just a quick note -- I've opened a ticket[1] over at rpm.org asking about the feasibility of including support for easily handling YAML files from the embedded lua interperter. This would make it much easier to use the configure/build/requires/provide information modern META.yml files can provide[2] as a source for dependency information. I see some information out in teh interwebs about this already, but it appears to be mainly oriented torwards rpm5.org. -Chris [1] http://rpm.org/ticket/55 [2] e.g. http://cpansearch.perl.org/src/RSRCHBOY/Fedora-App-ReviewTool-0.10/META.yml -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla at redhat.com Tue May 5 07:24:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 03:24:45 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905050724.n457OjcB025614@bz-web1.app.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=499068 --- Comment #4 from Alex Lancaster 2009-05-05 03:24:44 EDT --- Also rebuilt in rawhide (F-12): http://koji.fedoraproject.org/koji/taskinfo?taskID=1336329 Leaving bug open to be closed by bodhi. -- Configure 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 alexlan at fedoraproject.org Tue May 5 07:45:58 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 07:45:58 +0000 (UTC) Subject: rpms/perl-Bio-Graphics/devel .cvsignore, 1.3, 1.4 perl-Bio-Graphics.spec, 1.4, 1.5 sources, 1.3, 1.4 perl-Bio-Graphics-tests.patch, 1.1, NONE Message-ID: <20090505074558.4283170108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-Bio-Graphics/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32626 Modified Files: .cvsignore perl-Bio-Graphics.spec sources Removed Files: perl-Bio-Graphics-tests.patch Log Message: - Update to latest upstream (1.94) - Drop patch for disabling tests Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Bio-Graphics/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 28 Jan 2009 01:14:54 -0000 1.3 +++ .cvsignore 5 May 2009 07:45:27 -0000 1.4 @@ -1 +1 @@ -Bio-Graphics-1.84.tar.gz +Bio-Graphics-1.94.tar.gz Index: perl-Bio-Graphics.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Bio-Graphics/devel/perl-Bio-Graphics.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Bio-Graphics.spec 26 Feb 2009 11:23:43 -0000 1.4 +++ perl-Bio-Graphics.spec 5 May 2009 07:45:27 -0000 1.5 @@ -1,12 +1,11 @@ Name: perl-Bio-Graphics -Version: 1.84 -Release: 2%{?dist} +Version: 1.94 +Release: 1%{?dist} Summary: Generate GD images of Bio::Seq objects License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Bio-Graphics/ Source0: http://www.cpan.org/authors/id/L/LD/LDS/Bio-Graphics-%{version}.tar.gz -Patch0: perl-Bio-Graphics-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Bio::Root::Version) >= 1.005009 @@ -28,7 +27,6 @@ laid out on the number line %prep %setup -q -n Bio-Graphics-%{version} -%patch0 -p0 -b .tests # temporarily remove modules Bio/Graphics/Glyph/trace.pm until the dependency: # Bio::SCF is packaged @@ -62,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue May 5 2009 Alex Lancaster - 1.94-1 +- Update to latest upstream (1.94) +- Drop patch for disabling tests + * Thu Feb 26 2009 Fedora Release Engineering - 1.84-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Bio-Graphics/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 28 Jan 2009 01:14:54 -0000 1.3 +++ sources 5 May 2009 07:45:27 -0000 1.4 @@ -1 +1 @@ -ff4e72484d345d5d711b80606426faff Bio-Graphics-1.84.tar.gz +363508cab96fc62d84f2d1f9e158edfd Bio-Graphics-1.94.tar.gz --- perl-Bio-Graphics-tests.patch DELETED --- From alexlan at fedoraproject.org Tue May 5 08:13:41 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 08:13:41 +0000 (UTC) Subject: rpms/perl-Convert-Binary-C/devel .cvsignore, 1.5, 1.6 perl-Convert-Binary-C.spec, 1.12, 1.13 sources, 1.5, 1.6 perl-Convert-Binary-C-gcc44.patch, 1.1, NONE Message-ID: <20090505081341.90D8C70108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-Convert-Binary-C/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4229 Modified Files: .cvsignore perl-Convert-Binary-C.spec sources Removed Files: perl-Convert-Binary-C-gcc44.patch Log Message: - Update to latest upstream (0.74) - Drop GCC 4.4 patch (fixed upstream) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 4 Jun 2008 07:49:03 -0000 1.5 +++ .cvsignore 5 May 2009 08:13:11 -0000 1.6 @@ -1 +1 @@ -Convert-Binary-C-0.71.tar.gz +Convert-Binary-C-0.74.tar.gz Index: perl-Convert-Binary-C.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/devel/perl-Convert-Binary-C.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Convert-Binary-C.spec 26 Feb 2009 13:36:47 -0000 1.12 +++ perl-Convert-Binary-C.spec 5 May 2009 08:13:11 -0000 1.13 @@ -1,12 +1,11 @@ Name: perl-Convert-Binary-C -Version: 0.71 -Release: 3%{?dist} +Version: 0.74 +Release: 1%{?dist} Summary: Binary data conversion using C types License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Convert-Binary-C/ Source0: http://www.cpan.org/modules/by-module/Convert/Convert-Binary-C-%{version}.tar.gz -Patch0: %{name}-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) @@ -23,7 +22,6 @@ from and to Perl's complex data structur %prep %setup -q -n Convert-Binary-C-%{version} -%patch0 -p0 -b .gcc44 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -56,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue May 5 2009 Alex Lancaster - 0.74-1 +- Update to latest upstream (0.74) +- Drop GCC 4.4 patch (fixed upstream) + * Thu Feb 26 2009 Fedora Release Engineering - 0.71-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 4 Jun 2008 07:49:03 -0000 1.5 +++ sources 5 May 2009 08:13:11 -0000 1.6 @@ -1 +1 @@ -b2c0958f1424c4b9e4a7cd4a4f8ef0bf Convert-Binary-C-0.71.tar.gz +164ce4e87a5d54945ef21c28fab6d10f Convert-Binary-C-0.74.tar.gz --- perl-Convert-Binary-C-gcc44.patch DELETED --- From alexlan at fedoraproject.org Tue May 5 08:01:52 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 08:01:52 +0000 (UTC) Subject: rpms/perl-Bio-Graphics/F-11 .cvsignore, 1.3, 1.4 perl-Bio-Graphics.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090505080152.CE46870108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-Bio-Graphics/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1805 Modified Files: .cvsignore perl-Bio-Graphics.spec sources Log Message: - Update to latest upstream (1.94) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Bio-Graphics/F-11/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 28 Jan 2009 01:14:54 -0000 1.3 +++ .cvsignore 5 May 2009 08:01:22 -0000 1.4 @@ -1 +1 @@ -Bio-Graphics-1.84.tar.gz +Bio-Graphics-1.94.tar.gz Index: perl-Bio-Graphics.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Bio-Graphics/F-11/perl-Bio-Graphics.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Bio-Graphics.spec 26 Feb 2009 11:23:43 -0000 1.4 +++ perl-Bio-Graphics.spec 5 May 2009 08:01:22 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Bio-Graphics -Version: 1.84 -Release: 2%{?dist} +Version: 1.94 +Release: 1%{?dist} Summary: Generate GD images of Bio::Seq objects License: GPL+ or Artistic Group: Development/Libraries @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue May 5 2009 Alex Lancaster - 1.94-1 +- Update to latest upstream (1.94) + * Thu Feb 26 2009 Fedora Release Engineering - 1.84-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Bio-Graphics/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 28 Jan 2009 01:14:54 -0000 1.3 +++ sources 5 May 2009 08:01:22 -0000 1.4 @@ -1 +1 @@ -ff4e72484d345d5d711b80606426faff Bio-Graphics-1.84.tar.gz +363508cab96fc62d84f2d1f9e158edfd Bio-Graphics-1.94.tar.gz From alexlan at fedoraproject.org Tue May 5 08:30:42 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 08:30:42 +0000 (UTC) Subject: rpms/perl-Convert-Binary-C/F-11 .cvsignore, 1.5, 1.6 perl-Convert-Binary-C.spec, 1.12, 1.13 sources, 1.5, 1.6 perl-Convert-Binary-C-gcc44.patch, 1.1, NONE Message-ID: <20090505083042.B6F1270108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-Convert-Binary-C/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5991 Modified Files: .cvsignore perl-Convert-Binary-C.spec sources Removed Files: perl-Convert-Binary-C-gcc44.patch Log Message: - Update to latest upstream (0.74) - Drop GCC 4.4 patch (fixed upstream) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/F-11/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 4 Jun 2008 07:49:03 -0000 1.5 +++ .cvsignore 5 May 2009 08:30:12 -0000 1.6 @@ -1 +1 @@ -Convert-Binary-C-0.71.tar.gz +Convert-Binary-C-0.74.tar.gz Index: perl-Convert-Binary-C.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/F-11/perl-Convert-Binary-C.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Convert-Binary-C.spec 26 Feb 2009 13:36:47 -0000 1.12 +++ perl-Convert-Binary-C.spec 5 May 2009 08:30:12 -0000 1.13 @@ -1,12 +1,11 @@ Name: perl-Convert-Binary-C -Version: 0.71 -Release: 3%{?dist} +Version: 0.74 +Release: 1%{?dist} Summary: Binary data conversion using C types License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Convert-Binary-C/ Source0: http://www.cpan.org/modules/by-module/Convert/Convert-Binary-C-%{version}.tar.gz -Patch0: %{name}-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) @@ -23,7 +22,6 @@ from and to Perl's complex data structur %prep %setup -q -n Convert-Binary-C-%{version} -%patch0 -p0 -b .gcc44 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -56,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue May 5 2009 Alex Lancaster - 0.74-1 +- Update to latest upstream (0.74) +- Drop GCC 4.4 patch (fixed upstream) + * Thu Feb 26 2009 Fedora Release Engineering - 0.71-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 4 Jun 2008 07:49:03 -0000 1.5 +++ sources 5 May 2009 08:30:12 -0000 1.6 @@ -1 +1 @@ -b2c0958f1424c4b9e4a7cd4a4f8ef0bf Convert-Binary-C-0.71.tar.gz +164ce4e87a5d54945ef21c28fab6d10f Convert-Binary-C-0.74.tar.gz --- perl-Convert-Binary-C-gcc44.patch DELETED --- From alexlan at fedoraproject.org Tue May 5 08:43:55 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 08:43:55 +0000 (UTC) Subject: rpms/perl-Convert-Binary-C/F-10 .cvsignore, 1.5, 1.6 perl-Convert-Binary-C.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <20090505084355.3B7FF70108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-Convert-Binary-C/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7985/F-10 Modified Files: .cvsignore perl-Convert-Binary-C.spec sources Log Message: - Update to latest upstream (0.74) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/F-10/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 4 Jun 2008 07:49:03 -0000 1.5 +++ .cvsignore 5 May 2009 08:43:24 -0000 1.6 @@ -1 +1 @@ -Convert-Binary-C-0.71.tar.gz +Convert-Binary-C-0.74.tar.gz Index: perl-Convert-Binary-C.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/F-10/perl-Convert-Binary-C.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Convert-Binary-C.spec 4 Jun 2008 07:49:03 -0000 1.10 +++ perl-Convert-Binary-C.spec 5 May 2009 08:43:24 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Convert-Binary-C -Version: 0.71 +Version: 0.74 Release: 1%{?dist} Summary: Binary data conversion using C types License: GPL+ or Artistic @@ -54,6 +54,16 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue May 5 2009 Alex Lancaster - 0.74-1 +- Update to latest upstream (0.74) +- Drop GCC 4.4 patch (fixed upstream) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.71-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Feb 8 2009 Alex Lancaster - 0.71-2 +- Add patch to fix #elif directives for new GCC 4.4 + * Wed Jun 4 2008 Alex Lancaster - 0.71-1 - Update to latest upstream (0.71) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 4 Jun 2008 07:49:03 -0000 1.5 +++ sources 5 May 2009 08:43:24 -0000 1.6 @@ -1 +1 @@ -b2c0958f1424c4b9e4a7cd4a4f8ef0bf Convert-Binary-C-0.71.tar.gz +164ce4e87a5d54945ef21c28fab6d10f Convert-Binary-C-0.74.tar.gz From alexlan at fedoraproject.org Tue May 5 08:43:55 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Tue, 5 May 2009 08:43:55 +0000 (UTC) Subject: rpms/perl-Convert-Binary-C/F-9 .cvsignore, 1.5, 1.6 perl-Convert-Binary-C.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <20090505084355.7840770108@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-Convert-Binary-C/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7985/F-9 Modified Files: .cvsignore perl-Convert-Binary-C.spec sources Log Message: - Update to latest upstream (0.74) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/F-9/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 5 Jun 2008 00:39:10 -0000 1.5 +++ .cvsignore 5 May 2009 08:43:25 -0000 1.6 @@ -1 +1 @@ -Convert-Binary-C-0.71.tar.gz +Convert-Binary-C-0.74.tar.gz Index: perl-Convert-Binary-C.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/F-9/perl-Convert-Binary-C.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Convert-Binary-C.spec 5 Jun 2008 00:39:10 -0000 1.10 +++ perl-Convert-Binary-C.spec 5 May 2009 08:43:25 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Convert-Binary-C -Version: 0.71 +Version: 0.74 Release: 1%{?dist} Summary: Binary data conversion using C types License: GPL+ or Artistic @@ -54,6 +54,16 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue May 5 2009 Alex Lancaster - 0.74-1 +- Update to latest upstream (0.74) +- Drop GCC 4.4 patch (fixed upstream) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.71-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Feb 8 2009 Alex Lancaster - 0.71-2 +- Add patch to fix #elif directives for new GCC 4.4 + * Wed Jun 4 2008 Alex Lancaster - 0.71-1 - Update to latest upstream (0.71) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 5 Jun 2008 00:39:10 -0000 1.5 +++ sources 5 May 2009 08:43:25 -0000 1.6 @@ -1 +1 @@ -b2c0958f1424c4b9e4a7cd4a4f8ef0bf Convert-Binary-C-0.71.tar.gz +164ce4e87a5d54945ef21c28fab6d10f Convert-Binary-C-0.74.tar.gz From mmaslano at fedoraproject.org Tue May 5 11:39:34 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 5 May 2009 11:39:34 +0000 (UTC) Subject: rpms/perl-DBD-SQLite/F-11 .cvsignore, 1.6, 1.7 perl-DBD-SQLite.spec, 1.22, 1.23 sources, 1.6, 1.7 Message-ID: <20090505113934.8DF7670108@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-DBD-SQLite/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30142 Modified Files: .cvsignore perl-DBD-SQLite.spec sources Log Message: * Tue May 5 2009 Marcela Maslanova 1.23-1 - update to the latest version, change BR Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/F-11/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 10 Dec 2007 19:44:47 -0000 1.6 +++ .cvsignore 5 May 2009 11:39:03 -0000 1.7 @@ -1 +1 @@ -DBD-SQLite-1.14.tar.gz +DBD-SQLite-1.23.tar.gz Index: perl-DBD-SQLite.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/F-11/perl-DBD-SQLite.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- perl-DBD-SQLite.spec 26 Feb 2009 14:09:01 -0000 1.22 +++ perl-DBD-SQLite.spec 5 May 2009 11:39:03 -0000 1.23 @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite -Version: 1.14 -Release: 9%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Self Contained RDBMS in a DBI Driver Group: Development/Libraries @@ -9,16 +9,15 @@ URL: http://search.cpan.org/d Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# see http://rt.cpan.org/Public/Bug/Display.html?id=30558 -Patch0: rt32100.patch - -BuildRequires: perl-DBI >= 1.03 +BuildRequires: perl-DBI >= 1.57 # if sqlite >= 3.1.3 then # perl-DBD-SQLite uses the external library # else # perl-DBD-SQLite is self-contained (uses the sqlite local copy) -BuildRequires: sqlite-devel +#BuildRequires: sqlite-devel BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -34,7 +33,6 @@ As of version 1.09 it can use the extern %prep %setup -q -n DBD-SQLite-%{version} -%patch0 %build CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -68,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 5 2009 Marcela Maslanova 1.23-1 +- update to the latest version, change BR + * Thu Feb 26 2009 Fedora Release Engineering - 1.14-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/F-11/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 10 Dec 2007 19:44:47 -0000 1.6 +++ sources 5 May 2009 11:39:03 -0000 1.7 @@ -1 +1 @@ -78a89cc8fd46bb2a5d537433dcccc8e6 DBD-SQLite-1.14.tar.gz +3fb6d567a507b4f347d56a6ba38966d0 DBD-SQLite-1.23.tar.gz From corsepiu at fedoraproject.org Tue May 5 14:41:56 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 5 May 2009 14:41:56 +0000 (UTC) Subject: rpms/perl-Test-MinimumVersion/devel .cvsignore, 1.3, 1.4 perl-Test-MinimumVersion.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20090505144156.ED71A70108@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-MinimumVersion/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12684 Modified Files: .cvsignore perl-Test-MinimumVersion.spec sources Log Message: * Tue May 05 2009 Ralf Cors??pius - 0.009-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-MinimumVersion/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 26 May 2008 03:46:17 -0000 1.3 +++ .cvsignore 5 May 2009 14:41:26 -0000 1.4 @@ -1 +1 @@ -Test-MinimumVersion-0.008.tar.gz +Test-MinimumVersion-0.009.tar.gz Index: perl-Test-MinimumVersion.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-MinimumVersion/devel/perl-Test-MinimumVersion.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Test-MinimumVersion.spec 27 Feb 2009 02:37:01 -0000 1.7 +++ perl-Test-MinimumVersion.spec 5 May 2009 14:41:26 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Test-MinimumVersion -Version: 0.008 -Release: 2%{?dist} +Version: 0.009 +Release: 1%{?dist} Summary: Check whether your code requires a newer perl License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`% BuildArch: noarch BuildRequires: perl(File::Find::Rule::Perl) -BuildRequires: perl(Perl::MinimumVersion) >= 0.14 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 @@ -49,6 +49,9 @@ make test %{_mandir}/man3/* %changelog +* Tue May 05 2009 Ralf Cors??pius - 0.009-1 +- Upstream update. + * Thu Feb 26 2009 Fedora Release Engineering - 0.008-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-MinimumVersion/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 26 May 2008 03:46:17 -0000 1.3 +++ sources 5 May 2009 14:41:26 -0000 1.4 @@ -1 +1 @@ -72d97499be7c40e5a8481998f774899d Test-MinimumVersion-0.008.tar.gz +aafd481f0498f84da52c0fd6c625e430 Test-MinimumVersion-0.009.tar.gz From spot at fedoraproject.org Tue May 5 14:43:25 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 5 May 2009 14:43:25 +0000 (UTC) Subject: rpms/perl-Email-MIME-Encodings/F-11 perl-Email-MIME-Encodings.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090505144325.4972870108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Email-MIME-Encodings/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12833/F-11 Modified Files: perl-Email-MIME-Encodings.spec sources Log Message: 1.313 Index: perl-Email-MIME-Encodings.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/F-11/perl-Email-MIME-Encodings.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Email-MIME-Encodings.spec 13 Mar 2009 19:24:53 -0000 1.9 +++ perl-Email-MIME-Encodings.spec 5 May 2009 14:42:54 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-Email-MIME-Encodings -Version: 1.312 +Version: 1.313 Release: 1%{?dist} Summary: Unified interface to MIME encoding and decoding @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 5 2009 Tom "spot" Callaway - 1.313-1 +- update to 1.313 + * Fri Mar 13 2009 Tom "spot" Callaway - 1.312-1 - update to 1.312 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 13 Mar 2009 19:24:53 -0000 1.5 +++ sources 5 May 2009 14:42:54 -0000 1.6 @@ -1 +1 @@ -3e90a4cfec420f6738faadd0f4c14261 Email-MIME-Encodings-1.312.tar.gz +f2580c816fb0c4b2a256540a385bf4fb Email-MIME-Encodings-1.313.tar.gz From spot at fedoraproject.org Tue May 5 14:43:25 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 5 May 2009 14:43:25 +0000 (UTC) Subject: rpms/perl-Email-MIME-Encodings/devel .cvsignore, 1.5, 1.6 perl-Email-MIME-Encodings.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090505144325.EF19E70108@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-serv12833/devel Modified Files: .cvsignore perl-Email-MIME-Encodings.spec sources Log Message: 1.313 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 13 Mar 2009 19:24:53 -0000 1.5 +++ .cvsignore 5 May 2009 14:42:55 -0000 1.6 @@ -1 +1 @@ -Email-MIME-Encodings-1.312.tar.gz +Email-MIME-Encodings-1.313.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.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Email-MIME-Encodings.spec 13 Mar 2009 19:24:53 -0000 1.9 +++ perl-Email-MIME-Encodings.spec 5 May 2009 14:42:55 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-Email-MIME-Encodings -Version: 1.312 +Version: 1.313 Release: 1%{?dist} Summary: Unified interface to MIME encoding and decoding @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 5 2009 Tom "spot" Callaway - 1.313-1 +- update to 1.313 + * Fri Mar 13 2009 Tom "spot" Callaway - 1.312-1 - update to 1.312 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 13 Mar 2009 19:24:53 -0000 1.5 +++ sources 5 May 2009 14:42:55 -0000 1.6 @@ -1 +1 @@ -3e90a4cfec420f6738faadd0f4c14261 Email-MIME-Encodings-1.312.tar.gz +f2580c816fb0c4b2a256540a385bf4fb Email-MIME-Encodings-1.313.tar.gz From spot at fedoraproject.org Tue May 5 14:43:24 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 5 May 2009 14:43:24 +0000 (UTC) Subject: rpms/perl-Email-MIME-Encodings/F-10 perl-Email-MIME-Encodings.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <20090505144324.DD58070108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Email-MIME-Encodings/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12833/F-10 Modified Files: perl-Email-MIME-Encodings.spec sources Log Message: 1.313 Index: perl-Email-MIME-Encodings.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/F-10/perl-Email-MIME-Encodings.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Email-MIME-Encodings.spec 28 Feb 2008 13:11:22 -0000 1.7 +++ perl-Email-MIME-Encodings.spec 5 May 2009 14:42:54 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Email-MIME-Encodings -Version: 1.311 -Release: 3%{?dist} +Version: 1.313 +Release: 1%{?dist} Summary: Unified interface to MIME encoding and decoding Group: Development/Libraries @@ -55,6 +55,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 5 2009 Tom "spot" Callaway - 1.313-1 +- update to 1.313 + +* 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 + * Wed Feb 27 2008 Tom "spot" Callaway - 1.311-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 23 Mar 2007 20:02:05 -0000 1.4 +++ sources 5 May 2009 14:42:54 -0000 1.5 @@ -1 +1 @@ -d64d9f712534e7ded4246b5ee49a2830 Email-MIME-Encodings-1.311.tar.gz +f2580c816fb0c4b2a256540a385bf4fb Email-MIME-Encodings-1.313.tar.gz From spot at fedoraproject.org Tue May 5 14:43:24 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 5 May 2009 14:43:24 +0000 (UTC) Subject: rpms/perl-Email-MIME-Encodings/EL-5 perl-Email-MIME-Encodings.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090505144324.9B88270108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Email-MIME-Encodings/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12833/EL-5 Modified Files: perl-Email-MIME-Encodings.spec sources Log Message: 1.313 Index: perl-Email-MIME-Encodings.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/EL-5/perl-Email-MIME-Encodings.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Email-MIME-Encodings.spec 19 Sep 2006 10:39:55 -0000 1.3 +++ perl-Email-MIME-Encodings.spec 5 May 2009 14:42:54 -0000 1.4 @@ -1,10 +1,10 @@ Name: perl-Email-MIME-Encodings -Version: 1.310 -Release: 2%{?dist} +Version: 1.313 +Release: 1%{?dist} Summary: Unified interface to MIME encoding and decoding Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Email-MIME-Encodings/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Encodings-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -12,6 +12,8 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: perl(MIME::Base64) >= 3.05 BuildRequires: perl(MIME::QuotedPrint) >= 3.03 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -33,7 +35,7 @@ make %{?_smp_mflags} 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/* @@ -53,6 +55,25 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 5 2009 Tom "spot" Callaway - 1.313-1 +- update to 1.313 + +* 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 + +* Wed Feb 27 2008 Tom "spot" Callaway - 1.311-3 +- Rebuild for perl 5.10 (again) + +* Sun Jan 20 2008 Tom "spot" Callaway - 1.311-2 +- rebuild for new perl + +* Fri Mar 23 2007 Jose Pedro Oliveira - 1.311-1 +- Update to 1.311. + +- New upstream maintainer. * Tue Sep 19 2006 Jose Pedro Oliveira - 1.310-2 - Bump release dir to tagging problems. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/EL-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 19 Sep 2006 10:39:55 -0000 1.3 +++ sources 5 May 2009 14:42:54 -0000 1.4 @@ -1 +1 @@ -106fc2351d218a0f22b1746cca6d67b2 Email-MIME-Encodings-1.310.tar.gz +f2580c816fb0c4b2a256540a385bf4fb Email-MIME-Encodings-1.313.tar.gz From spot at fedoraproject.org Tue May 5 14:43:25 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 5 May 2009 14:43:25 +0000 (UTC) Subject: rpms/perl-Email-MIME-Encodings/F-9 perl-Email-MIME-Encodings.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <20090505144325.9BE4F70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Email-MIME-Encodings/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12833/F-9 Modified Files: perl-Email-MIME-Encodings.spec sources Log Message: 1.313 Index: perl-Email-MIME-Encodings.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/F-9/perl-Email-MIME-Encodings.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Email-MIME-Encodings.spec 28 Feb 2008 13:11:22 -0000 1.7 +++ perl-Email-MIME-Encodings.spec 5 May 2009 14:42:55 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Email-MIME-Encodings -Version: 1.311 -Release: 3%{?dist} +Version: 1.313 +Release: 1%{?dist} Summary: Unified interface to MIME encoding and decoding Group: Development/Libraries @@ -55,6 +55,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 5 2009 Tom "spot" Callaway - 1.313-1 +- update to 1.313 + +* 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 + * Wed Feb 27 2008 Tom "spot" Callaway - 1.311-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 23 Mar 2007 20:02:05 -0000 1.4 +++ sources 5 May 2009 14:42:55 -0000 1.5 @@ -1 +1 @@ -d64d9f712534e7ded4246b5ee49a2830 Email-MIME-Encodings-1.311.tar.gz +f2580c816fb0c4b2a256540a385bf4fb Email-MIME-Encodings-1.313.tar.gz From corsepiu at fedoraproject.org Tue May 5 15:11:50 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 5 May 2009 15:11:50 +0000 (UTC) Subject: rpms/perl-Test-MinimumVersion/F-11 .cvsignore, 1.3, 1.4 perl-Test-MinimumVersion.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20090505151150.4C62170108@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-MinimumVersion/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17870 Modified Files: .cvsignore perl-Test-MinimumVersion.spec sources Log Message: * Tue May 05 2009 Ralf Cors??pius - 0.009-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-MinimumVersion/F-11/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 26 May 2008 03:46:17 -0000 1.3 +++ .cvsignore 5 May 2009 15:11:18 -0000 1.4 @@ -1 +1 @@ -Test-MinimumVersion-0.008.tar.gz +Test-MinimumVersion-0.009.tar.gz Index: perl-Test-MinimumVersion.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-MinimumVersion/F-11/perl-Test-MinimumVersion.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Test-MinimumVersion.spec 27 Feb 2009 02:37:01 -0000 1.7 +++ perl-Test-MinimumVersion.spec 5 May 2009 15:11:19 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Test-MinimumVersion -Version: 0.008 -Release: 2%{?dist} +Version: 0.009 +Release: 1%{?dist} Summary: Check whether your code requires a newer perl License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`% BuildArch: noarch BuildRequires: perl(File::Find::Rule::Perl) -BuildRequires: perl(Perl::MinimumVersion) >= 0.14 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 @@ -49,6 +49,9 @@ make test %{_mandir}/man3/* %changelog +* Tue May 05 2009 Ralf Cors??pius - 0.009-1 +- Upstream update. + * Thu Feb 26 2009 Fedora Release Engineering - 0.008-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-MinimumVersion/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 26 May 2008 03:46:17 -0000 1.3 +++ sources 5 May 2009 15:11:19 -0000 1.4 @@ -1 +1 @@ -72d97499be7c40e5a8481998f774899d Test-MinimumVersion-0.008.tar.gz +aafd481f0498f84da52c0fd6c625e430 Test-MinimumVersion-0.009.tar.gz From corsepiu at fedoraproject.org Tue May 5 15:20:50 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 5 May 2009 15:20:50 +0000 (UTC) Subject: rpms/perl-Test-MinimumVersion/F-10 .cvsignore, 1.3, 1.4 perl-Test-MinimumVersion.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090505152050.477EC70108@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-MinimumVersion/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19285 Modified Files: .cvsignore perl-Test-MinimumVersion.spec sources Log Message: * Tue May 05 2009 Ralf Cors??pius - 0.009-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-MinimumVersion/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 26 May 2008 03:46:17 -0000 1.3 +++ .cvsignore 5 May 2009 15:20:19 -0000 1.4 @@ -1 +1 @@ -Test-MinimumVersion-0.008.tar.gz +Test-MinimumVersion-0.009.tar.gz Index: perl-Test-MinimumVersion.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-MinimumVersion/F-10/perl-Test-MinimumVersion.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Test-MinimumVersion.spec 26 May 2008 03:46:17 -0000 1.6 +++ perl-Test-MinimumVersion.spec 5 May 2009 15:20:19 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Test-MinimumVersion -Version: 0.008 +Version: 0.009 Release: 1%{?dist} Summary: Check whether your code requires a newer perl License: GPL+ or Artistic @@ -12,7 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`% BuildArch: noarch BuildRequires: perl(File::Find::Rule::Perl) -BuildRequires: perl(Perl::MinimumVersion) >= 0.14 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 @@ -49,6 +49,9 @@ make test %{_mandir}/man3/* %changelog +* Tue May 05 2009 Ralf Cors??pius - 0.009-1 +- Upstream update. + * Mon May 26 2008 Ralf Cors??pius - 0.008-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-MinimumVersion/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 26 May 2008 03:46:17 -0000 1.3 +++ sources 5 May 2009 15:20:19 -0000 1.4 @@ -1 +1 @@ -72d97499be7c40e5a8481998f774899d Test-MinimumVersion-0.008.tar.gz +aafd481f0498f84da52c0fd6c625e430 Test-MinimumVersion-0.009.tar.gz From cweyl at fedoraproject.org Tue May 5 15:42:55 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 5 May 2009 15:42:55 +0000 (UTC) Subject: rpms/perl-Data-Visitor/devel .cvsignore, 1.5, 1.6 perl-Data-Visitor.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090505154255.23B4F70108@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Visitor/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25500 Modified Files: .cvsignore perl-Data-Visitor.spec sources Log Message: * Tue May 05 2009 Chris Weyl 0.24-1 - update to 0.24 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 11 Feb 2009 03:02:49 -0000 1.5 +++ .cvsignore 5 May 2009 15:42:24 -0000 1.6 @@ -1 +1 @@ -Data-Visitor-0.22.tar.gz +Data-Visitor-0.24.tar.gz Index: perl-Data-Visitor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/perl-Data-Visitor.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Data-Visitor.spec 26 Feb 2009 14:37:56 -0000 1.7 +++ perl-Data-Visitor.spec 5 May 2009 15:42:24 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Data-Visitor -Version: 0.22 -Release: 2%{?dist} +Version: 0.24 +Release: 1%{?dist} Summary: Visitor style traversal of Perl data structures License: GPL+ or Artistic Group: Development/Libraries @@ -15,7 +15,7 @@ BuildRequires: perl(Class::Accessor) BuildRequires: perl(ExtUtils::MakeMaker) # new for 0.19 BuildRequires: perl(Data::Alias) -BuildRequires: perl(Mouse) +BuildRequires: perl(Any::Moose) BuildRequires: perl(namespace::clean) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Tie::ToObject) @@ -60,6 +60,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue May 05 2009 Chris Weyl 0.24-1 +- update to 0.24 + * Thu Feb 26 2009 Fedora Release Engineering - 0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 11 Feb 2009 03:02:49 -0000 1.5 +++ sources 5 May 2009 15:42:24 -0000 1.6 @@ -1 +1 @@ -f3bca28efc96aef200dd6bba74510c12 Data-Visitor-0.22.tar.gz +b69891174e4380cfe20fcb69a79a4093 Data-Visitor-0.24.tar.gz From bugzilla at redhat.com Tue May 5 17:04:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 13:04:17 -0400 Subject: [Bug 497318] Update perl-Email-MIME-Encodings to 3.113 In-Reply-To: References: Message-ID: <200905051704.n45H4HLE025982@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=497318 --- Comment #3 from Fedora Update System 2009-05-05 13:04:17 EDT --- perl-Email-MIME-Encodings-1.313-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-Email-MIME-Encodings-1.313-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 17:04:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 13:04:13 -0400 Subject: [Bug 497318] Update perl-Email-MIME-Encodings to 3.113 In-Reply-To: References: Message-ID: <200905051704.n45H4DW5025953@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=497318 --- Comment #2 from Fedora Update System 2009-05-05 13:04:13 EDT --- perl-Email-MIME-Encodings-1.313-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-Email-MIME-Encodings-1.313-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 17:04:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 13:04:09 -0400 Subject: [Bug 497318] Update perl-Email-MIME-Encodings to 3.113 In-Reply-To: References: Message-ID: <200905051704.n45H491V022241@bz-web1.app.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=497318 --- Comment #1 from Fedora Update System 2009-05-05 13:04:08 EDT --- perl-Email-MIME-Encodings-1.313-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Email-MIME-Encodings-1.313-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 5 18:55:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 May 2009 14:55:17 -0400 Subject: [Bug 499243] New: Net::DBus::Object does not correctly validate requested method name to invoke Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Net::DBus::Object does not correctly validate requested method name to invoke https://bugzilla.redhat.com/show_bug.cgi?id=499243 Summary: Net::DBus::Object does not correctly validate requested method name to invoke Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: Security Severity: medium Priority: low Component: perl-Net-DBus AssignedTo: cweyl at alumni.drew.edu ReportedBy: berrange at redhat.com QAContact: extras-qa at fedoraproject.org CC: berrange at redhat.com, cweyl at alumni.drew.edu, fedora-perl-devel-list at redhat.com Classification: Fedora Target Release: --- Description of problem: There is a security issue in the implementation of Net::DBus::Object. In the place where it dispatches RPC calls, it simply does $self->can($method_name) so, it allows the dbus client to invoke any method that the service side object implements. Many service implementors would like ability to restrict this to just allow methods they explicitly export in the introspection XML data. Furthermore, the current check also allows direct invocation of several internal impl methods of Net::DBus::Object itself. This allows a remote client to do a denial of service by calling 'disconnect' which unregisters the object from the bus. It also allows the remote client to emit signals on the object which others clients may then act on. For the dbus 'system' bus, the service can be running as root, and client as an unprivileged user, so this flaw may allow a client to run things they shouldn't. While impact of being able to emit signals / invoke improper methods *may* be limited by the need to have ACLs registered with dbus system bus instance, the degree of protection depends on how well the app author wrote their ACLs. So one can't rely on this. For the dbus 'session' bus, everything is running as unprivileged user, so impact is reasonably low, denial of service. This issue is already public via upstream bug report https://rt.cpan.org/Ticket/Display.html?id=45034 And I have a patch available which should resolve it http://hg.berrange.com/libraries/net-dbus--devel?cs=be26112c5fdd Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Run the 'examples/example-service.pl' file from source tar.gz 2. In another terminal run $ dbus-send --session --print-reply --dest=org.designfu.SampleService /SomeObject org.designfu.SampleInterface.HelloWorld "string:hello" $ dbus-send --session --print-reply --dest=org.designfu.SampleService /SomeObject org.designfu.SampleInterface.disconnect $ dbus-send --session --print-reply --dest=org.designfu.SampleService /SomeObject org.designfu.SampleInterface.HelloWorld "string:hello" Actual results: The 'disconnect' method was allowed $ dbus-send --session --print-reply --dest=org.designfu.SampleService /SomeObject org.designfu.SampleInterface.HelloWorld "string:hello" method return sender=:1.61 -> dest=:1.62 reply_serial=2 array [ string "Hello" string " from example-service.pl" ] $ dbus-send --session --print-reply --dest=org.designfu.SampleService /SomeObject org.designfu.SampleInterface.disconnect method return sender=:1.61 -> dest=:1.63 reply_serial=2 $ dbus-send --session --print-reply --dest=org.designfu.SampleService /SomeObject org.designfu.SampleInterface.HelloWorld "string:hello" Error org.freedesktop.DBus.Error.UnknownMethod: Method "HelloWorld" with signature "s" on interface "org.designfu.SampleInterface" doesn't exist Expected results: The 'disconnect' method should be denied $ dbus-send --session --print-reply --dest=org.designfu.SampleService /SomeObject org.designfu.SampleInterface.HelloWorld "string:hello" method return sender=:1.65 -> dest=:1.66 reply_serial=2 array [ string "Hello" string " from example-service.pl" ] $ dbus-send --session --print-reply --dest=org.designfu.SampleService /SomeObject org.designfu.SampleInterface.disconnect Error org.freedesktop.DBus.Error.Failed: No such method SomeObject->disconnect $ dbus-send --session --print-reply --dest=org.designfu.SampleService /SomeObject org.designfu.SampleInterface.HelloWorld "string:hello" method return sender=:1.65 -> dest=:1.68 reply_serial=2 array [ string "Hello" string " from example-service.pl" ] Additional info: Bug affects all Fedora releases. -- Configure 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 orion at fedoraproject.org Wed May 6 16:32:32 2009 From: orion at fedoraproject.org (Orion Poplawski) Date: Wed, 6 May 2009 16:32:32 +0000 (UTC) Subject: rpms/perl-Net-Patricia/devel .cvsignore, 1.3, 1.4 perl-Net-Patricia.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <20090506163232.9262470108@cvs1.fedora.phx.redhat.com> Author: orion Update of /cvs/pkgs/rpms/perl-Net-Patricia/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9263 Modified Files: .cvsignore perl-Net-Patricia.spec sources Log Message: * Wed May 6 2009 Orion Poplawski 1.15-1 - Update to 1.15 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 31 Jan 2006 21:51:53 -0000 1.3 +++ .cvsignore 6 May 2009 16:32:02 -0000 1.4 @@ -1 +1 @@ -Net-Patricia-1.014.tar.gz +Net-Patricia-1.15.tar.gz Index: perl-Net-Patricia.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/devel/perl-Net-Patricia.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Net-Patricia.spec 26 Feb 2009 23:17:10 -0000 1.9 +++ perl-Net-Patricia.spec 6 May 2009 16:32:02 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Net-Patricia -Version: 1.014 -Release: 7%{?dist} +Version: 1.15 +Release: 1%{?dist} Summary: Patricia Trie perl module for fast IP address lookups License: GPLv2+ Group: Development/Libraries @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed May 6 2009 Orion Poplawski 1.15-1 +- Update to 1.15 + * Thu Feb 26 2009 Fedora Release Engineering - 1.014-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 31 Jan 2006 21:51:53 -0000 1.3 +++ sources 6 May 2009 16:32:02 -0000 1.4 @@ -1 +1 @@ -16ec73b5b514dbe4275e349fca236c49 Net-Patricia-1.014.tar.gz +c068c3e061cca7fc6c721e56930465f8 Net-Patricia-1.15.tar.gz From bugzilla at redhat.com Wed May 6 18:50:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 14:50:59 -0400 Subject: [Bug 499466] New: The perl-spreadsheet-parseexcel module reads data incorrectly Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: The perl-spreadsheet-parseexcel module reads data incorrectly https://bugzilla.redhat.com/show_bug.cgi?id=499466 Summary: The perl-spreadsheet-parseexcel module reads data incorrectly Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: high Priority: low Component: perl-Spreadsheet-ParseExcel AssignedTo: steve at silug.org ReportedBy: kernel at pkts.ca QAContact: extras-qa at fedoraproject.org CC: steve at silug.org, mpeters at mac.com, fedora-perl-devel-list at redhat.com Classification: Fedora Created an attachment (id=342701) --> (https://bugzilla.redhat.com/attachment.cgi?id=342701) Perl program to copy one excel file to another, without formatting Description of problem: I've got an excel workbook with 6 sheets, and reading from these sheets gives me the wrong data (wrong sheet). Installing the latest version from CPAN solves the problem. Version-Release number of selected component (if applicable): perl-Spreadsheet-ParseExcel-0.3200-5.fc9.i386.rpm How reproducible: Always Steps to Reproduce: 1. Run included perl script on included data file 2. 3. Actual results: The fifth and sixth worksheets become the first and second, and the remaining worksheets are blank. Expected results: A direct copy, minus any formatting. Additional info: Version 0.49 of Spreadsheet::ParseExcel works correctly -- Configure 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 May 6 18:52:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 14:52:52 -0400 Subject: [Bug 499466] The perl-spreadsheet-parseexcel module reads data incorrectly In-Reply-To: References: Message-ID: <200905061852.n46Iqq3w018948@bz-web1.app.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=499466 --- Comment #1 from Penelope Fudd 2009-05-06 14:52:51 EDT --- Created an attachment (id=342702) --> (https://bugzilla.redhat.com/attachment.cgi?id=342702) A sample file of scientific measurements. Not particularly sensitive. This workbook has 6 sheets, and loads correctly into Gnumeric and Openoffice. -- Configure 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 May 6 23:22:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 19:22:36 -0400 Subject: [Bug 497318] Update perl-Email-MIME-Encodings to 3.113 In-Reply-To: References: Message-ID: <200905062322.n46NMabP011062@bz-web1.app.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=497318 --- Comment #4 from Fedora Update System 2009-05-06 19:22:35 EDT --- perl-Email-MIME-Encodings-1.313-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 23:25:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 19:25:51 -0400 Subject: [Bug 497318] Update perl-Email-MIME-Encodings to 3.113 In-Reply-To: References: Message-ID: <200905062325.n46NPpBP012181@bz-web1.app.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=497318 --- Comment #5 from Fedora Update System 2009-05-06 19:25:51 EDT --- perl-Email-MIME-Encodings-1.313-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 23:22:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 19:22:41 -0400 Subject: [Bug 497318] Update perl-Email-MIME-Encodings to 3.113 In-Reply-To: References: Message-ID: <200905062322.n46NMf43011091@bz-web1.app.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=497318 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |1.313-1.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 Wed May 6 23:25:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 19:25:56 -0400 Subject: [Bug 497318] Update perl-Email-MIME-Encodings to 3.113 In-Reply-To: References: Message-ID: <200905062325.n46NPuXF014582@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=497318 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.313-1.fc9 |1.313-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 6 23:33:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 19:33:09 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905062333.n46NX9FX016893@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=499068 --- Comment #6 from Fedora Update System 2009-05-06 19:33:08 EDT --- perl-XML-XPathEngine-0.12-1.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update perl-XML-XPathEngine'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-4303 -- Configure 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 May 6 23:30:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 19:30:18 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905062330.n46NUIqg016183@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=499068 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #5 from Fedora Update System 2009-05-06 19:30:17 EDT --- perl-XML-XPathEngine-0.12-1.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-XML-XPathEngine'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-4284 -- Configure 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 May 7 01:26:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 6 May 2009 21:26:02 -0400 Subject: [Bug 175459] nroff outputs warning about character encoding on stdout In-Reply-To: References: Message-ID: <200905070126.n471Q2T1032158@bz-web1.app.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=175459 j.clevii at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |j.clevii at gmail.com --- Comment #15 from j.clevii at gmail.com 2009-05-06 21:25:58 EDT --- (In reply to comment #7) > I just run man perlcn on my Fedora 8 and no XXX warnings were shown. Not that > the content of that page would make much sense but if the topic of this bugzilla > are the XXX warnings, it seems fixed in CURRENTRELEASE. > > $ rpm -q perl groff > perl-5.8.8-33.fc8.x86_64 > groff-1.18.1.4-11.fc8.x86_64 > I am VERY new at Fedora/Linux, (first semester in school) SO that being said I use the man pages frequently. Well I got that "XXX" warning today in terminal, I ran the "man perlcn" command and everything is back to normal. (I am currently using Fedora Core 4 for my class.) THANK YOU VERY MUCH it was a huge 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 iarnell at fedoraproject.org Thu May 7 03:20:04 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:20:04 +0000 (UTC) Subject: rpms/perl-Text-Context/F-11 perl-Text-Context.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032004.4352170100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Context/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10340/F-11 Modified Files: .cvsignore sources Added Files: perl-Text-Context.spec Log Message: initial import --- NEW FILE perl-Text-Context.spec --- Name: perl-Text-Context Version: 3.6 Release: 1%{?dist} Summary: Handle highlighting search result context snippets License: GPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Context/ Source0: http://www.cpan.org/authors/id/T/TM/TMTM/Text-Context-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Entities) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Text::Context::EitherSide) >= 1.1 BuildRequires: perl(UNIVERSAL::require) >= 0.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Given a piece of text and some search terms, produces an object which locates the search terms in the message, extracts a reasonable-length string containing all the search terms, and optionally dumps the string out as HTML text with the search terms highlighted in bold. %prep %setup -q -n Text-Context-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 3.6-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:08:29 -0000 1.1 +++ .cvsignore 7 May 2009 03:19:33 -0000 1.2 @@ -0,0 +1 @@ +Text-Context-3.6.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:08:30 -0000 1.1 +++ sources 7 May 2009 03:19:33 -0000 1.2 @@ -0,0 +1 @@ +a7563acb5d69bb05270d594010d7cf51 Text-Context-3.6.tar.gz From iarnell at fedoraproject.org Thu May 7 03:20:03 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:20:03 +0000 (UTC) Subject: rpms/perl-Text-Context/F-10 perl-Text-Context.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032003.E9CAE70100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Context/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10340/F-10 Modified Files: .cvsignore sources Added Files: perl-Text-Context.spec Log Message: initial import --- NEW FILE perl-Text-Context.spec --- Name: perl-Text-Context Version: 3.6 Release: 1%{?dist} Summary: Handle highlighting search result context snippets License: GPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Context/ Source0: http://www.cpan.org/authors/id/T/TM/TMTM/Text-Context-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Entities) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Text::Context::EitherSide) >= 1.1 BuildRequires: perl(UNIVERSAL::require) >= 0.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Given a piece of text and some search terms, produces an object which locates the search terms in the message, extracts a reasonable-length string containing all the search terms, and optionally dumps the string out as HTML text with the search terms highlighted in bold. %prep %setup -q -n Text-Context-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 3.6-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:08:29 -0000 1.1 +++ .cvsignore 7 May 2009 03:19:33 -0000 1.2 @@ -0,0 +1 @@ +Text-Context-3.6.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:08:30 -0000 1.1 +++ sources 7 May 2009 03:19:33 -0000 1.2 @@ -0,0 +1 @@ +a7563acb5d69bb05270d594010d7cf51 Text-Context-3.6.tar.gz From iarnell at fedoraproject.org Thu May 7 03:20:04 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:20:04 +0000 (UTC) Subject: rpms/perl-Text-Context/devel perl-Text-Context.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032004.82A5970100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Context/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10340/devel Modified Files: .cvsignore sources Added Files: perl-Text-Context.spec Log Message: initial import --- NEW FILE perl-Text-Context.spec --- Name: perl-Text-Context Version: 3.6 Release: 1%{?dist} Summary: Handle highlighting search result context snippets License: GPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Context/ Source0: http://www.cpan.org/authors/id/T/TM/TMTM/Text-Context-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Entities) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Text::Context::EitherSide) >= 1.1 BuildRequires: perl(UNIVERSAL::require) >= 0.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Given a piece of text and some search terms, produces an object which locates the search terms in the message, extracts a reasonable-length string containing all the search terms, and optionally dumps the string out as HTML text with the search terms highlighted in bold. %prep %setup -q -n Text-Context-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 3.6-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:08:29 -0000 1.1 +++ .cvsignore 7 May 2009 03:19:34 -0000 1.2 @@ -0,0 +1 @@ +Text-Context-3.6.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Context/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:08:30 -0000 1.1 +++ sources 7 May 2009 03:19:34 -0000 1.2 @@ -0,0 +1 @@ +a7563acb5d69bb05270d594010d7cf51 Text-Context-3.6.tar.gz From iarnell at fedoraproject.org Thu May 7 03:22:31 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:22:31 +0000 (UTC) Subject: rpms/perl-Crypt-Eksblowfish/F-10 perl-Crypt-Eksblowfish.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032231.812B470100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10772/F-10 Modified Files: .cvsignore sources Added Files: perl-Crypt-Eksblowfish.spec Log Message: initial import --- NEW FILE perl-Crypt-Eksblowfish.spec --- Name: perl-Crypt-Eksblowfish Version: 0.007 Release: 1%{?dist} Summary: Eksblowfish block cipher License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Eksblowfish/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Crypt-Eksblowfish-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Class::Mix) >= 0.001 BuildRequires: perl(ExtUtils::CBuilder) >= 0.15 BuildRequires: perl(Module::Build) BuildRequires: perl(parent) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) 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 An object of this type encapsulates a keyed instance of the Eksblowfish block cipher, ready to encrypt and decrypt. %prep %setup -q -n Crypt-Eksblowfish-%{version} %build %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 0.007-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:10:09 -0000 1.1 +++ .cvsignore 7 May 2009 03:22:00 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Eksblowfish-0.007.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:10:10 -0000 1.1 +++ sources 7 May 2009 03:22:01 -0000 1.2 @@ -0,0 +1 @@ +b189f8396cae0d43187de2912ae35ef0 Crypt-Eksblowfish-0.007.tar.gz From iarnell at fedoraproject.org Thu May 7 03:22:31 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:22:31 +0000 (UTC) Subject: rpms/perl-Crypt-Eksblowfish/F-11 perl-Crypt-Eksblowfish.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032231.A04B970100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10772/F-11 Modified Files: .cvsignore sources Added Files: perl-Crypt-Eksblowfish.spec Log Message: initial import --- NEW FILE perl-Crypt-Eksblowfish.spec --- Name: perl-Crypt-Eksblowfish Version: 0.007 Release: 1%{?dist} Summary: Eksblowfish block cipher License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Eksblowfish/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Crypt-Eksblowfish-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Class::Mix) >= 0.001 BuildRequires: perl(ExtUtils::CBuilder) >= 0.15 BuildRequires: perl(Module::Build) BuildRequires: perl(parent) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) 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 An object of this type encapsulates a keyed instance of the Eksblowfish block cipher, ready to encrypt and decrypt. %prep %setup -q -n Crypt-Eksblowfish-%{version} %build %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 0.007-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:10:09 -0000 1.1 +++ .cvsignore 7 May 2009 03:22:01 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Eksblowfish-0.007.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:10:10 -0000 1.1 +++ sources 7 May 2009 03:22:01 -0000 1.2 @@ -0,0 +1 @@ +b189f8396cae0d43187de2912ae35ef0 Crypt-Eksblowfish-0.007.tar.gz From iarnell at fedoraproject.org Thu May 7 03:22:32 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:22:32 +0000 (UTC) Subject: rpms/perl-Crypt-Eksblowfish/devel perl-Crypt-Eksblowfish.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032232.17DA470100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10772/devel Modified Files: .cvsignore sources Added Files: perl-Crypt-Eksblowfish.spec Log Message: initial import --- NEW FILE perl-Crypt-Eksblowfish.spec --- Name: perl-Crypt-Eksblowfish Version: 0.007 Release: 1%{?dist} Summary: Eksblowfish block cipher License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Eksblowfish/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Crypt-Eksblowfish-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Class::Mix) >= 0.001 BuildRequires: perl(ExtUtils::CBuilder) >= 0.15 BuildRequires: perl(Module::Build) BuildRequires: perl(parent) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) 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 An object of this type encapsulates a keyed instance of the Eksblowfish block cipher, ready to encrypt and decrypt. %prep %setup -q -n Crypt-Eksblowfish-%{version} %build %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 0.007-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:10:09 -0000 1.1 +++ .cvsignore 7 May 2009 03:22:01 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Eksblowfish-0.007.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:10:10 -0000 1.1 +++ sources 7 May 2009 03:22:01 -0000 1.2 @@ -0,0 +1 @@ +b189f8396cae0d43187de2912ae35ef0 Crypt-Eksblowfish-0.007.tar.gz From iarnell at fedoraproject.org Thu May 7 03:24:53 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:24:53 +0000 (UTC) Subject: rpms/perl-Locale-PO/F-11 perl-Locale-PO.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032453.2914470100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Locale-PO/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11137/F-11 Modified Files: .cvsignore sources Added Files: perl-Locale-PO.spec Log Message: initial import --- NEW FILE perl-Locale-PO.spec --- Name: perl-Locale-PO Version: 0.21 Release: 1%{?dist} Summary: Perl module for manipulating .po entries from GNU gettext License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-PO/ Source0: http://www.cpan.org/authors/id/K/KE/KEN/Locale-PO-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Slurp) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module simplifies management of GNU gettext .po files and is an alternative to using emacs po-mode. It provides an object-oriented interface in which each entry in a .po file is a Locale::PO object. %prep %setup -q -n Locale-PO-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Iain Arnell 0.21-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-PO/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:10:54 -0000 1.1 +++ .cvsignore 7 May 2009 03:24:22 -0000 1.2 @@ -0,0 +1 @@ +Locale-PO-0.21.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-PO/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:10:54 -0000 1.1 +++ sources 7 May 2009 03:24:22 -0000 1.2 @@ -0,0 +1 @@ +aa43c3a20e9bbaa09ce5f1863394f09b Locale-PO-0.21.tar.gz From iarnell at fedoraproject.org Thu May 7 03:24:52 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:24:52 +0000 (UTC) Subject: rpms/perl-Locale-PO/F-10 perl-Locale-PO.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032452.DE5FB70100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Locale-PO/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11137/F-10 Modified Files: .cvsignore sources Added Files: perl-Locale-PO.spec Log Message: initial import --- NEW FILE perl-Locale-PO.spec --- Name: perl-Locale-PO Version: 0.21 Release: 1%{?dist} Summary: Perl module for manipulating .po entries from GNU gettext License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-PO/ Source0: http://www.cpan.org/authors/id/K/KE/KEN/Locale-PO-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Slurp) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module simplifies management of GNU gettext .po files and is an alternative to using emacs po-mode. It provides an object-oriented interface in which each entry in a .po file is a Locale::PO object. %prep %setup -q -n Locale-PO-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Iain Arnell 0.21-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-PO/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:10:54 -0000 1.1 +++ .cvsignore 7 May 2009 03:24:22 -0000 1.2 @@ -0,0 +1 @@ +Locale-PO-0.21.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-PO/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:10:54 -0000 1.1 +++ sources 7 May 2009 03:24:22 -0000 1.2 @@ -0,0 +1 @@ +aa43c3a20e9bbaa09ce5f1863394f09b Locale-PO-0.21.tar.gz From iarnell at fedoraproject.org Thu May 7 03:24:53 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:24:53 +0000 (UTC) Subject: rpms/perl-Locale-PO/devel perl-Locale-PO.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032453.7827370100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Locale-PO/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11137/devel Modified Files: .cvsignore sources Added Files: perl-Locale-PO.spec Log Message: initial import --- NEW FILE perl-Locale-PO.spec --- Name: perl-Locale-PO Version: 0.21 Release: 1%{?dist} Summary: Perl module for manipulating .po entries from GNU gettext License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-PO/ Source0: http://www.cpan.org/authors/id/K/KE/KEN/Locale-PO-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Slurp) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module simplifies management of GNU gettext .po files and is an alternative to using emacs po-mode. It provides an object-oriented interface in which each entry in a .po file is a Locale::PO object. %prep %setup -q -n Locale-PO-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Iain Arnell 0.21-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-PO/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:10:54 -0000 1.1 +++ .cvsignore 7 May 2009 03:24:23 -0000 1.2 @@ -0,0 +1 @@ +Locale-PO-0.21.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-PO/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:10:54 -0000 1.1 +++ sources 7 May 2009 03:24:23 -0000 1.2 @@ -0,0 +1 @@ +aa43c3a20e9bbaa09ce5f1863394f09b Locale-PO-0.21.tar.gz From iarnell at fedoraproject.org Thu May 7 03:27:18 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:27:18 +0000 (UTC) Subject: rpms/perl-HTML-WikiConverter/F-10 perl-HTML-WikiConverter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032718.A57D970100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-WikiConverter/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11636/F-10 Modified Files: .cvsignore sources Added Files: perl-HTML-WikiConverter.spec Log Message: initial import --- NEW FILE perl-HTML-WikiConverter.spec --- Name: perl-HTML-WikiConverter Version: 0.68 Release: 1%{?dist} Summary: Perl module to convert HTML to wiki markup License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-WikiConverter/ Source0: http://www.cpan.org/authors/id/D/DI/DIBERRI/HTML-WikiConverter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Data::Inheritable) >= 0.02 BuildRequires: perl(CSS) >= 1.07 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Element) BuildRequires: perl(HTML::Entities) >= 1.27 BuildRequires: perl(HTML::Tagset) >= 3.04 BuildRequires: perl(HTML::Tree) >= 3.18 BuildRequires: perl(Params::Validate) >= 0.77 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(URI) >= 1.35 BuildRequires: perl(URI::Escape) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description HTML::WikiConverter is an HTML to wiki converter. It can convert HTML source into a variety of wiki markups, called wiki "dialects". This package contains the perl modules; install the "html2wiki" package for the application itself. %package -n html2wiki Summary: Convert HTML to wiki markup Group: Applications/Publishing Requires: %{name} = %{version}-%{release} %description -n html2wiki A command line tool to convert pages in HTML to Wiki markup. Various wiki dialects are supported. %prep %setup -q -n HTML-WikiConverter-%{version} find webapp-install cgi/* -type f | xargs chmod 0644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README webapp-install cgi %{perl_vendorlib}/* %{_mandir}/man3/* %files -n html2wiki %defattr(-,root,root,-) %{_bindir}/* %{_mandir}/man1/* %changelog * Tue May 05 2009 Iain Arnell 0.68-1 - Specfile autogenerated by cpanspec 1.77. - Create sub-package for html2wiki Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:11:45 -0000 1.1 +++ .cvsignore 7 May 2009 03:26:48 -0000 1.2 @@ -0,0 +1 @@ +HTML-WikiConverter-0.68.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:11:45 -0000 1.1 +++ sources 7 May 2009 03:26:48 -0000 1.2 @@ -0,0 +1 @@ +e6d8b16c23b6f38c51d8585f3423aca9 HTML-WikiConverter-0.68.tar.gz From iarnell at fedoraproject.org Thu May 7 03:27:18 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:27:18 +0000 (UTC) Subject: rpms/perl-HTML-WikiConverter/F-11 perl-HTML-WikiConverter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032718.CD7F570100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-WikiConverter/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11636/F-11 Modified Files: .cvsignore sources Added Files: perl-HTML-WikiConverter.spec Log Message: initial import --- NEW FILE perl-HTML-WikiConverter.spec --- Name: perl-HTML-WikiConverter Version: 0.68 Release: 1%{?dist} Summary: Perl module to convert HTML to wiki markup License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-WikiConverter/ Source0: http://www.cpan.org/authors/id/D/DI/DIBERRI/HTML-WikiConverter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Data::Inheritable) >= 0.02 BuildRequires: perl(CSS) >= 1.07 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Element) BuildRequires: perl(HTML::Entities) >= 1.27 BuildRequires: perl(HTML::Tagset) >= 3.04 BuildRequires: perl(HTML::Tree) >= 3.18 BuildRequires: perl(Params::Validate) >= 0.77 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(URI) >= 1.35 BuildRequires: perl(URI::Escape) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description HTML::WikiConverter is an HTML to wiki converter. It can convert HTML source into a variety of wiki markups, called wiki "dialects". This package contains the perl modules; install the "html2wiki" package for the application itself. %package -n html2wiki Summary: Convert HTML to wiki markup Group: Applications/Publishing Requires: %{name} = %{version}-%{release} %description -n html2wiki A command line tool to convert pages in HTML to Wiki markup. Various wiki dialects are supported. %prep %setup -q -n HTML-WikiConverter-%{version} find webapp-install cgi/* -type f | xargs chmod 0644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README webapp-install cgi %{perl_vendorlib}/* %{_mandir}/man3/* %files -n html2wiki %defattr(-,root,root,-) %{_bindir}/* %{_mandir}/man1/* %changelog * Tue May 05 2009 Iain Arnell 0.68-1 - Specfile autogenerated by cpanspec 1.77. - Create sub-package for html2wiki Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:11:45 -0000 1.1 +++ .cvsignore 7 May 2009 03:26:48 -0000 1.2 @@ -0,0 +1 @@ +HTML-WikiConverter-0.68.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:11:45 -0000 1.1 +++ sources 7 May 2009 03:26:48 -0000 1.2 @@ -0,0 +1 @@ +e6d8b16c23b6f38c51d8585f3423aca9 HTML-WikiConverter-0.68.tar.gz From iarnell at fedoraproject.org Thu May 7 03:27:19 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:27:19 +0000 (UTC) Subject: rpms/perl-HTML-WikiConverter/devel perl-HTML-WikiConverter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507032719.110F270100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-WikiConverter/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11636/devel Modified Files: .cvsignore sources Added Files: perl-HTML-WikiConverter.spec Log Message: initial import --- NEW FILE perl-HTML-WikiConverter.spec --- Name: perl-HTML-WikiConverter Version: 0.68 Release: 1%{?dist} Summary: Perl module to convert HTML to wiki markup License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-WikiConverter/ Source0: http://www.cpan.org/authors/id/D/DI/DIBERRI/HTML-WikiConverter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Data::Inheritable) >= 0.02 BuildRequires: perl(CSS) >= 1.07 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Element) BuildRequires: perl(HTML::Entities) >= 1.27 BuildRequires: perl(HTML::Tagset) >= 3.04 BuildRequires: perl(HTML::Tree) >= 3.18 BuildRequires: perl(Params::Validate) >= 0.77 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(URI) >= 1.35 BuildRequires: perl(URI::Escape) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description HTML::WikiConverter is an HTML to wiki converter. It can convert HTML source into a variety of wiki markups, called wiki "dialects". This package contains the perl modules; install the "html2wiki" package for the application itself. %package -n html2wiki Summary: Convert HTML to wiki markup Group: Applications/Publishing Requires: %{name} = %{version}-%{release} %description -n html2wiki A command line tool to convert pages in HTML to Wiki markup. Various wiki dialects are supported. %prep %setup -q -n HTML-WikiConverter-%{version} find webapp-install cgi/* -type f | xargs chmod 0644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README webapp-install cgi %{perl_vendorlib}/* %{_mandir}/man3/* %files -n html2wiki %defattr(-,root,root,-) %{_bindir}/* %{_mandir}/man1/* %changelog * Tue May 05 2009 Iain Arnell 0.68-1 - Specfile autogenerated by cpanspec 1.77. - Create sub-package for html2wiki Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:11:45 -0000 1.1 +++ .cvsignore 7 May 2009 03:26:48 -0000 1.2 @@ -0,0 +1 @@ +HTML-WikiConverter-0.68.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:11:45 -0000 1.1 +++ sources 7 May 2009 03:26:48 -0000 1.2 @@ -0,0 +1 @@ +e6d8b16c23b6f38c51d8585f3423aca9 HTML-WikiConverter-0.68.tar.gz From iarnell at fedoraproject.org Thu May 7 03:40:20 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:40:20 +0000 (UTC) Subject: rpms/perl-HTML-TreeBuilder-XPath/F-10 perl-HTML-TreeBuilder-XPath.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507034020.3436F70100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13856/F-10 Modified Files: .cvsignore sources Added Files: perl-HTML-TreeBuilder-XPath.spec Log Message: initial import --- NEW FILE perl-HTML-TreeBuilder-XPath.spec --- Name: perl-HTML-TreeBuilder-XPath Version: 0.10 Release: 1%{?dist} Summary: Add XPath support to HTML::TreeBuilder License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/ Source0: http://www.cpan.org/authors/id/M/MI/MIROD/HTML-TreeBuilder-XPath-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::TreeBuilder) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(XML::XPathEngine) >= 0.12 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(HTML::TreeBuilder) %description This module adds typical XPath methods to HTML::TreeBuilder, to make it easy to query a document. %prep %setup -q -n HTML-TreeBuilder-XPath-%{version} cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(HTML::Element)/d' EOF %global __perl_provides %{_builddir}/HTML-TreeBuilder-XPath-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Iain Arnell 0.10-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:12:25 -0000 1.1 +++ .cvsignore 7 May 2009 03:39:49 -0000 1.2 @@ -0,0 +1 @@ +HTML-TreeBuilder-XPath-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:12:25 -0000 1.1 +++ sources 7 May 2009 03:39:49 -0000 1.2 @@ -0,0 +1 @@ +b886ba30166e3ae7b3ad9747d8115046 HTML-TreeBuilder-XPath-0.10.tar.gz From iarnell at fedoraproject.org Thu May 7 03:40:20 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:40:20 +0000 (UTC) Subject: rpms/perl-HTML-TreeBuilder-XPath/F-11 perl-HTML-TreeBuilder-XPath.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507034020.4AF1D70108@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13856/F-11 Modified Files: .cvsignore sources Added Files: perl-HTML-TreeBuilder-XPath.spec Log Message: initial import --- NEW FILE perl-HTML-TreeBuilder-XPath.spec --- Name: perl-HTML-TreeBuilder-XPath Version: 0.10 Release: 1%{?dist} Summary: Add XPath support to HTML::TreeBuilder License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/ Source0: http://www.cpan.org/authors/id/M/MI/MIROD/HTML-TreeBuilder-XPath-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::TreeBuilder) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(XML::XPathEngine) >= 0.12 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(HTML::TreeBuilder) %description This module adds typical XPath methods to HTML::TreeBuilder, to make it easy to query a document. %prep %setup -q -n HTML-TreeBuilder-XPath-%{version} cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(HTML::Element)/d' EOF %global __perl_provides %{_builddir}/HTML-TreeBuilder-XPath-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Iain Arnell 0.10-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:12:25 -0000 1.1 +++ .cvsignore 7 May 2009 03:39:50 -0000 1.2 @@ -0,0 +1 @@ +HTML-TreeBuilder-XPath-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:12:25 -0000 1.1 +++ sources 7 May 2009 03:39:50 -0000 1.2 @@ -0,0 +1 @@ +b886ba30166e3ae7b3ad9747d8115046 HTML-TreeBuilder-XPath-0.10.tar.gz From iarnell at fedoraproject.org Thu May 7 03:40:20 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 7 May 2009 03:40:20 +0000 (UTC) Subject: rpms/perl-HTML-TreeBuilder-XPath/devel perl-HTML-TreeBuilder-XPath.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507034020.866A870100@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13856/devel Modified Files: .cvsignore sources Added Files: perl-HTML-TreeBuilder-XPath.spec Log Message: initial import --- NEW FILE perl-HTML-TreeBuilder-XPath.spec --- Name: perl-HTML-TreeBuilder-XPath Version: 0.10 Release: 1%{?dist} Summary: Add XPath support to HTML::TreeBuilder License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/ Source0: http://www.cpan.org/authors/id/M/MI/MIROD/HTML-TreeBuilder-XPath-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::TreeBuilder) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(XML::XPathEngine) >= 0.12 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(HTML::TreeBuilder) %description This module adds typical XPath methods to HTML::TreeBuilder, to make it easy to query a document. %prep %setup -q -n HTML-TreeBuilder-XPath-%{version} cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(HTML::Element)/d' EOF %global __perl_provides %{_builddir}/HTML-TreeBuilder-XPath-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Iain Arnell 0.10-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:12:25 -0000 1.1 +++ .cvsignore 7 May 2009 03:39:50 -0000 1.2 @@ -0,0 +1 @@ +HTML-TreeBuilder-XPath-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:12:25 -0000 1.1 +++ sources 7 May 2009 03:39:50 -0000 1.2 @@ -0,0 +1 @@ +b886ba30166e3ae7b3ad9747d8115046 HTML-TreeBuilder-XPath-0.10.tar.gz From eseyman at fedoraproject.org Thu May 7 05:36:59 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Thu, 7 May 2009 05:36:59 +0000 (UTC) Subject: rpms/perl-File-Flock/devel import.log, NONE, 1.1 perl-File-Flock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507053659.50A9570100@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-File-Flock/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25410/devel Modified Files: .cvsignore sources Added Files: import.log perl-File-Flock.spec Log Message: Initial import --- NEW FILE import.log --- perl-File-Flock-2008_01-1_fc10:HEAD:perl-File-Flock-2008.01-1.fc10.src.rpm:1241674529 --- NEW FILE perl-File-Flock.spec --- Name: perl-File-Flock Version: 2008.01 Release: 1%{?dist} Summary: File locking with flock License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Flock/ Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/File-Flock-%{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 Lock files using the flock() call. If the file to be locked does not exist, then the file is created. If the file was created then it will be removed when it is unlocked assuming it's still an empty file. %prep %setup -q -n File-Flock-%{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 CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Dec 29 2008 Emmanuel Seyman 2008.01-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flock/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:13:09 -0000 1.1 +++ .cvsignore 7 May 2009 05:36:28 -0000 1.2 @@ -0,0 +1 @@ +File-Flock-2008.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flock/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:13:09 -0000 1.1 +++ sources 7 May 2009 05:36:28 -0000 1.2 @@ -0,0 +1 @@ +63b44b6033a0edd8d57d283089083158 File-Flock-2008.01.tar.gz From eseyman at fedoraproject.org Thu May 7 05:55:20 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Thu, 7 May 2009 05:55:20 +0000 (UTC) Subject: rpms/perl-File-Flock/F-11 import.log, NONE, 1.1 perl-File-Flock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507055520.92B2F70100@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-File-Flock/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27805/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-File-Flock.spec Log Message: Initial import --- NEW FILE import.log --- perl-File-Flock-2008_01-1_fc10:F-11:perl-File-Flock-2008.01-1.fc10.src.rpm:1241675640 --- NEW FILE perl-File-Flock.spec --- Name: perl-File-Flock Version: 2008.01 Release: 1%{?dist} Summary: File locking with flock License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Flock/ Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/File-Flock-%{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 Lock files using the flock() call. If the file to be locked does not exist, then the file is created. If the file was created then it will be removed when it is unlocked assuming it's still an empty file. %prep %setup -q -n File-Flock-%{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 CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Dec 29 2008 Emmanuel Seyman 2008.01-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flock/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:13:09 -0000 1.1 +++ .cvsignore 7 May 2009 05:54:50 -0000 1.2 @@ -0,0 +1 @@ +File-Flock-2008.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flock/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:13:09 -0000 1.1 +++ sources 7 May 2009 05:54:50 -0000 1.2 @@ -0,0 +1 @@ +63b44b6033a0edd8d57d283089083158 File-Flock-2008.01.tar.gz From eseyman at fedoraproject.org Thu May 7 06:03:11 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Thu, 7 May 2009 06:03:11 +0000 (UTC) Subject: rpms/perl-File-Flock/F-10 import.log, NONE, 1.1 perl-File-Flock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507060311.7C6DB70100@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-File-Flock/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29174/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-File-Flock.spec Log Message: Initial import --- NEW FILE import.log --- perl-File-Flock-2008_01-1_fc10:F-10:perl-File-Flock-2008.01-1.fc10.src.rpm:1241676104 --- NEW FILE perl-File-Flock.spec --- Name: perl-File-Flock Version: 2008.01 Release: 1%{?dist} Summary: File locking with flock License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Flock/ Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/File-Flock-%{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 Lock files using the flock() call. If the file to be locked does not exist, then the file is created. If the file was created then it will be removed when it is unlocked assuming it's still an empty file. %prep %setup -q -n File-Flock-%{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 CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Dec 29 2008 Emmanuel Seyman 2008.01-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flock/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:13:09 -0000 1.1 +++ .cvsignore 7 May 2009 06:02:41 -0000 1.2 @@ -0,0 +1 @@ +File-Flock-2008.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flock/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:13:09 -0000 1.1 +++ sources 7 May 2009 06:02:41 -0000 1.2 @@ -0,0 +1 @@ +63b44b6033a0edd8d57d283089083158 File-Flock-2008.01.tar.gz From mmaslano at fedoraproject.org Thu May 7 07:13:03 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Thu, 7 May 2009 07:13:03 +0000 (UTC) Subject: rpms/perl-Acme-PlayCode/devel perl-Acme-PlayCode.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507071303.9D6E770100@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Acme-PlayCode/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6708 Modified Files: .cvsignore sources Added Files: perl-Acme-PlayCode.spec Log Message: * Tue Apr 28 2009 Marcela Ma??l????ov?? 0.11-2 - add BR Test::Pod, move dos2unix into prep --- NEW FILE perl-Acme-PlayCode.spec --- Name: perl-Acme-PlayCode Version: 0.11 Release: 2%{?dist} Summary: Play code to win License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Acme-PlayCode/ Source0: http://www.cpan.org/authors/id/F/FA/FAYLAND/Acme-PlayCode-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Build) BuildRequires: perl(Moose) >= 0.57 BuildRequires: perl(MooseX::Object::Pluggable) >= 0.0008 BuildRequires: perl(Path::Class) >= 0.16 BuildRequires: perl(PPI) >= 1.201 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: dos2unix Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description It aims to change the code to be better (to be worse if you want). %prep %setup -q -n Acme-PlayCode-%{version} dos2unix README dos2unix Changes %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 * Tue Apr 28 2009 Marcela Ma??l????ov?? 0.11-2 - add BR Test::Pod, move dos2unix into prep * Mon Apr 27 2009 Marcela Ma??l????ov?? 0.11-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Acme-PlayCode/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:03:01 -0000 1.1 +++ .cvsignore 7 May 2009 07:12:33 -0000 1.2 @@ -0,0 +1 @@ +Acme-PlayCode-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Acme-PlayCode/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:03:01 -0000 1.1 +++ sources 7 May 2009 07:12:33 -0000 1.2 @@ -0,0 +1 @@ +6ba440742a2ee4c72f1cafaa4f5b689f Acme-PlayCode-0.11.tar.gz From mmaslano at fedoraproject.org Thu May 7 07:20:27 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Thu, 7 May 2009 07:20:27 +0000 (UTC) Subject: rpms/perl-Acme-PlayCode/F-11 perl-Acme-PlayCode.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507072027.0DFA670100@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Acme-PlayCode/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7566 Modified Files: .cvsignore sources Added Files: perl-Acme-PlayCode.spec Log Message: * Tue Apr 28 2009 Marcela Ma??l????ov?? 0.11-2 - add BR Test::Pod, move dos2unix into prep --- NEW FILE perl-Acme-PlayCode.spec --- Name: perl-Acme-PlayCode Version: 0.11 Release: 2%{?dist} Summary: Play code to win License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Acme-PlayCode/ Source0: http://www.cpan.org/authors/id/F/FA/FAYLAND/Acme-PlayCode-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Build) BuildRequires: perl(Moose) >= 0.57 BuildRequires: perl(MooseX::Object::Pluggable) >= 0.0008 BuildRequires: perl(Path::Class) >= 0.16 BuildRequires: perl(PPI) >= 1.201 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: dos2unix Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description It aims to change the code to be better (to be worse if you want). %prep %setup -q -n Acme-PlayCode-%{version} dos2unix README dos2unix Changes %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 * Tue Apr 28 2009 Marcela Ma??l????ov?? 0.11-2 - add BR Test::Pod, move dos2unix into prep * Mon Apr 27 2009 Marcela Ma??l????ov?? 0.11-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Acme-PlayCode/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:03:01 -0000 1.1 +++ .cvsignore 7 May 2009 07:19:56 -0000 1.2 @@ -0,0 +1 @@ +Acme-PlayCode-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Acme-PlayCode/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:03:01 -0000 1.1 +++ sources 7 May 2009 07:19:56 -0000 1.2 @@ -0,0 +1 @@ +6ba440742a2ee4c72f1cafaa4f5b689f Acme-PlayCode-0.11.tar.gz From eseyman at fedoraproject.org Thu May 7 08:56:57 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Thu, 7 May 2009 08:56:57 +0000 (UTC) Subject: rpms/perl-File-Flock/F-9 import.log, NONE, 1.1 perl-File-Flock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090507085657.371BD70100@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-File-Flock/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19065/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-File-Flock.spec Log Message: Initial import --- NEW FILE import.log --- perl-File-Flock-2008_01-1_fc10:F-9:perl-File-Flock-2008.01-1.fc10.src.rpm:1241685545 --- NEW FILE perl-File-Flock.spec --- Name: perl-File-Flock Version: 2008.01 Release: 1%{?dist} Summary: File locking with flock License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Flock/ Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/File-Flock-%{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 Lock files using the flock() call. If the file to be locked does not exist, then the file is created. If the file was created then it will be removed when it is unlocked assuming it's still an empty file. %prep %setup -q -n File-Flock-%{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 CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Dec 29 2008 Emmanuel Seyman 2008.01-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flock/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 6 May 2009 21:13:09 -0000 1.1 +++ .cvsignore 7 May 2009 08:56:26 -0000 1.2 @@ -0,0 +1 @@ +File-Flock-2008.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flock/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 6 May 2009 21:13:09 -0000 1.1 +++ sources 7 May 2009 08:56:26 -0000 1.2 @@ -0,0 +1 @@ +63b44b6033a0edd8d57d283089083158 File-Flock-2008.01.tar.gz From bugzilla at redhat.com Fri May 8 04:02:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 00:02:20 -0400 Subject: [Bug 499768] New: perl-SQL-Translator has missing Requires 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-SQL-Translator has missing Requires https://bugzilla.redhat.com/show_bug.cgi?id=499768 Summary: perl-SQL-Translator has missing Requires Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-SQL-Translator AssignedTo: cweyl at alumni.drew.edu ReportedBy: iarnell at gmail.com QAContact: extras-qa at fedoraproject.org CC: cweyl at alumni.drew.edu, fedora-perl-devel-list at redhat.com Classification: Fedora perl-SQL-Translator-0.09004-1 (in F-10, F-11, and devel, and the earlier version in F-9) has missing Requires (due to "use base"). SQL/Translator/Diff.pm needs perl(Class::Accessor::Fast) SQL/Translator/Schema/Object.pm needs perl(Class::Data::Inheritable) -- Configure 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 May 8 12:38:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 08:38:47 -0400 Subject: [Bug 472359] Conflicting Provides with perl-libwww-perl In-Reply-To: References: Message-ID: <200905081238.n48Ccld3010673@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=472359 Michael Schwendt changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #2 from Michael Schwendt 2009-05-08 08:38:46 EDT --- Fix committed to devel (F12). -- Configure 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 May 8 15:47:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 May 2009 11:47:47 -0400 Subject: [Bug 473669] YAML::Syck to latest rawhide in F-9, please? :) In-Reply-To: References: Message-ID: <200905081547.n48FllHY023109@bz-web1.app.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=473669 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG --- Comment #1 from Iain Arnell 2009-05-08 11:47:46 EDT --- HTML::FormFu has been in F-9 for months now - it's either working quite happily with existing YAML::Syck or no-one cares - either way, I think NOTABUG. -- Configure 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 May 9 04:00:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 9 May 2009 00:00:25 -0400 Subject: [Bug 497318] Update perl-Email-MIME-Encodings to 3.113 In-Reply-To: References: Message-ID: <200905090400.n4940Pgi018894@bz-web1.app.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=497318 --- Comment #6 from Fedora Update System 2009-05-09 00:00:24 EDT --- perl-Email-MIME-Encodings-1.313-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 04:00:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 9 May 2009 00:00:29 -0400 Subject: [Bug 497318] Update perl-Email-MIME-Encodings to 3.113 In-Reply-To: References: Message-ID: <200905090400.n4940T1V018922@bz-web1.app.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=497318 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.313-1.fc10 |1.313-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat May 9 04:17:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 9 May 2009 00:17:05 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905090417.n494H5xS020822@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=499068 --- Comment #7 from Fedora Update System 2009-05-09 00:17:04 EDT --- perl-XML-XPathEngine-0.12-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-XML-XPathEngine'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-4563 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From eseyman at fedoraproject.org Sun May 10 05:33:07 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sun, 10 May 2009 05:33:07 +0000 (UTC) Subject: rpms/perl-Daemon-Generic/devel import.log, NONE, 1.1 perl-Daemon-Generic.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510053307.470F670121@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Daemon-Generic/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18680/devel Modified Files: .cvsignore sources Added Files: import.log perl-Daemon-Generic.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Daemon-Generic-0_61-1_fc10:HEAD:perl-Daemon-Generic-0.61-1.fc10.src.rpm:1241933526 --- NEW FILE perl-Daemon-Generic.spec --- Name: perl-Daemon-Generic Version: 0.61 Release: 1%{?dist} Summary: Framework to provide start/stop/reload for a daemon License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Daemon-Generic/ Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/Daemon-Generic-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Flock) BuildRequires: perl(File::Slurp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Daemon::Generic provides a framework for starting, stopping, reconfiguring daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands. %prep %setup -q -n Daemon-Generic-%{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 CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Emmanuel Seyman 0.61-1 - Update to 0.61 * Mon Dec 29 2008 Emmanuel Seyman 0.51-1 - Specfile autogenerated by cpanspec 1.77. - Minor fixes Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Daemon-Generic/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 20:59:11 -0000 1.1 +++ .cvsignore 10 May 2009 05:32:35 -0000 1.2 @@ -0,0 +1 @@ +Daemon-Generic-0.61.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Daemon-Generic/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 20:59:11 -0000 1.1 +++ sources 10 May 2009 05:32:36 -0000 1.2 @@ -0,0 +1 @@ +10f8581f21c84fc0b169a93ad8c0dd60 Daemon-Generic-0.61.tar.gz From eseyman at fedoraproject.org Sun May 10 05:40:23 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sun, 10 May 2009 05:40:23 +0000 (UTC) Subject: rpms/perl-Daemon-Generic/F-11 import.log, NONE, 1.1 perl-Daemon-Generic.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510054023.3581970121@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Daemon-Generic/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19457/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Daemon-Generic.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Daemon-Generic-0_61-1_fc10:F-11:perl-Daemon-Generic-0.61-1.fc10.src.rpm:1241933963 --- NEW FILE perl-Daemon-Generic.spec --- Name: perl-Daemon-Generic Version: 0.61 Release: 1%{?dist} Summary: Framework to provide start/stop/reload for a daemon License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Daemon-Generic/ Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/Daemon-Generic-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Flock) BuildRequires: perl(File::Slurp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Daemon::Generic provides a framework for starting, stopping, reconfiguring daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands. %prep %setup -q -n Daemon-Generic-%{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 CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Emmanuel Seyman 0.61-1 - Update to 0.61 * Mon Dec 29 2008 Emmanuel Seyman 0.51-1 - Specfile autogenerated by cpanspec 1.77. - Minor fixes Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Daemon-Generic/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 20:59:11 -0000 1.1 +++ .cvsignore 10 May 2009 05:39:52 -0000 1.2 @@ -0,0 +1 @@ +Daemon-Generic-0.61.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Daemon-Generic/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 20:59:11 -0000 1.1 +++ sources 10 May 2009 05:39:52 -0000 1.2 @@ -0,0 +1 @@ +10f8581f21c84fc0b169a93ad8c0dd60 Daemon-Generic-0.61.tar.gz From eseyman at fedoraproject.org Sun May 10 05:51:33 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sun, 10 May 2009 05:51:33 +0000 (UTC) Subject: rpms/perl-Daemon-Generic/F-10 import.log, NONE, 1.1 perl-Daemon-Generic.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510055133.7C43E70121@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Daemon-Generic/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21307/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Daemon-Generic.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Daemon-Generic-0_61-1_fc10:F-10:perl-Daemon-Generic-0.61-1.fc10.src.rpm:1241934634 --- NEW FILE perl-Daemon-Generic.spec --- Name: perl-Daemon-Generic Version: 0.61 Release: 1%{?dist} Summary: Framework to provide start/stop/reload for a daemon License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Daemon-Generic/ Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/Daemon-Generic-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Flock) BuildRequires: perl(File::Slurp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Daemon::Generic provides a framework for starting, stopping, reconfiguring daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands. %prep %setup -q -n Daemon-Generic-%{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 CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Emmanuel Seyman 0.61-1 - Update to 0.61 * Mon Dec 29 2008 Emmanuel Seyman 0.51-1 - Specfile autogenerated by cpanspec 1.77. - Minor fixes Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Daemon-Generic/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 20:59:11 -0000 1.1 +++ .cvsignore 10 May 2009 05:51:01 -0000 1.2 @@ -0,0 +1 @@ +Daemon-Generic-0.61.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Daemon-Generic/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 20:59:11 -0000 1.1 +++ sources 10 May 2009 05:51:02 -0000 1.2 @@ -0,0 +1 @@ +10f8581f21c84fc0b169a93ad8c0dd60 Daemon-Generic-0.61.tar.gz From eseyman at fedoraproject.org Sun May 10 05:53:12 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sun, 10 May 2009 05:53:12 +0000 (UTC) Subject: rpms/perl-Daemon-Generic/F-9 import.log, NONE, 1.1 perl-Daemon-Generic.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510055312.1BAA170121@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Daemon-Generic/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21658/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Daemon-Generic.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Daemon-Generic-0_61-1_fc10:F-9:perl-Daemon-Generic-0.61-1.fc10.src.rpm:1241934733 --- NEW FILE perl-Daemon-Generic.spec --- Name: perl-Daemon-Generic Version: 0.61 Release: 1%{?dist} Summary: Framework to provide start/stop/reload for a daemon License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Daemon-Generic/ Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/Daemon-Generic-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Flock) BuildRequires: perl(File::Slurp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Daemon::Generic provides a framework for starting, stopping, reconfiguring daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands. %prep %setup -q -n Daemon-Generic-%{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 CHANGELOG README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 05 2009 Emmanuel Seyman 0.61-1 - Update to 0.61 * Mon Dec 29 2008 Emmanuel Seyman 0.51-1 - Specfile autogenerated by cpanspec 1.77. - Minor fixes Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Daemon-Generic/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 20:59:11 -0000 1.1 +++ .cvsignore 10 May 2009 05:52:41 -0000 1.2 @@ -0,0 +1 @@ +Daemon-Generic-0.61.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Daemon-Generic/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 20:59:11 -0000 1.1 +++ sources 10 May 2009 05:52:41 -0000 1.2 @@ -0,0 +1 @@ +10f8581f21c84fc0b169a93ad8c0dd60 Daemon-Generic-0.61.tar.gz From steve at fedoraproject.org Sun May 10 05:54:13 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Sun, 10 May 2009 05:54:13 +0000 (UTC) Subject: rpms/perl-HTML-Mason/devel .cvsignore, 1.11, 1.12 perl-HTML-Mason.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <20090510055413.19CAE70121@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-HTML-Mason/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21841 Modified Files: .cvsignore perl-HTML-Mason.spec sources Log Message: Update to 1.42. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Mason/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- .cvsignore 3 Aug 2008 20:38:06 -0000 1.11 +++ .cvsignore 10 May 2009 05:53:42 -0000 1.12 @@ -1 +1 @@ -HTML-Mason-1.40.tar.gz +HTML-Mason-1.42.tar.gz Index: perl-HTML-Mason.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Mason/devel/perl-HTML-Mason.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- perl-HTML-Mason.spec 26 Feb 2009 19:57:03 -0000 1.18 +++ perl-HTML-Mason.spec 10 May 2009 05:53:42 -0000 1.19 @@ -1,6 +1,6 @@ Name: perl-HTML-Mason -Version: 1.40 -Release: 3%{?dist} +Version: 1.42 +Release: 1%{?dist} Epoch: 1 Summary: Powerful Perl-based web site development and delivery engine License: GPL+ or Artistic @@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires %dir %{_localstatedir}/www/mason %changelog +* Sun May 10 2009 Steven Pritchard 1:1.42-1 +- Update to 1.42. + * Thu Feb 26 2009 Fedora Release Engineering - 1:1.40-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Mason/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 3 Aug 2008 20:38:06 -0000 1.11 +++ sources 10 May 2009 05:53:42 -0000 1.12 @@ -1 +1 @@ -920069e013d00de2bf8fb526c4f64c04 HTML-Mason-1.40.tar.gz +5fe5555ebb4bd6929eb6438e0f709355 HTML-Mason-1.42.tar.gz From iarnell at fedoraproject.org Sun May 10 06:54:40 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 10 May 2009 06:54:40 +0000 (UTC) Subject: rpms/perl-DBIx-Class-EncodedColumn/F-11 perl-DBIx-Class-EncodedColumn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510065440.2C3EE70131@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31158/F-11 Modified Files: .cvsignore sources Added Files: perl-DBIx-Class-EncodedColumn.spec Log Message: initial import --- NEW FILE perl-DBIx-Class-EncodedColumn.spec --- Name: perl-DBIx-Class-EncodedColumn Version: 0.00002 Release: 1%{?dist} Summary: Automatically encode columns License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/ Source0: http://www.cpan.org/authors/id/G/GR/GRODITI/DBIx-Class-EncodedColumn-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBIx::Class) >= 0.06002 BuildRequires: perl(Digest::SHA) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(SQL::Translator) >= 0.08000 BuildRequires: perl(Sub::Name) >= 0.04 BuildRequires: perl(Test::More) # Missing BRs in perl-SQL-Translator (BZ #499768) BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Class::Data::Inheritable) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected Requires: perl(DBIx::Class) %description This DBIx::Class component can be used to automatically encode a column's contents whenever the value of that column is set. %prep %setup -q -n DBIx-Class-EncodedColumn-%{version} # no Crypt::OpenPGP in Fedora rm lib/DBIx/Class/EncodedColumn/Crypt/OpenPGP.pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 0.00002-1 - Specfile autogenerated by cpanspec 1.77. - Disable support for OpenPGP since it's not available in Fedora - Additional BRs due to BZ #499768 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 21:10:35 -0000 1.1 +++ .cvsignore 10 May 2009 06:54:09 -0000 1.2 @@ -0,0 +1 @@ +DBIx-Class-EncodedColumn-0.00002.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 21:10:35 -0000 1.1 +++ sources 10 May 2009 06:54:09 -0000 1.2 @@ -0,0 +1 @@ +959a622303580654f5fff1ef8399438e DBIx-Class-EncodedColumn-0.00002.tar.gz From iarnell at fedoraproject.org Sun May 10 06:54:39 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 10 May 2009 06:54:39 +0000 (UTC) Subject: rpms/perl-DBIx-Class-EncodedColumn/F-10 perl-DBIx-Class-EncodedColumn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510065439.CA86970121@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31158/F-10 Modified Files: .cvsignore sources Added Files: perl-DBIx-Class-EncodedColumn.spec Log Message: initial import --- NEW FILE perl-DBIx-Class-EncodedColumn.spec --- Name: perl-DBIx-Class-EncodedColumn Version: 0.00002 Release: 1%{?dist} Summary: Automatically encode columns License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/ Source0: http://www.cpan.org/authors/id/G/GR/GRODITI/DBIx-Class-EncodedColumn-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBIx::Class) >= 0.06002 BuildRequires: perl(Digest::SHA) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(SQL::Translator) >= 0.08000 BuildRequires: perl(Sub::Name) >= 0.04 BuildRequires: perl(Test::More) # Missing BRs in perl-SQL-Translator (BZ #499768) BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Class::Data::Inheritable) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected Requires: perl(DBIx::Class) %description This DBIx::Class component can be used to automatically encode a column's contents whenever the value of that column is set. %prep %setup -q -n DBIx-Class-EncodedColumn-%{version} # no Crypt::OpenPGP in Fedora rm lib/DBIx/Class/EncodedColumn/Crypt/OpenPGP.pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 0.00002-1 - Specfile autogenerated by cpanspec 1.77. - Disable support for OpenPGP since it's not available in Fedora - Additional BRs due to BZ #499768 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 21:10:35 -0000 1.1 +++ .cvsignore 10 May 2009 06:54:08 -0000 1.2 @@ -0,0 +1 @@ +DBIx-Class-EncodedColumn-0.00002.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 21:10:35 -0000 1.1 +++ sources 10 May 2009 06:54:09 -0000 1.2 @@ -0,0 +1 @@ +959a622303580654f5fff1ef8399438e DBIx-Class-EncodedColumn-0.00002.tar.gz From iarnell at fedoraproject.org Sun May 10 06:54:40 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 10 May 2009 06:54:40 +0000 (UTC) Subject: rpms/perl-DBIx-Class-EncodedColumn/devel perl-DBIx-Class-EncodedColumn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510065440.B1C0170121@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31158/devel Modified Files: .cvsignore sources Added Files: perl-DBIx-Class-EncodedColumn.spec Log Message: initial import --- NEW FILE perl-DBIx-Class-EncodedColumn.spec --- Name: perl-DBIx-Class-EncodedColumn Version: 0.00002 Release: 1%{?dist} Summary: Automatically encode columns License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/ Source0: http://www.cpan.org/authors/id/G/GR/GRODITI/DBIx-Class-EncodedColumn-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBIx::Class) >= 0.06002 BuildRequires: perl(Digest::SHA) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(SQL::Translator) >= 0.08000 BuildRequires: perl(Sub::Name) >= 0.04 BuildRequires: perl(Test::More) # Missing BRs in perl-SQL-Translator (BZ #499768) BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Class::Data::Inheritable) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected Requires: perl(DBIx::Class) %description This DBIx::Class component can be used to automatically encode a column's contents whenever the value of that column is set. %prep %setup -q -n DBIx-Class-EncodedColumn-%{version} # no Crypt::OpenPGP in Fedora rm lib/DBIx/Class/EncodedColumn/Crypt/OpenPGP.pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 0.00002-1 - Specfile autogenerated by cpanspec 1.77. - Disable support for OpenPGP since it's not available in Fedora - Additional BRs due to BZ #499768 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 21:10:35 -0000 1.1 +++ .cvsignore 10 May 2009 06:54:10 -0000 1.2 @@ -0,0 +1 @@ +DBIx-Class-EncodedColumn-0.00002.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 21:10:35 -0000 1.1 +++ sources 10 May 2009 06:54:10 -0000 1.2 @@ -0,0 +1 @@ +959a622303580654f5fff1ef8399438e DBIx-Class-EncodedColumn-0.00002.tar.gz From iarnell at fedoraproject.org Sun May 10 07:07:19 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 10 May 2009 07:07:19 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize-TreeBuilder/F-10 perl-WWW-Mechanize-TreeBuilder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510070719.B080F70121@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-WWW-Mechanize-TreeBuilder/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32621/F-10 Modified Files: .cvsignore sources Added Files: perl-WWW-Mechanize-TreeBuilder.spec Log Message: initial import --- NEW FILE perl-WWW-Mechanize-TreeBuilder.spec --- Name: perl-WWW-Mechanize-TreeBuilder Version: 1.10000 Release: 1%{?dist} Summary: WWW::Mechanize::TreeBuilder Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/ Source0: http://www.cpan.org/authors/id/A/AS/ASH/WWW-Mechanize-TreeBuilder-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::TreeBuilder) BuildRequires: perl(HTML::TreeBuilder::XPath) BuildRequires: perl(Moose) >= 0.65 BuildRequires: perl(MooseX::Role::Parameterized) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(HTML::TreeBuilder) # not strictly required, but recommended Requires: perl(HTML::TreeBuilder::XPath) %description This module combines WWW::Mechanize and HTML::TreeBuilder. %prep %setup -q -n WWW-Mechanize-TreeBuilder-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.10000-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Mechanize-TreeBuilder/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 21:11:17 -0000 1.1 +++ .cvsignore 10 May 2009 07:06:48 -0000 1.2 @@ -0,0 +1 @@ +WWW-Mechanize-TreeBuilder-1.10000.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Mechanize-TreeBuilder/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 21:11:17 -0000 1.1 +++ sources 10 May 2009 07:06:48 -0000 1.2 @@ -0,0 +1 @@ +0514a4a70b929361758f8a9c16705b53 WWW-Mechanize-TreeBuilder-1.10000.tar.gz From iarnell at fedoraproject.org Sun May 10 07:07:19 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 10 May 2009 07:07:19 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize-TreeBuilder/F-11 perl-WWW-Mechanize-TreeBuilder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510070719.C195970131@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-WWW-Mechanize-TreeBuilder/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32621/F-11 Modified Files: .cvsignore sources Added Files: perl-WWW-Mechanize-TreeBuilder.spec Log Message: initial import --- NEW FILE perl-WWW-Mechanize-TreeBuilder.spec --- Name: perl-WWW-Mechanize-TreeBuilder Version: 1.10000 Release: 1%{?dist} Summary: WWW::Mechanize::TreeBuilder Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/ Source0: http://www.cpan.org/authors/id/A/AS/ASH/WWW-Mechanize-TreeBuilder-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::TreeBuilder) BuildRequires: perl(HTML::TreeBuilder::XPath) BuildRequires: perl(Moose) >= 0.65 BuildRequires: perl(MooseX::Role::Parameterized) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(HTML::TreeBuilder) # not strictly required, but recommended Requires: perl(HTML::TreeBuilder::XPath) %description This module combines WWW::Mechanize and HTML::TreeBuilder. %prep %setup -q -n WWW-Mechanize-TreeBuilder-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.10000-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Mechanize-TreeBuilder/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 21:11:17 -0000 1.1 +++ .cvsignore 10 May 2009 07:06:49 -0000 1.2 @@ -0,0 +1 @@ +WWW-Mechanize-TreeBuilder-1.10000.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Mechanize-TreeBuilder/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 21:11:17 -0000 1.1 +++ sources 10 May 2009 07:06:49 -0000 1.2 @@ -0,0 +1 @@ +0514a4a70b929361758f8a9c16705b53 WWW-Mechanize-TreeBuilder-1.10000.tar.gz From iarnell at fedoraproject.org Sun May 10 07:07:20 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 10 May 2009 07:07:20 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize-TreeBuilder/devel perl-WWW-Mechanize-TreeBuilder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090510070720.5364270121@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-WWW-Mechanize-TreeBuilder/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32621/devel Modified Files: .cvsignore sources Added Files: perl-WWW-Mechanize-TreeBuilder.spec Log Message: initial import --- NEW FILE perl-WWW-Mechanize-TreeBuilder.spec --- Name: perl-WWW-Mechanize-TreeBuilder Version: 1.10000 Release: 1%{?dist} Summary: WWW::Mechanize::TreeBuilder Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/ Source0: http://www.cpan.org/authors/id/A/AS/ASH/WWW-Mechanize-TreeBuilder-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::TreeBuilder) BuildRequires: perl(HTML::TreeBuilder::XPath) BuildRequires: perl(Moose) >= 0.65 BuildRequires: perl(MooseX::Role::Parameterized) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(HTML::TreeBuilder) # not strictly required, but recommended Requires: perl(HTML::TreeBuilder::XPath) %description This module combines WWW::Mechanize and HTML::TreeBuilder. %prep %setup -q -n WWW-Mechanize-TreeBuilder-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Iain Arnell 1.10000-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Mechanize-TreeBuilder/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 May 2009 21:11:17 -0000 1.1 +++ .cvsignore 10 May 2009 07:06:49 -0000 1.2 @@ -0,0 +1 @@ +WWW-Mechanize-TreeBuilder-1.10000.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Mechanize-TreeBuilder/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 May 2009 21:11:17 -0000 1.1 +++ sources 10 May 2009 07:06:50 -0000 1.2 @@ -0,0 +1 @@ +0514a4a70b929361758f8a9c16705b53 WWW-Mechanize-TreeBuilder-1.10000.tar.gz From iarnell at fedoraproject.org Sun May 10 08:44:25 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 10 May 2009 08:44:25 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-Store-File/devel .cvsignore, 1.3, 1.4 perl-Catalyst-Plugin-Session-Store-File.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090510084425.C342C70121@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13653 Modified Files: .cvsignore perl-Catalyst-Plugin-Session-Store-File.spec sources Log Message: * Sun May 10 2009 Iain Arnell 0.16-1 - update to 0.16 (upstream 0.14 was mistakenly released as 0.15) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 22 Apr 2009 04:15:05 -0000 1.3 +++ .cvsignore 10 May 2009 08:43:53 -0000 1.4 @@ -1 +1 @@ -Catalyst-Plugin-Session-Store-File-0.15.tar.gz +Catalyst-Plugin-Session-Store-File-0.16.tar.gz Index: perl-Catalyst-Plugin-Session-Store-File.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/devel/perl-Catalyst-Plugin-Session-Store-File.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Catalyst-Plugin-Session-Store-File.spec 22 Apr 2009 04:15:06 -0000 1.3 +++ perl-Catalyst-Plugin-Session-Store-File.spec 10 May 2009 08:43:53 -0000 1.4 @@ -1,11 +1,11 @@ Name: perl-Catalyst-Plugin-Session-Store-File -Version: 0.15 +Version: 0.16 Release: 1%{?dist} Summary: File storage backend for session data License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-File/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Session-Store-File-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Session-Store-File-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.0 @@ -14,7 +14,7 @@ BuildRequires: perl(Catalyst::Plugin::S BuildRequires: perl(Catalyst::Runtime) >= 5.7000 BuildRequires: perl(Class::Data::Inheritable) >= 0.04 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(MRO::Compat) +BuildRequires: perl(MRO::Compat) >= 0.10 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 10 2009 Iain Arnell 0.16-1 +- update to 0.16 (upstream 0.14 was mistakenly released as 0.15) + * Wed Apr 22 2009 Iain Arnell 0.15-1 - update to 0.15 - BR perl(MRO::Compat) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 22 Apr 2009 04:15:06 -0000 1.3 +++ sources 10 May 2009 08:43:53 -0000 1.4 @@ -1 +1 @@ -daa18067be9d1b34d83132120cc1d733 Catalyst-Plugin-Session-Store-File-0.15.tar.gz +a4917b100f7448afa13b02c580552990 Catalyst-Plugin-Session-Store-File-0.16.tar.gz From iarnell at fedoraproject.org Sun May 10 08:52:46 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 10 May 2009 08:52:46 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/devel .cvsignore, 1.4, 1.5 perl-HTML-FormFu.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <20090510085246.36A8770121@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15013 Modified Files: .cvsignore perl-HTML-FormFu.spec sources Log Message: * Sun May 10 2009 Iain Arnell 0.04002-1 - update to latest upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 16 Apr 2009 03:18:06 -0000 1.4 +++ .cvsignore 10 May 2009 08:52:15 -0000 1.5 @@ -1 +1 @@ -HTML-FormFu-0.04001.tar.gz +HTML-FormFu-0.04002.tar.gz Index: perl-HTML-FormFu.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/perl-HTML-FormFu.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-HTML-FormFu.spec 16 Apr 2009 03:18:06 -0000 1.6 +++ perl-HTML-FormFu.spec 10 May 2009 08:52:15 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-HTML-FormFu -Version: 0.04001 +Version: 0.04002 Release: 1%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 10 2009 Iain Arnell 0.04002-1 +- update to latest upstream version + * Wed Apr 15 2009 Iain Arnell 0.04001-1 - update to latest upstream Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 16 Apr 2009 03:18:06 -0000 1.4 +++ sources 10 May 2009 08:52:15 -0000 1.5 @@ -1 +1 @@ -23a3fa31890dff96e80a0243dffde405 HTML-FormFu-0.04001.tar.gz +2977257371a500ceafa2dc8e23847eb0 HTML-FormFu-0.04002.tar.gz From bugzilla at redhat.com Sun May 10 17:37:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 10 May 2009 13:37:38 -0400 Subject: [Bug 498746] Non-responsive package maintainer + dead package? In-Reply-To: References: Message-ID: <200905101737.n4AHbc3Y022391@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498746 --- Comment #1 from Michael Schwendt 2009-05-10 13:37:37 EDT --- *ping* cpan2rpm is also on FESCo's list of packages to be orphaned: http://toshio.fedorapeople.org/pkg-orphans.txt -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Mon May 11 03:04:28 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:04:28 +0000 (UTC) Subject: rpms/perl-HTML-WikiConverter-Markdown/F-10 perl-HTML-WikiConverter-Markdown.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511030428.0B3F2700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-WikiConverter-Markdown/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19132/F-10 Modified Files: .cvsignore sources Added Files: perl-HTML-WikiConverter-Markdown.spec Log Message: initial import --- NEW FILE perl-HTML-WikiConverter-Markdown.spec --- Name: perl-HTML-WikiConverter-Markdown Version: 0.05 Release: 1%{?dist} Summary: Convert HTML to Markdown markup License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-WikiConverter-Markdown/ Source0: http://www.cpan.org/authors/id/D/DI/DIBERRI/HTML-WikiConverter-Markdown-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Tagset) BuildRequires: perl(HTML::WikiConverter) >= 0.67 BuildRequires: perl(Params::Validate) BuildRequires: perl(Test::More) BuildRequires: perl(URI) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(HTML::WikiConverter) >= 0.67 %description This module contains rules for converting HTML into Markdown markup. You should not use this module directly; HTML::WikiConverter is the entry point for html->wiki conversion (eg, see synopsis above). See HTML::WikiConverter for additional usage details. %prep %setup -q -n HTML-WikiConverter-Markdown-%{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 May 09 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter-Markdown/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:21:35 -0000 1.1 +++ .cvsignore 11 May 2009 03:03:57 -0000 1.2 @@ -0,0 +1 @@ +HTML-WikiConverter-Markdown-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter-Markdown/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:21:35 -0000 1.1 +++ sources 11 May 2009 03:03:57 -0000 1.2 @@ -0,0 +1 @@ +40b7969b716468ac093ad2b37cf66aed HTML-WikiConverter-Markdown-0.05.tar.gz From iarnell at fedoraproject.org Mon May 11 03:04:28 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:04:28 +0000 (UTC) Subject: rpms/perl-HTML-WikiConverter-Markdown/F-11 perl-HTML-WikiConverter-Markdown.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511030428.4DDB670115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-WikiConverter-Markdown/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19132/F-11 Modified Files: .cvsignore sources Added Files: perl-HTML-WikiConverter-Markdown.spec Log Message: initial import --- NEW FILE perl-HTML-WikiConverter-Markdown.spec --- Name: perl-HTML-WikiConverter-Markdown Version: 0.05 Release: 1%{?dist} Summary: Convert HTML to Markdown markup License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-WikiConverter-Markdown/ Source0: http://www.cpan.org/authors/id/D/DI/DIBERRI/HTML-WikiConverter-Markdown-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Tagset) BuildRequires: perl(HTML::WikiConverter) >= 0.67 BuildRequires: perl(Params::Validate) BuildRequires: perl(Test::More) BuildRequires: perl(URI) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(HTML::WikiConverter) >= 0.67 %description This module contains rules for converting HTML into Markdown markup. You should not use this module directly; HTML::WikiConverter is the entry point for html->wiki conversion (eg, see synopsis above). See HTML::WikiConverter for additional usage details. %prep %setup -q -n HTML-WikiConverter-Markdown-%{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 May 09 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter-Markdown/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:21:35 -0000 1.1 +++ .cvsignore 11 May 2009 03:03:57 -0000 1.2 @@ -0,0 +1 @@ +HTML-WikiConverter-Markdown-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter-Markdown/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:21:35 -0000 1.1 +++ sources 11 May 2009 03:03:58 -0000 1.2 @@ -0,0 +1 @@ +40b7969b716468ac093ad2b37cf66aed HTML-WikiConverter-Markdown-0.05.tar.gz From iarnell at fedoraproject.org Mon May 11 03:04:28 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:04:28 +0000 (UTC) Subject: rpms/perl-HTML-WikiConverter-Markdown/devel perl-HTML-WikiConverter-Markdown.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511030428.9A06C700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-WikiConverter-Markdown/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19132/devel Modified Files: .cvsignore sources Added Files: perl-HTML-WikiConverter-Markdown.spec Log Message: initial import --- NEW FILE perl-HTML-WikiConverter-Markdown.spec --- Name: perl-HTML-WikiConverter-Markdown Version: 0.05 Release: 1%{?dist} Summary: Convert HTML to Markdown markup License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-WikiConverter-Markdown/ Source0: http://www.cpan.org/authors/id/D/DI/DIBERRI/HTML-WikiConverter-Markdown-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Tagset) BuildRequires: perl(HTML::WikiConverter) >= 0.67 BuildRequires: perl(Params::Validate) BuildRequires: perl(Test::More) BuildRequires: perl(URI) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(HTML::WikiConverter) >= 0.67 %description This module contains rules for converting HTML into Markdown markup. You should not use this module directly; HTML::WikiConverter is the entry point for html->wiki conversion (eg, see synopsis above). See HTML::WikiConverter for additional usage details. %prep %setup -q -n HTML-WikiConverter-Markdown-%{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 May 09 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter-Markdown/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:21:35 -0000 1.1 +++ .cvsignore 11 May 2009 03:03:58 -0000 1.2 @@ -0,0 +1 @@ +HTML-WikiConverter-Markdown-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-WikiConverter-Markdown/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:21:35 -0000 1.1 +++ sources 11 May 2009 03:03:58 -0000 1.2 @@ -0,0 +1 @@ +40b7969b716468ac093ad2b37cf66aed HTML-WikiConverter-Markdown-0.05.tar.gz From iarnell at fedoraproject.org Mon May 11 03:05:56 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:05:56 +0000 (UTC) Subject: rpms/perl-HTML-Defang/F-10 perl-HTML-Defang.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511030556.381C4700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-Defang/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19486/F-10 Modified Files: .cvsignore sources Added Files: perl-HTML-Defang.spec Log Message: initial import --- NEW FILE perl-HTML-Defang.spec --- Name: perl-HTML-Defang Version: 1.01 Release: 1%{?dist} Summary: Cleans HTML and CSS of executable contents License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Defang/ Source0: http://www.cpan.org/authors/id/K/KU/KURIANJA/HTML-Defang-%{version}.tar.gz 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 This module accepts an input HTML and/or CSS string and removes any executable code including scripting, embedded objects, applets, etc., and neutralises any XSS attacks. A whitelist based approach is used which means only HTML known to be safe is allowed through. %prep %setup -q -n HTML-Defang-%{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 May 10 2009 Iain Arnell 1.01-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Defang/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:22:14 -0000 1.1 +++ .cvsignore 11 May 2009 03:05:25 -0000 1.2 @@ -0,0 +1 @@ +HTML-Defang-1.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Defang/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:22:14 -0000 1.1 +++ sources 11 May 2009 03:05:26 -0000 1.2 @@ -0,0 +1 @@ +f8c2540c7fe33a26f4a79b8cc1ef3846 HTML-Defang-1.01.tar.gz From iarnell at fedoraproject.org Mon May 11 03:05:56 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:05:56 +0000 (UTC) Subject: rpms/perl-HTML-Defang/devel perl-HTML-Defang.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511030556.BC15C70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-Defang/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19486/devel Modified Files: .cvsignore sources Added Files: perl-HTML-Defang.spec Log Message: initial import --- NEW FILE perl-HTML-Defang.spec --- Name: perl-HTML-Defang Version: 1.01 Release: 1%{?dist} Summary: Cleans HTML and CSS of executable contents License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Defang/ Source0: http://www.cpan.org/authors/id/K/KU/KURIANJA/HTML-Defang-%{version}.tar.gz 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 This module accepts an input HTML and/or CSS string and removes any executable code including scripting, embedded objects, applets, etc., and neutralises any XSS attacks. A whitelist based approach is used which means only HTML known to be safe is allowed through. %prep %setup -q -n HTML-Defang-%{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 May 10 2009 Iain Arnell 1.01-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Defang/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:22:14 -0000 1.1 +++ .cvsignore 11 May 2009 03:05:26 -0000 1.2 @@ -0,0 +1 @@ +HTML-Defang-1.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Defang/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:22:14 -0000 1.1 +++ sources 11 May 2009 03:05:26 -0000 1.2 @@ -0,0 +1 @@ +f8c2540c7fe33a26f4a79b8cc1ef3846 HTML-Defang-1.01.tar.gz From iarnell at fedoraproject.org Mon May 11 03:05:56 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:05:56 +0000 (UTC) Subject: rpms/perl-HTML-Defang/F-11 perl-HTML-Defang.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511030556.77BF4700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-Defang/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19486/F-11 Modified Files: .cvsignore sources Added Files: perl-HTML-Defang.spec Log Message: initial import --- NEW FILE perl-HTML-Defang.spec --- Name: perl-HTML-Defang Version: 1.01 Release: 1%{?dist} Summary: Cleans HTML and CSS of executable contents License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Defang/ Source0: http://www.cpan.org/authors/id/K/KU/KURIANJA/HTML-Defang-%{version}.tar.gz 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 This module accepts an input HTML and/or CSS string and removes any executable code including scripting, embedded objects, applets, etc., and neutralises any XSS attacks. A whitelist based approach is used which means only HTML known to be safe is allowed through. %prep %setup -q -n HTML-Defang-%{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 May 10 2009 Iain Arnell 1.01-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Defang/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:22:14 -0000 1.1 +++ .cvsignore 11 May 2009 03:05:26 -0000 1.2 @@ -0,0 +1 @@ +HTML-Defang-1.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Defang/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:22:14 -0000 1.1 +++ sources 11 May 2009 03:05:26 -0000 1.2 @@ -0,0 +1 @@ +f8c2540c7fe33a26f4a79b8cc1ef3846 HTML-Defang-1.01.tar.gz From iarnell at fedoraproject.org Mon May 11 03:08:02 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:08:02 +0000 (UTC) Subject: rpms/perl-XML-Atom/F-11 enable-unicode-tests.patch, NONE, 1.1 perl-XML-Atom.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511030802.C1060700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-Atom/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20034/F-11 Modified Files: .cvsignore sources Added Files: enable-unicode-tests.patch perl-XML-Atom.spec Log Message: initial import enable-unicode-tests.patch: --- NEW FILE enable-unicode-tests.patch --- diff -up XML-Atom-0.35/t/18-unicode.t.orig XML-Atom-0.35/t/18-unicode.t --- XML-Atom-0.35/t/18-unicode.t.orig 2009-04-24 10:34:23.000000000 +0200 +++ XML-Atom-0.35/t/18-unicode.t 2009-05-10 12:36:10.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use encoding "utf-8"; -use Test::More skip_all => "Skipping Unicode test since it depends on LibXML"; +use Test::More tests => 14; # skip_all => "Skipping Unicode test since it depends on LibXML"; use XML::Atom; use XML::Atom::Entry; use XML::Atom::Person; --- NEW FILE perl-XML-Atom.spec --- Name: perl-XML-Atom Version: 0.35 Release: 1%{?dist} Summary: Atom feed and API implementation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Atom/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/XML-Atom-%{version}.tar.gz # enable unicode tests (we have LibXML) Patch0: enable-unicode-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(Class::Data::Inheritable) BuildRequires: perl(DateTime) BuildRequires: perl(Digest::SHA1) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Test::More) BuildRequires: perl(URI) BuildRequires: perl(XML::LibXML) >= 1.64 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(Class::Data::Inheritable) Requires: perl(URI) Requires: perl(XML::LibXML) >= 1.64 %description Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API. %prep %setup -q -n XML-Atom-%{version} %patch0 -p1 %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 May 10 2009 Iain Arnell 0.35-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Atom/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:22:53 -0000 1.1 +++ .cvsignore 11 May 2009 03:07:32 -0000 1.2 @@ -0,0 +1 @@ +XML-Atom-0.35.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Atom/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:22:54 -0000 1.1 +++ sources 11 May 2009 03:07:32 -0000 1.2 @@ -0,0 +1 @@ +d6b1b28b32db100de5dbb45a3f561953 XML-Atom-0.35.tar.gz From iarnell at fedoraproject.org Mon May 11 03:08:02 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:08:02 +0000 (UTC) Subject: rpms/perl-XML-Atom/F-10 enable-unicode-tests.patch, NONE, 1.1 perl-XML-Atom.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511030802.40900700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-Atom/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20034/F-10 Modified Files: .cvsignore sources Added Files: enable-unicode-tests.patch perl-XML-Atom.spec Log Message: initial import enable-unicode-tests.patch: --- NEW FILE enable-unicode-tests.patch --- diff -up XML-Atom-0.35/t/18-unicode.t.orig XML-Atom-0.35/t/18-unicode.t --- XML-Atom-0.35/t/18-unicode.t.orig 2009-04-24 10:34:23.000000000 +0200 +++ XML-Atom-0.35/t/18-unicode.t 2009-05-10 12:36:10.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use encoding "utf-8"; -use Test::More skip_all => "Skipping Unicode test since it depends on LibXML"; +use Test::More tests => 14; # skip_all => "Skipping Unicode test since it depends on LibXML"; use XML::Atom; use XML::Atom::Entry; use XML::Atom::Person; --- NEW FILE perl-XML-Atom.spec --- Name: perl-XML-Atom Version: 0.35 Release: 1%{?dist} Summary: Atom feed and API implementation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Atom/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/XML-Atom-%{version}.tar.gz # enable unicode tests (we have LibXML) Patch0: enable-unicode-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(Class::Data::Inheritable) BuildRequires: perl(DateTime) BuildRequires: perl(Digest::SHA1) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Test::More) BuildRequires: perl(URI) BuildRequires: perl(XML::LibXML) >= 1.64 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(Class::Data::Inheritable) Requires: perl(URI) Requires: perl(XML::LibXML) >= 1.64 %description Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API. %prep %setup -q -n XML-Atom-%{version} %patch0 -p1 %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 May 10 2009 Iain Arnell 0.35-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Atom/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:22:53 -0000 1.1 +++ .cvsignore 11 May 2009 03:07:31 -0000 1.2 @@ -0,0 +1 @@ +XML-Atom-0.35.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Atom/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:22:54 -0000 1.1 +++ sources 11 May 2009 03:07:31 -0000 1.2 @@ -0,0 +1 @@ +d6b1b28b32db100de5dbb45a3f561953 XML-Atom-0.35.tar.gz From iarnell at fedoraproject.org Mon May 11 03:08:03 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:08:03 +0000 (UTC) Subject: rpms/perl-XML-Atom/devel enable-unicode-tests.patch, NONE, 1.1 perl-XML-Atom.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511030803.0FD24700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-Atom/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20034/devel Modified Files: .cvsignore sources Added Files: enable-unicode-tests.patch perl-XML-Atom.spec Log Message: initial import enable-unicode-tests.patch: --- NEW FILE enable-unicode-tests.patch --- diff -up XML-Atom-0.35/t/18-unicode.t.orig XML-Atom-0.35/t/18-unicode.t --- XML-Atom-0.35/t/18-unicode.t.orig 2009-04-24 10:34:23.000000000 +0200 +++ XML-Atom-0.35/t/18-unicode.t 2009-05-10 12:36:10.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use encoding "utf-8"; -use Test::More skip_all => "Skipping Unicode test since it depends on LibXML"; +use Test::More tests => 14; # skip_all => "Skipping Unicode test since it depends on LibXML"; use XML::Atom; use XML::Atom::Entry; use XML::Atom::Person; --- NEW FILE perl-XML-Atom.spec --- Name: perl-XML-Atom Version: 0.35 Release: 1%{?dist} Summary: Atom feed and API implementation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Atom/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/XML-Atom-%{version}.tar.gz # enable unicode tests (we have LibXML) Patch0: enable-unicode-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(Class::Data::Inheritable) BuildRequires: perl(DateTime) BuildRequires: perl(Digest::SHA1) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Test::More) BuildRequires: perl(URI) BuildRequires: perl(XML::LibXML) >= 1.64 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(Class::Data::Inheritable) Requires: perl(URI) Requires: perl(XML::LibXML) >= 1.64 %description Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API. %prep %setup -q -n XML-Atom-%{version} %patch0 -p1 %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 May 10 2009 Iain Arnell 0.35-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Atom/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:22:53 -0000 1.1 +++ .cvsignore 11 May 2009 03:07:32 -0000 1.2 @@ -0,0 +1 @@ +XML-Atom-0.35.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Atom/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:22:54 -0000 1.1 +++ sources 11 May 2009 03:07:32 -0000 1.2 @@ -0,0 +1 @@ +d6b1b28b32db100de5dbb45a3f561953 XML-Atom-0.35.tar.gz From iarnell at fedoraproject.org Mon May 11 03:10:57 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:10:57 +0000 (UTC) Subject: rpms/perl-Net-Amazon/F-10 perl-Net-Amazon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511031057.D555B700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Net-Amazon/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21270/F-10 Modified Files: .cvsignore sources Added Files: perl-Net-Amazon.spec Log Message: initial import --- NEW FILE perl-Net-Amazon.spec --- Name: perl-Net-Amazon Version: 0.50 Release: 1%{?dist} Summary: Framework for accessing amazon.com via REST License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-Amazon/ Source0: http://www.cpan.org/authors/id/B/BO/BOUMENOT/Net-Amazon-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Log4perl) >= 0.3 BuildRequires: perl(LWP::UserAgent) >= 2 BuildRequires: perl(Test::More) BuildRequires: perl(URI) BuildRequires: perl(XML::Simple) >= 2.08 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::Amazon provides an object-oriented interface to amazon.com's REST interface. This way it's possible to create applications using Amazon's vast amount of data via a functional interface, without having to worry about the underlying communication mechanism. %prep %setup -q -n Net-Amazon-%{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 TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 10 2009 Iain Arnell 0.50-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:25:24 -0000 1.1 +++ .cvsignore 11 May 2009 03:10:26 -0000 1.2 @@ -0,0 +1 @@ +Net-Amazon-0.50.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:25:24 -0000 1.1 +++ sources 11 May 2009 03:10:27 -0000 1.2 @@ -0,0 +1 @@ +f910313b1725cd906b3f14af097a4391 Net-Amazon-0.50.tar.gz From iarnell at fedoraproject.org Mon May 11 03:10:58 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:10:58 +0000 (UTC) Subject: rpms/perl-Net-Amazon/F-11 perl-Net-Amazon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511031058.48E48700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Net-Amazon/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21270/F-11 Modified Files: .cvsignore sources Added Files: perl-Net-Amazon.spec Log Message: initial import --- NEW FILE perl-Net-Amazon.spec --- Name: perl-Net-Amazon Version: 0.50 Release: 1%{?dist} Summary: Framework for accessing amazon.com via REST License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-Amazon/ Source0: http://www.cpan.org/authors/id/B/BO/BOUMENOT/Net-Amazon-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Log4perl) >= 0.3 BuildRequires: perl(LWP::UserAgent) >= 2 BuildRequires: perl(Test::More) BuildRequires: perl(URI) BuildRequires: perl(XML::Simple) >= 2.08 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::Amazon provides an object-oriented interface to amazon.com's REST interface. This way it's possible to create applications using Amazon's vast amount of data via a functional interface, without having to worry about the underlying communication mechanism. %prep %setup -q -n Net-Amazon-%{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 TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 10 2009 Iain Arnell 0.50-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:25:24 -0000 1.1 +++ .cvsignore 11 May 2009 03:10:27 -0000 1.2 @@ -0,0 +1 @@ +Net-Amazon-0.50.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:25:24 -0000 1.1 +++ sources 11 May 2009 03:10:28 -0000 1.2 @@ -0,0 +1 @@ +f910313b1725cd906b3f14af097a4391 Net-Amazon-0.50.tar.gz From iarnell at fedoraproject.org Mon May 11 03:10:58 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:10:58 +0000 (UTC) Subject: rpms/perl-Net-Amazon/devel perl-Net-Amazon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511031058.E15D1700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Net-Amazon/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21270/devel Modified Files: .cvsignore sources Added Files: perl-Net-Amazon.spec Log Message: initial import --- NEW FILE perl-Net-Amazon.spec --- Name: perl-Net-Amazon Version: 0.50 Release: 1%{?dist} Summary: Framework for accessing amazon.com via REST License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-Amazon/ Source0: http://www.cpan.org/authors/id/B/BO/BOUMENOT/Net-Amazon-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Log4perl) >= 0.3 BuildRequires: perl(LWP::UserAgent) >= 2 BuildRequires: perl(Test::More) BuildRequires: perl(URI) BuildRequires: perl(XML::Simple) >= 2.08 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::Amazon provides an object-oriented interface to amazon.com's REST interface. This way it's possible to create applications using Amazon's vast amount of data via a functional interface, without having to worry about the underlying communication mechanism. %prep %setup -q -n Net-Amazon-%{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 TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 10 2009 Iain Arnell 0.50-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:25:24 -0000 1.1 +++ .cvsignore 11 May 2009 03:10:28 -0000 1.2 @@ -0,0 +1 @@ +Net-Amazon-0.50.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:25:24 -0000 1.1 +++ sources 11 May 2009 03:10:28 -0000 1.2 @@ -0,0 +1 @@ +f910313b1725cd906b3f14af097a4391 Net-Amazon-0.50.tar.gz From iarnell at fedoraproject.org Mon May 11 03:12:18 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:12:18 +0000 (UTC) Subject: rpms/perl-Text-Emoticon/F-11 perl-Text-Emoticon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511031218.82C88700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Emoticon/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21580/F-11 Modified Files: .cvsignore sources Added Files: perl-Text-Emoticon.spec Log Message: initial import --- NEW FILE perl-Text-Emoticon.spec --- Name: perl-Text-Emoticon Version: 0.04 Release: 1%{?dist} Summary: Factory class for Yahoo! and MSN emoticons License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Emoticon/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Text-Emoticon-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.32 BuildRequires: perl(UNIVERSAL::require) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins. %prep %setup -q -n Text-Emoticon-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 10 2009 Iain Arnell 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:26:15 -0000 1.1 +++ .cvsignore 11 May 2009 03:11:48 -0000 1.2 @@ -0,0 +1 @@ +Text-Emoticon-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:26:15 -0000 1.1 +++ sources 11 May 2009 03:11:48 -0000 1.2 @@ -0,0 +1 @@ +a9aef67754feabb94c75a0756909aae1 Text-Emoticon-0.04.tar.gz From iarnell at fedoraproject.org Mon May 11 03:12:18 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:12:18 +0000 (UTC) Subject: rpms/perl-Text-Emoticon/F-10 perl-Text-Emoticon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511031218.314DE700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Emoticon/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21580/F-10 Modified Files: .cvsignore sources Added Files: perl-Text-Emoticon.spec Log Message: initial import --- NEW FILE perl-Text-Emoticon.spec --- Name: perl-Text-Emoticon Version: 0.04 Release: 1%{?dist} Summary: Factory class for Yahoo! and MSN emoticons License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Emoticon/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Text-Emoticon-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.32 BuildRequires: perl(UNIVERSAL::require) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins. %prep %setup -q -n Text-Emoticon-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 10 2009 Iain Arnell 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:26:15 -0000 1.1 +++ .cvsignore 11 May 2009 03:11:47 -0000 1.2 @@ -0,0 +1 @@ +Text-Emoticon-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:26:15 -0000 1.1 +++ sources 11 May 2009 03:11:47 -0000 1.2 @@ -0,0 +1 @@ +a9aef67754feabb94c75a0756909aae1 Text-Emoticon-0.04.tar.gz From iarnell at fedoraproject.org Mon May 11 03:12:19 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:12:19 +0000 (UTC) Subject: rpms/perl-Text-Emoticon/devel perl-Text-Emoticon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511031219.747DE700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Emoticon/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21580/devel Modified Files: .cvsignore sources Added Files: perl-Text-Emoticon.spec Log Message: initial import --- NEW FILE perl-Text-Emoticon.spec --- Name: perl-Text-Emoticon Version: 0.04 Release: 1%{?dist} Summary: Factory class for Yahoo! and MSN emoticons License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Emoticon/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Text-Emoticon-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.32 BuildRequires: perl(UNIVERSAL::require) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins. %prep %setup -q -n Text-Emoticon-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 10 2009 Iain Arnell 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:26:15 -0000 1.1 +++ .cvsignore 11 May 2009 03:11:48 -0000 1.2 @@ -0,0 +1 @@ +Text-Emoticon-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:26:15 -0000 1.1 +++ sources 11 May 2009 03:11:49 -0000 1.2 @@ -0,0 +1 @@ +a9aef67754feabb94c75a0756909aae1 Text-Emoticon-0.04.tar.gz From iarnell at fedoraproject.org Mon May 11 03:15:06 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:15:06 +0000 (UTC) Subject: rpms/perl-Catalyst-View-Mason/F-11 perl-Catalyst-View-Mason.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511031506.E9095700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-View-Mason/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22308/F-11 Modified Files: .cvsignore sources Added Files: perl-Catalyst-View-Mason.spec Log Message: initial import --- NEW FILE perl-Catalyst-View-Mason.spec --- Name: perl-Catalyst-View-Mason Version: 0.17 Release: 1%{?dist} Summary: Mason View Class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-View-Mason/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Catalyst-View-Mason-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.50 BuildRequires: perl(Catalyst::Helper) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Mason) BuildRequires: perl(IO::Capture::Stderr) BuildRequires: perl(MRO::Compat) BuildRequires: perl(parent) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::File) BuildRequires: perl(Test::More) Requires: perl(Catalyst) >= 5.50 Requires: perl(Catalyst::View) Requires: perl(parent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Want to use a Mason component in your Catalyst views? No problem! Catalyst::View::Mason comes to the rescue. %prep %setup -q -n Catalyst-View-Mason-%{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 May 10 2009 Iain Arnell 0.17-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Mason/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:27:02 -0000 1.1 +++ .cvsignore 11 May 2009 03:14:36 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-View-Mason-0.17.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Mason/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:27:02 -0000 1.1 +++ sources 11 May 2009 03:14:36 -0000 1.2 @@ -0,0 +1 @@ +c01fe11d969d7c9762a315f22605c1a6 Catalyst-View-Mason-0.17.tar.gz From iarnell at fedoraproject.org Mon May 11 03:15:06 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:15:06 +0000 (UTC) Subject: rpms/perl-Catalyst-View-Mason/F-10 perl-Catalyst-View-Mason.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511031506.B86BB700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-View-Mason/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22308/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-View-Mason.spec Log Message: initial import --- NEW FILE perl-Catalyst-View-Mason.spec --- Name: perl-Catalyst-View-Mason Version: 0.17 Release: 1%{?dist} Summary: Mason View Class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-View-Mason/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Catalyst-View-Mason-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.50 BuildRequires: perl(Catalyst::Helper) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Mason) BuildRequires: perl(IO::Capture::Stderr) BuildRequires: perl(MRO::Compat) BuildRequires: perl(parent) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::File) BuildRequires: perl(Test::More) Requires: perl(Catalyst) >= 5.50 Requires: perl(Catalyst::View) Requires: perl(parent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Want to use a Mason component in your Catalyst views? No problem! Catalyst::View::Mason comes to the rescue. %prep %setup -q -n Catalyst-View-Mason-%{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 May 10 2009 Iain Arnell 0.17-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Mason/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:27:02 -0000 1.1 +++ .cvsignore 11 May 2009 03:14:36 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-View-Mason-0.17.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Mason/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:27:02 -0000 1.1 +++ sources 11 May 2009 03:14:36 -0000 1.2 @@ -0,0 +1 @@ +c01fe11d969d7c9762a315f22605c1a6 Catalyst-View-Mason-0.17.tar.gz From iarnell at fedoraproject.org Mon May 11 03:15:07 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 11 May 2009 03:15:07 +0000 (UTC) Subject: rpms/perl-Catalyst-View-Mason/devel perl-Catalyst-View-Mason.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090511031507.3F235700D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-View-Mason/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22308/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-View-Mason.spec Log Message: initial import --- NEW FILE perl-Catalyst-View-Mason.spec --- Name: perl-Catalyst-View-Mason Version: 0.17 Release: 1%{?dist} Summary: Mason View Class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-View-Mason/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Catalyst-View-Mason-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.50 BuildRequires: perl(Catalyst::Helper) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Mason) BuildRequires: perl(IO::Capture::Stderr) BuildRequires: perl(MRO::Compat) BuildRequires: perl(parent) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::File) BuildRequires: perl(Test::More) Requires: perl(Catalyst) >= 5.50 Requires: perl(Catalyst::View) Requires: perl(parent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Want to use a Mason component in your Catalyst views? No problem! Catalyst::View::Mason comes to the rescue. %prep %setup -q -n Catalyst-View-Mason-%{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 May 10 2009 Iain Arnell 0.17-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Mason/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 10 May 2009 19:27:02 -0000 1.1 +++ .cvsignore 11 May 2009 03:14:36 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-View-Mason-0.17.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Mason/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 10 May 2009 19:27:02 -0000 1.1 +++ sources 11 May 2009 03:14:37 -0000 1.2 @@ -0,0 +1 @@ +c01fe11d969d7c9762a315f22605c1a6 Catalyst-View-Mason-0.17.tar.gz From corsepiu at fedoraproject.org Mon May 11 03:16:54 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 11 May 2009 03:16:54 +0000 (UTC) Subject: rpms/perl-Class-Inspector/F-11 .cvsignore, 1.10, 1.11 perl-Class-Inspector.spec, 1.22, 1.23 sources, 1.10, 1.11 Class-Inspector-1.23.diff, 1.1, NONE Message-ID: <20090511031654.65441700D7@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22723/F-11 Modified Files: .cvsignore perl-Class-Inspector.spec sources Removed Files: Class-Inspector-1.23.diff Log Message: * Mon May 11 2009 Ralf Cors??pius - 1.24-1 - Upstream update. - Remove Class-Inspector-1.23.diff. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-11/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 10 Jun 2008 07:25:49 -0000 1.10 +++ .cvsignore 11 May 2009 03:16:24 -0000 1.11 @@ -1 +1 @@ -Class-Inspector-1.23.tar.gz +Class-Inspector-1.24.tar.gz Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-11/perl-Class-Inspector.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- perl-Class-Inspector.spec 27 Feb 2009 08:30:53 -0000 1.22 +++ perl-Class-Inspector.spec 11 May 2009 03:16:24 -0000 1.23 @@ -1,13 +1,11 @@ Name: perl-Class-Inspector -Version: 1.23 -Release: 3%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Inspector/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz -# META.yml has wrong minimum perl version -Patch0: Class-Inspector-1.23.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -17,8 +15,8 @@ BuildRequires: perl(Test::More) # For better test coverage BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::MinimumVersion) >= 0.007 -BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 %description Class::Inspector allows you to get information about a loaded class. @@ -29,7 +27,6 @@ provide an easier, more friendly interfa %prep %setup -q -n Class-Inspector-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -55,6 +52,10 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Mon May 11 2009 Ralf Cors??pius - 1.24-1 +- Upstream update. +- Remove Class-Inspector-1.23.diff. + * Fri Feb 27 2009 Ralf Cors??pius - 1.23-3 - Unconditionally BR: perl(Test::CPAN::Meta). - Adjust minimum perl version in META.yml (Add Class-Inspector-1.23.diff). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-11/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 10 Jun 2008 07:25:49 -0000 1.10 +++ sources 11 May 2009 03:16:24 -0000 1.11 @@ -1 +1 @@ -28e1e697f5e8d838d62159966aac8a5d Class-Inspector-1.23.tar.gz +609189b49f64d329a6e413e0a6d8724a Class-Inspector-1.24.tar.gz --- Class-Inspector-1.23.diff DELETED --- From corsepiu at fedoraproject.org Mon May 11 03:16:55 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 11 May 2009 03:16:55 +0000 (UTC) Subject: rpms/perl-Class-Inspector/F-9 .cvsignore, 1.10, 1.11 perl-Class-Inspector.spec, 1.21, 1.22 sources, 1.10, 1.11 Class-Inspector-1.23.diff, 1.1, NONE Message-ID: <20090511031655.8F2A4700D7@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22723/F-9 Modified Files: .cvsignore perl-Class-Inspector.spec sources Removed Files: Class-Inspector-1.23.diff Log Message: * Mon May 11 2009 Ralf Cors??pius - 1.24-1 - Upstream update. - Remove Class-Inspector-1.23.diff. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-9/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 10 Jun 2008 07:27:29 -0000 1.10 +++ .cvsignore 11 May 2009 03:16:25 -0000 1.11 @@ -1 +1 @@ -Class-Inspector-1.23.tar.gz +Class-Inspector-1.24.tar.gz Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-9/perl-Class-Inspector.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- perl-Class-Inspector.spec 27 Feb 2009 08:30:54 -0000 1.21 +++ perl-Class-Inspector.spec 11 May 2009 03:16:25 -0000 1.22 @@ -1,13 +1,11 @@ Name: perl-Class-Inspector -Version: 1.23 -Release: 3%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Inspector/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz -# META.yml has wrong minimum perl version -Patch0: Class-Inspector-1.23.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -17,8 +15,8 @@ BuildRequires: perl(Test::More) # For better test coverage BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::MinimumVersion) >= 0.007 -BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 %description Class::Inspector allows you to get information about a loaded class. @@ -29,7 +27,6 @@ provide an easier, more friendly interfa %prep %setup -q -n Class-Inspector-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -55,6 +52,10 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Mon May 11 2009 Ralf Cors??pius - 1.24-1 +- Upstream update. +- Remove Class-Inspector-1.23.diff. + * Fri Feb 27 2009 Ralf Cors??pius - 1.23-3 - Unconditionally BR: perl(Test::CPAN::Meta). - Adjust minimum perl version in META.yml (Add Class-Inspector-1.23.diff). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-9/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 10 Jun 2008 07:27:29 -0000 1.10 +++ sources 11 May 2009 03:16:25 -0000 1.11 @@ -1 +1 @@ -28e1e697f5e8d838d62159966aac8a5d Class-Inspector-1.23.tar.gz +609189b49f64d329a6e413e0a6d8724a Class-Inspector-1.24.tar.gz --- Class-Inspector-1.23.diff DELETED --- From corsepiu at fedoraproject.org Mon May 11 03:16:55 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 11 May 2009 03:16:55 +0000 (UTC) Subject: rpms/perl-Class-Inspector/F-10 .cvsignore, 1.10, 1.11 perl-Class-Inspector.spec, 1.21, 1.22 sources, 1.10, 1.11 Class-Inspector-1.23.diff, 1.1, NONE Message-ID: <20090511031655.1E93E700D7@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22723/F-10 Modified Files: .cvsignore perl-Class-Inspector.spec sources Removed Files: Class-Inspector-1.23.diff Log Message: * Mon May 11 2009 Ralf Cors??pius - 1.24-1 - Upstream update. - Remove Class-Inspector-1.23.diff. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-10/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 10 Jun 2008 07:25:49 -0000 1.10 +++ .cvsignore 11 May 2009 03:16:24 -0000 1.11 @@ -1 +1 @@ -Class-Inspector-1.23.tar.gz +Class-Inspector-1.24.tar.gz Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-10/perl-Class-Inspector.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- perl-Class-Inspector.spec 27 Feb 2009 08:30:53 -0000 1.21 +++ perl-Class-Inspector.spec 11 May 2009 03:16:24 -0000 1.22 @@ -1,13 +1,11 @@ Name: perl-Class-Inspector -Version: 1.23 -Release: 3%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Inspector/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz -# META.yml has wrong minimum perl version -Patch0: Class-Inspector-1.23.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -17,8 +15,8 @@ BuildRequires: perl(Test::More) # For better test coverage BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::MinimumVersion) >= 0.007 -BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 %description Class::Inspector allows you to get information about a loaded class. @@ -29,7 +27,6 @@ provide an easier, more friendly interfa %prep %setup -q -n Class-Inspector-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -55,6 +52,10 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Mon May 11 2009 Ralf Cors??pius - 1.24-1 +- Upstream update. +- Remove Class-Inspector-1.23.diff. + * Fri Feb 27 2009 Ralf Cors??pius - 1.23-3 - Unconditionally BR: perl(Test::CPAN::Meta). - Adjust minimum perl version in META.yml (Add Class-Inspector-1.23.diff). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-10/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 10 Jun 2008 07:25:49 -0000 1.10 +++ sources 11 May 2009 03:16:24 -0000 1.11 @@ -1 +1 @@ -28e1e697f5e8d838d62159966aac8a5d Class-Inspector-1.23.tar.gz +609189b49f64d329a6e413e0a6d8724a Class-Inspector-1.24.tar.gz --- Class-Inspector-1.23.diff DELETED --- From corsepiu at fedoraproject.org Mon May 11 03:16:54 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 11 May 2009 03:16:54 +0000 (UTC) Subject: rpms/perl-Class-Inspector/devel .cvsignore, 1.10, 1.11 perl-Class-Inspector.spec, 1.22, 1.23 sources, 1.10, 1.11 Class-Inspector-1.23.diff, 1.1, NONE Message-ID: <20090511031654.1FB3A700D7@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22723/devel Modified Files: .cvsignore perl-Class-Inspector.spec sources Removed Files: Class-Inspector-1.23.diff Log Message: * Mon May 11 2009 Ralf Cors??pius - 1.24-1 - Upstream update. - Remove Class-Inspector-1.23.diff. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 10 Jun 2008 07:25:49 -0000 1.10 +++ .cvsignore 11 May 2009 03:16:23 -0000 1.11 @@ -1 +1 @@ -Class-Inspector-1.23.tar.gz +Class-Inspector-1.24.tar.gz Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/devel/perl-Class-Inspector.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- perl-Class-Inspector.spec 27 Feb 2009 08:30:53 -0000 1.22 +++ perl-Class-Inspector.spec 11 May 2009 03:16:23 -0000 1.23 @@ -1,13 +1,11 @@ Name: perl-Class-Inspector -Version: 1.23 -Release: 3%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Inspector/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz -# META.yml has wrong minimum perl version -Patch0: Class-Inspector-1.23.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -17,8 +15,8 @@ BuildRequires: perl(Test::More) # For better test coverage BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::MinimumVersion) >= 0.007 -BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 %description Class::Inspector allows you to get information about a loaded class. @@ -29,7 +27,6 @@ provide an easier, more friendly interfa %prep %setup -q -n Class-Inspector-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -55,6 +52,10 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Mon May 11 2009 Ralf Cors??pius - 1.24-1 +- Upstream update. +- Remove Class-Inspector-1.23.diff. + * Fri Feb 27 2009 Ralf Cors??pius - 1.23-3 - Unconditionally BR: perl(Test::CPAN::Meta). - Adjust minimum perl version in META.yml (Add Class-Inspector-1.23.diff). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 10 Jun 2008 07:25:49 -0000 1.10 +++ sources 11 May 2009 03:16:23 -0000 1.11 @@ -1 +1 @@ -28e1e697f5e8d838d62159966aac8a5d Class-Inspector-1.23.tar.gz +609189b49f64d329a6e413e0a6d8724a Class-Inspector-1.24.tar.gz --- Class-Inspector-1.23.diff DELETED --- From mschwendt at fedoraproject.org Fri May 8 12:38:52 2009 From: mschwendt at fedoraproject.org (Michael Schwendt) Date: Fri, 8 May 2009 12:38:52 +0000 (UTC) Subject: rpms/perl-SOAP-Lite/devel perl-SOAP-Lite.spec,1.14,1.15 Message-ID: <20090508123852.6CBE970108@cvs1.fedora.phx.redhat.com> Author: mschwendt Update of /cvs/pkgs/rpms/perl-SOAP-Lite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12091 Modified Files: perl-SOAP-Lite.spec Log Message: * Fri May 8 2009 Michael Schwendt - 0.710.08-3 - Filter out perl(LWP::Protocol) Provides, which comes from a file not stored in Perl's search path for modules (#472359). Index: perl-SOAP-Lite.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SOAP-Lite/devel/perl-SOAP-Lite.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-SOAP-Lite.spec 27 Feb 2009 01:08:28 -0000 1.14 +++ perl-SOAP-Lite.spec 8 May 2009 12:38:21 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-SOAP-Lite Version: 0.710.08 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Client and server side SOAP implementation License: GPL+ or Artistic Group: Development/Libraries @@ -30,6 +30,9 @@ perl(Net::POP3)' %global reqfilt sh -c "%{__perl_requires} | %{__grep} -Fv %{bogusreqs}" %define __perl_requires %{reqfilt} +%define bogusprovs 'perl(LWP::Protocol)' +%global provfilt sh -c "%{__perl_provides} | %{__grep} -Fv %{bogusprovs}" +%define __perl_provides %{provfilt} %description SOAP::Lite is a collection of Perl modules which provides a simple and @@ -74,6 +77,10 @@ make test %{_mandir}/man1/* %changelog +* Fri May 8 2009 Michael Schwendt - 0.710.08-3 +- Filter out perl(LWP::Protocol) Provides, which comes from a file + not stored in Perl's search path for modules (#472359). + * Thu Feb 26 2009 Fedora Release Engineering - 0.710.08-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From bugzilla at redhat.com Mon May 11 14:46:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 10:46:15 -0400 Subject: [Bug 491933] Catalyst install still fails as listed in bug 455151 In-Reply-To: References: Message-ID: <200905111446.n4BEkFUm015148@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=491933 seth vidal changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |svidal at redhat.com Flag| |needinfo?(kent.perrier at gmai | |l.com) --- Comment #3 from seth vidal 2009-05-11 10:46:13 EDT --- Yum has no problems with the epochs but in this case it is not clear that the pkg is even being seen. To the original reporter: is this bug still happening? -- Configure 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 May 11 15:14:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 11:14:51 -0400 Subject: [Bug 491933] Catalyst install still fails as listed in bug 455151 In-Reply-To: References: Message-ID: <200905111514.n4BFEppc032016@bz-web1.app.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 #4 from kent.perrier at gmail.com 2009-05-11 11:14:50 EDT --- Has something changed to make it start working? I am still getting the error. -- Configure 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 Mon May 11 20:16:38 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 11 May 2009 20:16:38 +0000 (UTC) Subject: rpms/perl-IO-Multiplex/devel perl-IO-Multiplex.spec,1.7,1.8 Message-ID: <20090511201638.91434700D7@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-IO-Multiplex/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14732 Modified Files: perl-IO-Multiplex.spec Log Message: * Mon May 11 2009 Paul Howarth - 1.10-4 - Fix argument order for find with -depth - Include TODO - Cosmetic changes Index: perl-IO-Multiplex.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Multiplex/devel/perl-IO-Multiplex.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-IO-Multiplex.spec 26 Feb 2009 20:11:50 -0000 1.7 +++ perl-IO-Multiplex.spec 11 May 2009 20:16:08 -0000 1.8 @@ -1,37 +1,36 @@ -Summary: IO-Multiplex module for perl -Name: perl-IO-Multiplex -Version: 1.10 -Release: 3%{?dist} -License: GPL+ or Artistic -Group: Development/Libraries -URL: http://search.cpan.org/dist/IO-Multiplex/ - -Source: http://www.cpan.org/authors/id/B/BB/BBB/IO-Multiplex-%{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)) +Summary: IO-Multiplex module for perl +Name: perl-IO-Multiplex +Version: 1.10 +Release: 4%{?dist} +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/IO-Multiplex/ +Source: http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-%{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 -IO::Multiplex is designed to take the effort out of managing -multiple file handles. It is essentially a really fancy front end to -the select system call. In addition to maintaining the select -loop, it buffers all input and output to/from the file handles. It -can also accept incoming connections on one or more listen sockets. +IO::Multiplex is designed to take the effort out of managing multiple file +handles. It is essentially a really fancy front end to the select system +call. In addition to maintaining the select loop, it buffers all input and +output to/from the file handles. It can also accept incoming connections on +one or more listen sockets. %prep -%setup -n IO-Multiplex-%{version} +%setup -q -n IO-Multiplex-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS="vendor" +%{__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} -type d -depth -exec rmdir {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' +%{__chmod} -R u+w %{buildroot}/* %check %{__make} test @@ -40,12 +39,17 @@ find %{buildroot} -type d -depth -exec r %{__rm} -rf %{buildroot} %files -%defattr(-, root, root, -) -%doc Changes README -%doc %{_mandir}/man?/* +%defattr(-,root,root,-) +%doc Changes README TODO %{perl_vendorlib}/IO/ +%{_mandir}/man3/IO::Multiplex.3pm* %changelog +* Mon May 11 2009 Paul Howarth - 1.10-4 +- Fix argument order for find with -depth +- Include TODO +- Cosmetic changes + * Thu Feb 26 2009 Fedora Release Engineering - 1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -53,14 +57,14 @@ find %{buildroot} -type d -depth -exec r - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Sep 15 2008 Tom "spot" Callaway - 1.10-1 -- update to 1.10, upstream found and relicensing has happened! +- Update to 1.10, upstream found and relicensing has happened! * Thu Mar 6 2008 Tom "spot" Callaway - 1.09-1 -- rebuild for new perl +- Rebuild for new perl - 1.09 * Tue Oct 16 2007 Tom "spot" Callaway - 1.08-5.1 -- add BR: perl(ExtUtils::MakeMaker) +- Add BR: perl(ExtUtils::MakeMaker) * Fri Sep 15 2006 Leif O M Bergman - 1.08-5 - Add dist tag From toshio at fedoraproject.org Tue May 12 00:49:00 2009 From: toshio at fedoraproject.org (=?utf-8?b?VG9zaGlvIOOBj+OCieOBqOOBvw==?=) Date: Tue, 12 May 2009 00:49:00 +0000 (UTC) Subject: rpms/cpan2rpm/devel dead.package,NONE,1.1 Message-ID: <20090512004901.04B6D700EC@cvs1.fedora.phx.redhat.com> Author: toshio Update of /cvs/pkgs/rpms/cpan2rpm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20395 Added Files: dead.package Log Message: Retire the package --- NEW FILE dead.package --- Upstream has not done a release since June 2005 and has not answered to the upstream PR for bug 462823 that was filed in May 2007. In both bz tickets it has been suggested (and also to me privately) to use cpanspec instead. See https://bugzilla.redhat.com/show_bug.cgi?id=498746 for more information. From toshio at fedoraproject.org Tue May 12 00:50:15 2009 From: toshio at fedoraproject.org (=?utf-8?b?VG9zaGlvIOOBj+OCieOBqOOBvw==?=) Date: Tue, 12 May 2009 00:50:15 +0000 (UTC) Subject: rpms/cpan2rpm/F-11 dead.package, NONE, 1.1 .cvsignore, 1.3, NONE cpan2rpm-2.024-nonetwork.patch, 1.2, NONE cpan2rpm-Pod-PlainText.patch, 1.1, NONE cpan2rpm.spec, 1.11, NONE sources, 1.3, NONE Message-ID: <20090512005015.24A60700EC@cvs1.fedora.phx.redhat.com> Author: toshio Update of /cvs/pkgs/rpms/cpan2rpm/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20543 Added Files: dead.package Removed Files: .cvsignore cpan2rpm-2.024-nonetwork.patch cpan2rpm-Pod-PlainText.patch cpan2rpm.spec sources Log Message: Retire on the F-11 branch as well as F-11 is not released yet. --- NEW FILE dead.package --- Upstream has not done a release since June 2005 and has not answered to the upstream PR for bug 462823 that was filed in May 2007. In both bz tickets it has been suggested (and also to me privately) to use cpanspec instead. See https://bugzilla.redhat.com/show_bug.cgi?id=498746 for more information. --- .cvsignore DELETED --- --- cpan2rpm-2.024-nonetwork.patch DELETED --- --- cpan2rpm-Pod-PlainText.patch DELETED --- --- cpan2rpm.spec DELETED --- --- sources DELETED --- From toshio at fedoraproject.org Tue May 12 00:50:42 2009 From: toshio at fedoraproject.org (=?utf-8?b?VG9zaGlvIOOBj+OCieOBqOOBvw==?=) Date: Tue, 12 May 2009 00:50:42 +0000 (UTC) Subject: rpms/cpan2rpm/devel .cvsignore, 1.3, NONE cpan2rpm-2.024-nonetwork.patch, 1.2, NONE cpan2rpm-Pod-PlainText.patch, 1.1, NONE cpan2rpm.spec, 1.11, NONE sources, 1.3, NONE Message-ID: <20090512005042.0A79B700EC@cvs1.fedora.phx.redhat.com> Author: toshio Update of /cvs/pkgs/rpms/cpan2rpm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20668/devel Removed Files: .cvsignore cpan2rpm-2.024-nonetwork.patch cpan2rpm-Pod-PlainText.patch cpan2rpm.spec sources Log Message: Retire cpan2rpm --- .cvsignore DELETED --- --- cpan2rpm-2.024-nonetwork.patch DELETED --- --- cpan2rpm-Pod-PlainText.patch DELETED --- --- cpan2rpm.spec DELETED --- --- sources DELETED --- From bugzilla at redhat.com Tue May 12 01:19:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 21:19:26 -0400 Subject: [Bug 498746] Non-responsive package maintainer + dead package? In-Reply-To: References: Message-ID: <200905120119.n4C1JQRa006678@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498746 Toshio Ernie Kuratomi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |a.badger at gmail.com Resolution| |RAWHIDE --- Comment #2 from Toshio Ernie Kuratomi 2009-05-11 21:19:26 EDT --- This package has been retired. Thanks! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 03:41:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 11 May 2009 23:41:20 -0400 Subject: [Bug 500282] New: update XML-RSS to 1.44 in rawhide please Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: update XML-RSS to 1.44 in rawhide please https://bugzilla.redhat.com/show_bug.cgi?id=500282 Summary: update XML-RSS to 1.44 in rawhide please Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-XML-RSS AssignedTo: tcallawa at redhat.com ReportedBy: iarnell at gmail.com QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora please update to XML-RSS-1.44 in rawhide (and F-10/F-11?) - it's needed for MojoMojo. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Tue May 12 05:08:51 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 12 May 2009 05:08:51 +0000 (UTC) Subject: rpms/perl-Module-Install/devel .cvsignore, 1.15, 1.16 perl-Module-Install.spec, 1.19, 1.20 sources, 1.15, 1.16 Message-ID: <20090512050851.0A092700EC@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-serv9049 Modified Files: .cvsignore perl-Module-Install.spec sources Log Message: * Mon May 11 2009 Chris Weyl 0.87-1 - update to 0.87 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- .cvsignore 26 Apr 2009 07:54:35 -0000 1.15 +++ .cvsignore 12 May 2009 05:08:20 -0000 1.16 @@ -1 +1 @@ -Module-Install-0.85.tar.gz +Module-Install-0.87.tar.gz Index: perl-Module-Install.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- perl-Module-Install.spec 26 Apr 2009 07:54:35 -0000 1.19 +++ perl-Module-Install.spec 12 May 2009 05:08:20 -0000 1.20 @@ -1,5 +1,5 @@ Name: perl-Module-Install -Version: 0.85 +Version: 0.87 Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon May 11 2009 Chris Weyl 0.87-1 +- update to 0.87 + * Sun Apr 26 2009 Chris Weyl 0.85-1 - update to 0.85 - add BR on File::Spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- sources 26 Apr 2009 07:54:35 -0000 1.15 +++ sources 12 May 2009 05:08:20 -0000 1.16 @@ -1 +1 @@ -849e7cff274c4fb674ac26d4f3c23cb3 Module-Install-0.85.tar.gz +956f402f8e000eaa5fab1ad90f712360 Module-Install-0.87.tar.gz From cweyl at fedoraproject.org Tue May 12 05:44:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 12 May 2009 05:44:46 +0000 (UTC) Subject: rpms/perl-Data-Visitor/F-11 perl-Data-Visitor.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090512054446.36192700EC@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Visitor/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15598 Modified Files: perl-Data-Visitor.spec sources Log Message: * Tue May 05 2009 Chris Weyl 0.24-1 - update to 0.24 Index: perl-Data-Visitor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/F-11/perl-Data-Visitor.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Data-Visitor.spec 26 Feb 2009 14:37:56 -0000 1.7 +++ perl-Data-Visitor.spec 12 May 2009 05:44:15 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Data-Visitor -Version: 0.22 -Release: 2%{?dist} +Version: 0.24 +Release: 1%{?dist} Summary: Visitor style traversal of Perl data structures License: GPL+ or Artistic Group: Development/Libraries @@ -15,7 +15,7 @@ BuildRequires: perl(Class::Accessor) BuildRequires: perl(ExtUtils::MakeMaker) # new for 0.19 BuildRequires: perl(Data::Alias) -BuildRequires: perl(Mouse) +BuildRequires: perl(Any::Moose) BuildRequires: perl(namespace::clean) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Tie::ToObject) @@ -60,6 +60,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue May 05 2009 Chris Weyl 0.24-1 +- update to 0.24 + * Thu Feb 26 2009 Fedora Release Engineering - 0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 11 Feb 2009 03:02:49 -0000 1.5 +++ sources 12 May 2009 05:44:15 -0000 1.6 @@ -1 +1 @@ -f3bca28efc96aef200dd6bba74510c12 Data-Visitor-0.22.tar.gz +b69891174e4380cfe20fcb69a79a4093 Data-Visitor-0.24.tar.gz From pghmcfc at fedoraproject.org Tue May 12 08:20:03 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 12 May 2009 08:20:03 +0000 (UTC) Subject: rpms/perl-Sysadm-Install/devel .cvsignore, 1.2, 1.3 perl-Sysadm-Install.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090512082003.9E209700EC@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Sysadm-Install/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14839 Modified Files: .cvsignore perl-Sysadm-Install.spec sources Log Message: Update to 0.28 (fixed download() with a better check for getstore()) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 19 Oct 2008 23:20:13 -0000 1.2 +++ .cvsignore 12 May 2009 08:19:33 -0000 1.3 @@ -1 +1 @@ -Sysadm-Install-0.27.tar.gz +Sysadm-Install-0.28.tar.gz Index: perl-Sysadm-Install.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/perl-Sysadm-Install.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Sysadm-Install.spec 27 Feb 2009 01:55:47 -0000 1.2 +++ perl-Sysadm-Install.spec 12 May 2009 08:19:33 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Typical installation tasks for system administrators Name: perl-Sysadm-Install -Version: 0.27 -Release: 3%{?dist} +Version: 0.28 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Sysadm-Install/ @@ -72,7 +72,10 @@ everything, but suppresses any write act %{_mandir}/man3/Sysadm::Install.3pm* %changelog -* Thu Feb 26 2009 Fedora Release Engineering - 0.27-3 +* Tue May 12 2009 Paul Howarth 0.28-1 +- Update to 0.28 (fixed download() with a better check for getstore()) + +* Thu Feb 26 2009 Fedora Release Engineering 0.27-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Oct 9 2008 Paul Howarth 0.27-2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 19 Oct 2008 23:20:13 -0000 1.2 +++ sources 12 May 2009 08:19:33 -0000 1.3 @@ -1 +1 @@ -83f70b2e9ef4aabb025aa87ac893b0dd Sysadm-Install-0.27.tar.gz +f2dbfdf8c98a76d0697fd0747e388592 Sysadm-Install-0.28.tar.gz From bugzilla at redhat.com Tue May 12 12:40:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 08:40:56 -0400 Subject: [Bug 481147] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200905121240.n4CCeuT2009526@bz-web1.app.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 ---------------------------------------------------------------------------- CC| |roland at astrofoto.org --- Comment #11 from Stepan Kasal 2009-05-12 08:40:52 EDT --- *** Bug 279251 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 Tue May 12 12:40:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 08:40:54 -0400 Subject: [Bug 279251] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200905121240.n4CCesc2009484@bz-web1.app.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=279251 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skasal at redhat.com Resolution|WONTFIX |DUPLICATE --- Comment #3 from Stepan Kasal 2009-05-12 08:40:52 EDT --- Actually, the bug has been fixed in rawhide a few months later. *** This bug has been marked as a duplicate of 481147 *** -- Configure 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 May 12 12:45:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 08:45:58 -0400 Subject: [Bug 481147] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200905121245.n4CCjwtA010582@bz-web1.app.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 ---------------------------------------------------------------------------- CC| |benny+bugzilla at amorsen.dk --- Comment #12 from Stepan Kasal 2009-05-12 08:45:56 EDT --- *** Bug 462832 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 Tue May 12 12:45:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 08:45:59 -0400 Subject: [Bug 498746] Non-responsive package maintainer + dead package? In-Reply-To: References: Message-ID: <200905121245.n4CCjxpO010604@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498746 Bug 498746 depends on bug 462832, which changed state. Bug 462832 Summary: cpan2rpm doesn't work with latest Pod::Text https://bugzilla.redhat.com/show_bug.cgi?id=462832 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |DUPLICATE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 12:45:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 08:45:57 -0400 Subject: [Bug 462832] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200905121245.n4CCjv56010542@bz-web1.app.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=462832 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |skasal at redhat.com Resolution| |DUPLICATE --- Comment #5 from Stepan Kasal 2009-05-12 08:45:56 EDT --- *** This bug has been marked as a duplicate of 481147 *** -- Configure 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 May 12 12:47:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 08:47:38 -0400 Subject: [Bug 481147] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200905121247.n4CClcQq026167@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 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|NEXTRELEASE |ERRATA --- Comment #13 from Stepan Kasal 2009-05-12 08:47:36 EDT --- Hey, why does bodhi say NEXTRELEASE? It is fixed in an F10 update. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 12 12:54:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 08:54:49 -0400 Subject: [Bug 498746] Non-responsive package maintainer + dead package? In-Reply-To: References: Message-ID: <200905121254.n4CCsn5E012352@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498746 Bug 498746 depends on bug 280991, which changed state. Bug 280991 Summary: cpan2rpm misses dependency on ExtUtils::MakeMaker https://bugzilla.redhat.com/show_bug.cgi?id=280991 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX -- Configure 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 May 12 12:54:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 12 May 2009 08:54:48 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: References: Message-ID: <200905121254.n4CCsmam012319@bz-web1.app.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=280991 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |skasal at redhat.com Resolution| |WONTFIX Flag|needinfo?(jh.redhat at plonk.d | |e) | --- Comment #13 from Stepan Kasal 2009-05-12 08:54:45 EDT --- The package has been retired today, see bug #498746. -- Configure 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 Tue May 12 19:14:26 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 12 May 2009 19:14:26 +0000 (UTC) Subject: rpms/perl-Crypt-DES_EDE3/EL-4 perl-Crypt-DES_EDE3.spec,1.2,1.3 Message-ID: <20090512191426.865E1700EC@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28376/EL-4 Modified Files: perl-Crypt-DES_EDE3.spec Log Message: Clean up for first EPEL build Index: perl-Crypt-DES_EDE3.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-4/perl-Crypt-DES_EDE3.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Crypt-DES_EDE3.spec 3 Feb 2006 02:52:57 -0000 1.2 +++ perl-Crypt-DES_EDE3.spec 12 May 2009 19:13:56 -0000 1.3 @@ -1,14 +1,15 @@ Name: perl-Crypt-DES_EDE3 Version: 0.01 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Triple-DES EDE encryption/decryption module -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-DES_EDE3/ -Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-DES_EDE3-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Crypt::DES) +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -28,9 +29,9 @@ 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+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* perldoc -t perlgpl > COPYING perldoc -t perlartistic > Artistic @@ -48,6 +49,14 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Apr 17 2007 Steven Pritchard 0.01-5 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + +* Sat Sep 16 2006 Steven Pritchard 0.01-4 +- Canonicalize Source0 URL. +- Fix find option order. + * Thu Feb 02 2006 Steven Pritchard 0.01-3 - Better Summary (BZ#168583). From pghmcfc at fedoraproject.org Tue May 12 19:14:26 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 12 May 2009 19:14:26 +0000 (UTC) Subject: rpms/perl-Crypt-DES_EDE3/EL-5 perl-Crypt-DES_EDE3.spec,1.3,1.4 Message-ID: <20090512191426.A88B8700EC@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28376/EL-5 Modified Files: perl-Crypt-DES_EDE3.spec Log Message: Clean up for first EPEL build Index: perl-Crypt-DES_EDE3.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-5/perl-Crypt-DES_EDE3.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Crypt-DES_EDE3.spec 17 Sep 2006 18:39:00 -0000 1.3 +++ perl-Crypt-DES_EDE3.spec 12 May 2009 19:13:56 -0000 1.4 @@ -1,14 +1,15 @@ Name: perl-Crypt-DES_EDE3 Version: 0.01 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Triple-DES EDE encryption/decryption module -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-DES_EDE3/ Source0: http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Crypt::DES) +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -30,7 +31,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* perldoc -t perlgpl > COPYING perldoc -t perlartistic > Artistic @@ -48,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Apr 17 2007 Steven Pritchard 0.01-5 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + * Sat Sep 16 2006 Steven Pritchard 0.01-4 - Canonicalize Source0 URL. - Fix find option order. From pghmcfc at fedoraproject.org Tue May 12 19:52:04 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 12 May 2009 19:52:04 +0000 (UTC) Subject: rpms/perl-Class-ErrorHandler/EL-5 perl-Class-ErrorHandler.spec, 1.2, 1.3 Message-ID: <20090512195204.21B87700EC@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Class-ErrorHandler/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2978/EL-5 Modified Files: perl-Class-ErrorHandler.spec Log Message: Clean up for first EPEL build Index: perl-Class-ErrorHandler.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-ErrorHandler/EL-5/perl-Class-ErrorHandler.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Class-ErrorHandler.spec 17 Sep 2006 18:08:07 -0000 1.2 +++ perl-Class-ErrorHandler.spec 12 May 2009 19:51:33 -0000 1.3 @@ -1,13 +1,14 @@ Name: perl-Class-ErrorHandler Version: 0.01 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Class::ErrorHandler Perl module -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-ErrorHandler/ Source0: http://www.cpan.org/authors/id/B/BT/BTROTT/Class-ErrorHandler-%{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 @@ -29,7 +30,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* perldoc -t perlgpl > COPYING perldoc -t perlartistic > Artistic @@ -47,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Apr 17 2007 Steven Pritchard 0.01-4 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + * Sat Sep 16 2006 Steven Pritchard 0.01-3 - Canonicalize Source0 URL. - Fix find option order. From pghmcfc at fedoraproject.org Tue May 12 19:52:03 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 12 May 2009 19:52:03 +0000 (UTC) Subject: rpms/perl-Class-ErrorHandler/EL-4 perl-Class-ErrorHandler.spec, 1.1, 1.2 Message-ID: <20090512195204.07326700EC@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Class-ErrorHandler/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2978/EL-4 Modified Files: perl-Class-ErrorHandler.spec Log Message: Clean up for first EPEL build Index: perl-Class-ErrorHandler.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-ErrorHandler/EL-4/perl-Class-ErrorHandler.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Class-ErrorHandler.spec 16 Dec 2005 09:17:30 -0000 1.1 +++ perl-Class-ErrorHandler.spec 12 May 2009 19:51:33 -0000 1.2 @@ -1,13 +1,14 @@ Name: perl-Class-ErrorHandler Version: 0.01 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Class::ErrorHandler Perl module -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-ErrorHandler/ -Source0: http://www.cpan.org/modules/by-module/Class/Class-ErrorHandler-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BT/BTROTT/Class-ErrorHandler-%{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 @@ -27,9 +28,9 @@ 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+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* perldoc -t perlgpl > COPYING perldoc -t perlartistic > Artistic @@ -47,6 +48,14 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Apr 17 2007 Steven Pritchard 0.01-4 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + +* Sat Sep 16 2006 Steven Pritchard 0.01-3 +- Canonicalize Source0 URL. +- Fix find option order. + * Sat Sep 17 2005 Steven Pritchard 0.01-2 - Include license files. From steve at fedoraproject.org Tue May 12 21:27:34 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 12 May 2009 21:27:34 +0000 (UTC) Subject: rpms/perl-CPAN-DistnameInfo/devel .cvsignore, 1.3, 1.4 perl-CPAN-DistnameInfo.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090512212734.217E4700EC@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-CPAN-DistnameInfo/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19203 Modified Files: .cvsignore perl-CPAN-DistnameInfo.spec sources Log Message: Update to 0.08. BR Test::More. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CPAN-DistnameInfo/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Jul 2008 18:31:27 -0000 1.3 +++ .cvsignore 12 May 2009 21:27:03 -0000 1.4 @@ -1 +1 @@ -CPAN-DistnameInfo-0.07.tar.gz +CPAN-DistnameInfo-0.08.tar.gz Index: perl-CPAN-DistnameInfo.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-CPAN-DistnameInfo/devel/perl-CPAN-DistnameInfo.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-CPAN-DistnameInfo.spec 26 Feb 2009 11:40:51 -0000 1.6 +++ perl-CPAN-DistnameInfo.spec 12 May 2009 21:27:03 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-CPAN-DistnameInfo -Version: 0.07 -Release: 2%{?dist} +Version: 0.08 +Release: 1%{?dist} Summary: Extract distribution name and version from a distribution filename License: GPL+ or Artistic Group: Development/Libraries @@ -9,6 +9,7 @@ Source0: http://www.cpan.org/auth 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 @@ -54,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue May 12 2009 Steven Pritchard 0.08-1 +- Update to 0.08. +- BR Test::More. + * Thu Feb 26 2009 Fedora Release Engineering - 0.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CPAN-DistnameInfo/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Jul 2008 18:31:27 -0000 1.3 +++ sources 12 May 2009 21:27:03 -0000 1.4 @@ -1 +1 @@ -67be352964083d1dad3c97916d97937a CPAN-DistnameInfo-0.07.tar.gz +b7b03591a3b18b8bc3595560538b0b19 CPAN-DistnameInfo-0.08.tar.gz From pghmcfc at fedoraproject.org Wed May 13 06:34:29 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 13 May 2009 06:34:29 +0000 (UTC) Subject: rpms/perl-Convert-PEM/EL-5 perl-Convert-PEM.spec,1.3,1.4 Message-ID: <20090513063430.00D7470115@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Convert-PEM/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4849/EL-5 Modified Files: perl-Convert-PEM.spec Log Message: Clean up for first EPEL build Index: perl-Convert-PEM.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-PEM/EL-5/perl-Convert-PEM.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Convert-PEM.spec 17 Sep 2006 18:14:34 -0000 1.3 +++ perl-Convert-PEM.spec 13 May 2009 06:33:59 -0000 1.4 @@ -1,8 +1,8 @@ Name: perl-Convert-PEM Version: 0.07 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Read/write encrypted ASN.1 PEM files -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Convert-PEM/ Source0: http://www.cpan.org/authors/id/B/BT/BTROTT/Convert-PEM-%{version}.tar.gz @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: perl(Crypt::DES_EDE3) BuildRequires: perl(Convert::ASN1) >= 0.10 BuildRequires: perl(Class::ErrorHandler) +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(Crypt::DES_EDE3) Requires: perl(Convert::ASN1) >= 0.10 Requires: perl(Class::ErrorHandler) @@ -35,7 +36,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* perldoc -t perlgpl > COPYING perldoc -t perlartistic > Artistic @@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Apr 17 2007 Steven Pritchard 0.07-5 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + * Sat Sep 16 2006 Steven Pritchard 0.07-4 - Canonicalize Source0 URL. - Fix find option order. From pghmcfc at fedoraproject.org Wed May 13 06:34:29 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 13 May 2009 06:34:29 +0000 (UTC) Subject: rpms/perl-Convert-PEM/EL-4 perl-Convert-PEM.spec,1.2,1.3 Message-ID: <20090513063429.BCB3D70115@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Convert-PEM/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4849/EL-4 Modified Files: perl-Convert-PEM.spec Log Message: Clean up for first EPEL build Index: perl-Convert-PEM.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-PEM/EL-4/perl-Convert-PEM.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Convert-PEM.spec 3 Feb 2006 03:17:16 -0000 1.2 +++ perl-Convert-PEM.spec 13 May 2009 06:33:59 -0000 1.3 @@ -1,16 +1,17 @@ Name: perl-Convert-PEM Version: 0.07 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Read/write encrypted ASN.1 PEM files -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Convert-PEM/ -Source0: http://www.cpan.org/modules/by-module/Convert/Convert-PEM-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BT/BTROTT/Convert-PEM-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Crypt::DES_EDE3) BuildRequires: perl(Convert::ASN1) >= 0.10 BuildRequires: perl(Class::ErrorHandler) +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(Crypt::DES_EDE3) Requires: perl(Convert::ASN1) >= 0.10 Requires: perl(Class::ErrorHandler) @@ -33,9 +34,9 @@ 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+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* perldoc -t perlgpl > COPYING perldoc -t perlartistic > Artistic @@ -53,6 +54,14 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Apr 17 2007 Steven Pritchard 0.07-5 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + +* Sat Sep 16 2006 Steven Pritchard 0.07-4 +- Canonicalize Source0 URL. +- Fix find option order. + * Thu Feb 02 2006 Steven Pritchard 0.07-3 - Better Summary. From pghmcfc at fedoraproject.org Wed May 13 08:10:06 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 13 May 2009 08:10:06 +0000 (UTC) Subject: rpms/perl-Convert-ASCII-Armour/EL-4 perl-Convert-ASCII-Armour.spec, 1.2, 1.3 Message-ID: <20090513081006.AE59A70115@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23538/EL-4 Modified Files: perl-Convert-ASCII-Armour.spec Log Message: Clean up for first EPEL build Index: perl-Convert-ASCII-Armour.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-4/perl-Convert-ASCII-Armour.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Convert-ASCII-Armour.spec 2 Feb 2006 14:21:07 -0000 1.2 +++ perl-Convert-ASCII-Armour.spec 13 May 2009 08:09:34 -0000 1.3 @@ -1,14 +1,15 @@ Name: perl-Convert-ASCII-Armour Version: 1.4 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Convert binary octets into ASCII armoured messages -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Convert-ASCII-Armour/ -Source0: http://www.cpan.org/modules/by-module/Convert/Convert-ASCII-Armour-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/V/VI/VIPUL/Convert-ASCII-Armour-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Compress::Zlib) +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -34,9 +35,9 @@ 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+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* perldoc -t perlgpl > COPYING @@ -53,6 +54,14 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Apr 17 2007 Steven Pritchard 1.4-5 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + +* Sat Sep 16 2006 Steven Pritchard 1.4-4 +- Canonicalize Source0 URL. +- Fix find option order. + * Thu Feb 02 2006 Steven Pritchard 1.4-3 - Better Summary (BZ #168610). From pghmcfc at fedoraproject.org Wed May 13 08:10:06 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 13 May 2009 08:10:06 +0000 (UTC) Subject: rpms/perl-Convert-ASCII-Armour/EL-5 perl-Convert-ASCII-Armour.spec, 1.3, 1.4 Message-ID: <20090513081006.AEB4470128@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23538/EL-5 Modified Files: perl-Convert-ASCII-Armour.spec Log Message: Clean up for first EPEL build Index: perl-Convert-ASCII-Armour.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-5/perl-Convert-ASCII-Armour.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Convert-ASCII-Armour.spec 17 Sep 2006 18:11:34 -0000 1.3 +++ perl-Convert-ASCII-Armour.spec 13 May 2009 08:09:35 -0000 1.4 @@ -1,14 +1,15 @@ Name: perl-Convert-ASCII-Armour Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Convert binary octets into ASCII armoured messages -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Convert-ASCII-Armour/ Source0: http://www.cpan.org/authors/id/V/VI/VIPUL/Convert-ASCII-Armour-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Compress::Zlib) +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -36,7 +37,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* perldoc -t perlgpl > COPYING @@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Apr 17 2007 Steven Pritchard 1.4-5 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + * Sat Sep 16 2006 Steven Pritchard 1.4-4 - Canonicalize Source0 URL. - Fix find option order. From pghmcfc at fedoraproject.org Wed May 13 08:36:23 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 13 May 2009 08:36:23 +0000 (UTC) Subject: rpms/perl-Crypt-RSA/EL-4 perl-Crypt-RSA.spec,1.12,1.13 Message-ID: <20090513083623.CC74470115@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-serv28506/EL-4 Modified Files: perl-Crypt-RSA.spec Log Message: Recode Crypt::RSA manpage as UTF-8 Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-4/perl-Crypt-RSA.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Crypt-RSA.spec 13 Mar 2009 15:36:04 -0000 1.12 +++ perl-Crypt-RSA.spec 13 May 2009 08:35:53 -0000 1.13 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA Version: 1.98 -Release: 1%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -39,8 +39,10 @@ standard, it also provides PKCS #1 v1.5 %setup -q -n Crypt-RSA-%{version} # Convert documentation to UTF-8 -/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes -%{__mv} -f Changes.utf-8 Changes +for f in Changes lib/Crypt/RSA.pm; do + /usr/bin/iconv -f iso-8859-1 -t utf-8 -o ${f}.utf-8 ${f} + %{__mv} -f ${f}.utf-8 ${f} +done %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -87,6 +89,12 @@ standard, it also provides PKCS #1 v1.5 %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Wed May 13 2009 Paul Howarth 1.98-3 +- Recode Crypt::RSA manpage as UTF-8 + +* 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 pghmcfc at fedoraproject.org Wed May 13 08:36:24 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 13 May 2009 08:36:24 +0000 (UTC) Subject: rpms/perl-Crypt-RSA/EL-5 perl-Crypt-RSA.spec,1.4,1.5 Message-ID: <20090513083624.018AC70115@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-serv28506/EL-5 Modified Files: perl-Crypt-RSA.spec Log Message: Recode Crypt::RSA manpage as UTF-8 Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/perl-Crypt-RSA.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Crypt-RSA.spec 13 Mar 2009 15:36:05 -0000 1.4 +++ perl-Crypt-RSA.spec 13 May 2009 08:35:53 -0000 1.5 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA Version: 1.98 -Release: 1%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -39,8 +39,10 @@ standard, it also provides PKCS #1 v1.5 %setup -q -n Crypt-RSA-%{version} # Convert documentation to UTF-8 -/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes -%{__mv} -f Changes.utf-8 Changes +for f in Changes lib/Crypt/RSA.pm; do + /usr/bin/iconv -f iso-8859-1 -t utf-8 -o ${f}.utf-8 ${f} + %{__mv} -f ${f}.utf-8 ${f} +done %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -87,6 +89,12 @@ standard, it also provides PKCS #1 v1.5 %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Wed May 13 2009 Paul Howarth 1.98-3 +- Recode Crypt::RSA manpage as UTF-8 + +* 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 pghmcfc at fedoraproject.org Wed May 13 08:36:24 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 13 May 2009 08:36:24 +0000 (UTC) Subject: rpms/perl-Crypt-RSA/devel perl-Crypt-RSA.spec,1.11,1.12 Message-ID: <20090513083624.5FF2D70115@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-RSA/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28506/devel Modified Files: perl-Crypt-RSA.spec Log Message: Recode Crypt::RSA manpage as UTF-8 Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Crypt-RSA.spec 26 Feb 2009 13:56:35 -0000 1.11 +++ perl-Crypt-RSA.spec 13 May 2009 08:35:54 -0000 1.12 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA Version: 1.98 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -39,8 +39,10 @@ standard, it also provides PKCS #1 v1.5 %setup -q -n Crypt-RSA-%{version} # Convert documentation to UTF-8 -/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes -%{__mv} -f Changes.utf-8 Changes +for f in Changes lib/Crypt/RSA.pm; do + /usr/bin/iconv -f iso-8859-1 -t utf-8 -o ${f}.utf-8 ${f} + %{__mv} -f ${f}.utf-8 ${f} +done %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -87,6 +89,9 @@ standard, it also provides PKCS #1 v1.5 %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Wed May 13 2009 Paul Howarth 1.98-3 +- Recode Crypt::RSA manpage as UTF-8 + * Thu Feb 26 2009 Fedora Release Engineering - 1.98-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From pghmcfc at fedoraproject.org Wed May 13 14:40:45 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 13 May 2009 14:40:45 +0000 (UTC) Subject: rpms/perl-Net-SFTP/EL-4 perl-Net-SFTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513144045.2226070115@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Net-SFTP/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21084/EL-4 Modified Files: .cvsignore sources Added Files: perl-Net-SFTP.spec Log Message: Initial EPEL build --- NEW FILE perl-Net-SFTP.spec --- Name: perl-Net-SFTP Version: 0.10 Release: 1%{?dist} Summary: Secure File Transfer Protocol client License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-SFTP/ Source0: http://www.cpan.org/authors/id/D/DB/DBROBINS/Net-SFTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Net::SSH::Perl) >= 1.24 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::SFTP is a pure-Perl implementation of the Secure File Transfer Protocol (SFTP) - file transfer built on top of the SSH2 protocol. Net::SFTP uses Net::SSH::Perl to build a secure, encrypted tunnel through which files can be transferred and managed. It provides a subset of the commands listed in the SSH File Transfer Protocol IETF draft, which can be found at http://www.openssh.com/txt/draft-ietf-secsh-filexfer-00.txt. %prep %setup -q -n Net-SFTP-%{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 LICENSE README ToDo %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jul 16 2007 Steven Pritchard 0.10-1 - Specfile autogenerated by cpanspec 1.73. - Fix License. - Remove redundant explicit dependency on Net::SSH::Perl. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-4/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 Jul 2007 21:54:52 -0000 1.1 +++ .cvsignore 13 May 2009 14:40:14 -0000 1.2 @@ -0,0 +1 @@ +Net-SFTP-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-4/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 Jul 2007 21:54:52 -0000 1.1 +++ sources 13 May 2009 14:40:14 -0000 1.2 @@ -0,0 +1 @@ +8383eb0839178cab8cbfe619b232b8c0 Net-SFTP-0.10.tar.gz From pghmcfc at fedoraproject.org Wed May 13 14:40:45 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 13 May 2009 14:40:45 +0000 (UTC) Subject: rpms/perl-Net-SFTP/EL-5 perl-Net-SFTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513144045.4AD8670115@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Net-SFTP/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21084/EL-5 Modified Files: .cvsignore sources Added Files: perl-Net-SFTP.spec Log Message: Initial EPEL build --- NEW FILE perl-Net-SFTP.spec --- Name: perl-Net-SFTP Version: 0.10 Release: 1%{?dist} Summary: Secure File Transfer Protocol client License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-SFTP/ Source0: http://www.cpan.org/authors/id/D/DB/DBROBINS/Net-SFTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Net::SSH::Perl) >= 1.24 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::SFTP is a pure-Perl implementation of the Secure File Transfer Protocol (SFTP) - file transfer built on top of the SSH2 protocol. Net::SFTP uses Net::SSH::Perl to build a secure, encrypted tunnel through which files can be transferred and managed. It provides a subset of the commands listed in the SSH File Transfer Protocol IETF draft, which can be found at http://www.openssh.com/txt/draft-ietf-secsh-filexfer-00.txt. %prep %setup -q -n Net-SFTP-%{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 LICENSE README ToDo %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jul 16 2007 Steven Pritchard 0.10-1 - Specfile autogenerated by cpanspec 1.73. - Fix License. - Remove redundant explicit dependency on Net::SSH::Perl. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 Jul 2007 21:54:52 -0000 1.1 +++ .cvsignore 13 May 2009 14:40:15 -0000 1.2 @@ -0,0 +1 @@ +Net-SFTP-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 Jul 2007 21:54:52 -0000 1.1 +++ sources 13 May 2009 14:40:15 -0000 1.2 @@ -0,0 +1 @@ +8383eb0839178cab8cbfe619b232b8c0 Net-SFTP-0.10.tar.gz From iarnell at fedoraproject.org Wed May 13 14:58:45 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 13 May 2009 14:58:45 +0000 (UTC) Subject: rpms/perl-Crypt-Twofish/F-11 perl-Crypt-Twofish.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513145845.0900070115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Crypt-Twofish/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24954/F-11 Modified Files: .cvsignore sources Added Files: perl-Crypt-Twofish.spec Log Message: initial import --- NEW FILE perl-Crypt-Twofish.spec --- Name: perl-Crypt-Twofish Version: 2.13 Release: 1%{?dist} Summary: Twofish Encryption Algorithm License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Twofish/ Source0: http://www.cpan.org/authors/id/A/AM/AMS/Crypt-Twofish-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html. # 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 Crypt-Twofish-%{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}/Crypt* %{_mandir}/man3/* %changelog * Mon May 11 2009 Iain Arnell 2.13-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Twofish/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 May 2009 05:00:58 -0000 1.1 +++ .cvsignore 13 May 2009 14:58:14 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Twofish-2.13.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Twofish/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 May 2009 05:00:58 -0000 1.1 +++ sources 13 May 2009 14:58:14 -0000 1.2 @@ -0,0 +1 @@ +7c75848ba2cf91e0438f477a3ea80899 Crypt-Twofish-2.13.tar.gz From iarnell at fedoraproject.org Wed May 13 14:58:44 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 13 May 2009 14:58:44 +0000 (UTC) Subject: rpms/perl-Crypt-Twofish/F-10 perl-Crypt-Twofish.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513145844.D077B70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Crypt-Twofish/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24954/F-10 Modified Files: .cvsignore sources Added Files: perl-Crypt-Twofish.spec Log Message: initial import --- NEW FILE perl-Crypt-Twofish.spec --- Name: perl-Crypt-Twofish Version: 2.13 Release: 1%{?dist} Summary: Twofish Encryption Algorithm License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Twofish/ Source0: http://www.cpan.org/authors/id/A/AM/AMS/Crypt-Twofish-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html. # 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 Crypt-Twofish-%{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}/Crypt* %{_mandir}/man3/* %changelog * Mon May 11 2009 Iain Arnell 2.13-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Twofish/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 May 2009 05:00:58 -0000 1.1 +++ .cvsignore 13 May 2009 14:58:14 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Twofish-2.13.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Twofish/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 May 2009 05:00:58 -0000 1.1 +++ sources 13 May 2009 14:58:14 -0000 1.2 @@ -0,0 +1 @@ +7c75848ba2cf91e0438f477a3ea80899 Crypt-Twofish-2.13.tar.gz From iarnell at fedoraproject.org Wed May 13 14:58:45 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 13 May 2009 14:58:45 +0000 (UTC) Subject: rpms/perl-Crypt-Twofish/devel perl-Crypt-Twofish.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513145845.42BE670115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Crypt-Twofish/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24954/devel Modified Files: .cvsignore sources Added Files: perl-Crypt-Twofish.spec Log Message: initial import --- NEW FILE perl-Crypt-Twofish.spec --- Name: perl-Crypt-Twofish Version: 2.13 Release: 1%{?dist} Summary: Twofish Encryption Algorithm License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Twofish/ Source0: http://www.cpan.org/authors/id/A/AM/AMS/Crypt-Twofish-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html. # 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 Crypt-Twofish-%{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}/Crypt* %{_mandir}/man3/* %changelog * Mon May 11 2009 Iain Arnell 2.13-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Twofish/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 May 2009 05:00:58 -0000 1.1 +++ .cvsignore 13 May 2009 14:58:15 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Twofish-2.13.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Twofish/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 May 2009 05:00:58 -0000 1.1 +++ sources 13 May 2009 14:58:15 -0000 1.2 @@ -0,0 +1 @@ +7c75848ba2cf91e0438f477a3ea80899 Crypt-Twofish-2.13.tar.gz From iarnell at fedoraproject.org Wed May 13 15:01:12 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 13 May 2009 15:01:12 +0000 (UTC) Subject: rpms/perl-Text-Emoticon-MSN/F-10 perl-Text-Emoticon-MSN.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513150112.2339570115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25626/F-10 Modified Files: .cvsignore sources Added Files: perl-Text-Emoticon-MSN.spec Log Message: initial import --- NEW FILE perl-Text-Emoticon-MSN.spec --- Name: perl-Text-Emoticon-MSN Version: 0.04 Release: 1%{?dist} Summary: Emoticon filter of MSN Messenger License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Emoticon-MSN/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Text-Emoticon-MSN-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.32 BuildRequires: perl(Text::Emoticon) >= 0.02 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Emoticon::MSN is a text filter that replaces text emoticons like ":-)", ";-P", etc. to the icons of MSN Messenger, detailed in http://messenger.msn.com/Resource/Emoticons.aspx %prep %setup -q -n Text-Emoticon-MSN-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 11 2009 Iain Arnell 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 May 2009 04:59:30 -0000 1.1 +++ .cvsignore 13 May 2009 15:00:41 -0000 1.2 @@ -0,0 +1 @@ +Text-Emoticon-MSN-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 May 2009 04:59:30 -0000 1.1 +++ sources 13 May 2009 15:00:41 -0000 1.2 @@ -0,0 +1 @@ +726998dec4de488edbe4710980160c37 Text-Emoticon-MSN-0.04.tar.gz From iarnell at fedoraproject.org Wed May 13 15:01:12 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 13 May 2009 15:01:12 +0000 (UTC) Subject: rpms/perl-Text-Emoticon-MSN/F-11 perl-Text-Emoticon-MSN.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513150112.5CEA370115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25626/F-11 Modified Files: .cvsignore sources Added Files: perl-Text-Emoticon-MSN.spec Log Message: initial import --- NEW FILE perl-Text-Emoticon-MSN.spec --- Name: perl-Text-Emoticon-MSN Version: 0.04 Release: 1%{?dist} Summary: Emoticon filter of MSN Messenger License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Emoticon-MSN/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Text-Emoticon-MSN-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.32 BuildRequires: perl(Text::Emoticon) >= 0.02 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Emoticon::MSN is a text filter that replaces text emoticons like ":-)", ";-P", etc. to the icons of MSN Messenger, detailed in http://messenger.msn.com/Resource/Emoticons.aspx %prep %setup -q -n Text-Emoticon-MSN-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 11 2009 Iain Arnell 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 May 2009 04:59:30 -0000 1.1 +++ .cvsignore 13 May 2009 15:00:41 -0000 1.2 @@ -0,0 +1 @@ +Text-Emoticon-MSN-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 May 2009 04:59:30 -0000 1.1 +++ sources 13 May 2009 15:00:42 -0000 1.2 @@ -0,0 +1 @@ +726998dec4de488edbe4710980160c37 Text-Emoticon-MSN-0.04.tar.gz From iarnell at fedoraproject.org Wed May 13 15:01:12 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 13 May 2009 15:01:12 +0000 (UTC) Subject: rpms/perl-Text-Emoticon-MSN/devel perl-Text-Emoticon-MSN.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513150112.CB9DF70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25626/devel Modified Files: .cvsignore sources Added Files: perl-Text-Emoticon-MSN.spec Log Message: initial import --- NEW FILE perl-Text-Emoticon-MSN.spec --- Name: perl-Text-Emoticon-MSN Version: 0.04 Release: 1%{?dist} Summary: Emoticon filter of MSN Messenger License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Emoticon-MSN/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Text-Emoticon-MSN-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.32 BuildRequires: perl(Text::Emoticon) >= 0.02 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Emoticon::MSN is a text filter that replaces text emoticons like ":-)", ";-P", etc. to the icons of MSN Messenger, detailed in http://messenger.msn.com/Resource/Emoticons.aspx %prep %setup -q -n Text-Emoticon-MSN-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 11 2009 Iain Arnell 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 May 2009 04:59:30 -0000 1.1 +++ .cvsignore 13 May 2009 15:00:42 -0000 1.2 @@ -0,0 +1 @@ +Text-Emoticon-MSN-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 May 2009 04:59:30 -0000 1.1 +++ sources 13 May 2009 15:00:42 -0000 1.2 @@ -0,0 +1 @@ +726998dec4de488edbe4710980160c37 Text-Emoticon-MSN-0.04.tar.gz From iarnell at fedoraproject.org Wed May 13 15:03:03 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 13 May 2009 15:03:03 +0000 (UTC) Subject: rpms/perl-Catalyst-View-Email/F-10 perl-Catalyst-View-Email.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513150303.3A52270115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-View-Email/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26030/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-View-Email.spec Log Message: initial import --- NEW FILE perl-Catalyst-View-Email.spec --- Name: perl-Catalyst-View-Email Version: 0.13 Release: 1%{?dist} Summary: Send Email from Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-View-Email/ Source0: http://www.cpan.org/authors/id/J/JS/JSHIRLEY/Catalyst-View-Email-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Authen::SASL) BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(Class::C3) BuildRequires: perl(Email::Date::Format) BuildRequires: perl(Email::MIME) >= 1.859 BuildRequires: perl(Email::MIME::Creator) >= 1.455 BuildRequires: perl(Email::Send) >= 2.185 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Catalyst::View::TT) BuildRequires: perl(Catalyst::View::Mason) BuildRequires: perl(Test::Pod) BuildRequires: perl(parent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(Catalyst) >= 5.7 Requires: perl(Email::MIME) >= 1.859 %description This module sends out emails from a stash key specified in the configuration settings. %prep %setup -q -n Catalyst-View-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 TEST_POD=yep make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 10 2009 Iain Arnell 0.13-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Email/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 May 2009 04:58:20 -0000 1.1 +++ .cvsignore 13 May 2009 15:02:32 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-View-Email-0.13.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Email/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 May 2009 04:58:20 -0000 1.1 +++ sources 13 May 2009 15:02:32 -0000 1.2 @@ -0,0 +1 @@ +02b55c2b42a2be6515b08203b8e23cc7 Catalyst-View-Email-0.13.tar.gz From iarnell at fedoraproject.org Wed May 13 15:03:03 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 13 May 2009 15:03:03 +0000 (UTC) Subject: rpms/perl-Catalyst-View-Email/F-11 perl-Catalyst-View-Email.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513150303.7DCEB70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-View-Email/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26030/F-11 Modified Files: .cvsignore sources Added Files: perl-Catalyst-View-Email.spec Log Message: initial import --- NEW FILE perl-Catalyst-View-Email.spec --- Name: perl-Catalyst-View-Email Version: 0.13 Release: 1%{?dist} Summary: Send Email from Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-View-Email/ Source0: http://www.cpan.org/authors/id/J/JS/JSHIRLEY/Catalyst-View-Email-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Authen::SASL) BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(Class::C3) BuildRequires: perl(Email::Date::Format) BuildRequires: perl(Email::MIME) >= 1.859 BuildRequires: perl(Email::MIME::Creator) >= 1.455 BuildRequires: perl(Email::Send) >= 2.185 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Catalyst::View::TT) BuildRequires: perl(Catalyst::View::Mason) BuildRequires: perl(Test::Pod) BuildRequires: perl(parent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(Catalyst) >= 5.7 Requires: perl(Email::MIME) >= 1.859 %description This module sends out emails from a stash key specified in the configuration settings. %prep %setup -q -n Catalyst-View-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 TEST_POD=yep make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 10 2009 Iain Arnell 0.13-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Email/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 May 2009 04:58:20 -0000 1.1 +++ .cvsignore 13 May 2009 15:02:33 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-View-Email-0.13.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Email/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 May 2009 04:58:20 -0000 1.1 +++ sources 13 May 2009 15:02:33 -0000 1.2 @@ -0,0 +1 @@ +02b55c2b42a2be6515b08203b8e23cc7 Catalyst-View-Email-0.13.tar.gz From iarnell at fedoraproject.org Wed May 13 15:03:03 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 13 May 2009 15:03:03 +0000 (UTC) Subject: rpms/perl-Catalyst-View-Email/devel perl-Catalyst-View-Email.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090513150303.C706370115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-View-Email/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26030/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-View-Email.spec Log Message: initial import --- NEW FILE perl-Catalyst-View-Email.spec --- Name: perl-Catalyst-View-Email Version: 0.13 Release: 1%{?dist} Summary: Send Email from Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-View-Email/ Source0: http://www.cpan.org/authors/id/J/JS/JSHIRLEY/Catalyst-View-Email-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Authen::SASL) BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(Class::C3) BuildRequires: perl(Email::Date::Format) BuildRequires: perl(Email::MIME) >= 1.859 BuildRequires: perl(Email::MIME::Creator) >= 1.455 BuildRequires: perl(Email::Send) >= 2.185 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Catalyst::View::TT) BuildRequires: perl(Catalyst::View::Mason) BuildRequires: perl(Test::Pod) BuildRequires: perl(parent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not automatically detected Requires: perl(Catalyst) >= 5.7 Requires: perl(Email::MIME) >= 1.859 %description This module sends out emails from a stash key specified in the configuration settings. %prep %setup -q -n Catalyst-View-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 TEST_POD=yep make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 10 2009 Iain Arnell 0.13-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Email/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 May 2009 04:58:20 -0000 1.1 +++ .cvsignore 13 May 2009 15:02:33 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-View-Email-0.13.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Email/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 May 2009 04:58:20 -0000 1.1 +++ sources 13 May 2009 15:02:33 -0000 1.2 @@ -0,0 +1 @@ +02b55c2b42a2be6515b08203b8e23cc7 Catalyst-View-Email-0.13.tar.gz From steve at fedoraproject.org Wed May 13 17:49:00 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 13 May 2009 17:49:00 +0000 (UTC) Subject: rpms/perl-Cache-Cache/devel .cvsignore, 1.5, 1.6 perl-Cache-Cache.spec, 1.13, 1.14 sources, 1.5, 1.6 Message-ID: <20090513174900.85AFD70115@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Cache-Cache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23677 Modified Files: .cvsignore perl-Cache-Cache.spec sources Log Message: Update to 1.06. Reformat to match cpanspec output. Fix find option order. Use fixperms macro instead of our own chmod incantation. Drop explicit perl build dependency. Update Source0 URL. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cache-Cache/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 29 May 2006 17:23:05 -0000 1.5 +++ .cvsignore 13 May 2009 17:48:30 -0000 1.6 @@ -1 +1 @@ -Cache-Cache-1.05.tar.gz +Cache-Cache-1.06.tar.gz Index: perl-Cache-Cache.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cache-Cache/devel/perl-Cache-Cache.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-Cache-Cache.spec 26 Feb 2009 11:50:23 -0000 1.13 +++ perl-Cache-Cache.spec 13 May 2009 17:48:30 -0000 1.14 @@ -1,21 +1,19 @@ Name: perl-Cache-Cache -Version: 1.05 -Release: 3%{?dist} +Version: 1.06 +Release: 1%{?dist} Summary: Generic cache interface and implementations - -Group: Development/Libraries License: GPL+ or Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/Cache-Cache/ -Source0: http://www.cpan.org/authors/id/D/DC/DCLINTON/Cache-Cache-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/J/JS/JSWARTZ/Cache-Cache-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(Digest::SHA1), perl(Error), perl(IPC::ShareLite) +BuildRequires: perl(Digest::SHA1) >= 2.02 +BuildRequires: perl(Error) >= 0.15 BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(IPC::ShareLite) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - %description The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to @@ -25,40 +23,44 @@ its straightforward interface in sharing or invocations of a CGI-style script or simply as an easy to use abstraction of the filesystem or shared memory. - %prep %setup -q -n Cache-Cache-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $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 COPYING CREDITS DISCLAIMER README STYLE -%{perl_vendorlib}/Cache/ -%{_mandir}/man3/*.3* - +%{perl_vendorlib}/* +%{_mandir}/man3/* %changelog +* Wed May 13 2009 Steven Pritchard 1.06-1 +- Update to 1.06. +- Reformat to match cpanspec output. +- Fix find option order. +- Use fixperms macro instead of our own chmod incantation. +- Drop explicit perl build dependency. +- Update Source0 URL. + * Thu Feb 26 2009 Fedora Release Engineering - 1.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cache-Cache/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 29 May 2006 17:23:05 -0000 1.5 +++ sources 13 May 2009 17:48:30 -0000 1.6 @@ -1 +1 @@ -09e4d37979c8f8ce2518e1d1ccd10d99 Cache-Cache-1.05.tar.gz +4425f44ddb138a799290802e5aad46ef Cache-Cache-1.06.tar.gz From steve at fedoraproject.org Wed May 13 19:16:09 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 13 May 2009 19:16:09 +0000 (UTC) Subject: rpms/perl-Parse-CPAN-Packages/devel .cvsignore, 1.6, 1.7 perl-Parse-CPAN-Packages.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <20090513191609.0BCAD70115@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Parse-CPAN-Packages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5125 Modified Files: .cvsignore perl-Parse-CPAN-Packages.spec sources Log Message: Update to 2.31. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Parse-CPAN-Packages/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 2 Feb 2009 15:13:39 -0000 1.6 +++ .cvsignore 13 May 2009 19:15:38 -0000 1.7 @@ -1 +1 @@ -Parse-CPAN-Packages-2.30.tar.gz +Parse-CPAN-Packages-2.31.tar.gz Index: perl-Parse-CPAN-Packages.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Parse-CPAN-Packages/devel/perl-Parse-CPAN-Packages.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Parse-CPAN-Packages.spec 27 Feb 2009 00:19:18 -0000 1.12 +++ perl-Parse-CPAN-Packages.spec 13 May 2009 19:15:38 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-Parse-CPAN-Packages -Version: 2.30 -Release: 2%{?dist} +Version: 2.31 +Release: 1%{?dist} Summary: Parse 02packages.details.txt.gz License: GPL+ or Artistic Group: Development/Libraries @@ -8,18 +8,14 @@ URL: http://search.cpan.org/d Source0: http://www.cpan.org/authors/id/L/LB/LBROCARD/Parse-CPAN-Packages-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -#BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Compress::Zlib) BuildRequires: perl(CPAN::DistnameInfo) BuildRequires: perl(ExtUtils::MakeMaker) -#BuildRequires: perl(IO::Zlib) BuildRequires: perl(Moose) -#BuildRequires: perl(Sort::Versions) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(version) -#Requires: perl(Class::Accessor::Fast) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -59,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed May 13 2009 Steven Pritchard 2.31-1 +- Update to 2.31. + * Thu Feb 26 2009 Fedora Release Engineering - 2.30-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Parse-CPAN-Packages/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 2 Feb 2009 15:13:40 -0000 1.6 +++ sources 13 May 2009 19:15:38 -0000 1.7 @@ -1 +1 @@ -1865d9860c59aa8c5248c0bc72c2213d Parse-CPAN-Packages-2.30.tar.gz +77f124c01c14f9e4ff764320e9412426 Parse-CPAN-Packages-2.31.tar.gz From iarnell at fedoraproject.org Thu May 14 03:42:59 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 14 May 2009 03:42:59 +0000 (UTC) Subject: rpms/perl-Number-Format/devel .cvsignore, 1.2, 1.3 perl-Number-Format.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090514034300.163D970097@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Number-Format/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24177 Modified Files: .cvsignore perl-Number-Format.spec sources Log Message: * Thu May 14 2009 Iain Arnell 1.72a-1 - update to latest upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Number-Format/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 13 Apr 2009 05:22:34 -0000 1.2 +++ .cvsignore 14 May 2009 03:42:29 -0000 1.3 @@ -1 +1 @@ -Number-Format-1.70.tar.gz +Number-Format-1.72a.tar.gz Index: perl-Number-Format.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Number-Format/devel/perl-Number-Format.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Number-Format.spec 13 Apr 2009 05:22:34 -0000 1.1 +++ perl-Number-Format.spec 14 May 2009 03:42:29 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Number-Format -Version: 1.70 +Version: 1.72a Release: 1%{?dist} Summary: Perl extension for formatting numbers License: GPL+ or Artistic @@ -17,7 +17,7 @@ This module provides an easy means of fo suitable for displaying to the user. %prep -%setup -q -n Number-Format-%{version} +%setup -q -n Number-Format-1.72 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -46,5 +46,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu May 14 2009 Iain Arnell 1.72a-1 +- update to latest upstream version + * Fri Apr 10 2009 Iain Arnell 1.70-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Number-Format/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 13 Apr 2009 05:22:34 -0000 1.2 +++ sources 14 May 2009 03:42:29 -0000 1.3 @@ -1 +1 @@ -72fd7eb99086208404b743f53e3e2e12 Number-Format-1.70.tar.gz +03c5692dd75f6ca63e325ab9d3f16c7b Number-Format-1.72a.tar.gz From iarnell at fedoraproject.org Thu May 14 03:47:33 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 14 May 2009 03:47:33 +0000 (UTC) Subject: rpms/perl-Number-Format/F-11 .cvsignore, 1.2, 1.3 perl-Number-Format.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090514034733.2BAAF70097@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Number-Format/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24688 Modified Files: .cvsignore perl-Number-Format.spec sources Log Message: * Thu May 14 2009 Iain Arnell 1.72a-1 - update to latest upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Number-Format/F-11/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 13 Apr 2009 05:22:34 -0000 1.2 +++ .cvsignore 14 May 2009 03:47:02 -0000 1.3 @@ -1 +1 @@ -Number-Format-1.70.tar.gz +Number-Format-1.72a.tar.gz Index: perl-Number-Format.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Number-Format/F-11/perl-Number-Format.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Number-Format.spec 13 Apr 2009 05:22:34 -0000 1.1 +++ perl-Number-Format.spec 14 May 2009 03:47:02 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Number-Format -Version: 1.70 +Version: 1.72a Release: 1%{?dist} Summary: Perl extension for formatting numbers License: GPL+ or Artistic @@ -17,7 +17,7 @@ This module provides an easy means of fo suitable for displaying to the user. %prep -%setup -q -n Number-Format-%{version} +%setup -q -n Number-Format-1.72 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -46,5 +46,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu May 14 2009 Iain Arnell 1.72a-1 +- update to latest upstream version + * Fri Apr 10 2009 Iain Arnell 1.70-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Number-Format/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 13 Apr 2009 05:22:34 -0000 1.2 +++ sources 14 May 2009 03:47:02 -0000 1.3 @@ -1 +1 @@ -72fd7eb99086208404b743f53e3e2e12 Number-Format-1.70.tar.gz +03c5692dd75f6ca63e325ab9d3f16c7b Number-Format-1.72a.tar.gz From iarnell at fedoraproject.org Thu May 14 03:49:11 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 14 May 2009 03:49:11 +0000 (UTC) Subject: rpms/perl-Number-Format/F-10 .cvsignore, 1.2, 1.3 perl-Number-Format.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090514034911.331C070097@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Number-Format/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24956 Modified Files: .cvsignore perl-Number-Format.spec sources Log Message: * Thu May 14 2009 Iain Arnell 1.72a-1 - update to latest upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Number-Format/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 13 Apr 2009 05:22:33 -0000 1.2 +++ .cvsignore 14 May 2009 03:48:40 -0000 1.3 @@ -1 +1 @@ -Number-Format-1.70.tar.gz +Number-Format-1.72a.tar.gz Index: perl-Number-Format.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Number-Format/F-10/perl-Number-Format.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Number-Format.spec 13 Apr 2009 05:22:33 -0000 1.1 +++ perl-Number-Format.spec 14 May 2009 03:48:40 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Number-Format -Version: 1.70 +Version: 1.72a Release: 1%{?dist} Summary: Perl extension for formatting numbers License: GPL+ or Artistic @@ -17,7 +17,7 @@ This module provides an easy means of fo suitable for displaying to the user. %prep -%setup -q -n Number-Format-%{version} +%setup -q -n Number-Format-1.72 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -46,5 +46,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu May 14 2009 Iain Arnell 1.72a-1 +- update to latest upstream version + * Fri Apr 10 2009 Iain Arnell 1.70-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Number-Format/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 13 Apr 2009 05:22:33 -0000 1.2 +++ sources 14 May 2009 03:48:40 -0000 1.3 @@ -1 +1 @@ -72fd7eb99086208404b743f53e3e2e12 Number-Format-1.70.tar.gz +03c5692dd75f6ca63e325ab9d3f16c7b Number-Format-1.72a.tar.gz From iarnell at fedoraproject.org Thu May 14 04:20:26 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 14 May 2009 04:20:26 +0000 (UTC) Subject: rpms/perl-Cache-FastMmap/devel .cvsignore, 1.2, 1.3 perl-Cache-FastMmap.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090514042026.A932770097@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Cache-FastMmap/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28986 Modified Files: .cvsignore perl-Cache-FastMmap.spec sources Log Message: * Thu May 14 2009 Iain Arnell 1.30-1 - update to latest upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cache-FastMmap/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 7 Nov 2008 17:27:42 -0000 1.2 +++ .cvsignore 14 May 2009 04:19:56 -0000 1.3 @@ -1 +1,2 @@ Cache-FastMmap-1.28.tar.gz +Cache-FastMmap-1.30.tar.gz Index: perl-Cache-FastMmap.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cache-FastMmap/devel/perl-Cache-FastMmap.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Cache-FastMmap.spec 26 Feb 2009 11:51:29 -0000 1.2 +++ perl-Cache-FastMmap.spec 14 May 2009 04:19:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Cache-FastMmap -Version: 1.28 -Release: 3%{?dist} +Version: 1.30 +Release: 1%{?dist} Summary: Uses an mmap'ed file to act as a shared memory interprocess cache License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu May 14 2009 Iain Arnell 1.30-1 +- update to latest upstream version + * Thu Feb 26 2009 Fedora Release Engineering - 1.28-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cache-FastMmap/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 7 Nov 2008 17:27:42 -0000 1.2 +++ sources 14 May 2009 04:19:56 -0000 1.3 @@ -1 +1,2 @@ c185facf64a0606f9966b13a14094126 Cache-FastMmap-1.28.tar.gz +8bfb007d971549d2f00a2de179608f89 Cache-FastMmap-1.30.tar.gz From iarnell at fedoraproject.org Thu May 14 16:28:42 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Thu, 14 May 2009 16:28:42 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-Store-FastMmap/devel .cvsignore, 1.4, 1.5 perl-Catalyst-Plugin-Session-Store-FastMmap.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090514162842.E84F470097@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-FastMmap/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32069 Modified Files: .cvsignore perl-Catalyst-Plugin-Session-Store-FastMmap.spec sources Log Message: * Thu May 14 2009 Iain Arnell 0.10-1 - update to latest upstream version - R/BR Cache::FastMmap >= 1.29 - Fix missing requires (due to 'use base') Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-FastMmap/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 8 Apr 2009 15:41:05 -0000 1.4 +++ .cvsignore 14 May 2009 16:28:12 -0000 1.5 @@ -1 +1 @@ -Catalyst-Plugin-Session-Store-FastMmap-0.07.tar.gz +Catalyst-Plugin-Session-Store-FastMmap-0.10.tar.gz Index: perl-Catalyst-Plugin-Session-Store-FastMmap.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-FastMmap/devel/perl-Catalyst-Plugin-Session-Store-FastMmap.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Catalyst-Plugin-Session-Store-FastMmap.spec 8 Apr 2009 15:41:06 -0000 1.4 +++ perl-Catalyst-Plugin-Session-Store-FastMmap.spec 14 May 2009 16:28:12 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-Catalyst-Plugin-Session-Store-FastMmap -Version: 0.07 +Version: 0.10 Release: 1%{?dist} Summary: FastMmap session storage backend License: GPL+ or Artistic @@ -8,7 +8,7 @@ URL: http://search.cpan.org/d Source0: http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Plugin-Session-Store-FastMmap-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Cache::FastMmap) >= 1.13 +BuildRequires: perl(Cache::FastMmap) >= 1.29 BuildRequires: perl(Catalyst::Plugin::Session) >= 0.09 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MRO::Compat) @@ -16,8 +16,11 @@ BuildRequires: perl(Path::Class) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) -Requires: perl(Cache::FastMmap) >= 1.13 +Requires: perl(Cache::FastMmap) >= 1.29 Requires: perl(Catalyst::Plugin::Session) >= 0.09 +Requires: perl(Class::Accessor::Fast) +Requires: perl(Class::Data::Inheritable) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -55,6 +58,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu May 14 2009 Iain Arnell 0.10-1 +- update to latest upstream version +- R/BR Cache::FastMmap >= 1.29 +- Fix missing requires (due to 'use base') + + * Wed Apr 08 2009 Iain Arnell 0.07-1 - update to latest upstream - BR MRO::Compat Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-FastMmap/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 8 Apr 2009 15:41:06 -0000 1.4 +++ sources 14 May 2009 16:28:12 -0000 1.5 @@ -1 +1 @@ -e55e2a09865e5382e03c4d12b00c9d3e Catalyst-Plugin-Session-Store-FastMmap-0.07.tar.gz +49cde98890338e728b639f2be4e7473d Catalyst-Plugin-Session-Store-FastMmap-0.10.tar.gz From bugzilla at redhat.com Fri May 15 11:37:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 07:37:39 -0400 Subject: [Bug 484866] perl-Network-IPv4Addr : Conflicts with other packages In-Reply-To: References: Message-ID: <200905151137.n4FBbdke022093@bz-web1.app.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=484866 dominique VINCENT changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |psedgi at gmail.com --- Comment #2 from dominique VINCENT 2009-05-15 07:37:38 EDT --- i have the same problem : my reposync of "EPEL", that i use to create a specific distribution, download this 2 packages perl-Network-IPv4addr and perl-Net-IPv4addr. SO if i want to install some perl module, i have conflict between this packages. The admin could drop the obsolet package : perl-Network-IPv4addr Thank you -- Configure 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 May 15 14:26:53 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 15 May 2009 14:26:53 +0000 (UTC) Subject: rpms/perl-XML-RSS/F-10 perl-XML-RSS.spec,1.9,1.10 sources,1.5,1.6 Message-ID: <20090515142653.390C870101@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-XML-RSS/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16413/F-10 Modified Files: perl-XML-RSS.spec sources Log Message: update to 1.44 for MojoMojo Index: perl-XML-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/F-10/perl-XML-RSS.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-XML-RSS.spec 28 Feb 2008 13:14:59 -0000 1.9 +++ perl-XML-RSS.spec 15 May 2009 14:26:22 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-XML-RSS -Version: 1.31 -Release: 3%{?dist} +Version: 1.44 +Release: 1%{?dist} Summary: Perl module for managing RDF Site Summary (RSS) files Group: Development/Libraries @@ -58,6 +58,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 15 2009 Tom "spot" Callaway - 1.44-1 +- update to 1.44 + +* 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 + * Wed Feb 27 2008 Tom "spot" Callaway - 1.31-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 26 Aug 2007 22:23:06 -0000 1.5 +++ sources 15 May 2009 14:26:22 -0000 1.6 @@ -1 +1 @@ -7238c2708a07b76020d07640ea19ddf6 XML-RSS-1.31.tar.gz +c70c285142e45f7a9cbd4b0a9ba428cf XML-RSS-1.44.tar.gz From spot at fedoraproject.org Fri May 15 14:26:53 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 15 May 2009 14:26:53 +0000 (UTC) Subject: rpms/perl-XML-RSS/F-11 perl-XML-RSS.spec,1.11,1.12 sources,1.6,1.7 Message-ID: <20090515142653.7DE0070101@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-XML-RSS/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16413/F-11 Modified Files: perl-XML-RSS.spec sources Log Message: update to 1.44 for MojoMojo Index: perl-XML-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/F-11/perl-XML-RSS.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-XML-RSS.spec 13 Mar 2009 23:34:27 -0000 1.11 +++ perl-XML-RSS.spec 15 May 2009 14:26:23 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-XML-RSS -Version: 1.43 +Version: 1.44 Release: 1%{?dist} Summary: Perl module for managing RDF Site Summary (RSS) files @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 15 2009 Tom "spot" Callaway - 1.44-1 +- update to 1.44 + * Fri Mar 13 2009 Tom "spot" Callaway - 1.43-1 - update to 1.43 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/F-11/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 13 Mar 2009 23:34:27 -0000 1.6 +++ sources 15 May 2009 14:26:23 -0000 1.7 @@ -1 +1 @@ -dce2dd92ad4cfb34aa8e928a35b73648 XML-RSS-1.43.tar.gz +c70c285142e45f7a9cbd4b0a9ba428cf XML-RSS-1.44.tar.gz From spot at fedoraproject.org Fri May 15 14:26:54 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 15 May 2009 14:26:54 +0000 (UTC) Subject: rpms/perl-XML-RSS/devel .cvsignore, 1.6, 1.7 perl-XML-RSS.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <20090515142654.17D6C70101@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-serv16413/devel Modified Files: .cvsignore perl-XML-RSS.spec sources Log Message: update to 1.44 for MojoMojo Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 13 Mar 2009 23:34:26 -0000 1.6 +++ .cvsignore 15 May 2009 14:26:23 -0000 1.7 @@ -1 +1 @@ -XML-RSS-1.43.tar.gz +XML-RSS-1.44.tar.gz Index: perl-XML-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/devel/perl-XML-RSS.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-XML-RSS.spec 13 Mar 2009 23:34:27 -0000 1.11 +++ perl-XML-RSS.spec 15 May 2009 14:26:23 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-XML-RSS -Version: 1.43 +Version: 1.44 Release: 1%{?dist} Summary: Perl module for managing RDF Site Summary (RSS) files @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 15 2009 Tom "spot" Callaway - 1.44-1 +- update to 1.44 + * Fri Mar 13 2009 Tom "spot" Callaway - 1.43-1 - update to 1.43 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 13 Mar 2009 23:34:27 -0000 1.6 +++ sources 15 May 2009 14:26:23 -0000 1.7 @@ -1 +1 @@ -dce2dd92ad4cfb34aa8e928a35b73648 XML-RSS-1.43.tar.gz +c70c285142e45f7a9cbd4b0a9ba428cf XML-RSS-1.44.tar.gz From bugzilla at redhat.com Fri May 15 14:52:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 10:52:57 -0400 Subject: [Bug 500282] update XML-RSS to 1.44 in rawhide please In-Reply-To: References: Message-ID: <200905151452.n4FEqvt4007797@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=500282 --- Comment #1 from Fedora Update System 2009-05-15 10:52:56 EDT --- perl-XML-RSS-1.44-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-XML-RSS-1.44-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 14:53:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 10:53:03 -0400 Subject: [Bug 500282] update XML-RSS to 1.44 in rawhide please In-Reply-To: References: Message-ID: <200905151453.n4FEr3de000631@bz-web1.app.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=500282 --- Comment #2 from Fedora Update System 2009-05-15 10:53:02 EDT --- perl-XML-RSS-1.44-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-XML-RSS-1.44-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 23:31:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 19:31:43 -0400 Subject: [Bug 500282] update XML-RSS to 1.44 in rawhide please In-Reply-To: References: Message-ID: <200905152331.n4FNVhx4013665@bz-web1.app.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=500282 --- Comment #3 from Fedora Update System 2009-05-15 19:31:43 EDT --- perl-XML-RSS-1.44-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 23:31:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 19:31:48 -0400 Subject: [Bug 500282] update XML-RSS to 1.44 in rawhide please In-Reply-To: References: Message-ID: <200905152331.n4FNVmSZ021189@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=500282 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |1.44-1.fc10 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 May 15 23:35:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 19:35:13 -0400 Subject: [Bug 500282] update XML-RSS to 1.44 in rawhide please In-Reply-To: References: Message-ID: <200905152335.n4FNZDGo022718@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=500282 --- Comment #4 from Fedora Update System 2009-05-15 19:35:12 EDT --- perl-XML-RSS-1.44-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri May 15 23:35:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 15 May 2009 19:35:17 -0400 Subject: [Bug 500282] update XML-RSS to 1.44 in rawhide please In-Reply-To: References: Message-ID: <200905152335.n4FNZHZx022747@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=500282 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.44-1.fc10 |1.44-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pkgdb at fedoraproject.org Fri May 15 23:48:35 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 15 May 2009 23:48:35 +0000 Subject: [pkgdb] perl-GnuPG-Interface ownership updated Message-ID: <20090515234835.5B63610F8C6@bastion2.fedora.phx.redhat.com> Package perl-GnuPG-Interface in Fedora 10 was orphaned by mdomsch To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-GnuPG-Interface From pkgdb at fedoraproject.org Fri May 15 23:48:35 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 15 May 2009 23:48:35 +0000 Subject: [pkgdb] perl-GnuPG-Interface ownership updated Message-ID: <20090515234835.E31FB10F8CA@bastion2.fedora.phx.redhat.com> Package perl-GnuPG-Interface in Fedora 11 was orphaned by mdomsch To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-GnuPG-Interface From pkgdb at fedoraproject.org Fri May 15 23:48:37 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 15 May 2009 23:48:37 +0000 Subject: [pkgdb] perl-GnuPG-Interface ownership updated Message-ID: <20090515234837.3192310F8A7@bastion2.fedora.phx.redhat.com> Package perl-GnuPG-Interface in Fedora 9 was orphaned by mdomsch To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-GnuPG-Interface From pkgdb at fedoraproject.org Fri May 15 23:48:43 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 15 May 2009 23:48:43 +0000 Subject: [pkgdb] perl-GnuPG-Interface ownership updated Message-ID: <20090515234843.5002210F8A3@bastion2.fedora.phx.redhat.com> Package perl-GnuPG-Interface in Fedora devel was orphaned by mdomsch To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-GnuPG-Interface From pkgdb at fedoraproject.org Sat May 16 00:15:58 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 16 May 2009 00:15:58 +0000 Subject: [pkgdb] perl-GnuPG-Interface ownership updated Message-ID: <20090516001559.BD5FE10F87A@bastion2.fedora.phx.redhat.com> Package perl-GnuPG-Interface in Fedora devel is now owned by eseyman To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-GnuPG-Interface From pkgdb at fedoraproject.org Sat May 16 00:16:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 16 May 2009 00:16:08 +0000 Subject: [pkgdb] perl-GnuPG-Interface ownership updated Message-ID: <20090516001608.1C02810F898@bastion2.fedora.phx.redhat.com> Package perl-GnuPG-Interface in Fedora 9 is now owned by eseyman To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-GnuPG-Interface From pkgdb at fedoraproject.org Sat May 16 00:16:13 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 16 May 2009 00:16:13 +0000 Subject: [pkgdb] perl-GnuPG-Interface ownership updated Message-ID: <20090516001613.DD6E410F87A@bastion2.fedora.phx.redhat.com> Package perl-GnuPG-Interface in Fedora 10 is now owned by eseyman To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-GnuPG-Interface From pkgdb at fedoraproject.org Sat May 16 00:16:18 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 16 May 2009 00:16:18 +0000 Subject: [pkgdb] perl-GnuPG-Interface ownership updated Message-ID: <20090516001618.0CC0E10F8A6@bastion2.fedora.phx.redhat.com> Package perl-GnuPG-Interface in Fedora 11 is now owned by eseyman To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-GnuPG-Interface From kevin at fedoraproject.org Sat May 16 01:11:26 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 16 May 2009 01:11:26 +0000 (UTC) Subject: rpms/perl-PAR-Packer - New directory Message-ID: <20090516011126.2993F70128@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/perl-PAR-Packer In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsd13019/rpms/perl-PAR-Packer Log Message: Directory /cvs/pkgs/rpms/perl-PAR-Packer added to the repository From kevin at fedoraproject.org Sat May 16 01:11:26 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 16 May 2009 01:11:26 +0000 (UTC) Subject: rpms/perl-PAR-Packer/devel - New directory Message-ID: <20090516011126.63C0E70128@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/perl-PAR-Packer/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsd13019/rpms/perl-PAR-Packer/devel Log Message: Directory /cvs/pkgs/rpms/perl-PAR-Packer/devel added to the repository From kevin at fedoraproject.org Sat May 16 01:11:35 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 16 May 2009 01:11:35 +0000 (UTC) Subject: rpms/perl-PAR-Packer Makefile,NONE,1.1 Message-ID: <20090516011135.8C55F70128@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/perl-PAR-Packer In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsd13019/rpms/perl-PAR-Packer Added Files: Makefile Log Message: Setup of module perl-PAR-Packer --- NEW FILE Makefile --- # Top level Makefile for module perl-PAR-Packer all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sat May 16 01:11:35 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 16 May 2009 01:11:35 +0000 (UTC) Subject: rpms/perl-PAR-Packer/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090516011135.C803270128@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/perl-PAR-Packer/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsd13019/rpms/perl-PAR-Packer/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-PAR-Packer --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-PAR-Packer # $Id: Makefile,v 1.1 2009/05/16 01:11:35 kevin Exp $ NAME := perl-PAR-Packer SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From cweyl at fedoraproject.org Sun May 17 05:41:52 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 05:41:52 +0000 (UTC) Subject: rpms/perl-Acme-Damn/devel .cvsignore, 1.2, 1.3 perl-Acme-Damn.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <20090517054152.6A38770114@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-serv608 Modified Files: .cvsignore perl-Acme-Damn.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.04-1 - auto-update to 0.04 (by cpan-spec-update 0.01) - added a new br on perl(Test::More) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Acme-Damn/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 20 Feb 2007 01:11:18 -0000 1.2 +++ .cvsignore 17 May 2009 05:41:21 -0000 1.3 @@ -1 +1 @@ -Acme-Damn-0.03.tar.gz +Acme-Damn-0.04.tar.gz Index: perl-Acme-Damn.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Acme-Damn/devel/perl-Acme-Damn.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Acme-Damn.spec 27 Mar 2009 04:55:17 -0000 1.7 +++ perl-Acme-Damn.spec 17 May 2009 05:41:21 -0000 1.8 @@ -1,11 +1,11 @@ Name: perl-Acme-Damn -Version: 0.03 -Release: 8%{?dist} +Version: 0.04 +Release: 1%{?dist} Summary: Unbless Perl objects License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Acme-Damn/ -Source0: http://www.cpan.org/authors/id/I/IB/IBB/Acme-Damn-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/I/IB/IBB/Acme-Damn-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Exception) @@ -18,6 +18,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`% %global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" %global __find_requires /bin/sh -c "%{__deploop R}" +### auto-added brs! +BuildRequires: perl(Test::More) + %description Acme::Damn provides a single routine, damn(), which takes a blessed reference (a Perl object), and unblesses it, to return the original @@ -57,6 +60,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun May 17 2009 Chris Weyl 0.04-1 +- auto-update to 0.04 (by cpan-spec-update 0.01) +- added a new br on perl(Test::More) (version 0) + * Thu Mar 26 2009 Chris Weyl - 0.03-8 - Stripping bad provides of private Perl extension libs Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Acme-Damn/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 20 Feb 2007 01:11:18 -0000 1.2 +++ sources 17 May 2009 05:41:21 -0000 1.3 @@ -1 +1 @@ -02a3c8b947d3f2888bc2455f7405f7c1 Acme-Damn-0.03.tar.gz +71b2eabfe0601c7d9ff850aab5f86567 Acme-Damn-0.04.tar.gz From cweyl at fedoraproject.org Sun May 17 05:43:56 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 05:43:56 +0000 (UTC) Subject: rpms/perl-DateTime-Format-HTTP/devel perl-DateTime-Format-HTTP.spec, 1.6, 1.7 Message-ID: <20090517054356.3CA7870114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1163 Modified Files: perl-DateTime-Format-HTTP.spec Log Message: * Sun May 17 2009 Chris Weyl 0.38-1 - auto-update to 0.38 (by cpan-spec-update 0.01) From cweyl at fedoraproject.org Sun May 17 05:45:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 05:45:18 +0000 (UTC) Subject: rpms/perl-DateTime-Format-HTTP/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090517054518.DACCA70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1420 Modified Files: .cvsignore sources Log Message: * Sun May 17 2009 Chris Weyl 0.38-1 - auto-update to 0.38 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 10 Aug 2006 01:47:11 -0000 1.3 +++ .cvsignore 17 May 2009 05:44:48 -0000 1.4 @@ -1 +1 @@ -DateTime-Format-HTTP-0.37.tar.gz +DateTime-Format-HTTP-0.38.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 10 Aug 2006 01:47:11 -0000 1.3 +++ sources 17 May 2009 05:44:48 -0000 1.4 @@ -1 +1 @@ -3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz +6c26e1eb48d0f3b0e2075d3be54e96e6 DateTime-Format-HTTP-0.38.tar.gz From cweyl at fedoraproject.org Sun May 17 05:58:27 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 05:58:27 +0000 (UTC) Subject: rpms/perl-DateTime-Format-HTTP/devel perl-DateTime-Format-HTTP.spec, 1.7, 1.8 Message-ID: <20090517055827.B9B5670114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4603 Modified Files: perl-DateTime-Format-HTTP.spec Log Message: * Sun May 17 2009 Chris Weyl 0.38-2 - rearrange the files in doc as the tarball has changed contents Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-DateTime-Format-HTTP.spec 17 May 2009 05:43:55 -0000 1.7 +++ perl-DateTime-Format-HTTP.spec 17 May 2009 05:57:56 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-HTTP Version: 0.38 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -31,9 +31,6 @@ HTTP protocol (and then some). %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} -# American English, bitte -mv LICENCE LICENSE - %install rm -rf %{buildroot} @@ -54,12 +51,15 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README +%doc LICENSE Changes CREDITS README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.38-2 +- rearrange the files in doc as the tarball has changed contents + * Sun May 17 2009 Chris Weyl 0.38-1 - auto-update to 0.38 (by cpan-spec-update 0.01) From cweyl at fedoraproject.org Sun May 17 06:10:49 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 06:10:49 +0000 (UTC) Subject: rpms/perl-Text-RecordParser/devel .cvsignore, 1.2, 1.3 perl-Text-RecordParser.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090517061049.857E270114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-RecordParser/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7086 Modified Files: .cvsignore perl-Text-RecordParser.spec sources Log Message: * Sun May 17 2009 Chris Weyl 1.3.0-1 - auto-update to 1.3.0 (by cpan-spec-update 0.01) - added a new br on perl(List::Util) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-RecordParser/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 16 May 2007 23:40:13 -0000 1.2 +++ .cvsignore 17 May 2009 06:10:48 -0000 1.3 @@ -1 +1 @@ -Text-RecordParser-v1.2.1.tar.gz +Text-RecordParser-1.3.0.tar.gz Index: perl-Text-RecordParser.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-RecordParser/devel/perl-Text-RecordParser.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Text-RecordParser.spec 27 Feb 2009 03:25:52 -0000 1.4 +++ perl-Text-RecordParser.spec 17 May 2009 06:10:48 -0000 1.5 @@ -1,31 +1,34 @@ Name: perl-Text-RecordParser -Version: 1.2.1 -Release: 5%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Read record-oriented files License: GPLv2 Group: Development/Libraries URL: http://search.cpan.org/dist/Text-RecordParser/ -Source0: http://www.cpan.org/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -#BuildRequires: perl(List::Util) +BuildRequires: perl(List::Util) BuildRequires: perl(Test::More) # cpan -BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) BuildRequires: perl(Readonly) BuildRequires: perl(Class::Accessor) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Text::TabularDisplay) BuildRequires: perl(version) # test -BuildRequires: perl(IO::Scalar) +BuildRequires: perl(IO::Scalar) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +# not automagically picked up... +Requires: perl(Class::Accessor) + %description This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields @@ -38,9 +41,9 @@ you can still bind your own field names can then use many methods to get at the data as arrays or hashes. %prep -%setup -q -n Text-RecordParser-v%{version} +%setup -q -n Text-RecordParser-%{version} -perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t +perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t %build %{__perl} Build.PL installdirs=vendor @@ -68,6 +71,10 @@ rm -rf %{buildroot} %{_mandir}/man[13]/* %changelog +* Sun May 17 2009 Chris Weyl 1.3.0-1 +- auto-update to 1.3.0 (by cpan-spec-update 0.01) +- added a new br on perl(List::Util) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-RecordParser/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 16 May 2007 23:40:13 -0000 1.2 +++ sources 17 May 2009 06:10:48 -0000 1.3 @@ -1 +1 @@ -65c2a85a2ed2a9bc791d377954bd5a44 Text-RecordParser-v1.2.1.tar.gz +f4dac25c75c9bd14fe0256f83546a7b2 Text-RecordParser-1.3.0.tar.gz From cweyl at fedoraproject.org Sun May 17 06:20:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 06:20:05 +0000 (UTC) Subject: rpms/perl-Text-RecordParser/F-10 perl-Text-RecordParser.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090517062005.4C22E70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-RecordParser/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8961 Modified Files: perl-Text-RecordParser.spec sources Log Message: * Sun May 17 2009 Chris Weyl 1.3.0-1 - auto-update to 1.3.0 (by cpan-spec-update 0.01) - added a new br on perl(List::Util) (version 0) Index: perl-Text-RecordParser.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-RecordParser/F-10/perl-Text-RecordParser.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Text-RecordParser.spec 6 Mar 2008 18:17:04 -0000 1.3 +++ perl-Text-RecordParser.spec 17 May 2009 06:20:03 -0000 1.4 @@ -1,31 +1,34 @@ Name: perl-Text-RecordParser -Version: 1.2.1 -Release: 4%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Read record-oriented files License: GPLv2 Group: Development/Libraries URL: http://search.cpan.org/dist/Text-RecordParser/ -Source0: http://www.cpan.org/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -#BuildRequires: perl(List::Util) +BuildRequires: perl(List::Util) BuildRequires: perl(Test::More) # cpan -BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) BuildRequires: perl(Readonly) BuildRequires: perl(Class::Accessor) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Text::TabularDisplay) BuildRequires: perl(version) # test -BuildRequires: perl(IO::Scalar) +BuildRequires: perl(IO::Scalar) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +# not automagically picked up... +Requires: perl(Class::Accessor) + %description This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields @@ -38,9 +41,9 @@ you can still bind your own field names can then use many methods to get at the data as arrays or hashes. %prep -%setup -q -n Text-RecordParser-v%{version} +%setup -q -n Text-RecordParser-%{version} -perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t +perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t %build %{__perl} Build.PL installdirs=vendor @@ -68,6 +71,13 @@ rm -rf %{buildroot} %{_mandir}/man[13]/* %changelog +* Sun May 17 2009 Chris Weyl 1.3.0-1 +- auto-update to 1.3.0 (by cpan-spec-update 0.01) +- added a new br on perl(List::Util) (version 0) + +* Thu Feb 26 2009 Fedora Release Engineering - 1.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Mar 06 2008 Tom "spot" Callaway 1.2.1-4 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-RecordParser/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 16 May 2007 23:40:13 -0000 1.2 +++ sources 17 May 2009 06:20:04 -0000 1.3 @@ -1 +1 @@ -65c2a85a2ed2a9bc791d377954bd5a44 Text-RecordParser-v1.2.1.tar.gz +f4dac25c75c9bd14fe0256f83546a7b2 Text-RecordParser-1.3.0.tar.gz From cweyl at fedoraproject.org Sun May 17 06:20:09 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 06:20:09 +0000 (UTC) Subject: rpms/perl-Text-RecordParser/F-11 perl-Text-RecordParser.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090517062009.B5F2B70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-RecordParser/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8832 Modified Files: perl-Text-RecordParser.spec sources Log Message: * Sun May 17 2009 Chris Weyl 1.3.0-1 - auto-update to 1.3.0 (by cpan-spec-update 0.01) - added a new br on perl(List::Util) (version 0) Index: perl-Text-RecordParser.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-RecordParser/F-11/perl-Text-RecordParser.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Text-RecordParser.spec 27 Feb 2009 03:25:52 -0000 1.4 +++ perl-Text-RecordParser.spec 17 May 2009 06:19:38 -0000 1.5 @@ -1,31 +1,34 @@ Name: perl-Text-RecordParser -Version: 1.2.1 -Release: 5%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Read record-oriented files License: GPLv2 Group: Development/Libraries URL: http://search.cpan.org/dist/Text-RecordParser/ -Source0: http://www.cpan.org/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -#BuildRequires: perl(List::Util) +BuildRequires: perl(List::Util) BuildRequires: perl(Test::More) # cpan -BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) BuildRequires: perl(Readonly) BuildRequires: perl(Class::Accessor) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Text::TabularDisplay) BuildRequires: perl(version) # test -BuildRequires: perl(IO::Scalar) +BuildRequires: perl(IO::Scalar) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +# not automagically picked up... +Requires: perl(Class::Accessor) + %description This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields @@ -38,9 +41,9 @@ you can still bind your own field names can then use many methods to get at the data as arrays or hashes. %prep -%setup -q -n Text-RecordParser-v%{version} +%setup -q -n Text-RecordParser-%{version} -perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t +perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t %build %{__perl} Build.PL installdirs=vendor @@ -68,6 +71,10 @@ rm -rf %{buildroot} %{_mandir}/man[13]/* %changelog +* Sun May 17 2009 Chris Weyl 1.3.0-1 +- auto-update to 1.3.0 (by cpan-spec-update 0.01) +- added a new br on perl(List::Util) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-RecordParser/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 16 May 2007 23:40:13 -0000 1.2 +++ sources 17 May 2009 06:19:38 -0000 1.3 @@ -1 +1 @@ -65c2a85a2ed2a9bc791d377954bd5a44 Text-RecordParser-v1.2.1.tar.gz +f4dac25c75c9bd14fe0256f83546a7b2 Text-RecordParser-1.3.0.tar.gz From cweyl at fedoraproject.org Sun May 17 06:24:15 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 06:24:15 +0000 (UTC) Subject: rpms/perl-IO-Tty/F-10 perl-IO-Tty.spec,1.19,1.20 sources,1.7,1.8 Message-ID: <20090517062415.B802F70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-IO-Tty/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9882 Modified Files: perl-IO-Tty.spec sources Log Message: * Wed Feb 25 2009 Paul Howarth - 1.08-1 - Update to 1.08 (add support for posix_openpt()) - Fix argument order for find with -depth Index: perl-IO-Tty.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Tty/F-10/perl-IO-Tty.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- perl-IO-Tty.spec 2 Mar 2008 15:51:14 -0000 1.19 +++ perl-IO-Tty.spec 17 May 2009 06:23:45 -0000 1.20 @@ -1,6 +1,6 @@ Name: perl-IO-Tty -Version: 1.07 -Release: 5%{?dist} +Version: 1.08 +Release: 1%{?dist} Summary: Perl interface to pseudo tty's License: GPL+ or Artistic @@ -30,7 +30,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 f -name '*.bs' -a -size 0 -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/* @@ -51,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 Paul Howarth - 1.08-1 +- Update to 1.08 (add support for posix_openpt()) +- Fix argument order for find with -depth + * Wed Feb 27 2008 Tom "spot" Callaway - 1.07-5 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Tty/F-10/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 21 Jul 2006 14:36:52 -0000 1.7 +++ sources 17 May 2009 06:23:45 -0000 1.8 @@ -1 +1 @@ -2a54e49b60a4092e93af5b8073ec5325 IO-Tty-1.07.tar.gz +e99d819a6f8c11ae105b770cc508a4fc IO-Tty-1.08.tar.gz From cweyl at fedoraproject.org Sun May 17 06:29:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 06:29:03 +0000 (UTC) Subject: rpms/perl-IO-Tty/devel perl-IO-Tty.spec,1.20,1.21 Message-ID: <20090517062903.6510470114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-IO-Tty/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11544 Modified Files: perl-IO-Tty.spec Log Message: * Sat May 16 2009 Chris Weyl - 1.08-2 - filter out private Perl .so provides Index: perl-IO-Tty.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IO-Tty/devel/perl-IO-Tty.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- perl-IO-Tty.spec 25 Feb 2009 21:57:36 -0000 1.20 +++ perl-IO-Tty.spec 17 May 2009 06:28:32 -0000 1.21 @@ -1,6 +1,6 @@ Name: perl-IO-Tty Version: 1.08 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to pseudo tty's License: GPL+ or Artistic @@ -12,6 +12,12 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildRequires: perl(ExtUtils::MakeMaker) 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 '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" + %description IO::Tty and IO::Pty provide an interface to pseudo tty's. @@ -51,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 16 2009 Chris Weyl - 1.08-2 +- filter out private Perl .so provides + * Wed Feb 25 2009 Paul Howarth - 1.08-1 - Update to 1.08 (add support for posix_openpt()) - Fix argument order for find with -depth From cweyl at fedoraproject.org Sun May 17 06:43:43 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 06:43:43 +0000 (UTC) Subject: rpms/perl-Scope-Upper/devel .cvsignore, 1.3, 1.4 perl-Scope-Upper.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090517064343.65CC770114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Scope-Upper/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15929 Modified Files: .cvsignore perl-Scope-Upper.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.08-1 - auto-update to 0.08 (by cpan-spec-update 0.01) - filter private Perl so provides Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Scope-Upper/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 23 Feb 2009 06:38:44 -0000 1.3 +++ .cvsignore 17 May 2009 06:43:12 -0000 1.4 @@ -1 +1 @@ -Scope-Upper-0.07.tar.gz +Scope-Upper-0.08.tar.gz Index: perl-Scope-Upper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Scope-Upper/devel/perl-Scope-Upper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Scope-Upper.spec 27 Feb 2009 01:25:32 -0000 1.3 +++ perl-Scope-Upper.spec 17 May 2009 06:43:12 -0000 1.4 @@ -1,13 +1,13 @@ -Name: perl-Scope-Upper -Version: 0.07 -Release: 2%{?dist} +Name: perl-Scope-Upper +Version: 0.08 +Release: 1%{?dist} # lib/Scope/Upper.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Act on upper scopes -Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz +Summary: Act on upper scopes +Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz Url: http://search.cpan.org/dist/Scope-Upper -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) @@ -18,6 +18,12 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +# don't "provide" private Perl libs +%global _use_internal_dependency_generator 0 +%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u +%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" + %description This module lets you defer actions that will take place when the control @@ -26,8 +32,6 @@ end, or localize variables, array/hash v in higher contexts. You can also return to an upper level and know which context was in use then. - - %prep %setup -q -n Scope-Upper-%{version} @@ -51,7 +55,7 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -61,6 +65,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.08-1 +- auto-update to 0.08 (by cpan-spec-update 0.01) +- filter private Perl so provides + * Thu Feb 26 2009 Fedora Release Engineering - 0.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -73,4 +81,3 @@ rm -rf %{buildroot} * Tue Feb 10 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Scope-Upper/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 23 Feb 2009 06:38:44 -0000 1.3 +++ sources 17 May 2009 06:43:12 -0000 1.4 @@ -1 +1 @@ -9fcfab05a267376fa3f560f310ab16ce Scope-Upper-0.07.tar.gz +f5515279b7c7cedc60565e50a4ffd990 Scope-Upper-0.08.tar.gz From cweyl at fedoraproject.org Sun May 17 06:48:22 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 06:48:22 +0000 (UTC) Subject: rpms/perl-B-Hooks-OP-Check/devel .cvsignore, 1.2, 1.3 perl-B-Hooks-OP-Check.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090517064822.9026D70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17011 Modified Files: .cvsignore perl-B-Hooks-OP-Check.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.17-1 - auto-update to 0.17 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 21 Apr 2009 21:04:44 -0000 1.2 +++ .cvsignore 17 May 2009 06:47:51 -0000 1.3 @@ -1 +1 @@ -B-Hooks-OP-Check-0.15.tar.gz +B-Hooks-OP-Check-0.17.tar.gz Index: perl-B-Hooks-OP-Check.spec =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/perl-B-Hooks-OP-Check.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-B-Hooks-OP-Check.spec 21 Apr 2009 21:04:44 -0000 1.1 +++ perl-B-Hooks-OP-Check.spec 17 May 2009 06:47:51 -0000 1.2 @@ -1,13 +1,13 @@ -Name: perl-B-Hooks-OP-Check -Version: 0.15 +Name: perl-B-Hooks-OP-Check +Version: 0.17 Release: 1%{?dist} # lib/B/Hooks/OP/Check.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Wrap OP check callbacks -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz +Summary: Wrap OP check callbacks +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz Url: http://search.cpan.org/dist/B-Hooks-OP-Check -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::Depends) @@ -24,7 +24,7 @@ BuildRequires: perl(Test::More) %description This module provides a C API for XS modules to hook into the callbacks -of 'PL_check'. +of 'PL_check'. %prep %setup -q -n B-Hooks-OP-Check-%{version} @@ -47,20 +47,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README %{perl_vendorarch}/* %exclude %dir %{perl_vendorarch}/auto %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.17-1 +- auto-update to 0.17 (by cpan-spec-update 0.01) + * Sat Apr 18 2009 Chris Weyl 0.15-1 - submission * Sat Apr 18 2009 Chris Weyl 0.15-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 21 Apr 2009 21:04:44 -0000 1.2 +++ sources 17 May 2009 06:47:51 -0000 1.3 @@ -1 +1 @@ -86aab1440d1fe933ebd4cf71d4a67ac2 B-Hooks-OP-Check-0.15.tar.gz +8b71dca27a770a456e4c4ca5d6baa7ce B-Hooks-OP-Check-0.17.tar.gz From cweyl at fedoraproject.org Sun May 17 06:51:40 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 06:51:40 +0000 (UTC) Subject: rpms/perl-Scope-Upper/F-11 perl-Scope-Upper.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090517065140.543AD70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Scope-Upper/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18083 Modified Files: perl-Scope-Upper.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.08-1 - auto-update to 0.08 (by cpan-spec-update 0.01) - filter private Perl so provides Index: perl-Scope-Upper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-11/perl-Scope-Upper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Scope-Upper.spec 27 Feb 2009 01:25:32 -0000 1.3 +++ perl-Scope-Upper.spec 17 May 2009 06:51:39 -0000 1.4 @@ -1,13 +1,13 @@ -Name: perl-Scope-Upper -Version: 0.07 -Release: 2%{?dist} +Name: perl-Scope-Upper +Version: 0.08 +Release: 1%{?dist} # lib/Scope/Upper.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Act on upper scopes -Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz +Summary: Act on upper scopes +Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz Url: http://search.cpan.org/dist/Scope-Upper -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) @@ -18,6 +18,12 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +# don't "provide" private Perl libs +%global _use_internal_dependency_generator 0 +%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u +%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" + %description This module lets you defer actions that will take place when the control @@ -26,8 +32,6 @@ end, or localize variables, array/hash v in higher contexts. You can also return to an upper level and know which context was in use then. - - %prep %setup -q -n Scope-Upper-%{version} @@ -51,7 +55,7 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -61,6 +65,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.08-1 +- auto-update to 0.08 (by cpan-spec-update 0.01) +- filter private Perl so provides + * Thu Feb 26 2009 Fedora Release Engineering - 0.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -73,4 +81,3 @@ rm -rf %{buildroot} * Tue Feb 10 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - From cweyl at fedoraproject.org Sun May 17 06:52:33 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 06:52:33 +0000 (UTC) Subject: rpms/perl-Scope-Upper/F-10 perl-Scope-Upper.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090517065233.3178170114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Scope-Upper/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18261 Modified Files: perl-Scope-Upper.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.08-1 - auto-update to 0.08 (by cpan-spec-update 0.01) - filter private Perl so provides Index: perl-Scope-Upper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-10/perl-Scope-Upper.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Scope-Upper.spec 23 Feb 2009 06:47:43 -0000 1.2 +++ perl-Scope-Upper.spec 17 May 2009 06:52:02 -0000 1.3 @@ -1,13 +1,13 @@ -Name: perl-Scope-Upper -Version: 0.07 -Release: 1%{?dist} +Name: perl-Scope-Upper +Version: 0.08 +Release: 1%{?dist} # lib/Scope/Upper.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Act on upper scopes -Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz +Summary: Act on upper scopes +Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz Url: http://search.cpan.org/dist/Scope-Upper -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) @@ -18,6 +18,12 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +# don't "provide" private Perl libs +%global _use_internal_dependency_generator 0 +%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u +%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" + %description This module lets you defer actions that will take place when the control @@ -26,8 +32,6 @@ end, or localize variables, array/hash v in higher contexts. You can also return to an upper level and know which context was in use then. - - %prep %setup -q -n Scope-Upper-%{version} @@ -51,7 +55,7 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -61,6 +65,13 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.08-1 +- auto-update to 0.08 (by cpan-spec-update 0.01) +- filter private Perl so provides + +* Thu Feb 26 2009 Fedora Release Engineering - 0.07-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Feb 22 2009 Chris Weyl 0.07-1 - update to 0.07 @@ -70,4 +81,3 @@ rm -rf %{buildroot} * Tue Feb 10 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 23 Feb 2009 06:47:43 -0000 1.3 +++ sources 17 May 2009 06:52:02 -0000 1.4 @@ -1 +1 @@ -9fcfab05a267376fa3f560f310ab16ce Scope-Upper-0.07.tar.gz +f5515279b7c7cedc60565e50a4ffd990 Scope-Upper-0.08.tar.gz From cweyl at fedoraproject.org Sun May 17 07:14:41 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 07:14:41 +0000 (UTC) Subject: rpms/perl-Module-Util/devel .cvsignore, 1.2, 1.3 perl-Module-Util.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090517071441.EA55470114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Util/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24139 Modified Files: .cvsignore perl-Module-Util.spec sources Log Message: * Sun May 17 2009 Chris Weyl 1.07-1 - auto-update to 1.07 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Util/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 17 Nov 2008 03:06:38 -0000 1.2 +++ .cvsignore 17 May 2009 07:14:09 -0000 1.3 @@ -1 +1 @@ -Module-Util-1.04.tar.gz +Module-Util-1.07.tar.gz Index: perl-Module-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Util/devel/perl-Module-Util.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Module-Util.spec 26 Feb 2009 22:09:07 -0000 1.3 +++ perl-Module-Util.spec 17 May 2009 07:14:09 -0000 1.4 @@ -1,18 +1,18 @@ -Name: perl-Module-Util -Version: 1.05 -Release: 2%{?dist} +Name: perl-Module-Util +Version: 1.07 +Release: 1%{?dist} # see lib/Module/Util.pm License: GPL+ or Artistic Group: Development/Libraries -Summary: Module name tools and transformations -Source: http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz +Summary: Module name tools and transformations +Source: http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz Url: http://search.cpan.org/dist/Module-Util -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) @@ -55,16 +55,19 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README t/ +%doc Changes README t/ %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/*.[13]* %changelog +* Sun May 17 2009 Chris Weyl 1.07-1 +- auto-update to 1.07 (by cpan-spec-update 0.01) + * Thu Feb 26 2009 Fedora Release Engineering - 1.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -77,4 +80,3 @@ rm -rf %{buildroot} * Wed Nov 05 2008 Chris Weyl 1.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Util/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 17 Nov 2008 03:27:21 -0000 1.3 +++ sources 17 May 2009 07:14:09 -0000 1.4 @@ -1 +1 @@ -c99d54c7ff88c36bfaaaad508f13e05a Module-Util-1.05.tar.gz +d9e5d48b7f1aee18582fab57f27cccfa Module-Util-1.07.tar.gz From cweyl at fedoraproject.org Sun May 17 07:17:14 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 07:17:14 +0000 (UTC) Subject: rpms/perl-B-Hooks-OP-Check/F-11 sources,1.1,1.2 Message-ID: <20090517071714.CD5F470114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24674 Modified Files: sources Log Message: * Sun May 17 2009 Chris Weyl 0.17-1 - auto-update to 0.17 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 Apr 2009 20:24:40 -0000 1.1 +++ sources 17 May 2009 07:16:43 -0000 1.2 @@ -0,0 +1 @@ +8b71dca27a770a456e4c4ca5d6baa7ce B-Hooks-OP-Check-0.17.tar.gz From cweyl at fedoraproject.org Sun May 17 07:17:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 07:17:24 +0000 (UTC) Subject: rpms/perl-B-Hooks-OP-Check/F-10 perl-B-Hooks-OP-Check.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090517071724.5E74870114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24719 Modified Files: perl-B-Hooks-OP-Check.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.17-1 - auto-update to 0.17 (by cpan-spec-update 0.01) Index: perl-B-Hooks-OP-Check.spec =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-10/perl-B-Hooks-OP-Check.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-B-Hooks-OP-Check.spec 21 Apr 2009 21:19:36 -0000 1.1 +++ perl-B-Hooks-OP-Check.spec 17 May 2009 07:16:53 -0000 1.2 @@ -1,13 +1,13 @@ -Name: perl-B-Hooks-OP-Check -Version: 0.15 +Name: perl-B-Hooks-OP-Check +Version: 0.17 Release: 1%{?dist} # lib/B/Hooks/OP/Check.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Wrap OP check callbacks -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz +Summary: Wrap OP check callbacks +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz Url: http://search.cpan.org/dist/B-Hooks-OP-Check -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::Depends) @@ -24,7 +24,7 @@ BuildRequires: perl(Test::More) %description This module provides a C API for XS modules to hook into the callbacks -of 'PL_check'. +of 'PL_check'. %prep %setup -q -n B-Hooks-OP-Check-%{version} @@ -47,20 +47,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README %{perl_vendorarch}/* %exclude %dir %{perl_vendorarch}/auto %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.17-1 +- auto-update to 0.17 (by cpan-spec-update 0.01) + * Sat Apr 18 2009 Chris Weyl 0.15-1 - submission * Sat Apr 18 2009 Chris Weyl 0.15-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 21 Apr 2009 21:19:36 -0000 1.2 +++ sources 17 May 2009 07:16:53 -0000 1.3 @@ -1 +1 @@ -86aab1440d1fe933ebd4cf71d4a67ac2 B-Hooks-OP-Check-0.15.tar.gz +8b71dca27a770a456e4c4ca5d6baa7ce B-Hooks-OP-Check-0.17.tar.gz From cweyl at fedoraproject.org Sun May 17 07:18:16 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 07:18:16 +0000 (UTC) Subject: rpms/perl-B-Hooks-OP-Check/F-11 perl-B-Hooks-OP-Check.spec, NONE, 1.1 Message-ID: <20090517071816.582EE70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25180 Added Files: perl-B-Hooks-OP-Check.spec Log Message: * Sun May 17 2009 Chris Weyl 0.17-1 - auto-update to 0.17 (by cpan-spec-update 0.01) --- NEW FILE perl-B-Hooks-OP-Check.spec --- Name: perl-B-Hooks-OP-Check Version: 0.17 Release: 1%{?dist} # lib/B/Hooks/OP/Check.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Wrap OP check callbacks Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz Url: http://search.cpan.org/dist/B-Hooks-OP-Check BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(parent) # testing 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 provides a C API for XS modules to hook into the callbacks of 'PL_check'. %prep %setup -q -n B-Hooks-OP-Check-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" 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} -type f -name '*.bs' -a -size 0 -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_vendorarch}/* %exclude %dir %{perl_vendorarch}/auto %{_mandir}/man3/*.3* %changelog * Sun May 17 2009 Chris Weyl 0.17-1 - auto-update to 0.17 (by cpan-spec-update 0.01) * Sat Apr 18 2009 Chris Weyl 0.15-1 - submission * Sat Apr 18 2009 Chris Weyl 0.15-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) From cweyl at fedoraproject.org Sun May 17 07:19:53 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 07:19:53 +0000 (UTC) Subject: rpms/perl-Module-Util/F-11 perl-Module-Util.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090517071953.17A4170114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Util/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25484 Modified Files: perl-Module-Util.spec sources Log Message: * Sun May 17 2009 Chris Weyl 1.07-1 - auto-update to 1.07 (by cpan-spec-update 0.01) Index: perl-Module-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Util/F-11/perl-Module-Util.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Module-Util.spec 26 Feb 2009 22:09:07 -0000 1.3 +++ perl-Module-Util.spec 17 May 2009 07:19:21 -0000 1.4 @@ -1,18 +1,18 @@ -Name: perl-Module-Util -Version: 1.05 -Release: 2%{?dist} +Name: perl-Module-Util +Version: 1.07 +Release: 1%{?dist} # see lib/Module/Util.pm License: GPL+ or Artistic Group: Development/Libraries -Summary: Module name tools and transformations -Source: http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz +Summary: Module name tools and transformations +Source: http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz Url: http://search.cpan.org/dist/Module-Util -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) @@ -55,16 +55,19 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README t/ +%doc Changes README t/ %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/*.[13]* %changelog +* Sun May 17 2009 Chris Weyl 1.07-1 +- auto-update to 1.07 (by cpan-spec-update 0.01) + * Thu Feb 26 2009 Fedora Release Engineering - 1.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -77,4 +80,3 @@ rm -rf %{buildroot} * Wed Nov 05 2008 Chris Weyl 1.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Util/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 17 Nov 2008 03:27:21 -0000 1.3 +++ sources 17 May 2009 07:19:22 -0000 1.4 @@ -1 +1 @@ -c99d54c7ff88c36bfaaaad508f13e05a Module-Util-1.05.tar.gz +d9e5d48b7f1aee18582fab57f27cccfa Module-Util-1.07.tar.gz From cweyl at fedoraproject.org Sun May 17 07:20:10 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 07:20:10 +0000 (UTC) Subject: rpms/perl-Module-Util/F-10 perl-Module-Util.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090517072010.2DC0F70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Util/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25559 Modified Files: perl-Module-Util.spec sources Log Message: * Sun May 17 2009 Chris Weyl 1.07-1 - auto-update to 1.07 (by cpan-spec-update 0.01) Index: perl-Module-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Util/F-10/perl-Module-Util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Module-Util.spec 17 Nov 2008 03:27:00 -0000 1.2 +++ perl-Module-Util.spec 17 May 2009 07:19:39 -0000 1.3 @@ -1,18 +1,18 @@ -Name: perl-Module-Util -Version: 1.05 +Name: perl-Module-Util +Version: 1.07 Release: 1%{?dist} # see lib/Module/Util.pm License: GPL+ or Artistic Group: Development/Libraries -Summary: Module name tools and transformations -Source: http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz +Summary: Module name tools and transformations +Source: http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz Url: http://search.cpan.org/dist/Module-Util -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) @@ -55,16 +55,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README t/ +%doc Changes README t/ %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/*.[13]* %changelog +* Sun May 17 2009 Chris Weyl 1.07-1 +- auto-update to 1.07 (by cpan-spec-update 0.01) + +* Thu Feb 26 2009 Fedora Release Engineering - 1.05-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Nov 16 2008 Chris Weyl 1.05-1 - update to 1.05 @@ -74,4 +80,3 @@ rm -rf %{buildroot} * Wed Nov 05 2008 Chris Weyl 1.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Util/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 17 Nov 2008 03:27:00 -0000 1.3 +++ sources 17 May 2009 07:19:39 -0000 1.4 @@ -1 +1 @@ -c99d54c7ff88c36bfaaaad508f13e05a Module-Util-1.05.tar.gz +d9e5d48b7f1aee18582fab57f27cccfa Module-Util-1.07.tar.gz From cweyl at fedoraproject.org Sun May 17 07:47:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 07:47:00 +0000 (UTC) Subject: rpms/perl-Class-C3-Adopt-NEXT/devel .cvsignore, 1.3, 1.4 perl-Class-C3-Adopt-NEXT.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090517074700.B145070114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3904 Modified Files: .cvsignore perl-Class-C3-Adopt-NEXT.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(Test::Exception) (0 => 0.27) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 23 Feb 2009 05:23:22 -0000 1.3 +++ .cvsignore 17 May 2009 07:46:26 -0000 1.4 @@ -1 +1 @@ -Class-C3-Adopt-NEXT-0.07.tar.gz +Class-C3-Adopt-NEXT-0.10.tar.gz Index: perl-Class-C3-Adopt-NEXT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/perl-Class-C3-Adopt-NEXT.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Class-C3-Adopt-NEXT.spec 26 Feb 2009 12:37:37 -0000 1.3 +++ perl-Class-C3-Adopt-NEXT.spec 17 May 2009 07:46:27 -0000 1.4 @@ -1,13 +1,13 @@ -Name: perl-Class-C3-Adopt-NEXT -Version: 0.07 -Release: 2%{?dist} +Name: perl-Class-C3-Adopt-NEXT +Version: 0.10 +Release: 1%{?dist} # lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries Summary: Reduce one's dependency on NEXT -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-C3-Adopt-NEXT -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -17,18 +17,18 @@ BuildRequires: perl(MRO::Compat) BuildRequires: perl(NEXT) # test BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Exception) >= 0.27 %description -NEXT was a good solution a few years ago, but isn't any more. It's +NEXT was a good solution a few years ago, but isn't any more. It's slow, and the order in which it re-dispatches methods appears random at times. It also encourages bad programming practices, as you end up with code to redispatch methods when all you really wanted to do was run some code before or after a method fired. However, if you have a large application, then weaning yourself off 'NEXT' isn't easy.This module is intended as a drop-in replacement for NEXT, supporting the same interface, -but using Class::C3 to do the hard work. You can then write new code +but using Class::C3 to do the hard work. You can then write new code without 'NEXT', and migrate individual source files to use 'Class::C3' or method modifiers as appropriate, at whatever pace you're comfortable with. @@ -54,15 +54,19 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.10-1 +- auto-update to 0.10 (by cpan-spec-update 0.01) +- altered br on perl(Test::Exception) (0 => 0.27) + * Thu Feb 26 2009 Fedora Release Engineering - 0.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -75,4 +79,3 @@ rm -rf %{buildroot} * Tue Feb 10 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 23 Feb 2009 05:23:23 -0000 1.3 +++ sources 17 May 2009 07:46:27 -0000 1.4 @@ -1 +1 @@ -717030a4d5abe25d494124dc935b1158 Class-C3-Adopt-NEXT-0.07.tar.gz +5827721780a1563257e7a3c9d57a91d2 Class-C3-Adopt-NEXT-0.10.tar.gz From cweyl at fedoraproject.org Sun May 17 07:57:49 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 17 May 2009 07:57:49 +0000 (UTC) Subject: rpms/perl-Catalyst-Manual/devel .cvsignore, 1.8, 1.9 perl-Catalyst-Manual.spec, 1.13, 1.14 sources, 1.8, 1.9 Message-ID: <20090517075749.9A6B770114@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-serv8197 Modified Files: .cvsignore perl-Catalyst-Manual.spec sources Log Message: * Sun May 17 2009 Chris Weyl 5.7021-1 - auto-update to 5.7021 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 12 Apr 2009 02:05:55 -0000 1.8 +++ .cvsignore 17 May 2009 07:57:17 -0000 1.9 @@ -1,7 +1 @@ -Catalyst-Manual-5.7020.tar.gz -Catalyst-Manual-* -clog -noarch -*.rpm -*.gz -.build* +Catalyst-Manual-5.7021.tar.gz Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/perl-Catalyst-Manual.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-Catalyst-Manual.spec 12 Apr 2009 02:05:55 -0000 1.13 +++ perl-Catalyst-Manual.spec 17 May 2009 07:57:17 -0000 1.14 @@ -1,18 +1,18 @@ Name: perl-Catalyst-Manual Epoch: 1 -Version: 5.7020 -Release: 2%{?dist} +Version: 5.7021 +Release: 1%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Manual/ -Source0: http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Manual-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/H/HK/HKCLARK/Catalyst-Manual-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) # test BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) @@ -50,6 +50,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun May 17 2009 Chris Weyl 5.7021-1 +- auto-update to 5.7021 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) + * Sat Apr 11 2009 Chris Weyl 5.7020-2 - reclaim Catalyst::Manual @@ -70,9 +74,9 @@ rm -rf %{buildroot} * Fri Jul 25 2008 Chris Weyl 5.7013-1 - update to 5.7013 -- don't just exclude Catalyst::Manual's man page, but the .pm as well. +- don't just exclude Catalyst::Manual's man page, but the .pm as well. (RH BZ#455151) - + * Wed Jun 25 2008 Chris Weyl 5.7012-2 - re-exclude Catalyst::Manual.3pm Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 2 Apr 2009 06:58:18 -0000 1.8 +++ sources 17 May 2009 07:57:18 -0000 1.9 @@ -1 +1 @@ -4e24e0e2cf35d8ee6cd4006381f47a34 Catalyst-Manual-5.7020.tar.gz +02a635f454f506a92e6438ea07e813a5 Catalyst-Manual-5.7021.tar.gz From steve at fedoraproject.org Sun May 17 21:50:24 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Sun, 17 May 2009 21:50:24 +0000 (UTC) Subject: rpms/perl-Test-Base/devel .cvsignore, 1.6, 1.7 perl-Test-Base.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <20090517215024.22AA87013A@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Base/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31014 Modified Files: .cvsignore perl-Test-Base.spec sources Log Message: Update to 0.58. BR Test::Deep and Test::Tester. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Base/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 10 Dec 2008 16:40:16 -0000 1.6 +++ .cvsignore 17 May 2009 21:49:53 -0000 1.7 @@ -1 +1 @@ -Test-Base-0.55.tar.gz +Test-Base-0.58.tar.gz Index: perl-Test-Base.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Base/devel/perl-Test-Base.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Test-Base.spec 27 Feb 2009 02:14:35 -0000 1.11 +++ perl-Test-Base.spec 17 May 2009 21:49:53 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Test-Base -Version: 0.55 -Release: 2%{?dist} +Version: 0.58 +Release: 1%{?dist} Summary: Data Driven Testing Framework License: GPL+ or Artistic Group: Development/Libraries @@ -10,7 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Spiffy) >= 0.30 +BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.62 +BuildRequires: perl(Test::Tester) BuildRequires: perl(Text::Diff) >= 0.35 BuildRequires: perl(YAML) Requires: perl(Text::Diff) >= 0.35 @@ -54,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 17 2009 Steven Pritchard 0.58-1 +- Update to 0.58. +- BR Test::Deep and Test::Tester. + * Thu Feb 26 2009 Fedora Release Engineering - 0.55-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Base/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 10 Dec 2008 16:40:17 -0000 1.6 +++ sources 17 May 2009 21:49:53 -0000 1.7 @@ -1 +1 @@ -0ec16140cd7b16d2b27a9dbce583168f Test-Base-0.55.tar.gz +a3999c99b32e67c1759ddcb8c2d5a7f6 Test-Base-0.58.tar.gz From mmaslano at fedoraproject.org Mon May 18 05:40:20 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 18 May 2009 05:40:20 +0000 (UTC) Subject: rpms/perl-Syntax-Highlight-Engine-Kate/devel perl-Syntax-Highlight-Engine-Kate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090518054021.04CC370114@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7993 Modified Files: .cvsignore sources Added Files: perl-Syntax-Highlight-Engine-Kate.spec Log Message: * Tue May 5 2009 Marcela Ma??l????ov?? 0.04-4 - add BR --- NEW FILE perl-Syntax-Highlight-Engine-Kate.spec --- Name: perl-Syntax-Highlight-Engine-Kate Version: 0.04 Release: 4%{?dist} Summary: Port to Perl of the syntax highlight engine of the Kate texteditor License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/ Source0: http://www.cpan.org/authors/id/H/HA/HANJE/Syntax-Highlight-Engine-Kate-%{version}.tar.gz # http://rt.cpan.org/Public/Bug/Display.html?id=45512 Patch0: Syntax-Highlight-Engine-Kate-0.04-notdefined.patch 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 Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight engine of the Kate text editor. %prep %setup -q -n Syntax-Highlight-Engine-Kate-%{version} %patch0 -p1 rm -rf lib/Syntax/Highlight/Engine/Kate/Alerts find -type f -exec chmod -x {} \; %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 OPTIMIZE="$RPM_OPT_FLAGS" find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; 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/* chmod 644 Changes chmod 644 REGISTERED %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README REGISTERED %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 5 2009 Marcela Ma??l????ov?? 0.04-4 - add BR * Mon May 4 2009 Marcela Ma??l????ov?? 0.04-3 - noarch, remove doubled Alerts * Wed Apr 23 2009 Marcela Ma??l????ov?? 0.04-2 - generate again new spec * Wed Apr 22 2009 Marcela Ma??l????ov?? 0.04-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 15 May 2009 23:52:45 -0000 1.1 +++ .cvsignore 18 May 2009 05:39:50 -0000 1.2 @@ -0,0 +1,2 @@ +Syntax-Highlight-Engine-Kate-0.04-notdefined.patch +Syntax-Highlight-Engine-Kate-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 15 May 2009 23:52:45 -0000 1.1 +++ sources 18 May 2009 05:39:50 -0000 1.2 @@ -0,0 +1,2 @@ +4b70ee4290e4f6cd20d022a36ca16ccd Syntax-Highlight-Engine-Kate-0.04-notdefined.patch +7f94ab9430a4c8504bb93c7974bb7493 Syntax-Highlight-Engine-Kate-0.04.tar.gz From mmaslano at fedoraproject.org Mon May 18 05:43:00 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 18 May 2009 05:43:00 +0000 (UTC) Subject: rpms/perl-Wx-Perl-DataWalker/devel perl-Wx-Perl-DataWalker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090518054300.96D0370114@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Wx-Perl-DataWalker/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8696 Modified Files: .cvsignore sources Added Files: perl-Wx-Perl-DataWalker.spec Log Message: * Tue May 5 2009 Marcela Ma??l????ov?? 0.02-3 - remove release from BR --- NEW FILE perl-Wx-Perl-DataWalker.spec --- Name: perl-Wx-Perl-DataWalker Version: 0.02 Release: 3%{?dist} Summary: Implement subclass that shows relatively simple structure License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Wx-Perl-DataWalker/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Wx-Perl-DataWalker-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::XSAccessor) >= 0.06 BuildRequires: perl(Devel::Size) >= 0.71 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Wx) >= 0.88 BuildRequires: perl(YAML::XS) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Wx::Perl::DataWalker implements a Wx::Frame subclass that shows a relatively simple Perl data structure browser. After opening such a frame and supplying it with a reference to an essentially arbitrary data structure, you can visually browse it by double-clicking references. %prep %setup -q -n Wx-Perl-DataWalker-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 5 2009 Marcela Ma??l????ov?? 0.02-3 - remove release from BR * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.02-2 - add BR * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.02-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx-Perl-DataWalker/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 15 May 2009 23:53:52 -0000 1.1 +++ .cvsignore 18 May 2009 05:42:30 -0000 1.2 @@ -0,0 +1 @@ +Wx-Perl-DataWalker-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx-Perl-DataWalker/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 15 May 2009 23:53:52 -0000 1.1 +++ sources 18 May 2009 05:42:30 -0000 1.2 @@ -0,0 +1 @@ +a020b3fe0837eeb74363a8f4fb59ead5 Wx-Perl-DataWalker-0.02.tar.gz From mmaslano at fedoraproject.org Mon May 18 05:54:49 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 18 May 2009 05:54:49 +0000 (UTC) Subject: rpms/perl-Syntax-Highlight-Engine-Kate/F-11 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090518055449.1F5B370114@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11812 Modified Files: .cvsignore sources Log Message: * Tue May 5 2009 Marcela Ma??l????ov?? 0.04-4 - add BR Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 15 May 2009 23:52:45 -0000 1.1 +++ .cvsignore 18 May 2009 05:54:18 -0000 1.2 @@ -0,0 +1,2 @@ +Syntax-Highlight-Engine-Kate-0.04-notdefined.patch +Syntax-Highlight-Engine-Kate-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 15 May 2009 23:52:45 -0000 1.1 +++ sources 18 May 2009 05:54:18 -0000 1.2 @@ -0,0 +1,2 @@ +4b70ee4290e4f6cd20d022a36ca16ccd Syntax-Highlight-Engine-Kate-0.04-notdefined.patch +7f94ab9430a4c8504bb93c7974bb7493 Syntax-Highlight-Engine-Kate-0.04.tar.gz From mmaslano at fedoraproject.org Mon May 18 05:55:08 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 18 May 2009 05:55:08 +0000 (UTC) Subject: rpms/perl-Wx-Perl-DataWalker/F-11 perl-Wx-Perl-DataWalker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090518055508.CEC0370114@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Wx-Perl-DataWalker/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11906 Modified Files: .cvsignore sources Added Files: perl-Wx-Perl-DataWalker.spec Log Message: * Tue May 5 2009 Marcela Ma??l????ov?? 0.02-3 - remove release from BR --- NEW FILE perl-Wx-Perl-DataWalker.spec --- Name: perl-Wx-Perl-DataWalker Version: 0.02 Release: 3%{?dist} Summary: Implement subclass that shows relatively simple structure License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Wx-Perl-DataWalker/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Wx-Perl-DataWalker-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::XSAccessor) >= 0.06 BuildRequires: perl(Devel::Size) >= 0.71 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Wx) >= 0.88 BuildRequires: perl(YAML::XS) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Wx::Perl::DataWalker implements a Wx::Frame subclass that shows a relatively simple Perl data structure browser. After opening such a frame and supplying it with a reference to an essentially arbitrary data structure, you can visually browse it by double-clicking references. %prep %setup -q -n Wx-Perl-DataWalker-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 5 2009 Marcela Ma??l????ov?? 0.02-3 - remove release from BR * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.02-2 - add BR * Wed Apr 29 2009 Marcela Ma??l????ov?? 0.02-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx-Perl-DataWalker/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 15 May 2009 23:53:52 -0000 1.1 +++ .cvsignore 18 May 2009 05:54:38 -0000 1.2 @@ -0,0 +1 @@ +Wx-Perl-DataWalker-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx-Perl-DataWalker/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 15 May 2009 23:53:52 -0000 1.1 +++ sources 18 May 2009 05:54:38 -0000 1.2 @@ -0,0 +1 @@ +a020b3fe0837eeb74363a8f4fb59ead5 Wx-Perl-DataWalker-0.02.tar.gz From mmaslano at fedoraproject.org Mon May 18 06:03:32 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 18 May 2009 06:03:32 +0000 (UTC) Subject: rpms/perl-Syntax-Highlight-Engine-Kate/F-11 perl-Syntax-Highlight-Engine-Kate.spec, NONE, 1.1 Message-ID: <20090518060332.738E670114@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13905 Added Files: perl-Syntax-Highlight-Engine-Kate.spec Log Message: * Tue May 5 2009 Marcela Ma??l????ov?? 0.04-4 - add BR --- NEW FILE perl-Syntax-Highlight-Engine-Kate.spec --- Name: perl-Syntax-Highlight-Engine-Kate Version: 0.04 Release: 4%{?dist} Summary: Port to Perl of the syntax highlight engine of the Kate texteditor License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/ Source0: http://www.cpan.org/authors/id/H/HA/HANJE/Syntax-Highlight-Engine-Kate-%{version}.tar.gz # http://rt.cpan.org/Public/Bug/Display.html?id=45512 Patch0: Syntax-Highlight-Engine-Kate-0.04-notdefined.patch 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 Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight engine of the Kate text editor. %prep %setup -q -n Syntax-Highlight-Engine-Kate-%{version} %patch0 -p1 rm -rf lib/Syntax/Highlight/Engine/Kate/Alerts find -type f -exec chmod -x {} \; %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 OPTIMIZE="$RPM_OPT_FLAGS" find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; 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/* chmod 644 Changes chmod 644 REGISTERED %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README REGISTERED %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 5 2009 Marcela Ma??l????ov?? 0.04-4 - add BR * Mon May 4 2009 Marcela Ma??l????ov?? 0.04-3 - noarch, remove doubled Alerts * Wed Apr 23 2009 Marcela Ma??l????ov?? 0.04-2 - generate again new spec * Wed Apr 22 2009 Marcela Ma??l????ov?? 0.04-1 - Specfile autogenerated by cpanspec 1.78. From mmaslano at fedoraproject.org Mon May 18 06:03:46 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 18 May 2009 06:03:46 +0000 (UTC) Subject: rpms/perl-PAR-Packer/devel perl-PAR-Packer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090518060346.8ABFA70114@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-PAR-Packer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13795 Modified Files: .cvsignore sources Added Files: perl-PAR-Packer.spec Log Message: * Mon Apr 27 2009 Marcela Ma??l????ov?? 0.991-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE perl-PAR-Packer.spec --- Name: perl-PAR-Packer Version: 0.991 Release: 1%{?dist} Summary: PAR Packager License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PAR-Packer/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/PAR-Packer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Archive::Zip) >= 1 BuildRequires: perl(Compress::Zlib) >= 1.3 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::Embed) BuildRequires: perl(Getopt::ArgvFile) >= 1.07 BuildRequires: perl(Module::ScanDeps) >= 0.78 BuildRequires: perl(PAR) >= 0.977 BuildRequires: perl(PAR::Dist) >= 0.22 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module implements the App::Packer::Backend interface, for generating stand-alone executables, perl scripts and PAR files. %prep %setup -q -n PAR-Packer-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %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 AUTHORS ChangeLog README TODO /usr/lib/perl5/vendor_perl/5.10.0/* %{_bindir}/par.pl %{_bindir}/parl %{_bindir}/parldyn %{_bindir}/pp %{_bindir}/tkpp %{_mandir}/man1/*.1.gz %{_mandir}/man3/* %changelog * Mon Apr 27 2009 Marcela Ma??l????ov?? 0.991-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR-Packer/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 May 2009 01:11:35 -0000 1.1 +++ .cvsignore 18 May 2009 06:03:16 -0000 1.2 @@ -0,0 +1 @@ +PAR-Packer-0.991.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR-Packer/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 May 2009 01:11:35 -0000 1.1 +++ sources 18 May 2009 06:03:16 -0000 1.2 @@ -0,0 +1 @@ +dcc41e19cedf917ffcb8acb3a97d1d1d PAR-Packer-0.991.tar.gz From mmaslano at fedoraproject.org Mon May 18 06:19:22 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 18 May 2009 06:19:22 +0000 (UTC) Subject: rpms/perl-PAR-Packer/F-11 perl-PAR-Packer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090518061922.8602570114@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-PAR-Packer/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17743 Modified Files: .cvsignore sources Added Files: perl-PAR-Packer.spec Log Message: * Mon Apr 27 2009 Marcela Ma??l????ov?? 0.991-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE perl-PAR-Packer.spec --- Name: perl-PAR-Packer Version: 0.991 Release: 1%{?dist} Summary: PAR Packager License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PAR-Packer/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/PAR-Packer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Archive::Zip) >= 1 BuildRequires: perl(Compress::Zlib) >= 1.3 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::Embed) BuildRequires: perl(Getopt::ArgvFile) >= 1.07 BuildRequires: perl(Module::ScanDeps) >= 0.78 BuildRequires: perl(PAR) >= 0.977 BuildRequires: perl(PAR::Dist) >= 0.22 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module implements the App::Packer::Backend interface, for generating stand-alone executables, perl scripts and PAR files. %prep %setup -q -n PAR-Packer-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %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 AUTHORS ChangeLog README TODO /usr/lib/perl5/vendor_perl/5.10.0/* %{_bindir}/par.pl %{_bindir}/parl %{_bindir}/parldyn %{_bindir}/pp %{_bindir}/tkpp %{_mandir}/man1/*.1.gz %{_mandir}/man3/* %changelog * Mon Apr 27 2009 Marcela Ma??l????ov?? 0.991-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR-Packer/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 May 2009 01:11:35 -0000 1.1 +++ .cvsignore 18 May 2009 06:18:52 -0000 1.2 @@ -0,0 +1 @@ +PAR-Packer-0.991.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR-Packer/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 May 2009 01:11:35 -0000 1.1 +++ sources 18 May 2009 06:18:52 -0000 1.2 @@ -0,0 +1 @@ +dcc41e19cedf917ffcb8acb3a97d1d1d PAR-Packer-0.991.tar.gz From bugzilla at redhat.com Mon May 18 15:02:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 18 May 2009 11:02:47 -0400 Subject: [Bug 464964] FTBFS perl-RRD-Simple-1.43-3.fc9 In-Reply-To: References: Message-ID: <200905181502.n4IF2l36023708@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=464964 Bug Zapper changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |10 Bill Nottingham changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |notting at redhat.com Blocks|463452(F10FTBFS) |486693(F11FTBFS) --- Comment #7 from Bug Zapper 2008-11-25 22:19:53 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 cweyl at alumni.drew.edu Mon May 18 19:04:09 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Mon, 18 May 2009 12:04:09 -0700 Subject: Mass-Moose, Catalyst, DBIC updates Message-ID: <7dd7ab490905181204t60e548dfof9bd5b5b4bca0033@mail.gmail.com> Hey all -- So, with recent significant revisions to core Catalyst, DBIC, and Moose[1], it's time... Time to bring them all up to the latest GA levels on the CPAN. My current plan is: I'll bring everything Moose up to the latest in rawhide. (Generally speaking perl-Class-MOP, perl-Moose, then perl-Moose*). After that's in place, I'll do perl-DBIx-Class' prereqs, DBIC proper, and then anything perl-DBIx-Class*; after that Catalyst and all perl-Catalyst*. After F-11 GA's, I'll do the same thing, but with the appropriate buildroot overrides (which I'll announce here to keep Bad Things from happening). I'll build and release everything Moose in one update, then DBIC, then Catalyst. I'll let the updates linger in testing longer than normal and announce them here. If there are no screams, I'll start in on this (as time permits) over the next couple days or so. -Chris [1] I know, nothing "hugely major "here. But given Catalyst/etc are starting to depend on it, I'd rather have everything Moose at latest CPAN levels. -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From cweyl at fedoraproject.org Tue May 19 02:06:52 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:06:52 +0000 (UTC) Subject: rpms/perl-Class-C3-Adopt-NEXT/F-11 perl-Class-C3-Adopt-NEXT.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090519020652.E693570114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25763 Modified Files: perl-Class-C3-Adopt-NEXT.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(Test::Exception) (0 => 0.27) Index: perl-Class-C3-Adopt-NEXT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-11/perl-Class-C3-Adopt-NEXT.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Class-C3-Adopt-NEXT.spec 26 Feb 2009 12:37:37 -0000 1.3 +++ perl-Class-C3-Adopt-NEXT.spec 19 May 2009 02:06:22 -0000 1.4 @@ -1,13 +1,13 @@ -Name: perl-Class-C3-Adopt-NEXT -Version: 0.07 -Release: 2%{?dist} +Name: perl-Class-C3-Adopt-NEXT +Version: 0.10 +Release: 1%{?dist} # lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries Summary: Reduce one's dependency on NEXT -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-C3-Adopt-NEXT -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -17,18 +17,18 @@ BuildRequires: perl(MRO::Compat) BuildRequires: perl(NEXT) # test BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Exception) >= 0.27 %description -NEXT was a good solution a few years ago, but isn't any more. It's +NEXT was a good solution a few years ago, but isn't any more. It's slow, and the order in which it re-dispatches methods appears random at times. It also encourages bad programming practices, as you end up with code to redispatch methods when all you really wanted to do was run some code before or after a method fired. However, if you have a large application, then weaning yourself off 'NEXT' isn't easy.This module is intended as a drop-in replacement for NEXT, supporting the same interface, -but using Class::C3 to do the hard work. You can then write new code +but using Class::C3 to do the hard work. You can then write new code without 'NEXT', and migrate individual source files to use 'Class::C3' or method modifiers as appropriate, at whatever pace you're comfortable with. @@ -54,15 +54,19 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.10-1 +- auto-update to 0.10 (by cpan-spec-update 0.01) +- altered br on perl(Test::Exception) (0 => 0.27) + * Thu Feb 26 2009 Fedora Release Engineering - 0.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -75,4 +79,3 @@ rm -rf %{buildroot} * Tue Feb 10 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 23 Feb 2009 05:23:23 -0000 1.3 +++ sources 19 May 2009 02:06:22 -0000 1.4 @@ -1 +1 @@ -717030a4d5abe25d494124dc935b1158 Class-C3-Adopt-NEXT-0.07.tar.gz +5827721780a1563257e7a3c9d57a91d2 Class-C3-Adopt-NEXT-0.10.tar.gz From cweyl at fedoraproject.org Tue May 19 02:07:08 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:07:08 +0000 (UTC) Subject: rpms/perl-Class-C3-Adopt-NEXT/F-10 perl-Class-C3-Adopt-NEXT.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090519020708.1224470114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25852 Modified Files: perl-Class-C3-Adopt-NEXT.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(Test::Exception) (0 => 0.27) Index: perl-Class-C3-Adopt-NEXT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10/perl-Class-C3-Adopt-NEXT.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Class-C3-Adopt-NEXT.spec 23 Feb 2009 05:30:52 -0000 1.2 +++ perl-Class-C3-Adopt-NEXT.spec 19 May 2009 02:06:37 -0000 1.3 @@ -1,13 +1,13 @@ -Name: perl-Class-C3-Adopt-NEXT -Version: 0.07 -Release: 1%{?dist} +Name: perl-Class-C3-Adopt-NEXT +Version: 0.10 +Release: 1%{?dist} # lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries Summary: Reduce one's dependency on NEXT -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-C3-Adopt-NEXT -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -17,18 +17,18 @@ BuildRequires: perl(MRO::Compat) BuildRequires: perl(NEXT) # test BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Exception) >= 0.27 %description -NEXT was a good solution a few years ago, but isn't any more. It's +NEXT was a good solution a few years ago, but isn't any more. It's slow, and the order in which it re-dispatches methods appears random at times. It also encourages bad programming practices, as you end up with code to redispatch methods when all you really wanted to do was run some code before or after a method fired. However, if you have a large application, then weaning yourself off 'NEXT' isn't easy.This module is intended as a drop-in replacement for NEXT, supporting the same interface, -but using Class::C3 to do the hard work. You can then write new code +but using Class::C3 to do the hard work. You can then write new code without 'NEXT', and migrate individual source files to use 'Class::C3' or method modifiers as appropriate, at whatever pace you're comfortable with. @@ -54,15 +54,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.10-1 +- auto-update to 0.10 (by cpan-spec-update 0.01) +- altered br on perl(Test::Exception) (0 => 0.27) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.07-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Feb 22 2009 Chris Weyl 0.07-1 - update to 0.07 @@ -72,4 +79,3 @@ rm -rf %{buildroot} * Tue Feb 10 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 23 Feb 2009 05:30:52 -0000 1.3 +++ sources 19 May 2009 02:06:37 -0000 1.4 @@ -1 +1 @@ -717030a4d5abe25d494124dc935b1158 Class-C3-Adopt-NEXT-0.07.tar.gz +5827721780a1563257e7a3c9d57a91d2 Class-C3-Adopt-NEXT-0.10.tar.gz From cweyl at fedoraproject.org Tue May 19 02:09:19 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:09:19 +0000 (UTC) Subject: rpms/perl-B-Hooks-EndOfScope/devel .cvsignore, 1.3, 1.4 perl-B-Hooks-EndOfScope.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090519020919.A6D9670114@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-serv26578 Modified Files: .cvsignore perl-B-Hooks-EndOfScope.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.08-1 - auto-update to 0.08 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - altered br on perl(Variable::Magic) (0.31 => 0.34) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 8 Mar 2009 20:47:00 -0000 1.3 +++ .cvsignore 19 May 2009 02:08:49 -0000 1.4 @@ -1 +1 @@ -B-Hooks-EndOfScope-0.07.tar.gz +B-Hooks-EndOfScope-0.08.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.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-B-Hooks-EndOfScope.spec 8 Mar 2009 20:47:00 -0000 1.3 +++ perl-B-Hooks-EndOfScope.spec 19 May 2009 02:08:49 -0000 1.4 @@ -1,18 +1,18 @@ -Name: perl-B-Hooks-EndOfScope -Version: 0.07 -Release: 1%{?dist} +Name: perl-B-Hooks-EndOfScope +Version: 0.08 +Release: 1%{?dist} # see lib/B/Hooks/EndOfScope.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Execute code after scope compilation finishes -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-EndOfScope-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-EndOfScope-%{version}.tar.gz Url: http://search.cpan.org/dist/B-Hooks-EndOfScope -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Variable::Magic) >= 0.31 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Variable::Magic) >= 0.34 BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::More) @@ -40,7 +40,7 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -49,6 +49,11 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.08-1 +- auto-update to 0.08 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- altered br on perl(Variable::Magic) (0.31 => 0.34) + * Sun Mar 08 2009 Chris Weyl 0.07-1 - update to 0.07 @@ -61,4 +66,3 @@ rm -rf %{buildroot} * Sat Nov 08 2008 Chris Weyl 0.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 8 Mar 2009 20:47:00 -0000 1.3 +++ sources 19 May 2009 02:08:49 -0000 1.4 @@ -1 +1 @@ -07bae81967dd4075f54aa839e70482e7 B-Hooks-EndOfScope-0.07.tar.gz +c770f55ce0205bcbb5824e4ec28431fd B-Hooks-EndOfScope-0.08.tar.gz From cweyl at fedoraproject.org Tue May 19 02:12:32 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:12:32 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.30, 1.31 perl-Class-MOP.spec, 1.35, 1.36 sources, 1.28, 1.29 Message-ID: <20090519021232.EC08A7012C@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-serv27448 Modified Files: .cvsignore perl-Class-MOP.spec sources Log Message: * Wed May 13 2009 Chris Weyl 0.84-1 - update to 0.84 - altered br on perl(Test::Exception) (0.21 => 0.27) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- .cvsignore 4 May 2009 15:58:14 -0000 1.30 +++ .cvsignore 19 May 2009 02:12:02 -0000 1.31 @@ -1,2 +1 @@ -Class-MOP-0.81.tar.gz -Class-MOP-* +Class-MOP-0.84.tar.gz Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- perl-Class-MOP.spec 4 May 2009 15:58:15 -0000 1.35 +++ perl-Class-MOP.spec 19 May 2009 02:12:02 -0000 1.36 @@ -1,16 +1,16 @@ Name: perl-Class-MOP -Version: 0.81 -Release: 2%{?dist} +Version: 0.84 +Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-MOP/ -Source0: http://www.cpan.org/modules/by-module/Class/Class-MOP-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-MOP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.77 BuildRequires: perl(B) # cpan BuildRequires: perl(Module::Build) @@ -23,7 +23,7 @@ BuildRequires: perl(Algorithm::C3) BuildRequires: perl(Class::C3) BuildRequires: perl(Devel::GlobalDestruction) BuildRequires: perl(SUPER) -BuildRequires: perl(Test::Exception) >= 0.21 +BuildRequires: perl(Test::Exception) >= 0.27 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) @@ -38,6 +38,13 @@ Requires: perl(Devel::GlobalDestru %global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" %global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" +### auto-added brs! +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Scalar::Util) >= 1.18 +BuildRequires: perl(File::Spec) +BuildRequires: perl(Task::Weaken) +BuildRequires: perl(Carp) + %description This module is an attempt to create a meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics @@ -53,7 +60,7 @@ love. %setup -q -n Class-MOP-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -63,7 +70,7 @@ make pure_install PERL_INSTALL_ROOT=%{bu find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} + -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* @@ -81,6 +88,19 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed May 13 2009 Chris Weyl 0.84-1 +- update to 0.84 +- altered br on perl(Test::Exception) (0.21 => 0.27) + +* Wed May 13 2009 Chris Weyl 0.83-1 +- update to 0.83 +- added a new br on perl(ExtUtils::MakeMaker) (version 6.42) +- added a new br on perl(Scalar::Util) (version 1.18) +- added a new br on perl(File::Spec) (version 0) +- altered br on perl(Test::More) (0 => 0.77) +- added a new br on perl(Task::Weaken) (version 0) +- added a new br on perl(Carp) (version 0) + * Mon May 04 2009 Chris Weyl 0.81-2 - fix .so filter to not trash the rtld (and other) symbols - bring files in line with new arch-specific model Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- sources 19 Apr 2009 00:33:58 -0000 1.28 +++ sources 19 May 2009 02:12:02 -0000 1.29 @@ -1 +1 @@ -b95da41b87881b8df325e5693e7a3fa8 Class-MOP-0.81.tar.gz +2ec2af7fab27774fc90292f932480c62 Class-MOP-0.84.tar.gz From cweyl at fedoraproject.org Tue May 19 02:30:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:30:18 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Flexible/devel .cvsignore, 1.2, 1.3 perl-DateTime-Format-Flexible.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090519023018.0BE8270114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Flexible/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31891 Modified Files: .cvsignore perl-DateTime-Format-Flexible.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.08-1 - auto-update to 0.08 (by cpan-spec-update 0.01) - added a new br on perl(DateTime::TimeZone) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 Jan 2009 22:30:00 -0000 1.2 +++ .cvsignore 19 May 2009 02:29:47 -0000 1.3 @@ -1 +1 @@ -DateTime-Format-Flexible-0.05.tar.gz +DateTime-Format-Flexible-0.08.tar.gz Index: perl-DateTime-Format-Flexible.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/devel/perl-DateTime-Format-Flexible.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-DateTime-Format-Flexible.spec 26 Feb 2009 14:52:12 -0000 1.2 +++ perl-DateTime-Format-Flexible.spec 19 May 2009 02:29:47 -0000 1.3 @@ -1,17 +1,17 @@ -Name: perl-DateTime-Format-Flexible -Version: 0.05 -Release: 2%{?dist} +Name: perl-DateTime-Format-Flexible +Version: 0.08 +Release: 1%{?dist} # see LICENSE License: GPL+ or Artistic Group: Development/Libraries Summary: Flexibly parse strings and turn them into DateTime objects -Source: http://search.cpan.org/CPAN/authors/id/T/TH/THINC/DateTime-Format-Flexible-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/T/TH/THINC/DateTime-Format-Flexible-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Format-Flexible -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Builder) >= 0.74 BuildRequires: perl(Readonly) >= 0.06 @@ -23,6 +23,9 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +### auto-added brs! +BuildRequires: perl(DateTime::TimeZone) + %description If you have ever had to use a program that made you type in the date a certain way and thought "Why can't the computer just figure out what date I @@ -54,15 +57,19 @@ find %{buildroot} -depth -type d -exec r TEST_POD=1 make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE README Changes example/ +%doc LICENSE README Changes example/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue May 19 2009 Chris Weyl 0.08-1 +- auto-update to 0.08 (by cpan-spec-update 0.01) +- added a new br on perl(DateTime::TimeZone) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 0.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -72,4 +79,3 @@ rm -rf %{buildroot} * Sun Dec 07 2008 Chris Weyl 0.05-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.6) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Jan 2009 22:30:00 -0000 1.2 +++ sources 19 May 2009 02:29:47 -0000 1.3 @@ -1 +1 @@ -1730dc9919c9dd73913c4fe3159c9bc3 DateTime-Format-Flexible-0.05.tar.gz +7f004d2cdbc16909c915bc08e56e6848 DateTime-Format-Flexible-0.08.tar.gz From cweyl at fedoraproject.org Tue May 19 02:36:06 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:36:06 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Flexible/F-11 perl-DateTime-Format-Flexible.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090519023606.018BA70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1378 Modified Files: perl-DateTime-Format-Flexible.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.08-1 - auto-update to 0.08 (by cpan-spec-update 0.01) - added a new br on perl(DateTime::TimeZone) (version 0) Index: perl-DateTime-Format-Flexible.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-11/perl-DateTime-Format-Flexible.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-DateTime-Format-Flexible.spec 26 Feb 2009 14:52:12 -0000 1.2 +++ perl-DateTime-Format-Flexible.spec 19 May 2009 02:35:35 -0000 1.3 @@ -1,17 +1,17 @@ -Name: perl-DateTime-Format-Flexible -Version: 0.05 -Release: 2%{?dist} +Name: perl-DateTime-Format-Flexible +Version: 0.08 +Release: 1%{?dist} # see LICENSE License: GPL+ or Artistic Group: Development/Libraries Summary: Flexibly parse strings and turn them into DateTime objects -Source: http://search.cpan.org/CPAN/authors/id/T/TH/THINC/DateTime-Format-Flexible-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/T/TH/THINC/DateTime-Format-Flexible-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Format-Flexible -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Builder) >= 0.74 BuildRequires: perl(Readonly) >= 0.06 @@ -23,6 +23,9 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +### auto-added brs! +BuildRequires: perl(DateTime::TimeZone) + %description If you have ever had to use a program that made you type in the date a certain way and thought "Why can't the computer just figure out what date I @@ -54,15 +57,19 @@ find %{buildroot} -depth -type d -exec r TEST_POD=1 make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE README Changes example/ +%doc LICENSE README Changes example/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue May 19 2009 Chris Weyl 0.08-1 +- auto-update to 0.08 (by cpan-spec-update 0.01) +- added a new br on perl(DateTime::TimeZone) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 0.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -72,4 +79,3 @@ rm -rf %{buildroot} * Sun Dec 07 2008 Chris Weyl 0.05-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.6) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Jan 2009 22:30:00 -0000 1.2 +++ sources 19 May 2009 02:35:35 -0000 1.3 @@ -1 +1 @@ -1730dc9919c9dd73913c4fe3159c9bc3 DateTime-Format-Flexible-0.05.tar.gz +7f004d2cdbc16909c915bc08e56e6848 DateTime-Format-Flexible-0.08.tar.gz From cweyl at fedoraproject.org Tue May 19 02:36:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:36:18 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Flexible/F-10 perl-DateTime-Format-Flexible.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090519023618.7E4F870114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1468 Modified Files: perl-DateTime-Format-Flexible.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.08-1 - auto-update to 0.08 (by cpan-spec-update 0.01) - added a new br on perl(DateTime::TimeZone) (version 0) Index: perl-DateTime-Format-Flexible.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-10/perl-DateTime-Format-Flexible.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-DateTime-Format-Flexible.spec 11 Jan 2009 22:31:13 -0000 1.1 +++ perl-DateTime-Format-Flexible.spec 19 May 2009 02:35:48 -0000 1.2 @@ -1,17 +1,17 @@ -Name: perl-DateTime-Format-Flexible -Version: 0.05 +Name: perl-DateTime-Format-Flexible +Version: 0.08 Release: 1%{?dist} # see LICENSE License: GPL+ or Artistic Group: Development/Libraries Summary: Flexibly parse strings and turn them into DateTime objects -Source: http://search.cpan.org/CPAN/authors/id/T/TH/THINC/DateTime-Format-Flexible-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/T/TH/THINC/DateTime-Format-Flexible-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Format-Flexible -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Builder) >= 0.74 BuildRequires: perl(Readonly) >= 0.06 @@ -23,6 +23,9 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +### auto-added brs! +BuildRequires: perl(DateTime::TimeZone) + %description If you have ever had to use a program that made you type in the date a certain way and thought "Why can't the computer just figure out what date I @@ -54,19 +57,25 @@ find %{buildroot} -depth -type d -exec r TEST_POD=1 make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE README Changes example/ +%doc LICENSE README Changes example/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue May 19 2009 Chris Weyl 0.08-1 +- auto-update to 0.08 (by cpan-spec-update 0.01) +- added a new br on perl(DateTime::TimeZone) (version 0) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.05-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Jan 07 2009 Chris Weyl 0.05-1 - brush up for submission * Sun Dec 07 2008 Chris Weyl 0.05-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.6) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Jan 2009 22:31:13 -0000 1.2 +++ sources 19 May 2009 02:35:48 -0000 1.3 @@ -1 +1 @@ -1730dc9919c9dd73913c4fe3159c9bc3 DateTime-Format-Flexible-0.05.tar.gz +7f004d2cdbc16909c915bc08e56e6848 DateTime-Format-Flexible-0.08.tar.gz From cweyl at fedoraproject.org Tue May 19 02:42:30 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:42:30 +0000 (UTC) Subject: rpms/perl-DateTime-Format-HTTP/F-11 perl-DateTime-Format-HTTP.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090519024230.8686470114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3268 Modified Files: perl-DateTime-Format-HTTP.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.38-2 - rearrange the files in doc as the tarball has changed contents Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-11/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-DateTime-Format-HTTP.spec 26 Feb 2009 14:53:06 -0000 1.6 +++ perl-DateTime-Format-HTTP.spec 19 May 2009 02:42:00 -0000 1.7 @@ -1,23 +1,25 @@ Name: perl-DateTime-Format-HTTP -Version: 0.37 -Release: 4%{?dist} -Summary: HTTP protocol date conversion routines +Version: 0.38 +Release: 2%{?dist} +Summary: HTTP protocol date conversion routines Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/DateTime-Format-HTTP -Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/DateTime-Format-HTTP +Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(DateTime) >= 0.17, perl(HTTP::Date) => 1.44 -BuildRequires: perl(Test::More) >= 0.47, perl(Module::Build) +BuildRequires: perl(DateTime) >= 0.17 +BuildRequires: perl(HTTP::Date) => 1.44 +BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(Module::Build) BuildRequires: perl(File::Find::Rule) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -This module provides functions that deal with the date formats used by the +This module provides functions that deal with the date formats used by the HTTP protocol (and then some). @@ -29,16 +31,13 @@ HTTP protocol (and then some). %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} -# American English, bitte -mv LICENCE LICENSE - %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -52,12 +51,18 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README +%doc LICENSE Changes CREDITS README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.38-2 +- rearrange the files in doc as the tarball has changed contents + +* Sun May 17 2009 Chris Weyl 0.38-1 +- auto-update to 0.38 (by cpan-spec-update 0.01) + * Thu Feb 26 2009 Fedora Release Engineering - 0.37-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -78,5 +83,5 @@ rm -rf %{buildroot} * Sun Aug 06 2006 Chris Weyl 0.36-2 - add missing buildrequires: perl(File::Find::Rule) -* Fri Aug 04 2006 Chris Weyl 0.36-1 +* Fri Aug 04 2006 Chris Weyl 0.36-1 - Initial spec file for F-E Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 10 Aug 2006 01:47:11 -0000 1.3 +++ sources 19 May 2009 02:42:00 -0000 1.4 @@ -1 +1 @@ -3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz +6c26e1eb48d0f3b0e2075d3be54e96e6 DateTime-Format-HTTP-0.38.tar.gz From cweyl at fedoraproject.org Tue May 19 02:42:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:42:46 +0000 (UTC) Subject: rpms/perl-DateTime-Format-HTTP/F-10 perl-DateTime-Format-HTTP.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090519024246.C602A70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3352 Modified Files: perl-DateTime-Format-HTTP.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.38-2 - rearrange the files in doc as the tarball has changed contents Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-10/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-DateTime-Format-HTTP.spec 4 Mar 2008 19:26:59 -0000 1.5 +++ perl-DateTime-Format-HTTP.spec 19 May 2009 02:42:16 -0000 1.6 @@ -1,23 +1,25 @@ Name: perl-DateTime-Format-HTTP -Version: 0.37 -Release: 3%{?dist} -Summary: HTTP protocol date conversion routines +Version: 0.38 +Release: 2%{?dist} +Summary: HTTP protocol date conversion routines Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/DateTime-Format-HTTP -Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/DateTime-Format-HTTP +Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(DateTime) >= 0.17, perl(HTTP::Date) => 1.44 -BuildRequires: perl(Test::More) >= 0.47, perl(Module::Build) +BuildRequires: perl(DateTime) >= 0.17 +BuildRequires: perl(HTTP::Date) => 1.44 +BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(Module::Build) BuildRequires: perl(File::Find::Rule) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -This module provides functions that deal with the date formats used by the +This module provides functions that deal with the date formats used by the HTTP protocol (and then some). @@ -29,16 +31,13 @@ HTTP protocol (and then some). %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} -# American English, bitte -mv LICENCE LICENSE - %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -52,12 +51,21 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README +%doc LICENSE Changes CREDITS README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.38-2 +- rearrange the files in doc as the tarball has changed contents + +* Sun May 17 2009 Chris Weyl 0.38-1 +- auto-update to 0.38 (by cpan-spec-update 0.01) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.37-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Mar 4 2008 Tom "spot" Callaway 0.37-3 - rebuild for new perl @@ -75,5 +83,5 @@ rm -rf %{buildroot} * Sun Aug 06 2006 Chris Weyl 0.36-2 - add missing buildrequires: perl(File::Find::Rule) -* Fri Aug 04 2006 Chris Weyl 0.36-1 +* Fri Aug 04 2006 Chris Weyl 0.36-1 - Initial spec file for F-E Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 10 Aug 2006 01:47:11 -0000 1.3 +++ sources 19 May 2009 02:42:16 -0000 1.4 @@ -1 +1 @@ -3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz +6c26e1eb48d0f3b0e2075d3be54e96e6 DateTime-Format-HTTP-0.38.tar.gz From cweyl at fedoraproject.org Tue May 19 02:46:14 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 02:46:14 +0000 (UTC) Subject: rpms/perl-DateTimeX-Easy/devel .cvsignore, 1.2, 1.3 perl-DateTimeX-Easy.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090519024614.B978470114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTimeX-Easy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4850 Modified Files: .cvsignore perl-DateTimeX-Easy.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.087-1 - auto-update to 0.087 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTimeX-Easy/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 14 Jan 2009 23:13:24 -0000 1.2 +++ .cvsignore 19 May 2009 02:45:44 -0000 1.3 @@ -1 +1 @@ -DateTimeX-Easy-0.085.tar.gz +DateTimeX-Easy-0.087.tar.gz Index: perl-DateTimeX-Easy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTimeX-Easy/devel/perl-DateTimeX-Easy.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-DateTimeX-Easy.spec 26 Feb 2009 15:04:25 -0000 1.2 +++ perl-DateTimeX-Easy.spec 19 May 2009 02:45:44 -0000 1.3 @@ -1,17 +1,17 @@ -Name: perl-DateTimeX-Easy -Version: 0.085 -Release: 2%{?dist} +Name: perl-DateTimeX-Easy +Version: 0.087 +Release: 1%{?dist} # see lib/DateTimeX/Easy.pm License: GPL+ or Artistic Group: Development/Libraries -Summary: Parse a date/time string using the best method available -Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/DateTimeX-Easy-%{version}.tar.gz +Summary: Parse a date/time string using the best method available +Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/DateTimeX-Easy-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTimeX-Easy -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::DateParse) BuildRequires: perl(DateTime::Format::Flexible) @@ -54,15 +54,19 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue May 19 2009 Chris Weyl 0.087-1 +- auto-update to 0.087 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) + * Thu Feb 26 2009 Fedora Release Engineering - 0.085-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -76,4 +80,3 @@ rm -rf %{buildroot} * Sat Oct 11 2008 Chris Weyl 0.082-1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.1) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTimeX-Easy/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 14 Jan 2009 23:13:24 -0000 1.2 +++ sources 19 May 2009 02:45:44 -0000 1.3 @@ -1 +1 @@ -a43d1aeefd0e3cdac3228df0be053713 DateTimeX-Easy-0.085.tar.gz +231ff4345ff5f7a3092bfdc19c374d51 DateTimeX-Easy-0.087.tar.gz From cweyl at fedoraproject.org Tue May 19 03:13:12 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 03:13:12 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/devel .cvsignore, 1.3, 1.4 perl-Git-CPAN-Patch.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090519031312.249F070114@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-serv10797 Modified Files: .cvsignore perl-Git-CPAN-Patch.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.1.6-1 - auto-update to 0.1.6 (by cpan-spec-update 0.01) - added a new br on perl(Pod::Usage) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Apr 2009 08:02:33 -0000 1.3 +++ .cvsignore 19 May 2009 03:12:41 -0000 1.4 @@ -1 +0,0 @@ -Git-CPAN-Patch-0.1.5.tar.gz Index: perl-Git-CPAN-Patch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/perl-Git-CPAN-Patch.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Git-CPAN-Patch.spec 2 Apr 2009 08:02:33 -0000 1.2 +++ perl-Git-CPAN-Patch.spec 19 May 2009 03:12:41 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Git-CPAN-Patch -Version: 0.1.5 +Version: 0.1.6 Release: 1%{?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 +Source0: http://search.cpan.org/CPAN/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)) @@ -17,6 +17,9 @@ BuildRequires: perl(Parse::BACKPAN::Pac # testing BuildRequires: perl(Test::More) +### auto-added brs! +BuildRequires: perl(Pod::Usage) + %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 @@ -75,6 +78,10 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue May 19 2009 Chris Weyl 0.1.6-1 +- auto-update to 0.1.6 (by cpan-spec-update 0.01) +- added a new br on perl(Pod::Usage) (version 0) + * Sat Mar 28 2009 Chris Weyl 0.1.5-1 - update to 0.1.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Apr 2009 08:02:33 -0000 1.3 +++ sources 19 May 2009 03:12:41 -0000 1.4 @@ -1 +0,0 @@ -5777545c4b9c9021c6b29c114fb72a5c Git-CPAN-Patch-0.1.5.tar.gz From iarnell at fedoraproject.org Tue May 19 04:03:54 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 19 May 2009 04:03:54 +0000 (UTC) Subject: rpms/perl-XML-RSS-LibXML/F-11 perl-XML-RSS-LibXML.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090519040354.CDCB370114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-RSS-LibXML/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22860/F-11 Modified Files: .cvsignore sources Added Files: perl-XML-RSS-LibXML.spec Log Message: initial import --- NEW FILE perl-XML-RSS-LibXML.spec --- Name: perl-XML-RSS-LibXML Version: 0.3004 Release: 1%{?dist} Summary: XML::RSS with XML::LibXML License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-RSS-LibXML/ Source0: http://www.cpan.org/authors/id/D/DM/DMAKI/XML-RSS-LibXML-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Warn) BuildRequires: perl(UNIVERSAL::require) BuildRequires: perl(XML::LibXML) >= 1.66 BuildRequires: perl(XML::LibXML::XPathContext) Requires: perl(Class::Accessor::Fast) Requires: perl(Exporter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of XML::RSS' XML::Parser (expat), while trying to keep interface compatibility with XML::RSS. %prep %setup -q -n XML-RSS-LibXML-%{version} # pod-coverage test fails rm t/pod-coverage.t %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=yep make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat May 16 2009 Iain Arnell 0.3004-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-RSS-LibXML/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 18 May 2009 23:45:54 -0000 1.1 +++ .cvsignore 19 May 2009 04:03:24 -0000 1.2 @@ -0,0 +1 @@ +XML-RSS-LibXML-0.3004.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-RSS-LibXML/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 18 May 2009 23:45:54 -0000 1.1 +++ sources 19 May 2009 04:03:24 -0000 1.2 @@ -0,0 +1 @@ +d9eff4939fd68b34d2a42aed8d3e6c6c XML-RSS-LibXML-0.3004.tar.gz From iarnell at fedoraproject.org Tue May 19 04:03:54 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 19 May 2009 04:03:54 +0000 (UTC) Subject: rpms/perl-XML-RSS-LibXML/F-10 perl-XML-RSS-LibXML.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090519040354.7FB6670114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-RSS-LibXML/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22860/F-10 Modified Files: .cvsignore sources Added Files: perl-XML-RSS-LibXML.spec Log Message: initial import --- NEW FILE perl-XML-RSS-LibXML.spec --- Name: perl-XML-RSS-LibXML Version: 0.3004 Release: 1%{?dist} Summary: XML::RSS with XML::LibXML License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-RSS-LibXML/ Source0: http://www.cpan.org/authors/id/D/DM/DMAKI/XML-RSS-LibXML-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Warn) BuildRequires: perl(UNIVERSAL::require) BuildRequires: perl(XML::LibXML) >= 1.66 BuildRequires: perl(XML::LibXML::XPathContext) Requires: perl(Class::Accessor::Fast) Requires: perl(Exporter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of XML::RSS' XML::Parser (expat), while trying to keep interface compatibility with XML::RSS. %prep %setup -q -n XML-RSS-LibXML-%{version} # pod-coverage test fails rm t/pod-coverage.t %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=yep make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat May 16 2009 Iain Arnell 0.3004-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-RSS-LibXML/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 18 May 2009 23:45:54 -0000 1.1 +++ .cvsignore 19 May 2009 04:03:23 -0000 1.2 @@ -0,0 +1 @@ +XML-RSS-LibXML-0.3004.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-RSS-LibXML/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 18 May 2009 23:45:54 -0000 1.1 +++ sources 19 May 2009 04:03:24 -0000 1.2 @@ -0,0 +1 @@ +d9eff4939fd68b34d2a42aed8d3e6c6c XML-RSS-LibXML-0.3004.tar.gz From iarnell at fedoraproject.org Tue May 19 04:03:55 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 19 May 2009 04:03:55 +0000 (UTC) Subject: rpms/perl-XML-RSS-LibXML/devel perl-XML-RSS-LibXML.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090519040355.3735770114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-RSS-LibXML/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22860/devel Modified Files: .cvsignore sources Added Files: perl-XML-RSS-LibXML.spec Log Message: initial import --- NEW FILE perl-XML-RSS-LibXML.spec --- Name: perl-XML-RSS-LibXML Version: 0.3004 Release: 1%{?dist} Summary: XML::RSS with XML::LibXML License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-RSS-LibXML/ Source0: http://www.cpan.org/authors/id/D/DM/DMAKI/XML-RSS-LibXML-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Warn) BuildRequires: perl(UNIVERSAL::require) BuildRequires: perl(XML::LibXML) >= 1.66 BuildRequires: perl(XML::LibXML::XPathContext) Requires: perl(Class::Accessor::Fast) Requires: perl(Exporter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of XML::RSS' XML::Parser (expat), while trying to keep interface compatibility with XML::RSS. %prep %setup -q -n XML-RSS-LibXML-%{version} # pod-coverage test fails rm t/pod-coverage.t %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=yep make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat May 16 2009 Iain Arnell 0.3004-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-RSS-LibXML/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 18 May 2009 23:45:54 -0000 1.1 +++ .cvsignore 19 May 2009 04:03:24 -0000 1.2 @@ -0,0 +1 @@ +XML-RSS-LibXML-0.3004.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-RSS-LibXML/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 18 May 2009 23:45:54 -0000 1.1 +++ sources 19 May 2009 04:03:24 -0000 1.2 @@ -0,0 +1 @@ +d9eff4939fd68b34d2a42aed8d3e6c6c XML-RSS-LibXML-0.3004.tar.gz From iarnell at fedoraproject.org Tue May 19 04:15:29 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 19 May 2009 04:15:29 +0000 (UTC) Subject: rpms/perl-XML-Feed/F-10 perl-XML-Feed.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090519041529.BD4DE70114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-Feed/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24799/F-10 Modified Files: .cvsignore sources Added Files: perl-XML-Feed.spec Log Message: initial import --- NEW FILE perl-XML-Feed.spec --- Name: perl-XML-Feed Version: 0.43 Release: 1%{?dist} Summary: Syndication feed parser and auto-discovery License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Feed/ Source0: http://www.cpan.org/authors/id/S/SI/SIMONW/XML-Feed-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::ErrorHandler) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Feed::Find) BuildRequires: perl(HTML::TokeParser) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Test::More) BuildRequires: perl(URI::Fetch) BuildRequires: perl(XML::Atom) >= 0.32 BuildRequires: perl(XML::LibXML) >= 1.66 BuildRequires: perl(XML::RSS) >= 1.44 # only for tests - review at BZ #501098 #BuildRequires: perl(XML::RSS::LibXML) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Class::ErrorHandler) Requires: perl(XML::RSS) >= 1.44 %description XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. %prep %setup -q -n XML-Feed-%{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 May 10 2009 Iain Arnell 0.43-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Feed/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 18 May 2009 23:47:01 -0000 1.1 +++ .cvsignore 19 May 2009 04:14:59 -0000 1.2 @@ -0,0 +1 @@ +XML-Feed-0.43.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Feed/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 18 May 2009 23:47:01 -0000 1.1 +++ sources 19 May 2009 04:14:59 -0000 1.2 @@ -0,0 +1 @@ +5368f0e7d4f1fcbfa5c34606717115af XML-Feed-0.43.tar.gz From iarnell at fedoraproject.org Tue May 19 04:15:30 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 19 May 2009 04:15:30 +0000 (UTC) Subject: rpms/perl-XML-Feed/F-11 perl-XML-Feed.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090519041530.2DA9C70114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-Feed/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24799/F-11 Modified Files: .cvsignore sources Added Files: perl-XML-Feed.spec Log Message: initial import --- NEW FILE perl-XML-Feed.spec --- Name: perl-XML-Feed Version: 0.43 Release: 1%{?dist} Summary: Syndication feed parser and auto-discovery License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Feed/ Source0: http://www.cpan.org/authors/id/S/SI/SIMONW/XML-Feed-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::ErrorHandler) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Feed::Find) BuildRequires: perl(HTML::TokeParser) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Test::More) BuildRequires: perl(URI::Fetch) BuildRequires: perl(XML::Atom) >= 0.32 BuildRequires: perl(XML::LibXML) >= 1.66 BuildRequires: perl(XML::RSS) >= 1.44 # only for tests - review at BZ #501098 #BuildRequires: perl(XML::RSS::LibXML) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Class::ErrorHandler) Requires: perl(XML::RSS) >= 1.44 %description XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. %prep %setup -q -n XML-Feed-%{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 May 10 2009 Iain Arnell 0.43-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Feed/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 18 May 2009 23:47:01 -0000 1.1 +++ .cvsignore 19 May 2009 04:14:59 -0000 1.2 @@ -0,0 +1 @@ +XML-Feed-0.43.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Feed/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 18 May 2009 23:47:01 -0000 1.1 +++ sources 19 May 2009 04:14:59 -0000 1.2 @@ -0,0 +1 @@ +5368f0e7d4f1fcbfa5c34606717115af XML-Feed-0.43.tar.gz From iarnell at fedoraproject.org Tue May 19 04:15:30 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 19 May 2009 04:15:30 +0000 (UTC) Subject: rpms/perl-XML-Feed/devel perl-XML-Feed.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090519041530.9CC8970114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-XML-Feed/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24799/devel Modified Files: .cvsignore sources Added Files: perl-XML-Feed.spec Log Message: initial import --- NEW FILE perl-XML-Feed.spec --- Name: perl-XML-Feed Version: 0.43 Release: 1%{?dist} Summary: Syndication feed parser and auto-discovery License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Feed/ Source0: http://www.cpan.org/authors/id/S/SI/SIMONW/XML-Feed-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::ErrorHandler) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Feed::Find) BuildRequires: perl(HTML::TokeParser) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Test::More) BuildRequires: perl(URI::Fetch) BuildRequires: perl(XML::Atom) >= 0.32 BuildRequires: perl(XML::LibXML) >= 1.66 BuildRequires: perl(XML::RSS) >= 1.44 # only for tests - review at BZ #501098 #BuildRequires: perl(XML::RSS::LibXML) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Class::ErrorHandler) Requires: perl(XML::RSS) >= 1.44 %description XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. %prep %setup -q -n XML-Feed-%{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 May 10 2009 Iain Arnell 0.43-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Feed/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 18 May 2009 23:47:01 -0000 1.1 +++ .cvsignore 19 May 2009 04:15:00 -0000 1.2 @@ -0,0 +1 @@ +XML-Feed-0.43.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Feed/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 18 May 2009 23:47:01 -0000 1.1 +++ sources 19 May 2009 04:15:00 -0000 1.2 @@ -0,0 +1 @@ +5368f0e7d4f1fcbfa5c34606717115af XML-Feed-0.43.tar.gz From cweyl at fedoraproject.org Tue May 19 05:13:29 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 05:13:29 +0000 (UTC) Subject: rpms/perl-Moose/devel .cvsignore, 1.28, 1.29 perl-Moose.spec, 1.38, 1.39 sources, 1.28, 1.29 Message-ID: <20090519051329.3627970114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2087 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.79-1 - auto-update to 0.79 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- .cvsignore 19 Apr 2009 00:52:24 -0000 1.28 +++ .cvsignore 19 May 2009 05:12:57 -0000 1.29 @@ -1 +1 @@ -Moose-0.74.tar.gz +Moose-0.79.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- perl-Moose.spec 19 Apr 2009 00:52:24 -0000 1.38 +++ perl-Moose.spec 19 May 2009 05:12:57 -0000 1.39 @@ -1,48 +1,48 @@ Name: perl-Moose -Version: 0.74 +Version: 0.79 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Moose/ -# source tends to flip between these four authors Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Moose-%{version}.tar.gz -#Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz -#Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz -#Source0: http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/Moose-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Class::MOP) >= 0.81 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Class::MOP) >= 0.83 BuildRequires: perl(Data::OptList) -BuildRequires: perl(Filter::Simple) +BuildRequires: perl(Filter::Simple) BuildRequires: perl(List::MoreUtils) >= 0.12 BuildRequires: perl(Scalar::Util) >= 1.19 -BuildRequires: perl(Sub::Exporter) >= 0.954 +BuildRequires: perl(Sub::Exporter) >= 0.972 BuildRequires: perl(Sub::Install) >= 0.92 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::More) >= 0.77 -BuildRequires: perl(Test::Exception) >= 0.21 +BuildRequires: perl(Test::Exception) >= 0.27 BuildRequires: perl(Test::LongString) BuildRequires: perl(UNIVERSAL::require) >= 0.10 -# optional test #1 (in no particular order) +# optional test #1 (in no particular order) # ** moved to author tests #BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) # optional test #2 -BuildRequires: perl(DBM::Deep) >= 0.983, perl(DateTime::Format::MySQL) +BuildRequires: perl(DBM::Deep) >= 0.983 +BuildRequires: perl(DateTime::Format::MySQL) # optional test #3 -BuildRequires: perl(HTTP::Headers), perl(Params::Coerce), perl(URI) +BuildRequires: perl(HTTP::Headers) +BuildRequires: perl(Params::Coerce) +BuildRequires: perl(URI) # optional test #4 # commented out as Locale::US's license is ambiguous at the moment, precluding # packaging it. #BuildRequires: perl(Regexp::Common), perl(Locale::US) # optional test #5 -BuildRequires: perl(IO::File), perl(IO::String) +BuildRequires: perl(IO::File) +BuildRequires: perl(IO::String) # optional test #6 BuildRequires: perl(Test::Deep) -# optional test #7 +# optional test #7 BuildRequires: perl(Declare::Constraints::Simple) # optional test #8 (as of 0.20) BuildRequires: perl(Module::Refresh) @@ -50,6 +50,15 @@ BuildRequires: perl(Module::Refresh) BuildRequires: perl(Test::Warn) BuildRequires: perl(Test::Output) +# don't "provide" private Perl libs, or bits from _docdir +%global _use_internal_dependency_generator 0 +%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u +%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" + +### auto-added brs! +BuildRequires: perl(Sub::Name) +BuildRequires: perl(Carp) %description Moose is an extension of the Perl 5 object system. @@ -68,21 +77,10 @@ Perl 6 OO. So instead of switching to Ru %prep %setup -q -n Moose-%{version} +# tidy things up... find t/ -type f -exec perl -pi -e 's|^#!/usr/local/bin|#!/usr/bin|' {} + - -# remove the originals of patched files... find . -name '*.orig' -exec rm -v {} + -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(MyMoose.*)/d; /perl(Bar)/d; /perl(Foo)/d' -EOF - -%define __perl_provides %{_builddir}/Moose-%{version}/%{name}-prov -chmod +x %{__perl_provides} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -110,6 +108,21 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue May 19 2009 Chris Weyl 0.79-1 +- auto-update to 0.79 (by cpan-spec-update 0.01) + +* Wed May 13 2009 Chris Weyl 0.78-1 +- auto-update to 0.78 (by cpan-spec-update 0.01) +- altered br on perl(Test::Exception) (0.21 => 0.27) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on perl(Sub::Name) (version 0) +- altered br on perl(Class::MOP) (0.81 => 0.83) +- altered br on perl(Sub::Exporter) (0.954 => 0.972) +- added a new br on perl(Carp) (version 0) + +* Mon May 04 2009 Chris Weyl 0.74-2 +- switch filtering to a cleaner system + * Sat Apr 18 2009 Chris Weyl 0.74-1 - update to 0.74 @@ -238,3 +251,10 @@ rm -rf %{buildroot} * Sat Sep 02 2006 Chris Weyl 0.12-1 - Specfile autogenerated by cpanspec 1.69.1. + +Checking : Moose-0.79.tar.gz on https://cvs.fedoraproject.org/repo/pkgs/upload.cgi... +Uploading: Moose-0.79.tar.gz to https://cvs.fedoraproject.org/repo/pkgs/upload.cgi... + +Source upload succeeded. Don't forget to commit the new ./sources file +M sources +M .cvsignore Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- sources 19 Apr 2009 00:52:24 -0000 1.28 +++ sources 19 May 2009 05:12:57 -0000 1.29 @@ -1 +1 @@ -7a7471252c9b111c121d4669ca2111e9 Moose-0.74.tar.gz +3c61f3d5d5b9aacd198f8986b301c1bf Moose-0.79.tar.gz From cweyl at fedoraproject.org Tue May 19 05:40:58 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 05:40:58 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <20090519054058.A6A0470114@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-serv8656 Modified Files: .cvsignore sources Log Message: * Tue May 19 2009 Chris Weyl 0.1.6-1 - auto-update to 0.1.6 (by cpan-spec-update 0.01) - added a new br on perl(Pod::Usage) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 19 May 2009 03:12:41 -0000 1.4 +++ .cvsignore 19 May 2009 05:40:28 -0000 1.5 @@ -0,0 +1 @@ +Git-CPAN-Patch-0.1.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 19 May 2009 03:12:41 -0000 1.4 +++ sources 19 May 2009 05:40:28 -0000 1.5 @@ -0,0 +1 @@ +578bd0301add5318f72265808733fb40 Git-CPAN-Patch-0.1.6.tar.gz From cweyl at fedoraproject.org Tue May 19 05:49:43 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 05:49:43 +0000 (UTC) Subject: rpms/perl-HTTP-Request-AsCGI/devel .cvsignore, 1.2, 1.3 perl-HTTP-Request-AsCGI.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <20090519054944.2569E70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10297 Modified Files: .cvsignore perl-HTTP-Request-AsCGI.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.9-1 - auto-update to 0.9 (by cpan-spec-update 0.01) - added a new br on perl(IO::File) (version 0) - added a new br on perl(URI::Escape) (version 0) - added a new br on perl(Carp) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 28 Apr 2007 04:53:46 -0000 1.2 +++ .cvsignore 19 May 2009 05:49:13 -0000 1.3 @@ -1 +1 @@ -HTTP-Request-AsCGI-0.5.tar.gz +HTTP-Request-AsCGI-0.9.tar.gz Index: perl-HTTP-Request-AsCGI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel/perl-HTTP-Request-AsCGI.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-HTTP-Request-AsCGI.spec 26 Feb 2009 20:04:01 -0000 1.5 +++ perl-HTTP-Request-AsCGI.spec 19 May 2009 05:49:13 -0000 1.6 @@ -1,11 +1,11 @@ Name: perl-HTTP-Request-AsCGI -Version: 0.5 -Release: 5%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Setup a CGI enviroment from a HTTP::Request License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTTP-Request-AsCGI/ -Source0: http://www.cpan.org/authors/id/C/CH/CHANSEN/HTTP-Request-AsCGI-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/H/HD/HDP/HTTP-Request-AsCGI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -21,8 +21,13 @@ BuildRequires: perl(HTTP::Response) >= # 'use base' Requires: perl(Class::Accessor::Fast) +### auto-added brs! +BuildRequires: perl(IO::File) +BuildRequires: perl(URI::Escape) +BuildRequires: perl(Carp) + %description -Provides a convenient way of setting up an CGI enviroment from a +Provides a convenient way of setting up an CGI environment from a HTTP::Request. %prep @@ -55,6 +60,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue May 19 2009 Chris Weyl 0.9-1 +- auto-update to 0.9 (by cpan-spec-update 0.01) +- added a new br on perl(IO::File) (version 0) +- added a new br on perl(URI::Escape) (version 0) +- added a new br on perl(Carp) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 28 Apr 2007 04:53:46 -0000 1.2 +++ sources 19 May 2009 05:49:13 -0000 1.3 @@ -1 +1 @@ -e1f5d332969d072a19d9649ed7d77f59 HTTP-Request-AsCGI-0.5.tar.gz +99bc3e482d873068177282dcf306959f HTTP-Request-AsCGI-0.9.tar.gz From cweyl at fedoraproject.org Tue May 19 05:50:01 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 05:50:01 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/F-11 perl-Git-CPAN-Patch.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090519055001.A4DDC70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10339 Modified Files: perl-Git-CPAN-Patch.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.1.6-1 - auto-update to 0.1.6 (by cpan-spec-update 0.01) - added a new br on perl(Pod::Usage) (version 0) Index: perl-Git-CPAN-Patch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11/perl-Git-CPAN-Patch.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Git-CPAN-Patch.spec 2 Apr 2009 08:02:33 -0000 1.2 +++ perl-Git-CPAN-Patch.spec 19 May 2009 05:49:31 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Git-CPAN-Patch -Version: 0.1.5 +Version: 0.1.6 Release: 1%{?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 +Source0: http://search.cpan.org/CPAN/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)) @@ -17,6 +17,9 @@ BuildRequires: perl(Parse::BACKPAN::Pac # testing BuildRequires: perl(Test::More) +### auto-added brs! +BuildRequires: perl(Pod::Usage) + %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 @@ -75,6 +78,10 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue May 19 2009 Chris Weyl 0.1.6-1 +- auto-update to 0.1.6 (by cpan-spec-update 0.01) +- added a new br on perl(Pod::Usage) (version 0) + * Sat Mar 28 2009 Chris Weyl 0.1.5-1 - update to 0.1.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Apr 2009 08:02:33 -0000 1.3 +++ sources 19 May 2009 05:49:31 -0000 1.4 @@ -1 +1 @@ -5777545c4b9c9021c6b29c114fb72a5c Git-CPAN-Patch-0.1.5.tar.gz +578bd0301add5318f72265808733fb40 Git-CPAN-Patch-0.1.6.tar.gz From cweyl at fedoraproject.org Tue May 19 05:50:14 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 05:50:14 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/F-10 perl-Git-CPAN-Patch.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090519055014.C642370114@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-serv10375 Modified Files: perl-Git-CPAN-Patch.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.1.6-1 - auto-update to 0.1.6 (by cpan-spec-update 0.01) - added a new br on perl(Pod::Usage) (version 0) Index: perl-Git-CPAN-Patch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-10/perl-Git-CPAN-Patch.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Git-CPAN-Patch.spec 2 Apr 2009 08:05:47 -0000 1.2 +++ perl-Git-CPAN-Patch.spec 19 May 2009 05:49:44 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Git-CPAN-Patch -Version: 0.1.5 +Version: 0.1.6 Release: 1%{?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 +Source0: http://search.cpan.org/CPAN/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)) @@ -17,6 +17,9 @@ BuildRequires: perl(Parse::BACKPAN::Pac # testing BuildRequires: perl(Test::More) +### auto-added brs! +BuildRequires: perl(Pod::Usage) + %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 @@ -75,6 +78,10 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue May 19 2009 Chris Weyl 0.1.6-1 +- auto-update to 0.1.6 (by cpan-spec-update 0.01) +- added a new br on perl(Pod::Usage) (version 0) + * Sat Mar 28 2009 Chris Weyl 0.1.5-1 - update to 0.1.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Apr 2009 08:05:47 -0000 1.3 +++ sources 19 May 2009 05:49:44 -0000 1.4 @@ -1 +1 @@ -5777545c4b9c9021c6b29c114fb72a5c Git-CPAN-Patch-0.1.5.tar.gz +578bd0301add5318f72265808733fb40 Git-CPAN-Patch-0.1.6.tar.gz From cweyl at fedoraproject.org Tue May 19 05:53:19 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 05:53:19 +0000 (UTC) Subject: rpms/perl-local-lib/devel .cvsignore, 1.2, 1.3 perl-local-lib.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090519055319.E5B9970128@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-serv11487 Modified Files: .cvsignore perl-local-lib.spec sources Log Message: * Tue May 19 2009 Chris Weyl 1.004000-1 - auto-update to 1.004000 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (6.31 => 6.42) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 9 Mar 2009 17:01:37 -0000 1.2 +++ .cvsignore 19 May 2009 05:52:49 -0000 1.3 @@ -1 +1 @@ -local-lib-1.003002.tar.gz +local-lib-1.004000.tar.gz Index: perl-local-lib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/perl-local-lib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-local-lib.spec 9 Mar 2009 17:01:37 -0000 1.1 +++ perl-local-lib.spec 19 May 2009 05:52:49 -0000 1.2 @@ -1,17 +1,17 @@ -Name: perl-local-lib -Version: 1.003002 +Name: perl-local-lib +Version: 1.004000 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic -License: 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 +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) +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(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(CPAN) >= 1.80 BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::ParseXS) @@ -31,7 +31,7 @@ More generally, local::lib allows for th 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 +hasn't applied a patch to a module of theirs that you need for your application. %prep @@ -54,19 +54,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes +%doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue May 19 2009 Chris Weyl 1.004000-1 +- auto-update to 1.004000 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (6.31 => 6.42) + * 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: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 9 Mar 2009 17:01:37 -0000 1.2 +++ sources 19 May 2009 05:52:49 -0000 1.3 @@ -1 +1 @@ -e3988eb5f0dff67b4bca98fe0cc3790d local-lib-1.003002.tar.gz +c009951bbedbd9042505353361b1edfe local-lib-1.004000.tar.gz From cweyl at fedoraproject.org Tue May 19 05:59:42 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 05:59:42 +0000 (UTC) Subject: rpms/perl-local-lib/F-11 perl-local-lib.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090519055942.09F4470114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-local-lib/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13159 Modified Files: perl-local-lib.spec sources Log Message: * Tue May 19 2009 Chris Weyl 1.004000-1 - auto-update to 1.004000 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (6.31 => 6.42) Index: perl-local-lib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-11/perl-local-lib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-local-lib.spec 9 Mar 2009 17:01:37 -0000 1.1 +++ perl-local-lib.spec 19 May 2009 05:59:11 -0000 1.2 @@ -1,17 +1,17 @@ -Name: perl-local-lib -Version: 1.003002 +Name: perl-local-lib +Version: 1.004000 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic -License: 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 +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) +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(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(CPAN) >= 1.80 BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::ParseXS) @@ -31,7 +31,7 @@ More generally, local::lib allows for th 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 +hasn't applied a patch to a module of theirs that you need for your application. %prep @@ -54,19 +54,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes +%doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue May 19 2009 Chris Weyl 1.004000-1 +- auto-update to 1.004000 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (6.31 => 6.42) + * 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: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 9 Mar 2009 17:01:37 -0000 1.2 +++ sources 19 May 2009 05:59:11 -0000 1.3 @@ -1 +1 @@ -e3988eb5f0dff67b4bca98fe0cc3790d local-lib-1.003002.tar.gz +c009951bbedbd9042505353361b1edfe local-lib-1.004000.tar.gz From cweyl at fedoraproject.org Tue May 19 05:59:53 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 05:59:53 +0000 (UTC) Subject: rpms/perl-local-lib/F-10 perl-local-lib.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090519055953.1EC6A70114@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-serv13232 Modified Files: perl-local-lib.spec sources Log Message: * Tue May 19 2009 Chris Weyl 1.004000-1 - auto-update to 1.004000 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (6.31 => 6.42) Index: perl-local-lib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-10/perl-local-lib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-local-lib.spec 9 Mar 2009 17:02:31 -0000 1.1 +++ perl-local-lib.spec 19 May 2009 05:59:22 -0000 1.2 @@ -1,17 +1,17 @@ -Name: perl-local-lib -Version: 1.003002 +Name: perl-local-lib +Version: 1.004000 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic -License: 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 +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) +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(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(CPAN) >= 1.80 BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::ParseXS) @@ -31,7 +31,7 @@ More generally, local::lib allows for th 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 +hasn't applied a patch to a module of theirs that you need for your application. %prep @@ -54,19 +54,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes +%doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue May 19 2009 Chris Weyl 1.004000-1 +- auto-update to 1.004000 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (6.31 => 6.42) + * 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: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 9 Mar 2009 17:02:31 -0000 1.2 +++ sources 19 May 2009 05:59:22 -0000 1.3 @@ -1 +1 @@ -e3988eb5f0dff67b4bca98fe0cc3790d local-lib-1.003002.tar.gz +c009951bbedbd9042505353361b1edfe local-lib-1.004000.tar.gz From cweyl at fedoraproject.org Tue May 19 06:00:21 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 06:00:21 +0000 (UTC) Subject: rpms/perl-HTTP-Request-AsCGI/F-11 perl-HTTP-Request-AsCGI.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <20090519060021.6BE7A70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTTP-Request-AsCGI/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13348 Modified Files: perl-HTTP-Request-AsCGI.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.9-1 - auto-update to 0.9 (by cpan-spec-update 0.01) - added a new br on perl(IO::File) (version 0) - added a new br on perl(URI::Escape) (version 0) - added a new br on perl(Carp) (version 0) Index: perl-HTTP-Request-AsCGI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/F-11/perl-HTTP-Request-AsCGI.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-HTTP-Request-AsCGI.spec 26 Feb 2009 20:04:01 -0000 1.5 +++ perl-HTTP-Request-AsCGI.spec 19 May 2009 05:59:51 -0000 1.6 @@ -1,11 +1,11 @@ Name: perl-HTTP-Request-AsCGI -Version: 0.5 -Release: 5%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Setup a CGI enviroment from a HTTP::Request License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTTP-Request-AsCGI/ -Source0: http://www.cpan.org/authors/id/C/CH/CHANSEN/HTTP-Request-AsCGI-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/H/HD/HDP/HTTP-Request-AsCGI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -21,8 +21,13 @@ BuildRequires: perl(HTTP::Response) >= # 'use base' Requires: perl(Class::Accessor::Fast) +### auto-added brs! +BuildRequires: perl(IO::File) +BuildRequires: perl(URI::Escape) +BuildRequires: perl(Carp) + %description -Provides a convenient way of setting up an CGI enviroment from a +Provides a convenient way of setting up an CGI environment from a HTTP::Request. %prep @@ -55,6 +60,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue May 19 2009 Chris Weyl 0.9-1 +- auto-update to 0.9 (by cpan-spec-update 0.01) +- added a new br on perl(IO::File) (version 0) +- added a new br on perl(URI::Escape) (version 0) +- added a new br on perl(Carp) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 28 Apr 2007 04:53:46 -0000 1.2 +++ sources 19 May 2009 05:59:51 -0000 1.3 @@ -1 +1 @@ -e1f5d332969d072a19d9649ed7d77f59 HTTP-Request-AsCGI-0.5.tar.gz +99bc3e482d873068177282dcf306959f HTTP-Request-AsCGI-0.9.tar.gz From cweyl at fedoraproject.org Tue May 19 06:00:33 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 06:00:33 +0000 (UTC) Subject: rpms/perl-HTTP-Request-AsCGI/F-10 perl-HTTP-Request-AsCGI.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090519060033.D66F370114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTTP-Request-AsCGI/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13543 Modified Files: perl-HTTP-Request-AsCGI.spec sources Log Message: * Tue May 19 2009 Chris Weyl 0.9-1 - auto-update to 0.9 (by cpan-spec-update 0.01) - added a new br on perl(IO::File) (version 0) - added a new br on perl(URI::Escape) (version 0) - added a new br on perl(Carp) (version 0) Index: perl-HTTP-Request-AsCGI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/F-10/perl-HTTP-Request-AsCGI.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-HTTP-Request-AsCGI.spec 5 Mar 2008 15:22:07 -0000 1.3 +++ perl-HTTP-Request-AsCGI.spec 19 May 2009 06:00:03 -0000 1.4 @@ -1,11 +1,11 @@ Name: perl-HTTP-Request-AsCGI -Version: 0.5 -Release: 3%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Setup a CGI enviroment from a HTTP::Request License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTTP-Request-AsCGI/ -Source0: http://www.cpan.org/authors/id/C/CH/CHANSEN/HTTP-Request-AsCGI-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/H/HD/HDP/HTTP-Request-AsCGI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -21,8 +21,13 @@ BuildRequires: perl(HTTP::Response) >= # 'use base' Requires: perl(Class::Accessor::Fast) +### auto-added brs! +BuildRequires: perl(IO::File) +BuildRequires: perl(URI::Escape) +BuildRequires: perl(Carp) + %description -Provides a convenient way of setting up an CGI enviroment from a +Provides a convenient way of setting up an CGI environment from a HTTP::Request. %prep @@ -55,6 +60,18 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue May 19 2009 Chris Weyl 0.9-1 +- auto-update to 0.9 (by cpan-spec-update 0.01) +- added a new br on perl(IO::File) (version 0) +- added a new br on perl(URI::Escape) (version 0) +- added a new br on perl(Carp) (version 0) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Mar 5 2008 Tom "spot" Callaway 0.5-3 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 28 Apr 2007 04:53:46 -0000 1.2 +++ sources 19 May 2009 06:00:03 -0000 1.3 @@ -1 +1 @@ -e1f5d332969d072a19d9649ed7d77f59 HTTP-Request-AsCGI-0.5.tar.gz +99bc3e482d873068177282dcf306959f HTTP-Request-AsCGI-0.9.tar.gz From cweyl at fedoraproject.org Tue May 19 06:09:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 06:09:24 +0000 (UTC) Subject: rpms/perl-POE/devel .cvsignore, 1.9, 1.10 perl-POE.spec, 1.14, 1.15 sources, 1.9, 1.10 Message-ID: <20090519060924.ECDD170114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14686 Modified Files: .cvsignore perl-POE.spec sources Log Message: * Sun May 17 2009 Chris Weyl 1.005-1 - auto-update to 1.005 (by cpan-spec-update 0.01) - added a new br on perl(Storable) (version 2.16) - added a new br on perl(Errno) (version 1.09) - added a new br on perl(IO::Handle) (version 1.27) - added a new br on perl(Socket) (version 1.7) - added a new br on perl(IO::Tty) (version 1.08) - added a new br on perl(POE::Test::Loops) (version 1.004) - added a new br on perl(POSIX) (version 1.02) - added a new br on perl(File::Spec) (version 0.87) - added a new br on perl(Exporter) (version 0) - added a new br on perl(Test::Harness) (version 2.26) - added a new br on perl(Carp) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 8 Sep 2008 03:17:02 -0000 1.9 +++ .cvsignore 19 May 2009 06:08:54 -0000 1.10 @@ -1 +1 @@ -POE-1.003.tar.gz +POE-1.005.tar.gz Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/perl-POE.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-POE.spec 26 Feb 2009 23:48:49 -0000 1.14 +++ perl-POE.spec 19 May 2009 06:08:54 -0000 1.15 @@ -1,12 +1,12 @@ Name: perl-POE -Version: 1.003 -Release: 2%{?dist} -Summary: POE - portable multitasking and networking framework for Perl +Version: 1.005 +Release: 1%{?dist} +Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/POE/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -37,7 +37,20 @@ BuildRequires: perl(Test::Pod::Coverage Requires: perl(Compress::Zlib) Requires: perl(Event) Requires: perl(IO::Pty) -Requires: perl(Socket6) +Requires: perl(Socket6) + +### auto-added brs! +BuildRequires: perl(Storable) >= 2.16 +BuildRequires: perl(Errno) >= 1.09 +BuildRequires: perl(IO::Handle) >= 1.27 +BuildRequires: perl(Socket) >= 1.7 +BuildRequires: perl(IO::Tty) >= 1.08 +BuildRequires: perl(POE::Test::Loops) >= 1.004 +BuildRequires: perl(POSIX) >= 1.02 +BuildRequires: perl(File::Spec) >= 0.87 +BuildRequires: perl(Exporter) +BuildRequires: perl(Test::Harness) >= 2.26 +BuildRequires: perl(Carp) %description POE is a framework for cooperative, event driven multitasking in Perl. @@ -96,7 +109,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* @@ -123,12 +136,26 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc CHANGES HISTORY README examples/ TODO t/ +%doc CHANGES HISTORY README examples/ TODO t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 1.005-1 +- auto-update to 1.005 (by cpan-spec-update 0.01) +- added a new br on perl(Storable) (version 2.16) +- added a new br on perl(Errno) (version 1.09) +- added a new br on perl(IO::Handle) (version 1.27) +- added a new br on perl(Socket) (version 1.7) +- added a new br on perl(IO::Tty) (version 1.08) +- added a new br on perl(POE::Test::Loops) (version 1.004) +- added a new br on perl(POSIX) (version 1.02) +- added a new br on perl(File::Spec) (version 0.87) +- added a new br on perl(Exporter) (version 0) +- added a new br on perl(Test::Harness) (version 2.26) +- added a new br on perl(Carp) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 1.003-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 8 Sep 2008 03:17:02 -0000 1.9 +++ sources 19 May 2009 06:08:54 -0000 1.10 @@ -1 +1 @@ -b75c10096c802e0c823c4e554b9135c6 POE-1.003.tar.gz +f1bfba242aad1ae0d7a124f289d13a9a POE-1.005.tar.gz From cweyl at fedoraproject.org Tue May 19 06:20:33 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 06:20:33 +0000 (UTC) Subject: rpms/perl-Object-InsideOut/devel .cvsignore, 1.9, 1.10 perl-Object-InsideOut.spec, 1.11, 1.12 sources, 1.9, 1.10 Message-ID: <20090519062033.7151970114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15420 Modified Files: .cvsignore perl-Object-InsideOut.spec sources Log Message: * Tue May 19 2009 Chris Weyl 3.55-1 - auto-update to 3.55 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::MakeMaker) (version 0) - added a new br on perl(Data::Dumper) (version 0) - added a new br on perl(Scalar::Util) (version 1.19) - added a new br on perl(Config) (version 0) - added a new br on perl(Test::More) (version 0.5) - altered br on perl(Exception::Class) (1.22 => 1.29) - added a new br on perl(B) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 26 Oct 2008 06:24:52 -0000 1.9 +++ .cvsignore 19 May 2009 06:20:02 -0000 1.10 @@ -1 +1 @@ -Object-InsideOut-3.51.tar.gz +Object-InsideOut-3.55.tar.gz Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/perl-Object-InsideOut.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Object-InsideOut.spec 26 Feb 2009 23:40:38 -0000 1.11 +++ perl-Object-InsideOut.spec 19 May 2009 06:20:03 -0000 1.12 @@ -1,21 +1,30 @@ Name: perl-Object-InsideOut -Version: 3.51 -Release: 2%{?dist} -Summary: Comprehensive inside-out object support module +Version: 3.55 +Release: 1%{?dist} +Summary: Comprehensive inside-out object support module Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/Object-InsideOut +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/Object-InsideOut Source0: http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Exception::Class) >= 1.22 +BuildRequires: perl(Exception::Class) >= 1.29 BuildRequires: perl(Want) >= 0.12 -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +### auto-added brs! +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(Scalar::Util) >= 1.19 +BuildRequires: perl(Config) +BuildRequires: perl(Test::More) >= 0.5 +BuildRequires: perl(B) + %description This module provides comprehensive support for implementing classes using the inside-out object model. @@ -48,7 +57,7 @@ cat << \EOF > %{name}-prov sed -e '/^perl(Object::InsideOut)$/d' EOF -%define __perl_provides %{_builddir}/Object-InsideOut-%{version}/%{name}-prov +%define __perl_provides %{_builddir}/Object-InsideOut-%{version}/%{name}-prov chmod +x %{__perl_provides} @@ -83,6 +92,16 @@ rm -rf %{buildroot} %changelog +* Tue May 19 2009 Chris Weyl 3.55-1 +- auto-update to 3.55 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::MakeMaker) (version 0) +- added a new br on perl(Data::Dumper) (version 0) +- added a new br on perl(Scalar::Util) (version 1.19) +- added a new br on perl(Config) (version 0) +- added a new br on perl(Test::More) (version 0.5) +- altered br on perl(Exception::Class) (1.22 => 1.29) +- added a new br on perl(B) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 3.51-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -118,7 +137,7 @@ rm -rf %{buildroot} - drop some unneeded bits from the spec * Wed Jul 5 2006 Chris Weyl 1.45-1 -- bump release for build +- bump release for build * Mon Jul 3 2006 Chris Weyl 1.45-0.1 - corrected url's. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 26 Oct 2008 06:24:52 -0000 1.9 +++ sources 19 May 2009 06:20:03 -0000 1.10 @@ -1 +1 @@ -220951eaa39f7055db6b5aac35ccd337 Object-InsideOut-3.51.tar.gz +d1b08cac98b65e4b8f3239c6a3e8fc06 Object-InsideOut-3.55.tar.gz From cweyl at fedoraproject.org Tue May 19 06:21:25 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 06:21:25 +0000 (UTC) Subject: rpms/perl-POE/F-11 perl-POE.spec,1.14,1.15 sources,1.9,1.10 Message-ID: <20090519062125.8CCDC70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15561 Modified Files: perl-POE.spec sources Log Message: * Sun May 17 2009 Chris Weyl 1.005-1 - auto-update to 1.005 (by cpan-spec-update 0.01) - added a new br on perl(Storable) (version 2.16) - added a new br on perl(Errno) (version 1.09) - added a new br on perl(IO::Handle) (version 1.27) - added a new br on perl(Socket) (version 1.7) - added a new br on perl(IO::Tty) (version 1.08) - added a new br on perl(POE::Test::Loops) (version 1.004) - added a new br on perl(POSIX) (version 1.02) - added a new br on perl(File::Spec) (version 0.87) - added a new br on perl(Exporter) (version 0) - added a new br on perl(Test::Harness) (version 2.26) - added a new br on perl(Carp) (version 0) Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/F-11/perl-POE.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-POE.spec 26 Feb 2009 23:48:49 -0000 1.14 +++ perl-POE.spec 19 May 2009 06:20:55 -0000 1.15 @@ -1,12 +1,12 @@ Name: perl-POE -Version: 1.003 -Release: 2%{?dist} -Summary: POE - portable multitasking and networking framework for Perl +Version: 1.005 +Release: 1%{?dist} +Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/POE/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -37,7 +37,20 @@ BuildRequires: perl(Test::Pod::Coverage Requires: perl(Compress::Zlib) Requires: perl(Event) Requires: perl(IO::Pty) -Requires: perl(Socket6) +Requires: perl(Socket6) + +### auto-added brs! +BuildRequires: perl(Storable) >= 2.16 +BuildRequires: perl(Errno) >= 1.09 +BuildRequires: perl(IO::Handle) >= 1.27 +BuildRequires: perl(Socket) >= 1.7 +BuildRequires: perl(IO::Tty) >= 1.08 +BuildRequires: perl(POE::Test::Loops) >= 1.004 +BuildRequires: perl(POSIX) >= 1.02 +BuildRequires: perl(File::Spec) >= 0.87 +BuildRequires: perl(Exporter) +BuildRequires: perl(Test::Harness) >= 2.26 +BuildRequires: perl(Carp) %description POE is a framework for cooperative, event driven multitasking in Perl. @@ -96,7 +109,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* @@ -123,12 +136,26 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc CHANGES HISTORY README examples/ TODO t/ +%doc CHANGES HISTORY README examples/ TODO t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 1.005-1 +- auto-update to 1.005 (by cpan-spec-update 0.01) +- added a new br on perl(Storable) (version 2.16) +- added a new br on perl(Errno) (version 1.09) +- added a new br on perl(IO::Handle) (version 1.27) +- added a new br on perl(Socket) (version 1.7) +- added a new br on perl(IO::Tty) (version 1.08) +- added a new br on perl(POE::Test::Loops) (version 1.004) +- added a new br on perl(POSIX) (version 1.02) +- added a new br on perl(File::Spec) (version 0.87) +- added a new br on perl(Exporter) (version 0) +- added a new br on perl(Test::Harness) (version 2.26) +- added a new br on perl(Carp) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 1.003-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/F-11/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 8 Sep 2008 03:17:02 -0000 1.9 +++ sources 19 May 2009 06:20:55 -0000 1.10 @@ -1 +1 @@ -b75c10096c802e0c823c4e554b9135c6 POE-1.003.tar.gz +f1bfba242aad1ae0d7a124f289d13a9a POE-1.005.tar.gz From cweyl at fedoraproject.org Tue May 19 06:23:58 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 06:23:58 +0000 (UTC) Subject: rpms/perl-MooseX-AttributeHelpers/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <20090519062358.28FB870114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15804 Modified Files: .cvsignore sources Log Message: * Mon Apr 06 2009 Chris Weyl 0.16-1 - update to 0.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 6 Apr 2009 23:05:00 -0000 1.8 +++ .cvsignore 19 May 2009 06:23:27 -0000 1.9 @@ -1 +1 @@ -MooseX-AttributeHelpers-0.16.tar.gz +MooseX-AttributeHelpers-0.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 6 Apr 2009 23:05:00 -0000 1.8 +++ sources 19 May 2009 06:23:27 -0000 1.9 @@ -1 +1 @@ -c6a4f8545483e430deaf8b4ca9d2dbae MooseX-AttributeHelpers-0.16.tar.gz +f7ae2b01137fab51e4e45dbebece32b5 MooseX-AttributeHelpers-0.17.tar.gz From cweyl at fedoraproject.org Tue May 19 06:34:29 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 19 May 2009 06:34:29 +0000 (UTC) Subject: rpms/perl-POE/F-10 perl-POE.spec,1.13,1.14 sources,1.9,1.10 Message-ID: <20090519063429.AC81A70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17608 Modified Files: perl-POE.spec sources Log Message: * Sun May 17 2009 Chris Weyl 1.005-1 - auto-update to 1.005 (by cpan-spec-update 0.01) - added a new br on perl(Storable) (version 2.16) - added a new br on perl(Errno) (version 1.09) - added a new br on perl(IO::Handle) (version 1.27) - added a new br on perl(Socket) (version 1.7) - added a new br on perl(IO::Tty) (version 1.08) - added a new br on perl(POE::Test::Loops) (version 1.004) - added a new br on perl(POSIX) (version 1.02) - added a new br on perl(File::Spec) (version 0.87) - added a new br on perl(Exporter) (version 0) - added a new br on perl(Test::Harness) (version 2.26) - added a new br on perl(Carp) (version 0) Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/F-10/perl-POE.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-POE.spec 8 Sep 2008 03:17:02 -0000 1.13 +++ perl-POE.spec 19 May 2009 06:33:59 -0000 1.14 @@ -1,12 +1,12 @@ Name: perl-POE -Version: 1.003 +Version: 1.005 Release: 1%{?dist} -Summary: POE - portable multitasking and networking framework for Perl +Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/POE/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -37,7 +37,20 @@ BuildRequires: perl(Test::Pod::Coverage Requires: perl(Compress::Zlib) Requires: perl(Event) Requires: perl(IO::Pty) -Requires: perl(Socket6) +Requires: perl(Socket6) + +### auto-added brs! +BuildRequires: perl(Storable) >= 2.16 +BuildRequires: perl(Errno) >= 1.09 +BuildRequires: perl(IO::Handle) >= 1.27 +BuildRequires: perl(Socket) >= 1.7 +BuildRequires: perl(IO::Tty) >= 1.08 +BuildRequires: perl(POE::Test::Loops) >= 1.004 +BuildRequires: perl(POSIX) >= 1.02 +BuildRequires: perl(File::Spec) >= 0.87 +BuildRequires: perl(Exporter) +BuildRequires: perl(Test::Harness) >= 2.26 +BuildRequires: perl(Carp) %description POE is a framework for cooperative, event driven multitasking in Perl. @@ -96,7 +109,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* @@ -123,12 +136,29 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc CHANGES HISTORY README examples/ TODO t/ +%doc CHANGES HISTORY README examples/ TODO t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 1.005-1 +- auto-update to 1.005 (by cpan-spec-update 0.01) +- added a new br on perl(Storable) (version 2.16) +- added a new br on perl(Errno) (version 1.09) +- added a new br on perl(IO::Handle) (version 1.27) +- added a new br on perl(Socket) (version 1.7) +- added a new br on perl(IO::Tty) (version 1.08) +- added a new br on perl(POE::Test::Loops) (version 1.004) +- added a new br on perl(POSIX) (version 1.02) +- added a new br on perl(File::Spec) (version 0.87) +- added a new br on perl(Exporter) (version 0) +- added a new br on perl(Test::Harness) (version 2.26) +- added a new br on perl(Carp) (version 0) + +* Thu Feb 26 2009 Fedora Release Engineering - 1.003-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Sep 07 2008 Chris Weyl 1.003-1 - update to 1.003 - filter provides, too Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/F-10/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 8 Sep 2008 03:17:02 -0000 1.9 +++ sources 19 May 2009 06:33:59 -0000 1.10 @@ -1 +1 @@ -b75c10096c802e0c823c4e554b9135c6 POE-1.003.tar.gz +f1bfba242aad1ae0d7a124f289d13a9a POE-1.005.tar.gz From bugzilla at redhat.com Wed May 20 00:48:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:48:36 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905200048.n4K0maIe018878@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=499068 --- Comment #8 from Fedora Update System 2009-05-19 20:48:35 EDT --- perl-XML-XPathEngine-0.12-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:48:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:48:40 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905200048.n4K0me6E016742@bz-web1.app.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=499068 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |0.12-1.fc10 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 Wed May 20 00:55:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:55:55 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905200055.n4K0ttE7019999@bz-web1.app.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=499068 --- Comment #10 from Fedora Update System 2009-05-19 20:55:54 EDT --- perl-XML-XPathEngine-0.12-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:55:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:55:49 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905200055.n4K0tn2l019971@bz-web1.app.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=499068 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|0.12-1.fc10 |0.12-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:55:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:55:45 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905200055.n4K0tj4T022464@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=499068 --- Comment #9 from Fedora Update System 2009-05-19 20:55:45 EDT --- perl-XML-XPathEngine-0.12-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 20 00:55:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 19 May 2009 20:55:59 -0400 Subject: [Bug 499068] update XML-XPathEngine to 0.12 in rawhide please In-Reply-To: References: Message-ID: <200905200055.n4K0txQg022499@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=499068 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|0.12-1.fc11 |0.12-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Wed May 20 01:48:25 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 20 May 2009 01:48:25 +0000 (UTC) Subject: rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel .cvsignore, 1.3, 1.4 perl-MooseX-Emulate-Class-Accessor-Fast.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090520014825.567AF70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3977 Modified Files: .cvsignore perl-MooseX-Emulate-Class-Accessor-Fast.spec sources Log Message: * Sun May 17 2009 Chris Weyl 0.00802-1 - auto-update to 0.00802 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.31 => 0.74) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 20 Apr 2009 04:26:44 -0000 1.3 +++ .cvsignore 20 May 2009 01:47:54 -0000 1.4 @@ -1 +1 @@ -MooseX-Emulate-Class-Accessor-Fast-0.00801.tar.gz +MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz Index: perl-MooseX-Emulate-Class-Accessor-Fast.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/perl-MooseX-Emulate-Class-Accessor-Fast.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-MooseX-Emulate-Class-Accessor-Fast.spec 17 May 2009 07:04:32 -0000 1.4 +++ perl-MooseX-Emulate-Class-Accessor-Fast.spec 20 May 2009 01:47:54 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-MooseX-Emulate-Class-Accessor-Fast -Version: 0.00802 -Release: 1%{?dist} +Version: 0.00802 +Release: 1%{?dist} # lib/MooseX/Adopt/Class/Accessor/Fast.pm -> GPL+ or Artistic # lib/MooseX/Emulate/Class/Accessor/Fast.pm -> GPL+ or Artistic License: GPL+ or Artistic Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 20 Apr 2009 04:26:44 -0000 1.3 +++ sources 20 May 2009 01:47:54 -0000 1.4 @@ -1 +1 @@ -a6811b85067df2e12fde0a6d0289cc36 MooseX-Emulate-Class-Accessor-Fast-0.00801.tar.gz +454d555a62fd4201600feefec80a862f MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz From cweyl at fedoraproject.org Wed May 20 01:52:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 20 May 2009 01:52:18 +0000 (UTC) Subject: rpms/perl-MooseX-Role-Parameterized/devel .cvsignore, 1.4, 1.5 perl-MooseX-Role-Parameterized.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090520015218.DC7DF70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4632 Modified Files: .cvsignore perl-MooseX-Role-Parameterized.spec sources Log Message: * Wed May 20 2009 Chris Weyl 0.06-1 - auto-update to 0.06 (by cpan-spec-update 0.01) - altered br on perl(Test::Exception) (0 => 0.27) - altered br on perl(Moose) (0.63 => 0.78) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 11 Feb 2009 16:31:31 -0000 1.4 +++ .cvsignore 20 May 2009 01:51:48 -0000 1.5 @@ -1 +1 @@ -MooseX-Role-Parameterized-0.04.tar.gz +MooseX-Role-Parameterized-0.06.tar.gz Index: perl-MooseX-Role-Parameterized.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel/perl-MooseX-Role-Parameterized.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-MooseX-Role-Parameterized.spec 26 Feb 2009 22:37:35 -0000 1.4 +++ perl-MooseX-Role-Parameterized.spec 20 May 2009 01:51:48 -0000 1.5 @@ -1,20 +1,20 @@ -Name: perl-MooseX-Role-Parameterized -Version: 0.04 -Release: 2%{?dist} -# see LICENSE +Name: perl-MooseX-Role-Parameterized +Version: 0.06 +Release: 1%{?dist} +# see LICENSE License: GPL+ or Artistic Group: Development/Libraries Summary: Make your roles flexible through parameterization -Source: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/MooseX-Role-Parameterized-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/MooseX-Role-Parameterized-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Role-Parameterized -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Moose) >= 0.63 +BuildRequires: perl(Moose) >= 0.78 # tests BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Exception) >= 0.27 BuildRequires: perl(Storable) BuildRequires: perl(Data::Dumper) @@ -57,15 +57,20 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes LICENSE README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Wed May 20 2009 Chris Weyl 0.06-1 +- auto-update to 0.06 (by cpan-spec-update 0.01) +- altered br on perl(Test::Exception) (0 => 0.27) +- altered br on perl(Moose) (0.63 => 0.78) + * Thu Feb 26 2009 Fedora Release Engineering - 0.04-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -81,4 +86,3 @@ rm -rf %{buildroot} * Sun Jan 11 2009 Chris Weyl 0.02-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.7) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 11 Feb 2009 16:31:31 -0000 1.4 +++ sources 20 May 2009 01:51:48 -0000 1.5 @@ -1 +1 @@ -d9583d9d1d39af93d1a755ad0dd80f79 MooseX-Role-Parameterized-0.04.tar.gz +425cfdde901c6caea5fc900f12f18c42 MooseX-Role-Parameterized-0.06.tar.gz From cweyl at fedoraproject.org Wed May 20 01:53:41 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 20 May 2009 01:53:41 +0000 (UTC) Subject: rpms/perl-MooseX-Log-Log4perl/devel .cvsignore, 1.2, 1.3 perl-MooseX-Log-Log4perl.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090520015341.2D70070114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4951 Modified Files: .cvsignore perl-MooseX-Log-Log4perl.spec sources Log Message: * Wed May 20 2009 Chris Weyl 0.40-1 - auto-update to 0.40 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 6 Nov 2008 04:10:15 -0000 1.2 +++ .cvsignore 20 May 2009 01:53:10 -0000 1.3 @@ -1 +1 @@ -MooseX-Log-Log4perl-0.31.tar.gz +MooseX-Log-Log4perl-0.40.tar.gz Index: perl-MooseX-Log-Log4perl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel/perl-MooseX-Log-Log4perl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-MooseX-Log-Log4perl.spec 26 Feb 2009 22:27:30 -0000 1.2 +++ perl-MooseX-Log-Log4perl.spec 20 May 2009 01:53:10 -0000 1.3 @@ -1,17 +1,17 @@ -Name: perl-MooseX-Log-Log4perl -Version: 0.31 -Release: 2%{?dist} -# see lib/MooseX/Log/Log4perl.pm -License: GPL+ or Artistic +Name: perl-MooseX-Log-Log4perl +Version: 0.40 +Release: 1%{?dist} +# see lib/MooseX/Log/Log4perl.pm +License: GPL+ or Artistic Group: Development/Libraries -Summary: A Logging Role for Moose based on Log::Log4perl -Source: http://search.cpan.org/CPAN/authors/id/L/LA/LAMMEL/MooseX-Log-Log4perl-%{version}.tar.gz +Summary: A Logging Role for Moose based on Log::Log4perl +Source: http://search.cpan.org/CPAN/authors/id/L/LA/LAMMEL/MooseX-Log-Log4perl-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Log-Log4perl -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(IO::Scalar) BuildRequires: perl(Log::Log4perl) BuildRequires: perl(Moose) @@ -54,7 +54,7 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -63,6 +63,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed May 20 2009 Chris Weyl 0.40-1 +- auto-update to 0.40 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) + * Thu Feb 26 2009 Fedora Release Engineering - 0.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -72,4 +76,3 @@ rm -rf %{buildroot} * Sun Nov 02 2008 Chris Weyl 0.31-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 6 Nov 2008 04:10:15 -0000 1.2 +++ sources 20 May 2009 01:53:10 -0000 1.3 @@ -1 +1 @@ -302a2413b6faeff398cdb0a9f267e8d6 MooseX-Log-Log4perl-0.31.tar.gz +31ab328955511451c797ad92205d0618 MooseX-Log-Log4perl-0.40.tar.gz From cweyl at fedoraproject.org Wed May 20 01:57:06 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 20 May 2009 01:57:06 +0000 (UTC) Subject: rpms/perl-MooseX-Object-Pluggable/devel .cvsignore, 1.5, 1.6 perl-MooseX-Object-Pluggable.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090520015706.B4CEB70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5483 Modified Files: .cvsignore perl-MooseX-Object-Pluggable.spec sources Log Message: * Wed May 20 2009 Chris Weyl 0.0011-1 - auto-update to 0.0011 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.17 => 0.35) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 30 Dec 2008 16:04:04 -0000 1.5 +++ .cvsignore 20 May 2009 01:56:36 -0000 1.6 @@ -1 +1 @@ -MooseX-Object-Pluggable-0.0009.tar.gz +MooseX-Object-Pluggable-0.0011.tar.gz Index: perl-MooseX-Object-Pluggable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/perl-MooseX-Object-Pluggable.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-MooseX-Object-Pluggable.spec 26 Feb 2009 22:31:36 -0000 1.9 +++ perl-MooseX-Object-Pluggable.spec 20 May 2009 01:56:36 -0000 1.10 @@ -1,18 +1,18 @@ Name: perl-MooseX-Object-Pluggable -Version: 0.0009 -Release: 3%{?dist} +Version: 0.0011 +Release: 1%{?dist} Summary: Make your Moose classes pluggable License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-Object-Pluggable/ -Source0: http://www.cpan.org/authors/id/G/GR/GRODITI/MooseX-Object-Pluggable-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/MooseX-Object-Pluggable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Module::Pluggable::Object) -BuildRequires: perl(Moose) >= 0.17 +BuildRequires: perl(Moose) >= 0.35 # nixed right now, as pod coverage tests fail. These are developer tests, and # will not impact the running of the module. @@ -25,8 +25,8 @@ Requires: perl(strict), perl(warni # otherwise we have a ton of "provides" from files in doc. We only really # provide one package, so... -AutoProv: no -Provides: perl(MooseX::Object::Pluggable) = %{version} +AutoProv: no +Provides: perl(MooseX::Object::Pluggable) = %{version} %description This module aids in the development and deploment of plugin-enabled @@ -65,6 +65,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed May 20 2009 Chris Weyl 0.0011-1 +- auto-update to 0.0011 (by cpan-spec-update 0.01) +- altered br on perl(Moose) (0.17 => 0.35) + * Thu Feb 26 2009 Fedora Release Engineering - 0.0009-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 30 Dec 2008 16:04:04 -0000 1.5 +++ sources 20 May 2009 01:56:36 -0000 1.6 @@ -1 +1 @@ -2d90fdc7c713e41c50396dcc86f60982 MooseX-Object-Pluggable-0.0009.tar.gz +ce3b5ffc6d05bdd77102488a85e401d1 MooseX-Object-Pluggable-0.0011.tar.gz From cweyl at fedoraproject.org Thu May 21 05:09:44 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 05:09:44 +0000 (UTC) Subject: rpms/perl-Any-Moose/devel .cvsignore, 1.2, 1.3 perl-Any-Moose.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090521050944.5670C70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Any-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14937 Modified Files: .cvsignore perl-Any-Moose.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.09-1 - auto-update to 0.09 (by cpan-spec-update 0.01) - altered br on perl(Mouse) (0.20 => 0.21) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 4 May 2009 22:40:08 -0000 1.2 +++ .cvsignore 21 May 2009 05:09:12 -0000 1.3 @@ -1 +1 @@ -Any-Moose-0.07.tar.gz +Any-Moose-0.09.tar.gz Index: perl-Any-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/perl-Any-Moose.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Any-Moose.spec 4 May 2009 22:40:09 -0000 1.1 +++ perl-Any-Moose.spec 21 May 2009 05:09:12 -0000 1.2 @@ -1,13 +1,13 @@ -Name: perl-Any-Moose -Version: 0.07 +Name: perl-Any-Moose +Version: 0.09 Release: 1%{?dist} # lib/Any/Moose.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries Summary: Use Moose or Mouse automagically -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz Url: http://search.cpan.org/dist/Any-Moose -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -15,7 +15,7 @@ BuildArch: noarch Requires: perl(Mouse) >= 0.20 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Mouse) >= 0.20 +BuildRequires: perl(Mouse) >= 0.21 # tests BuildRequires: perl(Test::More) BuildRequires: perl(Moose) @@ -23,7 +23,7 @@ BuildRequires: perl(MooseX::Types) BuildRequires: perl(MouseX::Types) %description -This module allows one to take advantage of the features Moose/Mouse +This module allows one to take advantage of the features Moose/Mouse provides, while allowing one to let the program author determine if Moose or Mouse should be used; when use'd, we load Mouse if Moose isn't already loaded, otherwise we go with Moose. @@ -48,19 +48,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes LICENSE README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Thu May 21 2009 Chris Weyl 0.09-1 +- auto-update to 0.09 (by cpan-spec-update 0.01) +- altered br on perl(Mouse) (0.20 => 0.21) + * Sun May 03 2009 Chris Weyl 0.07-1 - submission * Sun May 03 2009 Chris Weyl 0.07-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 4 May 2009 22:40:09 -0000 1.2 +++ sources 21 May 2009 05:09:12 -0000 1.3 @@ -1 +1 @@ -42db620f669d878ac4bf797415acbd06 Any-Moose-0.07.tar.gz +fbae0fbd889ad3e06bf37e40e1e6fe2c Any-Moose-0.09.tar.gz From cweyl at fedoraproject.org Thu May 21 05:11:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 05:11:24 +0000 (UTC) Subject: rpms/perl-MooseX-MethodAttributes/devel .cvsignore, 1.2, 1.3 perl-MooseX-MethodAttributes.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090521051124.6C26C70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15441 Modified Files: .cvsignore perl-MooseX-MethodAttributes.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.11-1 - auto-update to 0.11 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.70 => 0.79) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 24 Apr 2009 05:35:38 -0000 1.2 +++ .cvsignore 21 May 2009 05:10:53 -0000 1.3 @@ -1 +1 @@ -MooseX-MethodAttributes-0.06.tar.gz +MooseX-MethodAttributes-0.11.tar.gz Index: perl-MooseX-MethodAttributes.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/perl-MooseX-MethodAttributes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-MooseX-MethodAttributes.spec 24 Apr 2009 05:35:38 -0000 1.1 +++ perl-MooseX-MethodAttributes.spec 21 May 2009 05:10:54 -0000 1.2 @@ -1,18 +1,18 @@ -Name: perl-MooseX-MethodAttributes -Version: 0.06 -Release: 2%{?dist} +Name: perl-MooseX-MethodAttributes +Version: 0.11 +Release: 1%{?dist} # lib/MooseX/MethodAttributes.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries Summary: Introspect your method code attributes -Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-MethodAttributes-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-MethodAttributes -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Moose) >= 0.70 +BuildRequires: perl(Moose) >= 0.79 BuildRequires: perl(MooseX::Types) >= 0.06 BuildRequires: perl(namespace::clean) # testing @@ -43,15 +43,19 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes LICENSE README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Thu May 21 2009 Chris Weyl 0.11-1 +- auto-update to 0.11 (by cpan-spec-update 0.01) +- altered br on perl(Moose) (0.70 => 0.79) + * Mon Apr 20 2009 Chris Weyl 0.06-2 - must remember to check summary! *sigh* @@ -61,4 +65,3 @@ rm -rf %{buildroot} * Mon Apr 20 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 24 Apr 2009 05:35:38 -0000 1.2 +++ sources 21 May 2009 05:10:54 -0000 1.3 @@ -1 +1 @@ -9db312b0fe2b5311aac1f7c68b3133df MooseX-MethodAttributes-0.06.tar.gz +18ee58a2777f3debd066bad648602c57 MooseX-MethodAttributes-0.11.tar.gz From cweyl at fedoraproject.org Thu May 21 05:16:54 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 05:16:54 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-DNS/devel .cvsignore, 1.3, 1.4 perl-POE-Component-Client-DNS.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090521051654.96FF070114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17570 Modified Files: .cvsignore perl-POE-Component-Client-DNS.spec sources Log Message: * Thu May 21 2009 Chris Weyl 1.03-1 - auto-update to 1.03 (by cpan-spec-update 0.01) - added a new br on perl(Test::More) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 11 Jan 2007 18:22:38 -0000 1.3 +++ .cvsignore 21 May 2009 05:16:24 -0000 1.4 @@ -1 +1 @@ -POE-Component-Client-DNS-1.00.tar.gz +POE-Component-Client-DNS-1.03.tar.gz Index: perl-POE-Component-Client-DNS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/perl-POE-Component-Client-DNS.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-POE-Component-Client-DNS.spec 26 Feb 2009 23:51:28 -0000 1.6 +++ perl-POE-Component-Client-DNS.spec 21 May 2009 05:16:24 -0000 1.7 @@ -1,17 +1,21 @@ Name: perl-POE-Component-Client-DNS -Version: 1.00 -Release: 3%{?dist} -Summary: Non-blocking/concurrent DNS queries using Net::DNS and POE +Version: 1.03 +Release: 1%{?dist} +Summary: Non-blocking/concurrent DNS queries using Net::DNS and POE Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/POE-Component-Client-DNS -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-DNS-%{version}.tar.gz +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/POE-Component-Client-DNS +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-DNS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(POE) >= 0.31, perl(Net::DNS) >= 0.59 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(POE) >= 0.31 +BuildRequires: perl(Net::DNS) >= 0.59 + +### auto-added brs! +BuildRequires: perl(Test::More) %description POE::Component::Client::DNS provides a facility for non-blocking, concurrent @@ -44,7 +48,7 @@ cp t/01_resolve.t example_resolve %check # tests are not conducted as they require network access. -#make test +%{?_with_network_tests: make test } %clean @@ -59,6 +63,10 @@ rm -rf %{buildroot} %changelog +* Thu May 21 2009 Chris Weyl 1.03-1 +- auto-update to 1.03 (by cpan-spec-update 0.01) +- added a new br on perl(Test::More) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 1.00-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -77,4 +85,3 @@ rm -rf %{buildroot} * Thu Jul 13 2006 Chris Weyl 0.99-0 - Initial spec file for F-E - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 11 Jan 2007 18:22:38 -0000 1.3 +++ sources 21 May 2009 05:16:24 -0000 1.4 @@ -1 +1 @@ -3cafec48ed997ecb97cb980ef82732b8 POE-Component-Client-DNS-1.00.tar.gz +d1e01606205819d7f694c22e8ad90a92 POE-Component-Client-DNS-1.03.tar.gz From cweyl at fedoraproject.org Thu May 21 05:21:53 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 05:21:53 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-HTTP/devel .cvsignore, 1.7, 1.8 perl-POE-Component-Client-HTTP.spec, 1.13, 1.14 sources, 1.7, 1.8 Message-ID: <20090521052153.6E3E270114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18631 Modified Files: .cvsignore perl-POE-Component-Client-HTTP.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.88-1 - auto-update to 0.88 (by cpan-spec-update 0.01) - altered br on perl(POE::Component::Client::Keepalive) (0.0901 => 0.25) - altered br on perl(POE) (0.31 => 0.3202) - altered br on perl(HTTP::Request) (1.30 => 1.3) - added a new br on perl(Test::POE::Server::TCP) (version 0) - added a new br on perl(Net::HTTP::Methods) (version 0.02) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 26 Oct 2008 22:02:55 -0000 1.7 +++ .cvsignore 21 May 2009 05:21:22 -0000 1.8 @@ -1 +1 @@ -POE-Component-Client-HTTP-0.85.tar.gz +POE-Component-Client-HTTP-0.88.tar.gz Index: perl-POE-Component-Client-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/perl-POE-Component-Client-HTTP.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-POE-Component-Client-HTTP.spec 22 Mar 2009 18:59:47 -0000 1.13 +++ perl-POE-Component-Client-HTTP.spec 21 May 2009 05:21:22 -0000 1.14 @@ -10,25 +10,28 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-Client-HTTP -Version: 0.85 -Release: 3%{?dist} +Version: 0.88 +Release: 1%{?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 +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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: sed -BuildRequires: perl, perl(ExtUtils::MakeMaker) -BuildRequires: perl(POE) >= 0.31, perl(HTTP::Request) >= 1.30 -BuildRequires: perl(HTTP::Response) >= 1.37, perl(URI) >= 1.24 -BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.0901 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(POE) >= 0.3202 +BuildRequires: perl(HTTP::Request) >= 1.3 +BuildRequires: perl(HTTP::Response) >= 1.37 +BuildRequires: perl(URI) >= 1.24 +BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.25 # tests... -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::More) # use base... @@ -38,6 +41,10 @@ Requires: perl(POE::Component::Cli Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +### auto-added brs! +BuildRequires: perl(Test::POE::Server::TCP) +BuildRequires: perl(Net::HTTP::Methods) >= 0.02 + %description POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several @@ -87,9 +94,17 @@ rm -rf %{buildroot} %changelog +* Thu May 21 2009 Chris Weyl 0.88-1 +- auto-update to 0.88 (by cpan-spec-update 0.01) +- altered br on perl(POE::Component::Client::Keepalive) (0.0901 => 0.25) +- altered br on perl(POE) (0.31 => 0.3202) +- altered br on perl(HTTP::Request) (1.30 => 1.3) +- added a new br on perl(Test::POE::Server::TCP) (version 0) +- added a new br on perl(Net::HTTP::Methods) (version 0.02) + * 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 @@ -124,7 +139,7 @@ rm -rf %{buildroot} * Thu Aug 31 2006 Chris Weyl 0.77-3 - bump for mass rebuild -* Wed Aug 16 2006 Chris Weyl +* Wed Aug 16 2006 Chris Weyl - nixed t/10* due to mock build issues with reduced buildroot. see BZ#202602. This fix does not warrant a rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 26 Oct 2008 22:02:55 -0000 1.7 +++ sources 21 May 2009 05:21:22 -0000 1.8 @@ -1 +1 @@ -0d653e04e9e14219ef7d201cbb2a41a6 POE-Component-Client-HTTP-0.85.tar.gz +27b4988e1749054838ce7672e217c1d0 POE-Component-Client-HTTP-0.88.tar.gz From cweyl at fedoraproject.org Thu May 21 05:26:21 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 05:26:21 +0000 (UTC) Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.18, 1.19 perl-POE-Component-IRC.spec, 1.21, 1.22 sources, 1.18, 1.19 Message-ID: <20090521052621.BD03070114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19629 Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Log Message: * Thu May 21 2009 Chris Weyl 6.06-1 - auto-update to 6.06 (by cpan-spec-update 0.01) - added a new br on perl(Encode) (version 0) - added a new br on perl(POE::Component::Pluggable) (version 1.12) - added a new br on perl(POE::Filter::Stream) (version 0) - added a new br on perl(POE::Filter::Stackable) (version 0) - added a new br on perl(POE::Wheel::ReadWrite) (version 0) - added a new br on perl(POE::Wheel::SocketFactory) (version 0) - altered br on perl(POE::Filter::IRCD) (0 => 1.7) - altered br on perl(POE) (0 => 0.3202) - added a new br on perl(POE::Driver::SysRW) (version 0) - altered br on perl(Test::More) (0 => 0.47) - added a new br on perl(POE::Filter::Line) (version 0) - added a new br on perl(Encode::Guess) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- .cvsignore 26 Oct 2008 23:58:26 -0000 1.18 +++ .cvsignore 21 May 2009 05:25:51 -0000 1.19 @@ -1 +1 @@ -POE-Component-IRC-5.88.tar.gz +POE-Component-IRC-6.06.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- perl-POE-Component-IRC.spec 26 Feb 2009 23:55:56 -0000 1.21 +++ perl-POE-Component-IRC.spec 21 May 2009 05:25:51 -0000 1.22 @@ -10,25 +10,28 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.88 -Release: 2%{?dist} -Summary: A POE component for building IRC clients +Version: 6.06 +Release: 1%{?dist} +Summary: A POE component for building IRC clients Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/POE-Component-IRC -Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-IRC-%{version}.tar.gz +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/POE-Component-IRC +Source0: http://search.cpan.org/CPAN/authors/id/H/HI/HINRIK/POE-Component-IRC-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(POE), perl(POE::Component::Client::DNS) -BuildRequires: perl(POE::Filter::IRCD), perl(POE::Filter::Zlib::Stream) +BuildRequires: perl(POE) >= 0.3202 +BuildRequires: perl(POE::Component::Client::DNS) +BuildRequires: perl(POE::Filter::IRCD) >= 1.7 +BuildRequires: perl(POE::Filter::Zlib::Stream) # tests -BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) +BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Socket6) BuildRequires: perl(POE::Component::Client::DNS) @@ -37,6 +40,17 @@ BuildRequires: perl(POE::Component::Cli Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +### auto-added brs! +BuildRequires: perl(Encode) +BuildRequires: perl(POE::Component::Pluggable) >= 1.12 +BuildRequires: perl(POE::Filter::Stream) +BuildRequires: perl(POE::Filter::Stackable) +BuildRequires: perl(POE::Wheel::ReadWrite) +BuildRequires: perl(POE::Wheel::SocketFactory) +BuildRequires: perl(POE::Driver::SysRW) +BuildRequires: perl(POE::Filter::Line) +BuildRequires: perl(Encode::Guess) + %description POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You @@ -88,6 +102,21 @@ rm -rf %{buildroot} %changelog +* Thu May 21 2009 Chris Weyl 6.06-1 +- auto-update to 6.06 (by cpan-spec-update 0.01) +- added a new br on perl(Encode) (version 0) +- added a new br on perl(POE::Component::Pluggable) (version 1.12) +- added a new br on perl(POE::Filter::Stream) (version 0) +- added a new br on perl(POE::Filter::Stackable) (version 0) +- added a new br on perl(POE::Wheel::ReadWrite) (version 0) +- added a new br on perl(POE::Wheel::SocketFactory) (version 0) +- altered br on perl(POE::Filter::IRCD) (0 => 1.7) +- altered br on perl(POE) (0 => 0.3202) +- added a new br on perl(POE::Driver::SysRW) (version 0) +- altered br on perl(Test::More) (0 => 0.47) +- added a new br on perl(POE::Filter::Line) (version 0) +- added a new br on perl(Encode::Guess) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 5.88-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- sources 26 Oct 2008 23:58:26 -0000 1.18 +++ sources 21 May 2009 05:25:51 -0000 1.19 @@ -1 +1 @@ -46a8ff49352b4892a37becacbc0fc604 POE-Component-IRC-5.88.tar.gz +4b7b551b93adc67cf6ec9fbaee51880f POE-Component-IRC-6.06.tar.gz From cweyl at fedoraproject.org Thu May 21 05:48:14 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 05:48:14 +0000 (UTC) Subject: rpms/perl-POE-Component-SimpleDBI/devel .cvsignore, 1.6, 1.7 perl-POE-Component-SimpleDBI.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20090521054814.DD8CB70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25203 Modified Files: .cvsignore perl-POE-Component-SimpleDBI.spec sources Log Message: * Thu May 21 2009 Chris Weyl 1.27-1 - auto-update to 1.27 (by cpan-spec-update 0.01) - added a new br on perl(POE::Filter::Reference) (version 0) - added a new br on perl(POE::Wheel::Run) (version 0) - added a new br on perl(POE::Session) (version 0) - added a new br on perl(POE::Filter::Line) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 27 Dec 2007 18:44:07 -0000 1.6 +++ .cvsignore 21 May 2009 05:47:42 -0000 1.7 @@ -1 +1 @@ -POE-Component-SimpleDBI-1.18.tar.gz +POE-Component-SimpleDBI-1.27.tar.gz Index: perl-POE-Component-SimpleDBI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel/perl-POE-Component-SimpleDBI.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-POE-Component-SimpleDBI.spec 27 Feb 2009 00:03:41 -0000 1.8 +++ perl-POE-Component-SimpleDBI.spec 21 May 2009 05:47:42 -0000 1.9 @@ -1,11 +1,11 @@ Name: perl-POE-Component-SimpleDBI -Version: 1.18 -Release: 3%{?dist} +Version: 1.27 +Release: 1%{?dist} Summary: Asynchronous non-blocking DBI calls in POE made simple License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-SimpleDBI/ -Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-SimpleDBI-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AP/APOCAL/POE-Component-SimpleDBI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -22,9 +22,15 @@ BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +### auto-added brs! +BuildRequires: perl(POE::Filter::Reference) +BuildRequires: perl(POE::Wheel::Run) +BuildRequires: perl(POE::Session) +BuildRequires: perl(POE::Filter::Line) + %description This module works its magic by creating a new session with POE, then -spawning off a child process to do the "heavy" lifting. That way, your +spawning off a child process to do the "heavy" lifting. That way, your main POE process can continue servicing other clients. Queries are put into a queue, and processed one at a time. @@ -36,7 +42,7 @@ into a queue, and processed one at a tim make %{?_smp_mflags} %install -rm -rf %{buildroot} +rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} @@ -58,6 +64,13 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 21 2009 Chris Weyl 1.27-1 +- auto-update to 1.27 (by cpan-spec-update 0.01) +- added a new br on perl(POE::Filter::Reference) (version 0) +- added a new br on perl(POE::Wheel::Run) (version 0) +- added a new br on perl(POE::Session) (version 0) +- added a new br on perl(POE::Filter::Line) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 1.18-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 27 Dec 2007 18:44:07 -0000 1.6 +++ sources 21 May 2009 05:47:42 -0000 1.7 @@ -1 +1 @@ -b0abc62c671aad216d4bd130c513ca94 POE-Component-SimpleDBI-1.18.tar.gz +937fe5d2b7e3c9043d73ece3bed5779b POE-Component-SimpleDBI-1.27.tar.gz From cweyl at fedoraproject.org Thu May 21 05:50:30 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 05:50:30 +0000 (UTC) Subject: rpms/perl-POE-Filter-IRCD/devel .cvsignore, 1.7, 1.8 perl-POE-Filter-IRCD.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <20090521055030.0E17170114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Filter-IRCD/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25738 Modified Files: .cvsignore perl-POE-Filter-IRCD.spec sources Log Message: * Thu May 21 2009 Chris Weyl 2.40-1 - auto-update to 2.40 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::MakeMaker) (version 6.42) - added a new br on perl(POE::Filter) (version 0) - altered br on perl(POE) (0 => 0.3202) - added a new br on perl(Test::More) (version 0.47) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 5 Dec 2006 16:28:06 -0000 1.7 +++ .cvsignore 21 May 2009 05:49:59 -0000 1.8 @@ -1 +1 @@ -POE-Filter-IRCD-2.2.tar.gz +POE-Filter-IRCD-2.40.tar.gz Index: perl-POE-Filter-IRCD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/perl-POE-Filter-IRCD.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-POE-Filter-IRCD.spec 27 Feb 2009 00:05:30 -0000 1.10 +++ perl-POE-Filter-IRCD.spec 21 May 2009 05:49:59 -0000 1.11 @@ -1,24 +1,30 @@ Name: perl-POE-Filter-IRCD -Version: 2.2 -Release: 3%{?dist} +Version: 2.40 +Release: 1%{?dist} Summary: A POE-based parser for the IRC protocol Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/POE-Filter-IRCD -Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Filter-IRCD-%{version}.tar.gz +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/POE-Filter-IRCD +Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Filter-IRCD-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source100: README.licensing BuildArch: noarch -BuildRequires: perl(POE) -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +BuildRequires: perl(POE) >= 0.3202 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(POE::Filter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +### auto-added brs! +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(POE::Filter) +BuildRequires: perl(Test::More) >= 0.47 + %description POE::Filter::IRCD provides a convenient way of parsing and creating IRC protocol lines. @@ -60,6 +66,13 @@ rm -rf %{buildroot} %changelog +* Thu May 21 2009 Chris Weyl 2.40-1 +- auto-update to 2.40 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::MakeMaker) (version 6.42) +- added a new br on perl(POE::Filter) (version 0) +- altered br on perl(POE) (0 => 0.3202) +- added a new br on perl(Test::More) (version 0.47) + * Thu Feb 26 2009 Fedora Release Engineering - 2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -70,7 +83,7 @@ rm -rf %{buildroot} - update to 2.2 * Sun Sep 17 2006 Chris Weyl 2.1-1 -- update to 2.1 +- update to 2.1 * Wed Sep 13 2006 Chris Weyl 2.0-1 - update to 2.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 5 Dec 2006 16:28:06 -0000 1.7 +++ sources 21 May 2009 05:49:59 -0000 1.8 @@ -1 +1 @@ -045256ebf3eff34e118b8bdd4be739ce POE-Filter-IRCD-2.2.tar.gz +3c784cf163543766eb2d612e1a213c90 POE-Filter-IRCD-2.40.tar.gz From cweyl at fedoraproject.org Thu May 21 05:52:22 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 05:52:22 +0000 (UTC) Subject: rpms/perl-POE-Component-SSLify/devel .cvsignore, 1.7, 1.8 perl-POE-Component-SSLify.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <20090521055222.2C2CB70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26183 Modified Files: .cvsignore perl-POE-Component-SSLify.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.15-1 - auto-update to 0.15 (by cpan-spec-update 0.01) - altered br on perl(Net::SSLeay) (1.17 => 1.30) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 26 Oct 2008 23:55:11 -0000 1.7 +++ .cvsignore 21 May 2009 05:51:51 -0000 1.8 @@ -1 +1 @@ -POE-Component-SSLify-0.14.tar.gz +POE-Component-SSLify-0.15.tar.gz Index: perl-POE-Component-SSLify.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/perl-POE-Component-SSLify.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-POE-Component-SSLify.spec 26 Feb 2009 23:59:21 -0000 1.10 +++ perl-POE-Component-SSLify.spec 21 May 2009 05:51:51 -0000 1.11 @@ -1,11 +1,11 @@ Name: perl-POE-Component-SSLify -Version: 0.14 -Release: 2%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Makes using SSL in the world of POE easy! License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-SSLify/ -Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-SSLify-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AP/APOCAL/POE-Component-SSLify-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -15,7 +15,7 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) # cpan -BuildRequires: perl(Net::SSLeay) >= 1.17 +BuildRequires: perl(Net::SSLeay) >= 1.30 # not automatically picked up Requires: perl(POE) @@ -24,7 +24,7 @@ Requires: perl(POE) This component represents the standard way to do SSL in POE. %prep -%setup -q -n POE-Component-SSLify-%{version} +%setup -q -n POE-Component-SSLify-%{version} sed -i 's/\r//' t/*.t @@ -55,6 +55,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 21 2009 Chris Weyl 0.15-1 +- auto-update to 0.15 (by cpan-spec-update 0.01) +- altered br on perl(Net::SSLeay) (1.17 => 1.30) + * Thu Feb 26 2009 Fedora Release Engineering - 0.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 26 Oct 2008 23:55:11 -0000 1.7 +++ sources 21 May 2009 05:51:51 -0000 1.8 @@ -1 +1 @@ -b191dffd9ed3423c6f6ae971ad5b4bec POE-Component-SSLify-0.14.tar.gz +d4bf013f253d36e17cf0233964654edb POE-Component-SSLify-0.15.tar.gz From cweyl at fedoraproject.org Thu May 21 05:54:52 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 05:54:52 +0000 (UTC) Subject: rpms/perl-POE-Component-Server-SOAP/devel .cvsignore, 1.5, 1.6 perl-POE-Component-Server-SOAP.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090521055452.3D74870114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26826 Modified Files: .cvsignore perl-POE-Component-Server-SOAP.spec sources Log Message: * Thu May 21 2009 Chris Weyl 1.14-1 - auto-update to 1.14 (by cpan-spec-update 0.01) - added a new br on perl(POE::Session) (version 0) - altered br on perl(POE::Component::Server::SimpleHTTP) (1.10 => 1.54) - added a new br on perl(Carp) (version 0) - added a new br on perl(SOAP::Constants) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 26 Oct 2008 22:04:57 -0000 1.5 +++ .cvsignore 21 May 2009 05:54:21 -0000 1.6 @@ -1 +1 @@ -POE-Component-Server-SOAP-1.13.tar.gz +POE-Component-Server-SOAP-1.14.tar.gz Index: perl-POE-Component-Server-SOAP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/perl-POE-Component-Server-SOAP.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-POE-Component-Server-SOAP.spec 27 Feb 2009 00:01:05 -0000 1.9 +++ perl-POE-Component-Server-SOAP.spec 21 May 2009 05:54:21 -0000 1.10 @@ -1,21 +1,26 @@ Name: perl-POE-Component-Server-SOAP -Version: 1.13 -Release: 2%{?dist} +Version: 1.14 +Release: 1%{?dist} Summary: Publish POE event handlers via SOAP over HTTP License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-SOAP/ -Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-Server-SOAP-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AP/APOCAL/POE-Component-Server-SOAP-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(POE) >= 0.29 -BuildRequires: perl(POE::Component::Server::SimpleHTTP) >= 1.10 +BuildRequires: perl(POE::Component::Server::SimpleHTTP) >= 1.54 BuildRequires: perl(SOAP::Lite) >= 0.55 BuildRequires: perl(Test::More) +### auto-added brs! +BuildRequires: perl(POE::Session) +BuildRequires: perl(Carp) +BuildRequires: perl(SOAP::Constants) + %description This module makes serving SOAP/1.1 requests a breeze in POE. @@ -54,6 +59,13 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 21 2009 Chris Weyl 1.14-1 +- auto-update to 1.14 (by cpan-spec-update 0.01) +- added a new br on perl(POE::Session) (version 0) +- altered br on perl(POE::Component::Server::SimpleHTTP) (1.10 => 1.54) +- added a new br on perl(Carp) (version 0) +- added a new br on perl(SOAP::Constants) (version 0) + * Thu Feb 26 2009 Fedora Release Engineering - 1.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 26 Oct 2008 22:04:57 -0000 1.5 +++ sources 21 May 2009 05:54:21 -0000 1.6 @@ -1 +1 @@ -7c1ee35cec3221eb86415f46ccc88432 POE-Component-Server-SOAP-1.13.tar.gz +b492fa7c57e7592bb0b1c25034253c11 POE-Component-Server-SOAP-1.14.tar.gz From cweyl at fedoraproject.org Thu May 21 06:09:14 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 21 May 2009 06:09:14 +0000 (UTC) Subject: rpms/perl-Data-Visitor/devel .cvsignore, 1.6, 1.7 perl-Data-Visitor.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20090521060914.BD57670114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Visitor/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29693 Modified Files: .cvsignore perl-Data-Visitor.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.25-1 - auto-update to 0.25 (by cpan-spec-update 0.01) - altered br on perl(Any::Moose) (0 => 0.09) - altered br on perl(Tie::ToObject) (0 => 0.01) - altered br on perl(namespace::clean) (0 => 0.08) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 5 May 2009 15:42:24 -0000 1.6 +++ .cvsignore 21 May 2009 06:08:44 -0000 1.7 @@ -1 +1 @@ -Data-Visitor-0.24.tar.gz +Data-Visitor-0.25.tar.gz Index: perl-Data-Visitor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/perl-Data-Visitor.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Data-Visitor.spec 5 May 2009 15:42:24 -0000 1.8 +++ perl-Data-Visitor.spec 21 May 2009 06:08:44 -0000 1.9 @@ -1,11 +1,11 @@ Name: perl-Data-Visitor -Version: 0.24 +Version: 0.25 Release: 1%{?dist} Summary: Visitor style traversal of Perl data structures License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Visitor/ -Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Data-Visitor-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Data-Visitor-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -15,10 +15,10 @@ BuildRequires: perl(Class::Accessor) BuildRequires: perl(ExtUtils::MakeMaker) # new for 0.19 BuildRequires: perl(Data::Alias) -BuildRequires: perl(Any::Moose) -BuildRequires: perl(namespace::clean) +BuildRequires: perl(Any::Moose) >= 0.09 +BuildRequires: perl(namespace::clean) >= 0.08 BuildRequires: perl(Task::Weaken) -BuildRequires: perl(Tie::ToObject) +BuildRequires: perl(Tie::ToObject) >= 0.01 # tests BuildRequires: perl(Test::MockObject) >= 1.04 @@ -35,7 +35,7 @@ This module is a simple visitor implemen %setup -q -n Data-Visitor-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -60,6 +60,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 21 2009 Chris Weyl 0.25-1 +- auto-update to 0.25 (by cpan-spec-update 0.01) +- altered br on perl(Any::Moose) (0 => 0.09) +- altered br on perl(Tie::ToObject) (0 => 0.01) +- altered br on perl(namespace::clean) (0 => 0.08) + * Tue May 05 2009 Chris Weyl 0.24-1 - update to 0.24 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 5 May 2009 15:42:24 -0000 1.6 +++ sources 21 May 2009 06:08:44 -0000 1.7 @@ -1 +1 @@ -b69891174e4380cfe20fcb69a79a4093 Data-Visitor-0.24.tar.gz +d00f4c144549a08d0a353d32e62f7e7c Data-Visitor-0.25.tar.gz From bugzilla at redhat.com Thu May 21 14:14:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 21 May 2009 10:14:00 -0400 Subject: [Bug 502001] New: update SQL-Abstract to 1.55 please Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: update SQL-Abstract to 1.55 please https://bugzilla.redhat.com/show_bug.cgi?id=502001 Summary: update SQL-Abstract to 1.55 please Product: Fedora Version: rawhide Platform: All URL: http://lists.scsys.co.uk/pipermail/mojomojo/2009-March /000019.html OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-SQL-Abstract AssignedTo: tcallawa at redhat.com ReportedBy: iarnell at gmail.com QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora Created an attachment (id=344963) --> (https://bugzilla.redhat.com/attachment.cgi?id=344963) patch to update perl-SQL-Abstract.spec to 1.55 After many hours of struggling to get latest MojoMojo ready for submission, I finally discovered that SQL-Abstract 1.50 is responsible for the failures I've been experiencing. Fortunately, updating to 1.55 fixes things for me. There's an additional BR perl(Clone) required and SQLATEST_TESTER=1 must be set to run the full test suite. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Fri May 22 06:40:37 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 22 May 2009 06:40:37 +0000 (UTC) Subject: rpms/perl-App-Nopaste/F-11 perl-App-Nopaste.spec,1.1,1.2 Message-ID: <20090522064037.D983270114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-App-Nopaste/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6725 Modified Files: perl-App-Nopaste.spec Log Message: * Sun May 03 2009 Iain Arnell 0.10-2 - rename nopaste command to avoid conflict with existing nopaste rpm Index: perl-App-Nopaste.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-11/perl-App-Nopaste.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-App-Nopaste.spec 30 Apr 2009 07:18:16 -0000 1.1 +++ perl-App-Nopaste.spec 22 May 2009 06:40:07 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-App-Nopaste Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easy access to any pastebin License: GPL+ or Artistic Group: Development/Libraries @@ -39,6 +39,10 @@ name nopaste). %prep %setup -q -n App-Nopaste-%{version} +mv bin/nopaste bin/app-nopaste +sed -i -e 's/nopaste/app-nopaste/' bin/app-nopaste +sed -i -e 's/nopaste/app-nopaste/' Makefile.PL + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -68,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 03 2009 Iain Arnell 0.10-2 +- rename nopaste command to avoid conflict with existing nopaste rpm + * Sun Apr 19 2009 Iain Arnell 0.10-1 - Specfile autogenerated by cpanspec 1.77. - add requires for optional modules From iarnell at fedoraproject.org Fri May 22 06:46:18 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 22 May 2009 06:46:18 +0000 (UTC) Subject: rpms/perl-App-Nopaste/F-10 perl-App-Nopaste.spec,1.1,1.2 Message-ID: <20090522064618.3D81A70114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-App-Nopaste/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8558 Modified Files: perl-App-Nopaste.spec Log Message: * Sun May 03 2009 Iain Arnell 0.10-2 - rename nopaste command to avoid conflict with existing nopaste rpm Index: perl-App-Nopaste.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-10/perl-App-Nopaste.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-App-Nopaste.spec 30 Apr 2009 07:18:15 -0000 1.1 +++ perl-App-Nopaste.spec 22 May 2009 06:45:47 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-App-Nopaste Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easy access to any pastebin License: GPL+ or Artistic Group: Development/Libraries @@ -39,6 +39,10 @@ name nopaste). %prep %setup -q -n App-Nopaste-%{version} +mv bin/nopaste bin/app-nopaste +sed -i -e 's/nopaste/app-nopaste/' bin/app-nopaste +sed -i -e 's/nopaste/app-nopaste/' Makefile.PL + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -68,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 03 2009 Iain Arnell 0.10-2 +- rename nopaste command to avoid conflict with existing nopaste rpm + * Sun Apr 19 2009 Iain Arnell 0.10-1 - Specfile autogenerated by cpanspec 1.77. - add requires for optional modules From iarnell at fedoraproject.org Fri May 22 13:59:31 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 22 May 2009 13:59:31 +0000 (UTC) Subject: rpms/perl-Class-Mix/devel .cvsignore, 1.2, 1.3 perl-Class-Mix.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090522135931.43D8A70114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Class-Mix/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2589 Modified Files: .cvsignore perl-Class-Mix.spec sources Log Message: * Fri May 22 2009 Iain Arnell 0.003-1 - update to latest upstream - add missing requires perl(Exporter) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 4 May 2009 23:15:53 -0000 1.2 +++ .cvsignore 22 May 2009 13:59:00 -0000 1.3 @@ -1 +1 @@ -Class-Mix-0.002.tar.gz +Class-Mix-0.003.tar.gz Index: perl-Class-Mix.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/devel/perl-Class-Mix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Class-Mix.spec 4 May 2009 23:15:53 -0000 1.1 +++ perl-Class-Mix.spec 22 May 2009 13:59:00 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Class-Mix -Version: 0.002 +Version: 0.003 Release: 1%{?dist} Summary: Dynamic class mixing License: GPL+ or Artistic @@ -9,9 +9,11 @@ Source0: http://www.cpan.org/auth BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) +BuildRequires: perl(parent) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +Requires: perl(Exporter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -46,5 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri May 22 2009 Iain Arnell 0.003-1 +- update to latest upstream +- add missing requires perl(Exporter) + * Mon May 04 2009 Iain Arnell 0.002-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 4 May 2009 23:15:53 -0000 1.2 +++ sources 22 May 2009 13:59:00 -0000 1.3 @@ -1 +1 @@ -7773c6342f20370c4b40d468da031016 Class-Mix-0.002.tar.gz +b7ef3377beceadc3ae05f2e118eb3dfa Class-Mix-0.003.tar.gz From iarnell at fedoraproject.org Fri May 22 14:01:15 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 22 May 2009 14:01:15 +0000 (UTC) Subject: rpms/perl-Class-Mix/F-11 .cvsignore, 1.2, 1.3 perl-Class-Mix.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090522140115.689B170114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Class-Mix/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2861 Modified Files: .cvsignore perl-Class-Mix.spec sources Log Message: * Fri May 22 2009 Iain Arnell 0.003-1 - update to latest upstream - add missing requires perl(Exporter) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-11/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 4 May 2009 23:15:53 -0000 1.2 +++ .cvsignore 22 May 2009 14:00:44 -0000 1.3 @@ -1 +1 @@ -Class-Mix-0.002.tar.gz +Class-Mix-0.003.tar.gz Index: perl-Class-Mix.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-11/perl-Class-Mix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Class-Mix.spec 4 May 2009 23:15:53 -0000 1.1 +++ perl-Class-Mix.spec 22 May 2009 14:00:44 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Class-Mix -Version: 0.002 +Version: 0.003 Release: 1%{?dist} Summary: Dynamic class mixing License: GPL+ or Artistic @@ -9,9 +9,11 @@ Source0: http://www.cpan.org/auth BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) +BuildRequires: perl(parent) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +Requires: perl(Exporter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -46,5 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri May 22 2009 Iain Arnell 0.003-1 +- update to latest upstream +- add missing requires perl(Exporter) + * Mon May 04 2009 Iain Arnell 0.002-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 4 May 2009 23:15:53 -0000 1.2 +++ sources 22 May 2009 14:00:44 -0000 1.3 @@ -1 +1 @@ -7773c6342f20370c4b40d468da031016 Class-Mix-0.002.tar.gz +b7ef3377beceadc3ae05f2e118eb3dfa Class-Mix-0.003.tar.gz From iarnell at fedoraproject.org Fri May 22 14:03:00 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 22 May 2009 14:03:00 +0000 (UTC) Subject: rpms/perl-Class-Mix/F-10 .cvsignore, 1.2, 1.3 perl-Class-Mix.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090522140300.319AC70128@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Class-Mix/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3253 Modified Files: .cvsignore perl-Class-Mix.spec sources Log Message: * Fri May 22 2009 Iain Arnell 0.003-1 - update to latest upstream - add missing requires perl(Exporter) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 4 May 2009 23:15:52 -0000 1.2 +++ .cvsignore 22 May 2009 14:02:28 -0000 1.3 @@ -1 +1 @@ -Class-Mix-0.002.tar.gz +Class-Mix-0.003.tar.gz Index: perl-Class-Mix.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-10/perl-Class-Mix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Class-Mix.spec 4 May 2009 23:15:52 -0000 1.1 +++ perl-Class-Mix.spec 22 May 2009 14:02:28 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Class-Mix -Version: 0.002 +Version: 0.003 Release: 1%{?dist} Summary: Dynamic class mixing License: GPL+ or Artistic @@ -9,9 +9,11 @@ Source0: http://www.cpan.org/auth BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) +BuildRequires: perl(parent) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +Requires: perl(Exporter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -46,5 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri May 22 2009 Iain Arnell 0.003-1 +- update to latest upstream +- add missing requires perl(Exporter) + * Mon May 04 2009 Iain Arnell 0.002-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Mix/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 4 May 2009 23:15:53 -0000 1.2 +++ sources 22 May 2009 14:02:28 -0000 1.3 @@ -1 +1 @@ -7773c6342f20370c4b40d468da031016 Class-Mix-0.002.tar.gz +b7ef3377beceadc3ae05f2e118eb3dfa Class-Mix-0.003.tar.gz From cweyl at fedoraproject.org Sat May 23 02:38:59 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 02:38:59 +0000 (UTC) Subject: rpms/perl-DateTime-Calendar-Mayan/F-9 import.log, NONE, 1.1 perl-DateTime-Calendar-Mayan.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090523023859.E7A7770114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20818/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-DateTime-Calendar-Mayan.spec Log Message: Initial import. --- NEW FILE import.log --- perl-DateTime-Calendar-Mayan-0_0601-1_fc10:F-9:perl-DateTime-Calendar-Mayan-0.0601-1.fc10.src.rpm:1243046311 --- NEW FILE perl-DateTime-Calendar-Mayan.spec --- Name: perl-DateTime-Calendar-Mayan Version: 0.0601 Release: 1%{?dist} # lib/DateTime/Calendar/Mayan.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Mayan Long Count Calendar Source: http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Calendar-Mayan-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Calendar-Mayan 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.15 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Params::Validate) >= 0.64 # testing BuildRequires: perl(Test::More) %description An implementation of the Mayan Long Count, Haab, and Tzolkin calendars as defined in "Calendrical Calculations The Millennium Edition". Supplemented by "Frequently Asked Questions about Calendars". %prep %setup -q -n DateTime-Calendar-Mayan-%{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 * Mon May 18 2009 Chris Weyl 0.0601-1 - submission * Mon May 18 2009 Chris Weyl 0.0601-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 21 May 2009 23:53:00 -0000 1.1 +++ .cvsignore 23 May 2009 02:38:29 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Calendar-Mayan-0.0601.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 May 2009 23:53:00 -0000 1.1 +++ sources 23 May 2009 02:38:29 -0000 1.2 @@ -0,0 +1 @@ +9ed964ceadee297770be4ef7778e090c DateTime-Calendar-Mayan-0.0601.tar.gz From cweyl at fedoraproject.org Sat May 23 02:40:15 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 02:40:15 +0000 (UTC) Subject: rpms/perl-DateTime-Calendar-Mayan/F-11 import.log, NONE, 1.1 perl-DateTime-Calendar-Mayan.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090523024015.421CD70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21294/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-DateTime-Calendar-Mayan.spec Log Message: Initial import. --- NEW FILE import.log --- perl-DateTime-Calendar-Mayan-0_0601-1_fc10:F-11:perl-DateTime-Calendar-Mayan-0.0601-1.fc10.src.rpm:1243046386 --- NEW FILE perl-DateTime-Calendar-Mayan.spec --- Name: perl-DateTime-Calendar-Mayan Version: 0.0601 Release: 1%{?dist} # lib/DateTime/Calendar/Mayan.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Mayan Long Count Calendar Source: http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Calendar-Mayan-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Calendar-Mayan 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.15 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Params::Validate) >= 0.64 # testing BuildRequires: perl(Test::More) %description An implementation of the Mayan Long Count, Haab, and Tzolkin calendars as defined in "Calendrical Calculations The Millennium Edition". Supplemented by "Frequently Asked Questions about Calendars". %prep %setup -q -n DateTime-Calendar-Mayan-%{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 * Mon May 18 2009 Chris Weyl 0.0601-1 - submission * Mon May 18 2009 Chris Weyl 0.0601-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 21 May 2009 23:53:00 -0000 1.1 +++ .cvsignore 23 May 2009 02:39:44 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Calendar-Mayan-0.0601.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 May 2009 23:53:00 -0000 1.1 +++ sources 23 May 2009 02:39:44 -0000 1.2 @@ -0,0 +1 @@ +9ed964ceadee297770be4ef7778e090c DateTime-Calendar-Mayan-0.0601.tar.gz From iarnell at fedoraproject.org Sat May 23 07:06:28 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 23 May 2009 07:06:28 +0000 (UTC) Subject: rpms/perl-HTML-TreeBuilder-XPath/devel .cvsignore, 1.2, 1.3 perl-HTML-TreeBuilder-XPath.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090523070628.CAD8F70114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9937 Modified Files: .cvsignore perl-HTML-TreeBuilder-XPath.spec sources Log Message: * Sat May 23 2009 Iain Arnell 0.11-1 - update to latest upstream Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 7 May 2009 03:39:50 -0000 1.2 +++ .cvsignore 23 May 2009 07:06:27 -0000 1.3 @@ -1 +1 @@ -HTML-TreeBuilder-XPath-0.10.tar.gz +HTML-TreeBuilder-XPath-0.11.tar.gz Index: perl-HTML-TreeBuilder-XPath.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/devel/perl-HTML-TreeBuilder-XPath.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-HTML-TreeBuilder-XPath.spec 7 May 2009 03:39:50 -0000 1.1 +++ perl-HTML-TreeBuilder-XPath.spec 23 May 2009 07:06:27 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-HTML-TreeBuilder-XPath -Version: 0.10 +Version: 0.11 Release: 1%{?dist} Summary: Add XPath support to HTML::TreeBuilder License: GPL+ or Artistic @@ -62,5 +62,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat May 23 2009 Iain Arnell 0.11-1 +- update to latest upstream + * Tue May 05 2009 Iain Arnell 0.10-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-TreeBuilder-XPath/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 7 May 2009 03:39:50 -0000 1.2 +++ sources 23 May 2009 07:06:27 -0000 1.3 @@ -1 +1 @@ -b886ba30166e3ae7b3ad9747d8115046 HTML-TreeBuilder-XPath-0.10.tar.gz +45b93bd3c12d5270398c2f12e5fc1beb HTML-TreeBuilder-XPath-0.11.tar.gz From cweyl at fedoraproject.org Sat May 23 19:55:21 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 19:55:21 +0000 (UTC) Subject: rpms/perl-YAML-Tiny/devel .cvsignore, 1.10, 1.11 perl-YAML-Tiny.spec, 1.11, 1.12 sources, 1.10, 1.11 Message-ID: <20090523195521.C438270114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-YAML-Tiny/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31734 Modified Files: .cvsignore perl-YAML-Tiny.spec sources Log Message: * Sat May 23 2009 Chris Weyl 1.39-1 - auto-update to 1.39 (by cpan-spec-update 0.01) - added a new br on perl(File::Spec) (version 0.80) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 17 Jan 2009 19:51:09 -0000 1.10 +++ .cvsignore 23 May 2009 19:54:51 -0000 1.11 @@ -1 +1 @@ -YAML-Tiny-1.36.tar.gz +YAML-Tiny-1.39.tar.gz Index: perl-YAML-Tiny.spec =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/devel/perl-YAML-Tiny.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-YAML-Tiny.spec 27 Feb 2009 05:00:07 -0000 1.11 +++ perl-YAML-Tiny.spec 23 May 2009 19:54:51 -0000 1.12 @@ -1,14 +1,15 @@ Name: perl-YAML-Tiny -Version: 1.36 -Release: 2%{?dist} +Version: 1.39 +Release: 1%{?dist} Summary: Read/Write YAML files with as little code as possible License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/YAML-Tiny/ -Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(Test::MinimumVersion) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) @@ -51,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat May 23 2009 Chris Weyl 1.39-1 +- auto-update to 1.39 (by cpan-spec-update 0.01) +- added a new br on perl(File::Spec) (version 0.80) + * Thu Feb 26 2009 Fedora Release Engineering - 1.36-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 17 Jan 2009 19:51:09 -0000 1.10 +++ sources 23 May 2009 19:54:51 -0000 1.11 @@ -1 +1 @@ -4d2b19298e9f500b3fff961daf458a01 YAML-Tiny-1.36.tar.gz +549d0d26bc4d9609ed43b84aec20cf19 YAML-Tiny-1.39.tar.gz From cweyl at fedoraproject.org Sat May 23 19:59:43 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 19:59:43 +0000 (UTC) Subject: rpms/perl-YAML-Tiny/F-11 perl-YAML-Tiny.spec, 1.11, 1.12 sources, 1.10, 1.11 Message-ID: <20090523195943.10F4470114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-YAML-Tiny/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32239 Modified Files: perl-YAML-Tiny.spec sources Log Message: * Sat May 23 2009 Chris Weyl 1.39-1 - auto-update to 1.39 (by cpan-spec-update 0.01) - added a new br on perl(File::Spec) (version 0.80) Index: perl-YAML-Tiny.spec =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/F-11/perl-YAML-Tiny.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-YAML-Tiny.spec 27 Feb 2009 05:00:07 -0000 1.11 +++ perl-YAML-Tiny.spec 23 May 2009 19:59:12 -0000 1.12 @@ -1,14 +1,15 @@ Name: perl-YAML-Tiny -Version: 1.36 -Release: 2%{?dist} +Version: 1.39 +Release: 1%{?dist} Summary: Read/Write YAML files with as little code as possible License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/YAML-Tiny/ -Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(Test::MinimumVersion) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) @@ -51,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat May 23 2009 Chris Weyl 1.39-1 +- auto-update to 1.39 (by cpan-spec-update 0.01) +- added a new br on perl(File::Spec) (version 0.80) + * Thu Feb 26 2009 Fedora Release Engineering - 1.36-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/F-11/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 17 Jan 2009 19:51:09 -0000 1.10 +++ sources 23 May 2009 19:59:12 -0000 1.11 @@ -1 +1 @@ -4d2b19298e9f500b3fff961daf458a01 YAML-Tiny-1.36.tar.gz +549d0d26bc4d9609ed43b84aec20cf19 YAML-Tiny-1.39.tar.gz From cweyl at fedoraproject.org Sat May 23 19:59:58 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 19:59:58 +0000 (UTC) Subject: rpms/perl-YAML-Tiny/F-10 perl-YAML-Tiny.spec, 1.10, 1.11 sources, 1.10, 1.11 Message-ID: <20090523195958.1AC9270114@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-serv32271 Modified Files: perl-YAML-Tiny.spec sources Log Message: * Sat May 23 2009 Chris Weyl 1.39-1 - auto-update to 1.39 (by cpan-spec-update 0.01) - added a new br on perl(File::Spec) (version 0.80) Index: perl-YAML-Tiny.spec =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/F-10/perl-YAML-Tiny.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-YAML-Tiny.spec 22 Mar 2009 17:48:51 -0000 1.10 +++ perl-YAML-Tiny.spec 23 May 2009 19:59:27 -0000 1.11 @@ -1,14 +1,15 @@ Name: perl-YAML-Tiny -Version: 1.36 -Release: 2%{?dist} +Version: 1.39 +Release: 1%{?dist} Summary: Read/Write YAML files with as little code as possible License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/YAML-Tiny/ -Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(Test::MinimumVersion) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) @@ -51,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat May 23 2009 Chris Weyl 1.39-1 +- auto-update to 1.39 (by cpan-spec-update 0.01) +- added a new br on perl(File::Spec) (version 0.80) + * Thu Feb 26 2009 Fedora Release Engineering - 1.36-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/F-10/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 22 Mar 2009 17:48:52 -0000 1.10 +++ sources 23 May 2009 19:59:27 -0000 1.11 @@ -1 +1 @@ -4d2b19298e9f500b3fff961daf458a01 YAML-Tiny-1.36.tar.gz +549d0d26bc4d9609ed43b84aec20cf19 YAML-Tiny-1.39.tar.gz From cweyl at fedoraproject.org Sat May 23 20:01:53 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 20:01:53 +0000 (UTC) Subject: rpms/perl-Module-Install/devel .cvsignore, 1.16, 1.17 perl-Module-Install.spec, 1.20, 1.21 sources, 1.16, 1.17 Message-ID: <20090523200153.68D8070114@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-serv32666 Modified Files: .cvsignore perl-Module-Install.spec sources Log Message: * Sat May 23 2009 Chris Weyl 0.90-1 - update to 0.90 - add br on JSON, Test::Harness (3.13) - update br on YAML::Tiny (1.38) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- .cvsignore 12 May 2009 05:08:20 -0000 1.16 +++ .cvsignore 23 May 2009 20:01:22 -0000 1.17 @@ -1 +1 @@ -Module-Install-0.87.tar.gz +Module-Install-0.90.tar.gz Index: perl-Module-Install.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- perl-Module-Install.spec 12 May 2009 05:08:20 -0000 1.20 +++ perl-Module-Install.spec 23 May 2009 20:01:22 -0000 1.21 @@ -1,5 +1,5 @@ Name: perl-Module-Install -Version: 0.87 +Version: 0.90 Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic @@ -21,15 +21,17 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: perl(File::Remove) >= 1.42 BuildRequires: perl(File::Spec) +BuildRequires: perl(JSON) BuildRequires: perl(Module::Build) BuildRequires: perl(Module::CoreList) BuildRequires: perl(Module::ScanDeps) BuildRequires: perl(PAR::Dist) >= 0.29 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +BuildRequires: perl(Test::Harness) >= 3.13 BuildRequires: perl(Test::MinimumVersion) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) -BuildRequires: perl(YAML::Tiny) +BuildRequires: perl(YAML::Tiny) >= 1.38 Requires: perl(Archive::Tar) Requires: perl(ExtUtils::ParseXS) Requires: perl(Module::Build) @@ -76,6 +78,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat May 23 2009 Chris Weyl 0.90-1 +- update to 0.90 +- add br on JSON, Test::Harness (3.13) +- update br on YAML::Tiny (1.38) + * Mon May 11 2009 Chris Weyl 0.87-1 - update to 0.87 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- sources 12 May 2009 05:08:20 -0000 1.16 +++ sources 23 May 2009 20:01:23 -0000 1.17 @@ -1 +1 @@ -956f402f8e000eaa5fab1ad90f712360 Module-Install-0.87.tar.gz +7c1ae8ff3e0c8d5a35ea95105a9d80ac Module-Install-0.90.tar.gz From cweyl at fedoraproject.org Sat May 23 20:25:32 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 20:25:32 +0000 (UTC) Subject: rpms/perl-Clone/F-10 perl-Clone.spec,1.11,1.12 sources,1.6,1.7 Message-ID: <20090523202532.56F3370114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Clone/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3203 Modified Files: perl-Clone.spec sources Log Message: * Fri Mar 13 2009 Tom "spot" Callaway - 0.31-1 - update to 0.31 Index: perl-Clone.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Clone/F-10/perl-Clone.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Clone.spec 27 Feb 2008 21:45:08 -0000 1.11 +++ perl-Clone.spec 23 May 2009 20:25:02 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Clone -Version: 0.28 -Release: 4%{?dist} +Version: 0.31 +Release: 1%{?dist} Summary: Recursively copy perl datatypes Group: Development/Libraries License: GPL+ or Artistic @@ -50,6 +50,12 @@ rm -rf $RPM_BUILD_ROOT %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 + * Wed Feb 27 2008 Tom "spot" Callaway - 0.28-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Clone/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 28 Nov 2007 18:55:36 -0000 1.6 +++ sources 23 May 2009 20:25:02 -0000 1.7 @@ -1 +1 @@ -16186d984e358ab3ca069d00c81b7e5c Clone-0.28.tar.gz +65f34e7280d7b7dfb72ab6224e5767f5 Clone-0.31.tar.gz From bugzilla at redhat.com Sat May 23 20:24:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 23 May 2009 16:24:53 -0400 Subject: [Bug 502001] update SQL-Abstract to 1.55 please In-Reply-To: References: Message-ID: <200905232024.n4NKOrvn019626@bz-web1.app.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=502001 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV CC| |cweyl at alumni.drew.edu --- Comment #1 from Chris Weyl 2009-05-23 16:24:52 EDT --- I'm going to need this for DBIx::Class, so taking... Also bringing perl-Clone up to 0.31 in F-10 (already there for rawhide/F-11). -- Configure 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 May 23 20:28:39 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 20:28:39 +0000 (UTC) Subject: rpms/perl-Clone/devel perl-Clone.spec,1.13,1.14 Message-ID: <20090523202839.D4EE970114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Clone/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3617 Modified Files: perl-Clone.spec Log Message: * Sat May 23 2009 Chris Weyl - 0.31-2 - filter private Perl solibs from provides - remove some executable bits -- keep rpmlint happy Index: perl-Clone.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Clone/devel/perl-Clone.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-Clone.spec 13 Mar 2009 18:51:05 -0000 1.13 +++ perl-Clone.spec 23 May 2009 20:28:09 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-Clone Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Recursively copy perl datatypes Group: Development/Libraries License: GPL+ or Artistic @@ -11,6 +11,12 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildRequires: perl(ExtUtils::ParseXS), perl(Taint::Runtime), perl(Test::More) 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 '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" + %description This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, @@ -22,6 +28,7 @@ arrays or hashes, pass them in by refere %prep %setup -q -n Clone-%{version} +find . -type f -exec chmod -c -x {} ';' %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -50,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Chris Weyl - 0.31-2 +- filter private Perl solibs from provides +- remove some executable bits -- keep rpmlint happy + * Fri Mar 13 2009 Tom "spot" Callaway - 0.31-1 - update to 0.31 From cweyl at fedoraproject.org Sat May 23 20:29:50 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 20:29:50 +0000 (UTC) Subject: rpms/perl-SQL-Abstract/devel .cvsignore, 1.7, 1.8 perl-SQL-Abstract.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <20090523202950.9721770114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-SQL-Abstract/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3899 Modified Files: .cvsignore perl-SQL-Abstract.spec sources Log Message: * Thu May 21 2009 Chris Weyl 1.55-1 - added SQLATEST_TESTER=1 to force tests - auto-update to 1.55 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::MakeMaker) (version 6.42) - added a new br on perl(Clone) (version 0.31) - added a new br on perl(Scalar::Util) (version 0) - added a new br on perl(List::Util) (version 0) - added a new br on perl(Test::Builder) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 13 Mar 2009 23:03:14 -0000 1.7 +++ .cvsignore 23 May 2009 20:29:20 -0000 1.8 @@ -1 +1 @@ -SQL-Abstract-1.50.tar.gz +SQL-Abstract-1.55.tar.gz Index: perl-SQL-Abstract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/perl-SQL-Abstract.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-SQL-Abstract.spec 16 Mar 2009 13:40:11 -0000 1.12 +++ perl-SQL-Abstract.spec 23 May 2009 20:29:20 -0000 1.13 @@ -1,15 +1,23 @@ Name: perl-SQL-Abstract -Version: 1.50 -Release: 2%{?dist} +Version: 1.55 +Release: 1%{?dist} Summary: Generate SQL from Perl data structures Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/SQL-Abstract -Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/SQL-Abstract-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Abstract-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Test::More), perl(Test::Deep), perl(Test::Warn), perl(Test::Exception) +BuildRequires: perl(Test::Deep) +BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Warn) +BuildRequires: perl(Test::More) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Clone) >= 0.31 +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(List::Util) +BuildRequires: perl(Test::Builder) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -27,10 +35,10 @@ 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 ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check -make test +SQLATEST_TESTER=1 make test %clean rm -rf $RPM_BUILD_ROOT @@ -43,6 +51,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 21 2009 Chris Weyl 1.55-1 +- added SQLATEST_TESTER=1 to force tests +- auto-update to 1.55 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::MakeMaker) (version 6.42) +- added a new br on perl(Clone) (version 0.31) +- added a new br on perl(Scalar::Util) (version 0) +- added a new br on perl(List::Util) (version 0) +- added a new br on perl(Test::Builder) (version 0) + * Mon Mar 16 2009 Tom "spot" Callaway - 1.50-2 - add missing BR: perl(Test::Exception) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 13 Mar 2009 23:03:15 -0000 1.7 +++ sources 23 May 2009 20:29:20 -0000 1.8 @@ -1 +1 @@ -253eadd0ba7450b82afa2e650d13fb1d SQL-Abstract-1.50.tar.gz +9e97519e11b50a05ad410a91f64ef12c SQL-Abstract-1.55.tar.gz From cweyl at fedoraproject.org Sat May 23 20:31:23 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 20:31:23 +0000 (UTC) Subject: rpms/perl-Class-C3-Componentised/devel .cvsignore, 1.4, 1.5 perl-Class-C3-Componentised.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <20090523203123.21A8E70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Componentised/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4222 Modified Files: .cvsignore perl-Class-C3-Componentised.spec sources Log Message: * Sat May 23 2009 Chris Weyl 1.0005-1 - auto-update to 1.0005 (by cpan-spec-update 0.01) - added a new br on perl(FindBin) (version 0) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - altered br on perl(Class::C3) (0 => 0.20) - added a new br on perl(Carp) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 19 Apr 2009 00:31:26 -0000 1.4 +++ .cvsignore 23 May 2009 20:30:52 -0000 1.5 @@ -1 +1 @@ -Class-C3-Componentised-1.0004.tar.gz +Class-C3-Componentised-1.0005.tar.gz Index: perl-Class-C3-Componentised.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/devel/perl-Class-C3-Componentised.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Class-C3-Componentised.spec 19 Apr 2009 00:31:26 -0000 1.6 +++ perl-Class-C3-Componentised.spec 23 May 2009 20:30:52 -0000 1.7 @@ -1,20 +1,20 @@ Name: perl-Class-C3-Componentised -Version: 1.0004 +Version: 1.0005 Release: 1%{?dist} -Summary: Load mix-ins or components to your C3-based class +Summary: Load mix-ins or components to your C3-based class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-C3-Componentised/ -Source0: http://www.cpan.org/authors/id/A/AS/ASH/Class-C3-Componentised-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AS/ASH/Class-C3-Componentised-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) # cpan -BuildRequires: perl(Class::C3) +BuildRequires: perl(Class::C3) >= 0.20 BuildRequires: perl(Class::Inspector) BuildRequires: perl(MRO::Compat) # testing @@ -23,12 +23,16 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +### auto-added brs! +BuildRequires: perl(FindBin) +BuildRequires: perl(Carp) + %description -This will inject base classes to your module using the Class::C3 method +This will inject base classes to your module using the Class::C3 method resolution order. Please note: these are not plugins that can take precedence over methods -declared in MyModule. If you want something like that, consider +declared in MyModule. If you want something like that, consider MooseX::Object::Pluggable. @@ -74,6 +78,13 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat May 23 2009 Chris Weyl 1.0005-1 +- auto-update to 1.0005 (by cpan-spec-update 0.01) +- added a new br on perl(FindBin) (version 0) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- altered br on perl(Class::C3) (0 => 0.20) +- added a new br on perl(Carp) (version 0) + * Sat Apr 18 2009 Chris Weyl 1.0004-1 - update to 1.0004 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 19 Apr 2009 00:31:26 -0000 1.4 +++ sources 23 May 2009 20:30:52 -0000 1.5 @@ -1 +1 @@ -d4e8fd4f123cc52343b79fe5b434e8d3 Class-C3-Componentised-1.0004.tar.gz +1c843ffd2737c6db77edcc6b666cfc48 Class-C3-Componentised-1.0005.tar.gz From cweyl at fedoraproject.org Sat May 23 20:50:01 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 20:50:01 +0000 (UTC) Subject: rpms/perl-Class-C3-Componentised/F-11 perl-Class-C3-Componentised.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090523205001.CDF4E70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Componentised/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6930 Modified Files: perl-Class-C3-Componentised.spec sources Log Message: * Sat May 23 2009 Chris Weyl 1.0005-1 - auto-update to 1.0005 (by cpan-spec-update 0.01) - added a new br on perl(FindBin) (version 0) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - altered br on perl(Class::C3) (0 => 0.20) - added a new br on perl(Carp) (version 0) Index: perl-Class-C3-Componentised.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/F-11/perl-Class-C3-Componentised.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Class-C3-Componentised.spec 26 Feb 2009 12:38:31 -0000 1.5 +++ perl-Class-C3-Componentised.spec 23 May 2009 20:49:31 -0000 1.6 @@ -1,32 +1,38 @@ Name: perl-Class-C3-Componentised -Version: 1.0003 -Release: 2%{?dist} -Summary: Load mix-ins or components to your C3-based class +Version: 1.0005 +Release: 1%{?dist} +Summary: Load mix-ins or components to your C3-based class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-C3-Componentised/ -Source0: http://www.cpan.org/authors/id/A/AS/ASH/Class-C3-Componentised-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AS/ASH/Class-C3-Componentised-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) # cpan -BuildRequires: perl(Class::C3) +BuildRequires: perl(Class::C3) >= 0.20 BuildRequires: perl(Class::Inspector) +BuildRequires: perl(MRO::Compat) +# testing BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +### auto-added brs! +BuildRequires: perl(FindBin) +BuildRequires: perl(Carp) + %description -This will inject base classes to your module using the Class::C3 method +This will inject base classes to your module using the Class::C3 method resolution order. Please note: these are not plugins that can take precedence over methods -declared in MyModule. If you want something like that, consider +declared in MyModule. If you want something like that, consider MooseX::Object::Pluggable. @@ -72,6 +78,16 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat May 23 2009 Chris Weyl 1.0005-1 +- auto-update to 1.0005 (by cpan-spec-update 0.01) +- added a new br on perl(FindBin) (version 0) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- altered br on perl(Class::C3) (0 => 0.20) +- added a new br on perl(Carp) (version 0) + +* Sat Apr 18 2009 Chris Weyl 1.0004-1 +- update to 1.0004 + * Thu Feb 26 2009 Fedora Release Engineering - 1.0003-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 29 May 2008 06:23:52 -0000 1.3 +++ sources 23 May 2009 20:49:31 -0000 1.4 @@ -1 +1 @@ -f388783d0ea20f507e61f35677041a3e Class-C3-Componentised-1.0003.tar.gz +1c843ffd2737c6db77edcc6b666cfc48 Class-C3-Componentised-1.0005.tar.gz From cweyl at fedoraproject.org Sat May 23 20:50:09 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 20:50:09 +0000 (UTC) Subject: rpms/perl-Class-C3-Componentised/F-10 perl-Class-C3-Componentised.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20090523205009.E334E70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Componentised/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6970 Modified Files: perl-Class-C3-Componentised.spec sources Log Message: * Sat May 23 2009 Chris Weyl 1.0005-1 - auto-update to 1.0005 (by cpan-spec-update 0.01) - added a new br on perl(FindBin) (version 0) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - altered br on perl(Class::C3) (0 => 0.20) - added a new br on perl(Carp) (version 0) Index: perl-Class-C3-Componentised.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/F-10/perl-Class-C3-Componentised.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Class-C3-Componentised.spec 19 Apr 2009 00:37:09 -0000 1.5 +++ perl-Class-C3-Componentised.spec 23 May 2009 20:49:39 -0000 1.6 @@ -1,20 +1,20 @@ Name: perl-Class-C3-Componentised -Version: 1.0004 +Version: 1.0005 Release: 1%{?dist} -Summary: Load mix-ins or components to your C3-based class +Summary: Load mix-ins or components to your C3-based class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-C3-Componentised/ -Source0: http://www.cpan.org/authors/id/A/AS/ASH/Class-C3-Componentised-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AS/ASH/Class-C3-Componentised-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) # cpan -BuildRequires: perl(Class::C3) +BuildRequires: perl(Class::C3) >= 0.20 BuildRequires: perl(Class::Inspector) BuildRequires: perl(MRO::Compat) # testing @@ -23,12 +23,16 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +### auto-added brs! +BuildRequires: perl(FindBin) +BuildRequires: perl(Carp) + %description -This will inject base classes to your module using the Class::C3 method +This will inject base classes to your module using the Class::C3 method resolution order. Please note: these are not plugins that can take precedence over methods -declared in MyModule. If you want something like that, consider +declared in MyModule. If you want something like that, consider MooseX::Object::Pluggable. @@ -74,6 +78,13 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat May 23 2009 Chris Weyl 1.0005-1 +- auto-update to 1.0005 (by cpan-spec-update 0.01) +- added a new br on perl(FindBin) (version 0) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- altered br on perl(Class::C3) (0 => 0.20) +- added a new br on perl(Carp) (version 0) + * Sat Apr 18 2009 Chris Weyl 1.0004-1 - update to 1.0004 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 19 Apr 2009 00:37:09 -0000 1.4 +++ sources 23 May 2009 20:49:39 -0000 1.5 @@ -1 +1 @@ -d4e8fd4f123cc52343b79fe5b434e8d3 Class-C3-Componentised-1.0004.tar.gz +1c843ffd2737c6db77edcc6b666cfc48 Class-C3-Componentised-1.0005.tar.gz From cweyl at fedoraproject.org Sat May 23 20:52:57 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 20:52:57 +0000 (UTC) Subject: rpms/perl-Class-C3-Adopt-NEXT/devel .cvsignore, 1.4, 1.5 perl-Class-C3-Adopt-NEXT.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090523205257.AA67170114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7465 Modified Files: .cvsignore perl-Class-C3-Adopt-NEXT.spec sources Log Message: * Sat May 23 2009 Chris Weyl 0.11-1 - auto-update to 0.11 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 17 May 2009 07:46:26 -0000 1.4 +++ .cvsignore 23 May 2009 20:52:27 -0000 1.5 @@ -1 +1 @@ -Class-C3-Adopt-NEXT-0.10.tar.gz +Class-C3-Adopt-NEXT-0.11.tar.gz Index: perl-Class-C3-Adopt-NEXT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/perl-Class-C3-Adopt-NEXT.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Class-C3-Adopt-NEXT.spec 17 May 2009 07:46:27 -0000 1.4 +++ perl-Class-C3-Adopt-NEXT.spec 23 May 2009 20:52:27 -0000 1.5 @@ -1,11 +1,11 @@ Name: perl-Class-C3-Adopt-NEXT -Version: 0.10 +Version: 0.11 Release: 1%{?dist} # lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Reduce one's dependency on NEXT -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Class-C3-Adopt-NEXT-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-C3-Adopt-NEXT BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -63,6 +63,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat May 23 2009 Chris Weyl 0.11-1 +- auto-update to 0.11 (by cpan-spec-update 0.01) + * Sun May 17 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(Test::Exception) (0 => 0.27) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 17 May 2009 07:46:27 -0000 1.4 +++ sources 23 May 2009 20:52:27 -0000 1.5 @@ -1 +1 @@ -5827721780a1563257e7a3c9d57a91d2 Class-C3-Adopt-NEXT-0.10.tar.gz +48da068239ae384a68298f111e6c0764 Class-C3-Adopt-NEXT-0.11.tar.gz From cweyl at fedoraproject.org Sat May 23 20:59:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 20:59:00 +0000 (UTC) Subject: rpms/perl-Class-C3-Adopt-NEXT/devel perl-Class-C3-Adopt-NEXT.spec, 1.5, 1.6 Message-ID: <20090523205900.228F970114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8086 Modified Files: perl-Class-C3-Adopt-NEXT.spec Log Message: * Sat May 23 2009 Chris Weyl 0.11-2 - README no longer present Index: perl-Class-C3-Adopt-NEXT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/perl-Class-C3-Adopt-NEXT.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Class-C3-Adopt-NEXT.spec 23 May 2009 20:52:27 -0000 1.5 +++ perl-Class-C3-Adopt-NEXT.spec 23 May 2009 20:58:29 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Class-C3-Adopt-NEXT Version: 0.11 -Release: 1%{?dist} +Release: 2%{?dist} # lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries @@ -58,11 +58,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sat May 23 2009 Chris Weyl 0.11-2 +- README no longer present + * Sat May 23 2009 Chris Weyl 0.11-1 - auto-update to 0.11 (by cpan-spec-update 0.01) From cweyl at fedoraproject.org Sat May 23 21:06:33 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 21:06:33 +0000 (UTC) Subject: rpms/perl-SQL-Abstract/F-11 perl-SQL-Abstract.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <20090523210633.804FE70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-SQL-Abstract/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8908 Modified Files: perl-SQL-Abstract.spec sources Log Message: * Thu May 21 2009 Chris Weyl 1.55-1 - added SQLATEST_TESTER=1 to force tests - auto-update to 1.55 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::MakeMaker) (version 6.42) - added a new br on perl(Clone) (version 0.31) - added a new br on perl(Scalar::Util) (version 0) - added a new br on perl(List::Util) (version 0) - added a new br on perl(Test::Builder) (version 0) Index: perl-SQL-Abstract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/F-11/perl-SQL-Abstract.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-SQL-Abstract.spec 16 Mar 2009 13:40:11 -0000 1.12 +++ perl-SQL-Abstract.spec 23 May 2009 21:06:02 -0000 1.13 @@ -1,15 +1,23 @@ Name: perl-SQL-Abstract -Version: 1.50 -Release: 2%{?dist} +Version: 1.55 +Release: 1%{?dist} Summary: Generate SQL from Perl data structures Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/SQL-Abstract -Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/SQL-Abstract-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Abstract-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Test::More), perl(Test::Deep), perl(Test::Warn), perl(Test::Exception) +BuildRequires: perl(Test::Deep) +BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Warn) +BuildRequires: perl(Test::More) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Clone) >= 0.31 +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(List::Util) +BuildRequires: perl(Test::Builder) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -27,10 +35,10 @@ 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 ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check -make test +SQLATEST_TESTER=1 make test %clean rm -rf $RPM_BUILD_ROOT @@ -43,6 +51,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 21 2009 Chris Weyl 1.55-1 +- added SQLATEST_TESTER=1 to force tests +- auto-update to 1.55 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::MakeMaker) (version 6.42) +- added a new br on perl(Clone) (version 0.31) +- added a new br on perl(Scalar::Util) (version 0) +- added a new br on perl(List::Util) (version 0) +- added a new br on perl(Test::Builder) (version 0) + * Mon Mar 16 2009 Tom "spot" Callaway - 1.50-2 - add missing BR: perl(Test::Exception) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/F-11/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 13 Mar 2009 23:03:15 -0000 1.7 +++ sources 23 May 2009 21:06:02 -0000 1.8 @@ -1 +1 @@ -253eadd0ba7450b82afa2e650d13fb1d SQL-Abstract-1.50.tar.gz +9e97519e11b50a05ad410a91f64ef12c SQL-Abstract-1.55.tar.gz From bugzilla at redhat.com Sat May 23 21:06:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 23 May 2009 17:06:14 -0400 Subject: [Bug 502001] update SQL-Abstract to 1.55 please In-Reply-To: References: Message-ID: <200905232106.n4NL6EOW020594@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=502001 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |CLOSED Resolution| |RAWHIDE --- Comment #2 from Chris Weyl 2009-05-23 17:06:13 EDT --- Done. Iain, maybe it was closed already but could you file a bug against MojoMojo upstream, asking them to bump the version of SQL::Abstract? 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 cweyl at fedoraproject.org Sat May 23 21:16:36 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 21:16:36 +0000 (UTC) Subject: rpms/perl-DateTime-Calendar-Mayan/devel perl-DateTime-Calendar-Mayan.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090523211636.B947C70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10639 Modified Files: sources Added Files: perl-DateTime-Calendar-Mayan.spec Log Message: * Mon May 18 2009 Chris Weyl 0.0601-1 - submission --- NEW FILE perl-DateTime-Calendar-Mayan.spec --- Name: perl-DateTime-Calendar-Mayan Version: 0.0601 Release: 1%{?dist} # lib/DateTime/Calendar/Mayan.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Mayan Long Count Calendar Source: http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Calendar-Mayan-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Calendar-Mayan 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.15 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Params::Validate) >= 0.64 # testing BuildRequires: perl(Test::More) %description An implementation of the Mayan Long Count, Haab, and Tzolkin calendars as defined in "Calendrical Calculations The Millennium Edition". Supplemented by "Frequently Asked Questions about Calendars". %prep %setup -q -n DateTime-Calendar-Mayan-%{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 * Mon May 18 2009 Chris Weyl 0.0601-1 - submission * Mon May 18 2009 Chris Weyl 0.0601-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 May 2009 23:53:00 -0000 1.1 +++ sources 23 May 2009 21:16:06 -0000 1.2 @@ -0,0 +1 @@ +9ed964ceadee297770be4ef7778e090c DateTime-Calendar-Mayan-0.0601.tar.gz From cweyl at fedoraproject.org Sat May 23 21:17:04 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 21:17:04 +0000 (UTC) Subject: rpms/perl-DateTime-Calendar-Mayan/F-10 perl-DateTime-Calendar-Mayan.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090523211704.4C9BA70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10725 Modified Files: sources Added Files: perl-DateTime-Calendar-Mayan.spec Log Message: * Mon May 18 2009 Chris Weyl 0.0601-1 - submission --- NEW FILE perl-DateTime-Calendar-Mayan.spec --- Name: perl-DateTime-Calendar-Mayan Version: 0.0601 Release: 1%{?dist} # lib/DateTime/Calendar/Mayan.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Mayan Long Count Calendar Source: http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Calendar-Mayan-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Calendar-Mayan 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.15 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Params::Validate) >= 0.64 # testing BuildRequires: perl(Test::More) %description An implementation of the Mayan Long Count, Haab, and Tzolkin calendars as defined in "Calendrical Calculations The Millennium Edition". Supplemented by "Frequently Asked Questions about Calendars". %prep %setup -q -n DateTime-Calendar-Mayan-%{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 * Mon May 18 2009 Chris Weyl 0.0601-1 - submission * Mon May 18 2009 Chris Weyl 0.0601-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Calendar-Mayan/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 May 2009 23:53:00 -0000 1.1 +++ sources 23 May 2009 21:16:34 -0000 1.2 @@ -0,0 +1 @@ +9ed964ceadee297770be4ef7778e090c DateTime-Calendar-Mayan-0.0601.tar.gz From cweyl at fedoraproject.org Sat May 23 21:18:22 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 21:18:22 +0000 (UTC) Subject: rpms/perl-Class-C3-Adopt-NEXT/F-11 perl-Class-C3-Adopt-NEXT.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090523211822.EEB7F70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11002 Modified Files: perl-Class-C3-Adopt-NEXT.spec sources Log Message: * Sat May 23 2009 Chris Weyl 0.11-2 - README no longer present Index: perl-Class-C3-Adopt-NEXT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-11/perl-Class-C3-Adopt-NEXT.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Class-C3-Adopt-NEXT.spec 19 May 2009 02:06:22 -0000 1.4 +++ perl-Class-C3-Adopt-NEXT.spec 23 May 2009 21:17:52 -0000 1.5 @@ -1,11 +1,11 @@ Name: perl-Class-C3-Adopt-NEXT -Version: 0.10 -Release: 1%{?dist} +Version: 0.11 +Release: 2%{?dist} # lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Reduce one's dependency on NEXT -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Class-C3-Adopt-NEXT-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-C3-Adopt-NEXT BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -58,11 +58,17 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sat May 23 2009 Chris Weyl 0.11-2 +- README no longer present + +* Sat May 23 2009 Chris Weyl 0.11-1 +- auto-update to 0.11 (by cpan-spec-update 0.01) + * Sun May 17 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(Test::Exception) (0 => 0.27) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-11/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 19 May 2009 02:06:22 -0000 1.4 +++ sources 23 May 2009 21:17:52 -0000 1.5 @@ -1 +1 @@ -5827721780a1563257e7a3c9d57a91d2 Class-C3-Adopt-NEXT-0.10.tar.gz +48da068239ae384a68298f111e6c0764 Class-C3-Adopt-NEXT-0.11.tar.gz From cweyl at fedoraproject.org Sat May 23 21:18:54 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 21:18:54 +0000 (UTC) Subject: rpms/perl-Class-C3-Adopt-NEXT/F-10 perl-Class-C3-Adopt-NEXT.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090523211854.9894570114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11088 Modified Files: perl-Class-C3-Adopt-NEXT.spec sources Log Message: * Sat May 23 2009 Chris Weyl 0.11-2 - README no longer present Index: perl-Class-C3-Adopt-NEXT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10/perl-Class-C3-Adopt-NEXT.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Class-C3-Adopt-NEXT.spec 19 May 2009 02:06:37 -0000 1.3 +++ perl-Class-C3-Adopt-NEXT.spec 23 May 2009 21:18:24 -0000 1.4 @@ -1,11 +1,11 @@ Name: perl-Class-C3-Adopt-NEXT -Version: 0.10 -Release: 1%{?dist} +Version: 0.11 +Release: 2%{?dist} # lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Reduce one's dependency on NEXT -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Class-C3-Adopt-NEXT-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-C3-Adopt-NEXT BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -58,11 +58,17 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sat May 23 2009 Chris Weyl 0.11-2 +- README no longer present + +* Sat May 23 2009 Chris Weyl 0.11-1 +- auto-update to 0.11 (by cpan-spec-update 0.01) + * Sun May 17 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(Test::Exception) (0 => 0.27) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 19 May 2009 02:06:37 -0000 1.4 +++ sources 23 May 2009 21:18:24 -0000 1.5 @@ -1 +1 @@ -5827721780a1563257e7a3c9d57a91d2 Class-C3-Adopt-NEXT-0.10.tar.gz +48da068239ae384a68298f111e6c0764 Class-C3-Adopt-NEXT-0.11.tar.gz From cweyl at fedoraproject.org Sat May 23 21:23:48 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 21:23:48 +0000 (UTC) Subject: rpms/perl-Any-Moose/F-11 perl-Any-Moose.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090523212348.0AA0F70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Any-Moose/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11731 Modified Files: perl-Any-Moose.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.09-1 - auto-update to 0.09 (by cpan-spec-update 0.01) - altered br on perl(Mouse) (0.20 => 0.21) Index: perl-Any-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/F-11/perl-Any-Moose.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Any-Moose.spec 4 May 2009 21:27:38 -0000 1.1 +++ perl-Any-Moose.spec 23 May 2009 21:23:17 -0000 1.2 @@ -1,13 +1,13 @@ -Name: perl-Any-Moose -Version: 0.07 +Name: perl-Any-Moose +Version: 0.09 Release: 1%{?dist} # lib/Any/Moose.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries Summary: Use Moose or Mouse automagically -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz Url: http://search.cpan.org/dist/Any-Moose -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -15,7 +15,7 @@ BuildArch: noarch Requires: perl(Mouse) >= 0.20 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Mouse) >= 0.20 +BuildRequires: perl(Mouse) >= 0.21 # tests BuildRequires: perl(Test::More) BuildRequires: perl(Moose) @@ -23,7 +23,7 @@ BuildRequires: perl(MooseX::Types) BuildRequires: perl(MouseX::Types) %description -This module allows one to take advantage of the features Moose/Mouse +This module allows one to take advantage of the features Moose/Mouse provides, while allowing one to let the program author determine if Moose or Mouse should be used; when use'd, we load Mouse if Moose isn't already loaded, otherwise we go with Moose. @@ -48,19 +48,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes LICENSE README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Thu May 21 2009 Chris Weyl 0.09-1 +- auto-update to 0.09 (by cpan-spec-update 0.01) +- altered br on perl(Mouse) (0.20 => 0.21) + * Sun May 03 2009 Chris Weyl 0.07-1 - submission * Sun May 03 2009 Chris Weyl 0.07-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 4 May 2009 21:27:38 -0000 1.2 +++ sources 23 May 2009 21:23:17 -0000 1.3 @@ -1 +1 @@ -42db620f669d878ac4bf797415acbd06 Any-Moose-0.07.tar.gz +fbae0fbd889ad3e06bf37e40e1e6fe2c Any-Moose-0.09.tar.gz From cweyl at fedoraproject.org Sat May 23 21:25:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 23 May 2009 21:25:05 +0000 (UTC) Subject: rpms/perl-Any-Moose/F-10 perl-Any-Moose.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090523212505.9115C70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Any-Moose/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11961 Modified Files: perl-Any-Moose.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.09-1 - auto-update to 0.09 (by cpan-spec-update 0.01) - altered br on perl(Mouse) (0.20 => 0.21) Index: perl-Any-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/F-10/perl-Any-Moose.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Any-Moose.spec 4 May 2009 21:26:13 -0000 1.1 +++ perl-Any-Moose.spec 23 May 2009 21:24:35 -0000 1.2 @@ -1,13 +1,13 @@ -Name: perl-Any-Moose -Version: 0.07 +Name: perl-Any-Moose +Version: 0.09 Release: 1%{?dist} # lib/Any/Moose.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries Summary: Use Moose or Mouse automagically -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz Url: http://search.cpan.org/dist/Any-Moose -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -15,7 +15,7 @@ BuildArch: noarch Requires: perl(Mouse) >= 0.20 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Mouse) >= 0.20 +BuildRequires: perl(Mouse) >= 0.21 # tests BuildRequires: perl(Test::More) BuildRequires: perl(Moose) @@ -23,7 +23,7 @@ BuildRequires: perl(MooseX::Types) BuildRequires: perl(MouseX::Types) %description -This module allows one to take advantage of the features Moose/Mouse +This module allows one to take advantage of the features Moose/Mouse provides, while allowing one to let the program author determine if Moose or Mouse should be used; when use'd, we load Mouse if Moose isn't already loaded, otherwise we go with Moose. @@ -48,19 +48,22 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes LICENSE README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Thu May 21 2009 Chris Weyl 0.09-1 +- auto-update to 0.09 (by cpan-spec-update 0.01) +- altered br on perl(Mouse) (0.20 => 0.21) + * Sun May 03 2009 Chris Weyl 0.07-1 - submission * Sun May 03 2009 Chris Weyl 0.07-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Any-Moose/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 4 May 2009 21:26:13 -0000 1.2 +++ sources 23 May 2009 21:24:35 -0000 1.3 @@ -1 +1 @@ -42db620f669d878ac4bf797415acbd06 Any-Moose-0.07.tar.gz +fbae0fbd889ad3e06bf37e40e1e6fe2c Any-Moose-0.09.tar.gz From bugzilla at redhat.com Sat May 23 22:24:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 23 May 2009 18:24:25 -0400 Subject: [Bug 502001] update SQL-Abstract to 1.55 please In-Reply-To: References: Message-ID: <200905232224.n4NMOPqm013635@bz-web1.app.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=502001 --- Comment #3 from Iain Arnell 2009-05-23 18:24:24 EDT --- Thanks, Chris. MojoMojo doesn't use SQL::Abstract itself (though they are aware of the problem). The problem was bubbling up through DBIx::Class, and as you've noticed, that's already bumped the SQL::Abstract requirement to 1.51. -- Configure 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 Sun May 24 00:57:53 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sat, 23 May 2009 17:57:53 -0700 Subject: private so provides filtering... Message-ID: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> So, in today's rawhide there are still 184 perl-* packages that provide a .so they shouldn't. If there aren't any screams, sometime in the not too distant future I'm going to loop over them, add the filtering code we hashed out earlier, and kick builds off in rawhide. http://fedorapeople.org/~cweyl/private_libs If you'd rather I didn't touch your package for whatever reason, or want to do it yourself, either let me know or add the filter and rebuild. :-) -Chris -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From cweyl at fedoraproject.org Sun May 24 01:04:50 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 24 May 2009 01:04:50 +0000 (UTC) Subject: rpms/perl-Devel-GlobalDestruction/devel perl-Devel-GlobalDestruction.spec, 1.3, 1.4 Message-ID: <20090524010450.41BCF70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Devel-GlobalDestruction/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21187 Modified Files: perl-Devel-GlobalDestruction.spec Log Message: * Sat May 23 2009 Chris Weyl - 0.02-5 - Stripping bad provides of private Perl extension libs Index: perl-Devel-GlobalDestruction.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-GlobalDestruction/devel/perl-Devel-GlobalDestruction.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Devel-GlobalDestruction.spec 26 Feb 2009 15:11:03 -0000 1.3 +++ perl-Devel-GlobalDestruction.spec 24 May 2009 01:04:19 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Devel-GlobalDestruction Version: 0.02 -Release: 4%{?dist} +Release: 5%{?dist} # see lib/Devel/GlobalDestruction.pm License: GPL+ or Artistic Group: Development/Libraries @@ -15,6 +15,12 @@ BuildRequires: perl(Scope::Guard) BuildRequires: perl(Sub::Exporter) +# don't "provide" private Perl libs +%global _use_internal_dependency_generator 0 +%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u +%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" + %description Perl's global destruction is a little tricky to deal with with respect to finalizers because it's not ordered and objects can sometimes disappear. @@ -57,6 +63,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat May 23 2009 Chris Weyl - 0.02-5 +- Stripping bad provides of private Perl extension libs + * Thu Feb 26 2009 Fedora Release Engineering - 0.02-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From cweyl at alumni.drew.edu Sun May 24 01:03:36 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sat, 23 May 2009 18:03:36 -0700 Subject: private so provides filtering... In-Reply-To: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> Message-ID: <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> On Sat, May 23, 2009 at 5:57 PM, Chris Weyl wrote: > So, in today's rawhide there are still 184 perl-* packages that provide a > .so they shouldn't. If there aren't any screams, sometime in the not too > distant future I'm going to loop over them, add the filtering code we hashed > out earlier, and kick builds off in rawhide. > ...or, of course, someone has a better / cleaner idea :) -Chris Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From iarnell at gmail.com Sun May 24 06:13:38 2009 From: iarnell at gmail.com (Iain Arnell) Date: Sun, 24 May 2009 08:13:38 +0200 Subject: private so provides filtering... In-Reply-To: <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> Message-ID: <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> On Sun, May 24, 2009 at 3:03 AM, Chris Weyl wrote: > On Sat, May 23, 2009 at 5:57 PM, Chris Weyl wrote: >> >> So, in today's rawhide there are still 184 perl-* packages that provide a >> .so they shouldn't.? If there aren't any screams, sometime in the not too >> distant future I'm going to loop over them, add the filtering code we hashed >> out earlier, and kick builds off in rawhide. > > ...or, of course, someone has a better / cleaner idea :) > I hate to see that much copy/pasted code - wouldn't it be better to have a more centralized solution. Maybe an /etc/rpm/macros.perl with macros for filtering private .so and unwanted perl(...) provides/requires? At least until someone gets the time to implement a better requires/provides facility in rpm (or redhat-rpm-config) itself - at which point, these workarounds only need to be undone in one place. -- Iain. From cweyl at alumni.drew.edu Sun May 24 07:39:27 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sun, 24 May 2009 00:39:27 -0700 Subject: private so provides filtering... In-Reply-To: <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> Message-ID: <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> On Sat, May 23, 2009 at 11:13 PM, Iain Arnell wrote: > On Sun, May 24, 2009 at 3:03 AM, Chris Weyl wrote: > > On Sat, May 23, 2009 at 5:57 PM, Chris Weyl > wrote: > >> > >> So, in today's rawhide there are still 184 perl-* packages that provide > a > >> .so they shouldn't. If there aren't any screams, sometime in the not > too > >> distant future I'm going to loop over them, add the filtering code we > hashed > >> out earlier, and kick builds off in rawhide. > > > > ...or, of course, someone has a better / cleaner idea :) > > > > I hate to see that much copy/pasted code - wouldn't it be better to > have a more centralized solution. Maybe an /etc/rpm/macros.perl with > macros for filtering private .so and unwanted perl(...) > provides/requires? At least until someone gets the time to implement a > better requires/provides facility in rpm (or redhat-rpm-config) itself > - at which point, these workarounds only need to be undone in one > place. > Heh. I actually sent that last note, then started going down the macro road myself... Initially I looked at just doing something specific to this, but broke it out and wrote something a touch more granular: http://fedorapeople.org/~cweyl/macros.perl With that in place, it's possible to stick a "%{?perl_default_filter}", say before %description, causing all private .so's to not be scanned by the requires scripts... It also prevents anything under %{_docdir} from being scanned for either prov or req. We can also filter things both at the file level (preventing them from being scanned) or at the generated req/dep level. If the macros look sane, I'll open a RFE bug against the perl package to ask that it be bundled and delivered as /etc/rpm/macros.perl. While this is aimed at solving our issues, it should make dealing with wonky auto req/provs much easier. :) -Chris -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From iarnell at gmail.com Sun May 24 12:41:29 2009 From: iarnell at gmail.com (Iain Arnell) Date: Sun, 24 May 2009 14:41:29 +0200 Subject: private so provides filtering... In-Reply-To: <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> Message-ID: <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> On Sun, May 24, 2009 at 9:39 AM, Chris Weyl wrote: > > http://fedorapeople.org/~cweyl/macros.perl [snip] > If the macros look sane, I'll open a RFE bug against the perl package to ask > that it be bundled and delivered as /etc/rpm/macros.perl. Wonderful. Certainly looks sane and appears to be working as expected. Would also be sensible to update the specfile templates in rpmdevtools and cpanspec (and others?) to include this by default. And presumably packages relying on this would also need something along the lines of BuildRequires: config(perl). -- Iain. From bugzilla at redhat.com Sun May 24 13:21:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 09:21:12 -0400 Subject: [Bug 502364] New: missing dependency on perl(Email::Date::Format) 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 on perl(Email::Date::Format) https://bugzilla.redhat.com/show_bug.cgi?id=502364 Summary: missing dependency on perl(Email::Date::Format) Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Email-Simple-Creator AssignedTo: tcallawa at redhat.com ReportedBy: iarnell at gmail.com QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora According to META.yml and Makefile.PL (and discovered in practice), Email-Simple-Creator requires Email-Date-Format, but this hasn't been automatically picked up by RPM. Please add the necessary Requires: perl(Email::Date::Format) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Sun May 24 13:34:12 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 24 May 2009 13:34:12 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-I18N/devel perl-Catalyst-Plugin-I18N.spec, 1.3, 1.4 Message-ID: <20090524133412.6229D70114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26805 Modified Files: perl-Catalyst-Plugin-I18N.spec Log Message: * Sun May 24 2009 Iain Arnell 0.09-2 - add missing requires perl(Locale::Maketext::Lexicon) Index: perl-Catalyst-Plugin-I18N.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/devel/perl-Catalyst-Plugin-I18N.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Catalyst-Plugin-I18N.spec 22 Apr 2009 04:06:30 -0000 1.3 +++ perl-Catalyst-Plugin-I18N.spec 24 May 2009 13:33:39 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-I18N Version: 0.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: I18N for Catalyst License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,8 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not automatically detected +Requires: perl(Locale::Maketext::Lexicon) %description Supports mo/po files and Maketext classes under your applications I18N @@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 24 2009 Iain Arnell 0.09-2 +- add missing requires perl(Locale::Maketext::Lexicon) + * Wed Apr 22 2009 Iain Arnell 0.09-1 - update to 0.09 - BR perl(MRO::Compat) and perl(Test::Pod::Coverage) From iarnell at fedoraproject.org Sun May 24 13:43:45 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 24 May 2009 13:43:45 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-I18N/F-11 .cvsignore, 1.2, 1.3 perl-Catalyst-Plugin-I18N.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090524134346.045A870114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29304 Modified Files: .cvsignore perl-Catalyst-Plugin-I18N.spec sources Log Message: * Sun May 24 2009 Iain Arnell 0.09-2 - add missing requires perl(Locale::Maketext::Lexicon) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/F-11/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 25 Feb 2009 04:17:11 -0000 1.2 +++ .cvsignore 24 May 2009 13:43:15 -0000 1.3 @@ -1 +1 @@ -Catalyst-Plugin-I18N-0.08.tar.gz +Catalyst-Plugin-I18N-0.09.tar.gz Index: perl-Catalyst-Plugin-I18N.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/F-11/perl-Catalyst-Plugin-I18N.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Catalyst-Plugin-I18N.spec 25 Feb 2009 04:18:24 -0000 1.2 +++ perl-Catalyst-Plugin-I18N.spec 24 May 2009 13:43:15 -0000 1.3 @@ -1,20 +1,24 @@ Name: perl-Catalyst-Plugin-I18N -Version: 0.08 +Version: 0.09 Release: 2%{?dist} Summary: I18N for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-I18N/ -Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-I18N-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-I18N-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Locale::Maketext::Lexicon) BuildRequires: perl(Locale::Maketext::Simple) +BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not automatically detected +Requires: perl(Locale::Maketext::Lexicon) %description Supports mo/po files and Maketext classes under your applications I18N @@ -50,6 +54,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 24 2009 Iain Arnell 0.09-2 +- add missing requires perl(Locale::Maketext::Lexicon) + +* Wed Apr 22 2009 Iain Arnell 0.09-1 +- update to 0.09 +- BR perl(MRO::Compat) and perl(Test::Pod::Coverage) + * Wed Feb 25 2009 Iain Arnell 0.08-2 - remove unecessary requires/buildrequires Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 25 Feb 2009 04:17:11 -0000 1.2 +++ sources 24 May 2009 13:43:15 -0000 1.3 @@ -1 +1 @@ -d5931735f643885ee33ed5b7cbb1fcf7 Catalyst-Plugin-I18N-0.08.tar.gz +6f0c0e5e165a3f605bd66dd4db2ba5d7 Catalyst-Plugin-I18N-0.09.tar.gz From iarnell at fedoraproject.org Sun May 24 13:44:36 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 24 May 2009 13:44:36 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-I18N/F-10 .cvsignore, 1.2, 1.3 perl-Catalyst-Plugin-I18N.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090524134436.7C5CA70114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29541 Modified Files: .cvsignore perl-Catalyst-Plugin-I18N.spec sources Log Message: * Sun May 24 2009 Iain Arnell 0.09-2 - add missing requires perl(Locale::Maketext::Lexicon) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 25 Feb 2009 04:20:14 -0000 1.2 +++ .cvsignore 24 May 2009 13:44:05 -0000 1.3 @@ -1 +1 @@ -Catalyst-Plugin-I18N-0.08.tar.gz +Catalyst-Plugin-I18N-0.09.tar.gz Index: perl-Catalyst-Plugin-I18N.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/F-10/perl-Catalyst-Plugin-I18N.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Catalyst-Plugin-I18N.spec 25 Feb 2009 04:20:14 -0000 1.1 +++ perl-Catalyst-Plugin-I18N.spec 24 May 2009 13:44:06 -0000 1.2 @@ -1,20 +1,24 @@ Name: perl-Catalyst-Plugin-I18N -Version: 0.08 +Version: 0.09 Release: 2%{?dist} Summary: I18N for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-I18N/ -Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-I18N-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-I18N-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Locale::Maketext::Lexicon) BuildRequires: perl(Locale::Maketext::Simple) +BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not automatically detected +Requires: perl(Locale::Maketext::Lexicon) %description Supports mo/po files and Maketext classes under your applications I18N @@ -50,6 +54,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 24 2009 Iain Arnell 0.09-2 +- add missing requires perl(Locale::Maketext::Lexicon) + +* Wed Apr 22 2009 Iain Arnell 0.09-1 +- update to 0.09 +- BR perl(MRO::Compat) and perl(Test::Pod::Coverage) + * Wed Feb 25 2009 Iain Arnell 0.08-2 - remove unecessary requires/buildrequires Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-I18N/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 25 Feb 2009 04:20:14 -0000 1.2 +++ sources 24 May 2009 13:44:06 -0000 1.3 @@ -1 +1 @@ -d5931735f643885ee33ed5b7cbb1fcf7 Catalyst-Plugin-I18N-0.08.tar.gz +6f0c0e5e165a3f605bd66dd4db2ba5d7 Catalyst-Plugin-I18N-0.09.tar.gz From bugzilla at redhat.com Sun May 24 19:04:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 15:04:35 -0400 Subject: [Bug 484866] perl-Network-IPv4Addr : Conflicts with other packages In-Reply-To: References: Message-ID: <200905241904.n4OJ4ZYJ028545@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=484866 Michael Schwendt changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |484865 -- Configure 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 May 24 19:04:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 15:04:34 -0400 Subject: [Bug 484865] perl-Net-IPv4Addr : Conflicts with other packages In-Reply-To: References: Message-ID: <200905241904.n4OJ4Y7L028519@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=484865 Michael Schwendt changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |484866 -- Configure 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 Sun May 24 19:29:40 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sun, 24 May 2009 12:29:40 -0700 Subject: private so provides filtering... In-Reply-To: <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> Message-ID: <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> On Sun, May 24, 2009 at 5:41 AM, Iain Arnell wrote: > On Sun, May 24, 2009 at 9:39 AM, Chris Weyl wrote: > > > > http://fedorapeople.org/~cweyl/macros.perl > [snip] > > If the macros look sane, I'll open a RFE bug against the perl package to > ask > > that it be bundled and delivered as /etc/rpm/macros.perl. > > Wonderful. Certainly looks sane and appears to be working as expected. Good. RPM macros always hurt my brain a little bit :) Would also be sensible to update the specfile templates in rpmdevtools > and cpanspec (and others?) to include this by default. And presumably > packages relying on this would also need something along the lines of > BuildRequires: config(perl). > A couple things work in our favour here. If we use the core perl package to deliver the macros to /etc/rpm/macros.perl, then for any other perl package we build we're covered. If a non-perl package wants to use it, then they're covered as well: either by requiring perl explicitly or simply relying on perl always being in the buildroot (which it is). So, once the new macro file is out there we'll be able to use them anywhere without needing to explicitly require anything new... Though a conditional invokation is probably best for a while. If other packages start to use them widescale, that will give us leverage to have them included in the rpm package. -Chris -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From cweyl at alumni.drew.edu Sun May 24 20:24:07 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sun, 24 May 2009 13:24:07 -0700 Subject: private so provides filtering... In-Reply-To: <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> Message-ID: <7dd7ab490905241324q7751c05dh47bed910466f957c@mail.gmail.com> On Sun, May 24, 2009 at 12:29 PM, Chris Weyl wrote: > On Sun, May 24, 2009 at 5:41 AM, Iain Arnell wrote: > >> On Sun, May 24, 2009 at 9:39 AM, Chris Weyl >> wrote: >> > >> > http://fedorapeople.org/~cweyl/macros.perl >> [snip] >> > If the macros look sane, I'll open a RFE bug against the perl package to >> ask >> > that it be bundled and delivered as /etc/rpm/macros.perl. >> >> Wonderful. Certainly looks sane and appears to be working as expected. > > > Good. RPM macros always hurt my brain a little bit :) > A couple updates: %perl_default_filter no longer filters out %{perl_archlib}/CORE/libperl.so; %filter_requires/provides_in now takes a -P flag, to tell grep to use PCRE's; sed now properly appears as %{__sed}. -Chris -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla at redhat.com Sun May 24 21:17:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 17:17:15 -0400 Subject: [Bug 502402] New: RFE: please deliver (and use!) filtering macros Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: RFE: please deliver (and use!) filtering macros https://bugzilla.redhat.com/show_bug.cgi?id=502402 Summary: RFE: please deliver (and use!) filtering macros Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl AssignedTo: mmaslano at redhat.com ReportedBy: cweyl at alumni.drew.edu QAContact: extras-qa at fedoraproject.org CC: skasal at redhat.com, tcallawa at redhat.com, rc040203 at freenet.de, fedora-perl-devel-list at redhat.com, mmaslano at redhat.com, lkundrak at v3.sk Classification: Fedora Created an attachment (id=345264) --> (https://bugzilla.redhat.com/attachment.cgi?id=345264) spec patch arch-specific perl-* packages often have library provides picked up and exposed vi rpm's autoprov system, where it shouldn't; that is, these provides are useless, not in the system lib path, and will never be used for proper perl dependency resolution. e.g. perl-YAML-Syck.i386 provides Syck.so(), mod_perl provides a slew of them, etc. These macros will allow us to sensibly filter useless provides out: http://fedorapeople.org/~cweyl/macros.perl The core perl package should deliver /etc/rpm/macros.perl, as above, and employ them to clean up its errant provides. I've attached a patch that does that, as well as the additional %SOURCEs needed; a scratch build of the modifications has been run. http://koji.fedoraproject.org/koji/taskinfo?taskID=1375064 Thanks! :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 24 21:19:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 17:19:06 -0400 Subject: [Bug 502402] RFE: please deliver (and use!) filtering macros In-Reply-To: References: Message-ID: <200905242119.n4OLJ6I2026869@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=502402 --- Comment #2 from Chris Weyl 2009-05-24 17:19:05 EDT --- Created an attachment (id=345266) --> (https://bugzilla.redhat.com/attachment.cgi?id=345266) localized macros; %included by perl.spec -- Configure 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 May 24 21:17:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 17:17:24 -0400 Subject: [Bug 502403] New: RFE: add %{?perl_default_filter} to the perl spec template Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: RFE: add %{?perl_default_filter} to the perl spec template https://bugzilla.redhat.com/show_bug.cgi?id=502403 Summary: RFE: add %{?perl_default_filter} to the perl spec template Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: rpmdevtools AssignedTo: ville.skytta at iki.fi ReportedBy: cweyl at alumni.drew.edu QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com, ville.skytta at iki.fi Classification: Fedora arch-specific perl-* packages often have library provides picked up and exposed vi rpm's autoprov system, where it shouldn't; that is, these provides are useless, not in the system lib path, and will never be used for proper perl dependency resolution. e.g. perl-YAML-Syck.i386 provides Syck.so(), mod_perl provides a slew of them, etc. We're working on bundling a set of new macros with the perl package; these macros will allow us to sensibly filter useless provides out. http://fedorapeople.org/~cweyl/macros.perl Please update the perl spec template to conditionally invoke the default perl filtering macro, by inserting "%{?perl_default_filter} before %description. Thanks! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun May 24 21:18:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 17:18:24 -0400 Subject: [Bug 502402] RFE: please deliver (and use!) filtering macros In-Reply-To: References: Message-ID: <200905242118.n4OLIO3P002409@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502402 --- Comment #1 from Chris Weyl 2009-05-24 17:18:23 EDT --- Created an attachment (id=345265) --> (https://bugzilla.redhat.com/attachment.cgi?id=345265) macro file for /etc/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 bugzilla at redhat.com Sun May 24 22:01:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 18:01:37 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200905242201.n4OM1bxt012109@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502403 Jeff Johnson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n3npq at mac.com --- Comment #1 from Jeff Johnson 2009-05-24 18:01:36 EDT --- Note that PLD has a general filtering mechanism for _ALL_ dependencies, not just perl. Library provides from loadable ELF binaries can be dealt with by doing chmod -x when packaging. -- Configure 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 May 24 22:05:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 24 May 2009 18:05:36 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200905242205.n4OM5acE013146@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502403 --- Comment #2 from Jeff Johnson 2009-05-24 18:05:35 EDT --- re the macros.patch: Ick: %global _use_internal_dependency_generator 0 \ You really ought to override just the perl, not all, dependencies for filtering. It really isn't _THAT_ hard to override %__perl_requires instead. -- Configure 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 May 24 23:46:16 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 24 May 2009 23:46:16 +0000 (UTC) Subject: rpms/perl-DBIx-Class/devel .cvsignore, 1.3, 1.4 perl-DBIx-Class.spec, 1.8, 1.9 sources, 1.3, 1.4 verbose.patch, 1.2, NONE Message-ID: <20090524234616.653607012C@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18343 Modified Files: .cvsignore perl-DBIx-Class.spec sources Removed Files: verbose.patch Log Message: * Sun May 24 2009 Chris Weyl 0.08102-1 - drop verbose.patch: largely supersceded - auto-update to 0.08102 (by cpan-spec-update 0.01) - added a new br on perl(MRO::Compat) (version 0.09) - added a new br on perl(Test::Warn) (version 0.11) - altered br on perl(SQL::Abstract) (1.24 => 1.51) - added a new br on perl(Sub::Name) (version 0.04) - altered br on perl(Test::Builder) (0.32 => 0.33) - altered br on perl(Class::C3::Componentised) (0 => 1.0005) - altered br on perl(Class::Accessor::Grouped) (0.08002 => 0.08003) - added a new br on perl(Path::Class) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 23 Feb 2009 07:03:24 -0000 1.3 +++ .cvsignore 24 May 2009 23:45:45 -0000 1.4 @@ -1 +1 @@ -DBIx-Class-0.08012.tar.gz +DBIx-Class-0.08102.tar.gz Index: perl-DBIx-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-DBIx-Class.spec 22 Mar 2009 18:02:31 -0000 1.8 +++ perl-DBIx-Class.spec 24 May 2009 23:45:45 -0000 1.9 @@ -1,48 +1,44 @@ -%define _default_patch_fuzz 2 +%define _default_patch_fuzz 2 Name: perl-DBIx-Class -Version: 0.08012 -Release: 3%{?dist} +Version: 0.08102 +Release: 1%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class/ -Source0: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -## patches... -# make tests skip a little more verbosely -Patch3: verbose.patch - # core BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Scalar::Util) -BuildRequires: perl(Storable) -BuildRequires: perl(Test::Builder) >= 0.32 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(Storable) +BuildRequires: perl(Test::Builder) >= 0.33 BuildRequires: perl(Test::Deep) ## Dependencies -BuildRequires: perl(Carp::Clan) -BuildRequires: perl(Class::Accessor::Grouped) >= 0.08002 +BuildRequires: perl(Carp::Clan) +BuildRequires: perl(Class::Accessor::Grouped) >= 0.08003 BuildRequires: perl(Class::C3) >= 0.2 -BuildRequires: perl(Class::C3::Componentised) +BuildRequires: perl(Class::C3::Componentised) >= 1.0005 # for CDBI-compat bits... BuildRequires: perl(Class::Data::Inheritable) -BuildRequires: perl(Class::Inspector) -BuildRequires: perl(Class::Trigger) +BuildRequires: perl(Class::Inspector) +BuildRequires: perl(Class::Trigger) BuildRequires: perl(Data::Page) >= 2 # see BZ#245699 -- requires patched version, not CPAN BuildRequires: perl(DBD::SQLite) >= 1.13 BuildRequires: perl(DBI) >= 1.4 -BuildRequires: perl(DBIx::ContextualFetch) -BuildRequires: perl(JSON::Any) >= 1.17 +BuildRequires: perl(DBIx::ContextualFetch) +BuildRequires: perl(JSON::Any) >= 1.17 BuildRequires: perl(List::Util) >= 1.19 BuildRequires: perl(Module::Find) BuildRequires: perl(Scope::Guard) >= 0.03 -BuildRequires: perl(SQL::Abstract) >= 1.24 +BuildRequires: perl(SQL::Abstract) >= 1.51 # darn RPM version compares... #BuildRequires: perl(SQL::Abstract::Limit) >= 0.13 BuildRequires: perl(SQL::Abstract::Limit) >= 0.13 @@ -64,10 +60,16 @@ Requires: perl(Class::Accessor::Gr Requires: perl(Class::C3::Componentised) Requires: perl(SQL::Abstract) >= 1.2 -# not picked up automagically (yet)... +# not picked up automagically (yet)... Provides: perl(DBIx::Class::ClassResolver::PassThrough) = 0 Provides: perl(DBIx::Class::Storage::TxnScopeGuard) = 0 +### auto-added brs! +BuildRequires: perl(MRO::Compat) >= 0.09 +BuildRequires: perl(Test::Warn) >= 0.11 +BuildRequires: perl(Sub::Name) >= 0.04 +BuildRequires: perl(Path::Class) + %description This is an SQL to OO mapper with an object API inspired by Class::DBI (and a compatibility layer as a springboard for porting) and a @@ -81,24 +83,20 @@ DISTINCT, GROUP BY and HAVING support. %prep %setup -q -n DBIx-Class-%{version} -# tell us why we're skipping, eh? -%patch3 - find t/ -type f -exec perl -pi -e 's|\r||; s|^#!perl|#!/usr/bin/perl|' {} + find . -type f -exec chmod -c -x {} + find t/ -type f -name '*.orig' -exec rm -v {} + # utf8 issues -BAD='README ./lib/DBIx/Class/Storage/DBI/Replication.pm ./lib/DBIx/Class.pm' -for i in $BAD ; do +for i in `find . -type f` ; do iconv -f iso8859-1 -t UTF-8 $i > foo - mv foo $i + mv foo $i done # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh -%{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` +%{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/DBIx-Class-%{version}/%{name}-prov @@ -108,7 +106,7 @@ chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` |\ - sed -e '/perl(DBD::Pg)/d' + sed -e '/perl(DBD::Pg)/d' EOF %define __perl_requires %{_builddir}/DBIx-Class-%{version}/%{name}-req @@ -123,7 +121,7 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* @@ -137,13 +135,25 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README t/ +%doc Changes README examples/ t/ %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/* %changelog +* Sun May 24 2009 Chris Weyl 0.08102-1 +- drop verbose.patch: largely supersceded +- auto-update to 0.08102 (by cpan-spec-update 0.01) +- added a new br on perl(MRO::Compat) (version 0.09) +- added a new br on perl(Test::Warn) (version 0.11) +- altered br on perl(SQL::Abstract) (1.24 => 1.51) +- added a new br on perl(Sub::Name) (version 0.04) +- altered br on perl(Test::Builder) (0.32 => 0.33) +- altered br on perl(Class::C3::Componentised) (0 => 1.0005) +- altered br on perl(Class::Accessor::Grouped) (0.08002 => 0.08003) +- added a new br on perl(Path::Class) (version 0) + * 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 @@ -155,7 +165,7 @@ rm -rf %{buildroot} - update to 0.08012 * Thu Oct 16 2008 Chris Weyl 0.08010-9 -- stop filtering perl(DBD::Multi) +- stop filtering perl(DBD::Multi) * Sun Oct 05 2008 Chris Weyl 0.08010-8 - filter all prov/req from anything under _docdir Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 23 Feb 2009 07:03:24 -0000 1.3 +++ sources 24 May 2009 23:45:45 -0000 1.4 @@ -1 +1 @@ -8d8c526f812d6213a04c6644d52a44b1 DBIx-Class-0.08012.tar.gz +b264dff25843c2a83d1bc7fa5ff96479 DBIx-Class-0.08102.tar.gz --- verbose.patch DELETED --- From cweyl at fedoraproject.org Mon May 25 01:26:11 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 01:26:11 +0000 (UTC) Subject: rpms/perl-DBIx-Class/devel perl-DBIx-Class.spec,1.9,1.10 Message-ID: <20090525012611.AC28870114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4363 Modified Files: perl-DBIx-Class.spec Log Message: * Sun May 24 2009 Chris Weyl 0.08102-2 - additional BR's for optional tests Index: perl-DBIx-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-DBIx-Class.spec 24 May 2009 23:45:45 -0000 1.9 +++ perl-DBIx-Class.spec 25 May 2009 01:25:34 -0000 1.10 @@ -2,7 +2,7 @@ Name: perl-DBIx-Class Version: 0.08102 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic Group: Development/Libraries @@ -53,7 +53,15 @@ BuildRequires: perl(SQL::Translator) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Oracle) BuildRequires: perl(DBIx::ContextualFetch) - +# optional tests as of 0.08102 +BuildRequires: perl(Clone) +BuildRequires: perl(Time::Piece) +BuildRequires: perl(Time::Piece::MySQL) +# .. the following are also needed as a requires for replicated dbd support +BuildRequires: perl(MooseX::AttributeHelpers) >= 0.12 +BuildRequires: perl(Class::MOP) >= 0.63 +BuildRequires: perl(Moose) >= 0.54 +BuildRequires: perl(Moose::Util::TypeConstraints) >= 0.54 # not picked up... Requires: perl(Class::Accessor::Grouped) >= 0.05002 @@ -128,6 +136,10 @@ find %{buildroot} -depth -type d -exec r %check # note this test suite is noisy! +export DBICTEST_THREAD_STRESS=1 +export DBICTEST_FORK_STRESS=1 +export DBICTEST_STORAGE_STRESS=1 +export DATA_DUMPER_TEST=1 make test %clean @@ -142,6 +154,9 @@ rm -rf %{buildroot} %changelog +* Sun May 24 2009 Chris Weyl 0.08102-2 +- additional BR's for optional tests + * Sun May 24 2009 Chris Weyl 0.08102-1 - drop verbose.patch: largely supersceded - auto-update to 0.08102 (by cpan-spec-update 0.01) From bugzilla at redhat.com Mon May 25 05:23:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 01:23:42 -0400 Subject: [Bug 502402] RFE: please deliver (and use!) filtering macros In-Reply-To: References: Message-ID: <200905250523.n4P5NgQi016395@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=502402 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mmaslano at redhat.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 cweyl at fedoraproject.org Mon May 25 06:56:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 06:56:03 +0000 (UTC) Subject: rpms/perl-DBIx-Class/devel perl-DBIx-Class.spec,1.10,1.11 Message-ID: <20090525065603.B40D170114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26464 Modified Files: perl-DBIx-Class.spec Log Message: * Sun May 24 2009 Chris Weyl 0.08102-3 - we should also provide perl(DBIx::Class::CDBICompat::Relationship) (and do now so provide) Index: perl-DBIx-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-DBIx-Class.spec 25 May 2009 01:25:34 -0000 1.10 +++ perl-DBIx-Class.spec 25 May 2009 06:55:32 -0000 1.11 @@ -70,7 +70,7 @@ Requires: perl(SQL::Abstract) >= 1 # not picked up automagically (yet)... Provides: perl(DBIx::Class::ClassResolver::PassThrough) = 0 -Provides: perl(DBIx::Class::Storage::TxnScopeGuard) = 0 +Provides: perl(DBIx::Class::CDBICompat::Relationship) ### auto-added brs! BuildRequires: perl(MRO::Compat) >= 0.09 @@ -154,6 +154,10 @@ rm -rf %{buildroot} %changelog +* Sun May 24 2009 Chris Weyl 0.08102-3 +- we should also provide perl(DBIx::Class::CDBICompat::Relationship) (and do + now so provide) + * Sun May 24 2009 Chris Weyl 0.08102-2 - additional BR's for optional tests From cweyl at fedoraproject.org Mon May 25 06:58:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 06:58:00 +0000 (UTC) Subject: rpms/perl-DBIx-Class/devel perl-DBIx-Class.spec,1.11,1.12 Message-ID: <20090525065800.00B1170114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27031 Modified Files: perl-DBIx-Class.spec Log Message: * Sun May 24 2009 Chris Weyl 0.08102-3 - we should also provide perl(DBIx::Class::CDBICompat::Relationship) (and do now so provide) Index: perl-DBIx-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-DBIx-Class.spec 25 May 2009 06:55:32 -0000 1.11 +++ perl-DBIx-Class.spec 25 May 2009 06:57:29 -0000 1.12 @@ -2,7 +2,7 @@ Name: perl-DBIx-Class Version: 0.08102 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic Group: Development/Libraries From cweyl at fedoraproject.org Mon May 25 07:18:25 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 07:18:25 +0000 (UTC) Subject: rpms/perl-MooseX-Types/devel .cvsignore, 1.5, 1.6 perl-MooseX-Types.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090525071825.2D9BE70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Types/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31257 Modified Files: .cvsignore perl-MooseX-Types.spec sources Log Message: * Mon May 25 2009 Chris Weyl 0.11-1 - auto-update to 0.11 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - altered br on perl(Carp::Clan) (0 => 6.00) - added a new br on perl(Scalar::Util) (version 1.19) - added a new br on perl(Sub::Name) (version 0) - altered br on perl(Test::More) (0.62 => 0.80) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 2 Apr 2009 07:35:32 -0000 1.5 +++ .cvsignore 25 May 2009 07:17:54 -0000 1.6 @@ -1 +1 @@ -MooseX-Types-0.10.tar.gz +MooseX-Types-0.11.tar.gz Index: perl-MooseX-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/perl-MooseX-Types.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-MooseX-Types.spec 2 Apr 2009 07:35:32 -0000 1.8 +++ perl-MooseX-Types.spec 25 May 2009 07:17:54 -0000 1.9 @@ -1,29 +1,31 @@ -Name: perl-MooseX-Types -Version: 0.10 -Release: 1%{?dist} +Name: perl-MooseX-Types +Version: 0.11 +Release: 1%{?dist} # see Makefile.PL, lib/MooseX/Types.pm -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Organise your Moose types in libraries -#Source: http://search.cpan.org/CPAN/authors/id/P/PH/PHAYLON/MooseX-Types-%{version}.tar.gz -Source: http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/MooseX-Types-%{version}.tar.gz +Summary: Organise your Moose types in libraries +Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/MooseX-Types-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Types -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Carp) -BuildRequires: perl(Carp::Clan) +BuildRequires: perl(Carp::Clan) >= 6.00 BuildRequires: perl(FindBin) BuildRequires: perl(Moose) >= 0.61 BuildRequires: perl(namespace::clean) >= 0.08 BuildRequires: perl(Sub::Install) >= 0.924 # tests -BuildRequires: perl(Test::More) >= 0.62 +BuildRequires: perl(Test::More) >= 0.80 BuildRequires: perl(Test::Exception) BuildRequires: perl(Sub::Exporter) +### auto-added brs! +BuildRequires: perl(Scalar::Util) >= 1.19 +BuildRequires: perl(Sub::Name) %description The types provided with the Moose manpage are by design global. This @@ -75,7 +77,7 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -84,6 +86,14 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Mon May 25 2009 Chris Weyl 0.11-1 +- auto-update to 0.11 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- altered br on perl(Carp::Clan) (0 => 6.00) +- added a new br on perl(Scalar::Util) (version 1.19) +- added a new br on perl(Sub::Name) (version 0) +- altered br on perl(Test::More) (0.62 => 0.80) + * Thu Apr 02 2009 Chris Weyl 0.10-1 - update to 0.10 @@ -105,4 +115,3 @@ rm -rf %{buildroot} * Tue Oct 07 2008 Chris Weyl 0.04-1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.1) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 2 Apr 2009 07:35:32 -0000 1.5 +++ sources 25 May 2009 07:17:54 -0000 1.6 @@ -1 +1 @@ -82f64e1b7c267926060e56b39de3d74d MooseX-Types-0.10.tar.gz +34826309d67ecb0211146f9ee22a799c MooseX-Types-0.11.tar.gz From cweyl at fedoraproject.org Mon May 25 07:20:43 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 07:20:43 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/devel .cvsignore, 1.4, 1.5 perl-POE-Component-Client-Keepalive.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <20090525072043.0AF4970114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32140 Modified Files: .cvsignore perl-POE-Component-Client-Keepalive.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.25-1 - auto-update to 0.25 (by cpan-spec-update 0.01) - altered br on perl(POE::Component::Client::DNS) (0 => 1.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 13 May 2007 17:39:23 -0000 1.4 +++ .cvsignore 25 May 2009 07:20:42 -0000 1.5 @@ -1 +1 @@ -POE-Component-Client-Keepalive-0.1000.tar.gz +POE-Component-Client-Keepalive-0.25.tar.gz Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-POE-Component-Client-Keepalive.spec 26 Feb 2009 23:53:11 -0000 1.7 +++ perl-POE-Component-Client-Keepalive.spec 25 May 2009 07:20:42 -0000 1.8 @@ -1,14 +1,14 @@ Name: perl-POE-Component-Client-Keepalive -Version: 0.1000 -Release: 3%{?dist} -Summary: Manages and keeps alive client connections +Version: 0.25 +Release: 1%{?dist} +Summary: Manages and keeps alive client connections Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/POE-Component-Client-Keepalive -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-%{version}.tar.gz +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/POE-Component-Client-Keepalive +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core @@ -16,7 +16,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Test::More) # cpan BuildRequires: perl(POE) >= 0.31 -BuildRequires: perl(POE::Component::Client::DNS) +BuildRequires: perl(POE::Component::Client::DNS) >= 1.01 %description POE::Component::Client::Keepalive creates and manages connections for other @@ -41,7 +41,7 @@ EOF chmod +x %{__perl_provides} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -75,6 +75,10 @@ rm -rf %{buildroot} %changelog +* Thu May 21 2009 Chris Weyl 0.25-1 +- auto-update to 0.25 (by cpan-spec-update 0.01) +- altered br on perl(POE::Component::Client::DNS) (0 => 1.01) + * Thu Feb 26 2009 Fedora Release Engineering - 0.1000-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 13 May 2007 17:39:23 -0000 1.4 +++ sources 25 May 2009 07:20:42 -0000 1.5 @@ -1 +1 @@ -b44e206d4ab18c2d260c08f3a1dc4639 POE-Component-Client-Keepalive-0.1000.tar.gz +ecc86743c52c7ca70c207583f681a071 POE-Component-Client-Keepalive-0.25.tar.gz From cweyl at fedoraproject.org Mon May 25 07:28:12 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 07:28:12 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session/devel perl-Catalyst-Plugin-Session.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090525072812.37DD870114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1340 Modified Files: perl-Catalyst-Plugin-Session.spec sources Log Message: * Mon May 25 2009 Chris Weyl 0.22-1 - auto-update to 0.22 (by cpan-spec-update 0.01) - added a new br on perl(File::Temp) (version 0) - added a new br on perl(File::Spec) (version 0) - added a new br on perl(namespace::clean) (version 0.10) - added a new br on perl(Moose) (version 0.76) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new br on perl(Catalyst::Runtime) (version 5.71001) - added a new br on perl(MooseX::Emulate::Class::Accessor::Fast) (version 0.00801) Index: perl-Catalyst-Plugin-Session.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session/devel/perl-Catalyst-Plugin-Session.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Catalyst-Plugin-Session.spec 28 Feb 2009 07:13:51 -0000 1.4 +++ perl-Catalyst-Plugin-Session.spec 25 May 2009 07:27:41 -0000 1.5 @@ -1,17 +1,17 @@ Name: perl-Catalyst-Plugin-Session -Version: 0.20 +Version: 0.22 Release: 1%{?dist} -Summary: Catalyst generic session plugin +Summary: Catalyst generic session plugin License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session/ -Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Catalyst) >= 5.7010 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Digest) BuildRequires: perl(MRO::Compat) BuildRequires: perl(Object::Signature) @@ -31,6 +31,14 @@ BuildRequires: perl(Test::Pod::Coverage # C::P::S::State::Cookie. We must not BR C::P::S::State::Cookie to avoid # circular build deps. +### auto-added brs! +BuildRequires: perl(File::Temp) +BuildRequires: perl(File::Spec) +BuildRequires: perl(namespace::clean) >= 0.10 +BuildRequires: perl(Moose) >= 0.76 +BuildRequires: perl(Catalyst::Runtime) >= 5.71001 +BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801 + %description This plugin is the base of two related parts of functionality required for session management in web applications. @@ -39,9 +47,9 @@ The first part, the State, is getting th session key, so that the web application can identify the client and logically string several requests together into a session. -The second part, the Store, deals with the actual storage of information -about the client. This data is stored so that the it may be revived for -every request made by the same client. +The second part, the Store, deals with the actual storage of information +about the client. This data is stored so that the it may be revived for +every request made by the same client. This plugin links the two pieces together. @@ -86,6 +94,16 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon May 25 2009 Chris Weyl 0.22-1 +- auto-update to 0.22 (by cpan-spec-update 0.01) +- added a new br on perl(File::Temp) (version 0) +- added a new br on perl(File::Spec) (version 0) +- added a new br on perl(namespace::clean) (version 0.10) +- added a new br on perl(Moose) (version 0.76) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on perl(Catalyst::Runtime) (version 5.71001) +- added a new br on perl(MooseX::Emulate::Class::Accessor::Fast) (version 0.00801) + * Fri Feb 27 2009 Chris Weyl 0.20-1 - update to 0.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 28 Feb 2009 07:13:51 -0000 1.3 +++ sources 25 May 2009 07:27:41 -0000 1.4 @@ -1 +1 @@ -21b71cd5ff088fa9e83ac3b679cfbce8 Catalyst-Plugin-Session-0.20.tar.gz +67488c4084f95254bbc84d8ecad0a984 Catalyst-Plugin-Session-0.22.tar.gz From cweyl at fedoraproject.org Mon May 25 07:33:55 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 07:33:55 +0000 (UTC) Subject: rpms/perl-MIME-Types/F-10 perl-MIME-Types.spec, 1.18, 1.19 sources, 1.9, 1.10 Message-ID: <20090525073355.D054570114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MIME-Types/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2597 Modified Files: perl-MIME-Types.spec sources Log Message: * Fri Mar 13 2009 Tom "spot" Callaway - 1.27-1 - update to 1.27 Index: perl-MIME-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/F-10/perl-MIME-Types.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- perl-MIME-Types.spec 28 Feb 2008 13:11:31 -0000 1.18 +++ perl-MIME-Types.spec 25 May 2009 07:33:24 -0000 1.19 @@ -1,6 +1,6 @@ Name: perl-MIME-Types -Version: 1.23 -Release: 3%{?dist} +Version: 1.27 +Release: 1%{?dist} Summary: MIME types module for Perl License: GPL+ or Artistic @@ -59,6 +59,15 @@ rm -rf $RPM_BUILD_ROOT %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 + +* Thu Nov 20 2008 Tom "spot" Callaway - 1.24-1 +- update to 1.24 + * Wed Feb 27 2008 Tom "spot" Callaway - 1.23-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/F-10/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 19 Dec 2007 18:12:24 -0000 1.9 +++ sources 25 May 2009 07:33:25 -0000 1.10 @@ -1 +1 @@ -57c842f00324f6c103fb5302b0c36bfc MIME-Types-1.23.tar.gz +9407dfdd3a5adb7bf569ed2a184f1640 MIME-Types-1.27.tar.gz From cweyl at fedoraproject.org Mon May 25 07:35:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 07:35:18 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Static-Simple/devel perl-Catalyst-Plugin-Static-Simple.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090525073518.AF41B70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2964 Modified Files: perl-Catalyst-Plugin-Static-Simple.spec sources Log Message: * Mon May 25 2009 Chris Weyl 0.21-1 - auto-update to 0.21 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.50) - added a new br on perl(MRO::Compat) (version 0) - added a new br on perl(Catalyst::Runtime) (version 5.30) - altered br on perl(MIME::Types) (1.15 => 1.25) Index: perl-Catalyst-Plugin-Static-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel/perl-Catalyst-Plugin-Static-Simple.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Catalyst-Plugin-Static-Simple.spec 26 Feb 2009 12:23:06 -0000 1.7 +++ perl-Catalyst-Plugin-Static-Simple.spec 25 May 2009 07:34:48 -0000 1.8 @@ -1,11 +1,11 @@ Name: perl-Catalyst-Plugin-Static-Simple -Version: 0.20 -Release: 3%{?dist} +Version: 0.21 +Release: 1%{?dist} Summary: Make serving static pages painless License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/ -Source0: http://www.cpan.org/authors/id/A/AG/AGRUNDMA/Catalyst-Plugin-Static-Simple-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Plugin-Static-Simple-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -15,9 +15,9 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Test::More) # cpan BuildRequires: perl(Catalyst) >= 5.30 -BuildRequires: perl(HTTP::Request::AsCGI) +BuildRequires: perl(HTTP::Request::AsCGI) BuildRequires: perl(Module::Build) -BuildRequires: perl(MIME::Types) >= 1.15 +BuildRequires: perl(MIME::Types) >= 1.25 # test BuildRequires: perl(Catalyst::Plugin::SubRequest) BuildRequires: perl(Test::Pod) @@ -25,6 +25,10 @@ BuildRequires: perl(Test::Pod::Coverage Requires: perl(Catalyst) >= 5.30 +### auto-added brs! +BuildRequires: perl(MRO::Compat) +BuildRequires: perl(Catalyst::Runtime) >= 5.30 + %description The Static::Simple plugin is designed to make serving static content in your application during development quick and easy, without requiring a @@ -83,6 +87,13 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon May 25 2009 Chris Weyl 0.21-1 +- auto-update to 0.21 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.50) +- added a new br on perl(MRO::Compat) (version 0) +- added a new br on perl(Catalyst::Runtime) (version 5.30) +- altered br on perl(MIME::Types) (1.15 => 1.25) + * Thu Feb 26 2009 Fedora Release Engineering - 0.20-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 1 Mar 2008 18:56:52 -0000 1.5 +++ sources 25 May 2009 07:34:48 -0000 1.6 @@ -1 +1 @@ -b97da3a3cba9e173db926548ede48f96 Catalyst-Plugin-Static-Simple-0.20.tar.gz +6ea51e9557e73ea839485d781589930c Catalyst-Plugin-Static-Simple-0.21.tar.gz From cweyl at fedoraproject.org Mon May 25 07:37:20 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 07:37:20 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-ConfigLoader/devel perl-Catalyst-Plugin-ConfigLoader.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090525073720.5BBAE70114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3426 Modified Files: perl-Catalyst-Plugin-ConfigLoader.spec sources Log Message: * Mon May 25 2009 Chris Weyl 0.23-1 - auto-update to 0.23 (by cpan-spec-update 0.01) - added a new br on perl(Catalyst::Runtime) (version 5.7008) - altered br on perl(Config::Any) (0.04 => 0.08) - altered br on perl(Data::Visitor) (0.02 => 0.24) Index: perl-Catalyst-Plugin-ConfigLoader.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/devel/perl-Catalyst-Plugin-ConfigLoader.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Catalyst-Plugin-ConfigLoader.spec 26 Feb 2009 12:17:25 -0000 1.8 +++ perl-Catalyst-Plugin-ConfigLoader.spec 25 May 2009 07:36:49 -0000 1.9 @@ -1,11 +1,11 @@ Name: perl-Catalyst-Plugin-ConfigLoader -Version: 0.22 -Release: 2%{?dist} +Version: 0.23 +Release: 1%{?dist} Summary: Load config files of various types License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/ -Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-ConfigLoader-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-ConfigLoader-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -15,14 +15,17 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) # cpan BuildRequires: perl(Catalyst) -BuildRequires: perl(Config::Any) >= 0.04 -BuildRequires: perl(Data::Visitor) >= 0.02 +BuildRequires: perl(Config::Any) >= 0.08 +BuildRequires: perl(Data::Visitor) >= 0.24 BuildRequires: perl(MRO::Compat) >= 0.09 -# test +# test BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) Requires: perl(Catalyst) +### auto-added brs! +BuildRequires: perl(Catalyst::Runtime) >= 5.7008 + %description This module will attempt to load find and load a configuration file of various types. Currently it supports YAML, JSON, XML, INI and Perl formats. @@ -57,6 +60,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon May 25 2009 Chris Weyl 0.23-1 +- auto-update to 0.23 (by cpan-spec-update 0.01) +- added a new br on perl(Catalyst::Runtime) (version 5.7008) +- altered br on perl(Config::Any) (0.04 => 0.08) +- altered br on perl(Data::Visitor) (0.02 => 0.24) + * Thu Feb 26 2009 Fedora Release Engineering - 0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 25 Jan 2009 23:16:38 -0000 1.5 +++ sources 25 May 2009 07:36:49 -0000 1.6 @@ -1 +1 @@ -add762f2be35c9da2b6a61b4bc367588 Catalyst-Plugin-ConfigLoader-0.22.tar.gz +0e92de2e1bf52cde8cd107ecdfd779ab Catalyst-Plugin-ConfigLoader-0.23.tar.gz From cweyl at fedoraproject.org Mon May 25 07:51:30 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 07:51:30 +0000 (UTC) Subject: rpms/perl-Data-Visitor/F-10 perl-Data-Visitor.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20090525075130.527B870114@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Visitor/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7280 Modified Files: perl-Data-Visitor.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.25-1 - auto-update to 0.25 (by cpan-spec-update 0.01) - altered br on perl(Any::Moose) (0 => 0.09) - altered br on perl(Tie::ToObject) (0 => 0.01) - altered br on perl(namespace::clean) (0 => 0.08) Index: perl-Data-Visitor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/F-10/perl-Data-Visitor.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Data-Visitor.spec 11 Feb 2009 03:38:08 -0000 1.6 +++ perl-Data-Visitor.spec 25 May 2009 07:50:59 -0000 1.7 @@ -1,11 +1,11 @@ Name: perl-Data-Visitor -Version: 0.22 +Version: 0.25 Release: 1%{?dist} Summary: Visitor style traversal of Perl data structures License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Visitor/ -Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Data-Visitor-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Data-Visitor-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -15,10 +15,10 @@ BuildRequires: perl(Class::Accessor) BuildRequires: perl(ExtUtils::MakeMaker) # new for 0.19 BuildRequires: perl(Data::Alias) -BuildRequires: perl(Mouse) -BuildRequires: perl(namespace::clean) +BuildRequires: perl(Any::Moose) >= 0.09 +BuildRequires: perl(namespace::clean) >= 0.08 BuildRequires: perl(Task::Weaken) -BuildRequires: perl(Tie::ToObject) +BuildRequires: perl(Tie::ToObject) >= 0.01 # tests BuildRequires: perl(Test::MockObject) >= 1.04 @@ -35,7 +35,7 @@ This module is a simple visitor implemen %setup -q -n Data-Visitor-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -60,6 +60,18 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 21 2009 Chris Weyl 0.25-1 +- auto-update to 0.25 (by cpan-spec-update 0.01) +- altered br on perl(Any::Moose) (0 => 0.09) +- altered br on perl(Tie::ToObject) (0 => 0.01) +- altered br on perl(namespace::clean) (0 => 0.08) + +* Tue May 05 2009 Chris Weyl 0.24-1 +- update to 0.24 + +* Thu Feb 26 2009 Fedora Release Engineering - 0.22-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Feb 10 2009 Chris Weyl 0.22-1 - update to 0.22 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 11 Feb 2009 03:38:08 -0000 1.5 +++ sources 25 May 2009 07:50:59 -0000 1.6 @@ -1 +1 @@ -f3bca28efc96aef200dd6bba74510c12 Data-Visitor-0.22.tar.gz +b69891174e4380cfe20fcb69a79a4093 Data-Visitor-0.24.tar.gz From cweyl at fedoraproject.org Mon May 25 07:53:38 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 25 May 2009 07:53:38 +0000 (UTC) Subject: rpms/perl-Catalyst-Action-RenderView/devel .cvsignore, 1.5, 1.6 perl-Catalyst-Action-RenderView.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090525075338.3E68E70114@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-serv7902 Modified Files: .cvsignore perl-Catalyst-Action-RenderView.spec sources Log Message: * Mon May 25 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new br on perl(Catalyst::Runtime) (version 5.70) - altered br on perl(Data::Visitor) (0.08 => 0.24) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 9 Mar 2009 15:27:58 -0000 1.5 +++ .cvsignore 25 May 2009 07:53:07 -0000 1.6 @@ -1 +1 @@ -Catalyst-Action-RenderView-0.09.tar.gz +Catalyst-Action-RenderView-0.10.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.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Catalyst-Action-RenderView.spec 9 Mar 2009 15:27:58 -0000 1.7 +++ perl-Catalyst-Action-RenderView.spec 25 May 2009 07:53:07 -0000 1.8 @@ -1,24 +1,24 @@ Name: perl-Catalyst-Action-RenderView -Version: 0.09 +Version: 0.10 Release: 1%{?dist} Summary: Sensible default end action for view renders License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Action-RenderView/ -Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Action-RenderView-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Action-RenderView-%{version}.tar.gz Patch1: test_pod_cover.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) # cpan BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(MRO::Compat) -BuildRequires: perl(Module::Build) -BuildRequires: perl(Data::Visitor) >= 0.08 +BuildRequires: perl(Module::Build) +BuildRequires: perl(Data::Visitor) >= 0.24 # test BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) BuildRequires: perl(HTTP::Request::AsCGI) @@ -29,6 +29,9 @@ Requires: perl(Catalyst::Action) # not picked up automatically Requires: perl(Catalyst) >= 5.7 +### auto-added brs! +BuildRequires: perl(Catalyst::Runtime) >= 5.70 + %description This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a @@ -93,6 +96,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon May 25 2009 Chris Weyl 0.10-1 +- auto-update to 0.10 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on perl(Catalyst::Runtime) (version 5.70) +- altered br on perl(Data::Visitor) (0.08 => 0.24) + * Mon Mar 09 2009 Chris Weyl 0.09-1 - update to 0.09 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 9 Mar 2009 15:27:58 -0000 1.5 +++ sources 25 May 2009 07:53:07 -0000 1.6 @@ -1 +1 @@ -9a964d2c8d5cee6c82efc97e11565c3d Catalyst-Action-RenderView-0.09.tar.gz +7e9981fdaf84e114a2ee2265771450cd Catalyst-Action-RenderView-0.10.tar.gz From bugzilla at redhat.com Mon May 25 08:22:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 25 May 2009 04:22:16 -0400 Subject: [Bug 221113] readline function in perl does not correctly set $! In-Reply-To: References: Message-ID: <200905250822.n4P8MGm1027768@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=221113 --- Comment #8 from Wojciech Pilorz 2009-05-25 04:22:13 EDT --- Running tests again on Fedora 10, perl-5.10.0-68.fc10.i386, gives the following: $ env LANG=C bash readline_test.bash __ running readline_test.pl for stdin=1234,CHUNKSIZE=-1,PERLIO=perlio... INFO: $/ will be set to undef Bad file descriptor at readline_test.pl line 30, chunk 1. __ running readline_test.pl for stdin=1234,CHUNKSIZE=-1,PERLIO=stdio... INFO: $/ will be set to undef Bad file descriptor at readline_test.pl line 30, chunk 1. __ running readline_test.pl for stdin=1234,CHUNKSIZE=0,PERLIO=perlio... INFO: $/ will not be set Bad file descriptor at readline_test.pl line 30, line 1. __ running readline_test.pl for stdin=1234,CHUNKSIZE=0,PERLIO=stdio... INFO: $/ will not be set Bad file descriptor at readline_test.pl line 30, line 1. __ running readline_test.pl for stdin=1234,CHUNKSIZE=2,PERLIO=perlio... INFO: $/ will be set to 2 INFO: File /dev/stdin has been read, nbytes = 4 __ running readline_test.pl for stdin=1234,CHUNKSIZE=2,PERLIO=stdio... INFO: $/ will be set to 2 INFO: File /dev/stdin has been read, nbytes = 4 __ running readline_test.pl for stdin=1234,CHUNKSIZE=1k,PERLIO=perlio... INFO: $/ will be set to 1024 Bad file descriptor at readline_test.pl line 30, chunk 1. __ running readline_test.pl for stdin=1234,CHUNKSIZE=1k,PERLIO=stdio... INFO: $/ will be set to 1024 INFO: File /dev/stdin has been read, nbytes = 4 __ running readline_test.pl for stdin=1234\n,CHUNKSIZE=-1,PERLIO=perlio... INFO: $/ will be set to undef Bad file descriptor at readline_test.pl line 30, chunk 1. __ running readline_test.pl for stdin=1234\n,CHUNKSIZE=-1,PERLIO=stdio... INFO: $/ will be set to undef Bad file descriptor at readline_test.pl line 30, chunk 1. __ running readline_test.pl for stdin=1234\n,CHUNKSIZE=0,PERLIO=perlio... INFO: $/ will not be set INFO: File /dev/stdin has been read, nbytes = 5 __ running readline_test.pl for stdin=1234\n,CHUNKSIZE=0,PERLIO=stdio... INFO: $/ will not be set Bad file descriptor at readline_test.pl line 30, line 1. __ running readline_test.pl for stdin=1234\n,CHUNKSIZE=2,PERLIO=perlio... INFO: $/ will be set to 2 Bad file descriptor at readline_test.pl line 30, chunk 3. __ running readline_test.pl for stdin=1234\n,CHUNKSIZE=2,PERLIO=stdio... INFO: $/ will be set to 2 INFO: File /dev/stdin has been read, nbytes = 5 __ running readline_test.pl for stdin=1234\n,CHUNKSIZE=1k,PERLIO=perlio... INFO: $/ will be set to 1024 Bad file descriptor at readline_test.pl line 30, chunk 1. __ running readline_test.pl for stdin=1234\n,CHUNKSIZE=1k,PERLIO=stdio... INFO: $/ will be set to 1024 INFO: File /dev/stdin has been read, nbytes = 5 and then testing broken data (truncated ISO filesystem): $env CHUNKSIZE=-1 PERLIO=perlio perl -w readline_test.pl /mnt/looptest/ftest01 INFO: $/ will be set to undef Bad file descriptor at readline_test.pl line 30, chunk 1. $env CHUNKSIZE=-1 PERLIO=stdio perl -w readline_test.pl /mnt/looptest/ftest01 INFO: $/ will be set to undef Input/output error at readline_test.pl line 30, chunk 1. $env CHUNKSIZE=0 PERLIO=perlio perl -w readline_test.pl /mnt/looptest/ftest01 INFO: $/ will not be set Bad file descriptor at readline_test.pl line 30, line 294486. $env CHUNKSIZE=0 PERLIO=stdio perl -w readline_test.pl /mnt/looptest/ftest01 INFO: $/ will not be set Input/output error at readline_test.pl line 30, line 294486. $env CHUNKSIZE=2k PERLIO=perlio perl -w readline_test.pl /mnt/looptest/ftest01 INFO: $/ will be set to 2048 Input/output error at readline_test.pl line 30, chunk 2534. $env CHUNKSIZE=4k PERLIO=perlio perl -w readline_test.pl /mnt/looptest/ftest01 INFO: $/ will be set to 4096 Input/output error at readline_test.pl line 30, chunk 1267. $env CHUNKSIZE=8k PERLIO=perlio perl -w readline_test.pl /mnt/looptest/ftest01 INFO: $/ will be set to 8192 Bad file descriptor at readline_test.pl line 30, chunk 634. $env CHUNKSIZE=32k PERLIO=perlio perl -w readline_test.pl /mnt/looptest/ftest01 INFO: $/ will be set to 32768 Bad file descriptor at readline_test.pl line 30, chunk 159. -- Configure 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 skasal at redhat.com Mon May 25 15:02:51 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 25 May 2009 17:02:51 +0200 Subject: Perl in mock buildroot In-Reply-To: <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> Message-ID: <20090525150251.GA11408@camelia.ucw.cz> Hi, On Sun, May 24, 2009 at 12:29:40PM -0700, Chris Weyl wrote: > either by requiring perl explicitly right. > or simply relying on perl always being in the buildroot ... Wrong. As explained in http://fedoraproject.org/wiki/Packaging:Guidelines#Exceptions_2 and http://fedoraproject.org/wiki/Packaging/FullExceptionList you should rather BuildRequire perl in this situation. > ... (which it is). Just by a chance! perl is brought to the root as a dependency of rpm-build, that contains perl scripts to search for automatic dependencies. Actually, I have a plan to replace those by an awk script or something, so that perl does not have to be installed to all mock buildroots. Take care, ;-) Stepan From skasal at redhat.com Mon May 25 15:49:04 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 25 May 2009 17:49:04 +0200 Subject: private so provides filtering... In-Reply-To: <7dd7ab490905241324q7751c05dh47bed910466f957c@mail.gmail.com> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> <7dd7ab490905241324q7751c05dh47bed910466f957c@mail.gmail.com> Message-ID: <20090525154904.GB11408@camelia.ucw.cz> Hello Chris, > >> > http://fedorapeople.org/~cweyl/macros.perl > >> [snip] > >> > If the macros look sane, I'll open a RFE bug against the perl package to > >> > ask that it be bundled and delivered as /etc/rpm/macros.perl. first, I'd like to join the "wonderful" chorus, both for starting this topic and for going the direction towards more general solution. But I think that the requirements are generally useful, they shouldn't be limited to perl packaging. The requirement to skip %{_docdir} seems safe for all packages. Skipping perl_vendorarch/.../*.so doesn't sound much general, but I believe we could change that rule: auto-provides should count only "lib*.so" libraries, not all "*.so". I think we should really push these changes to the rpm package itself (or at least to redhat-rpm-config). I'm not much happy with the actual implementation in macros.perl: We should not build a pipe of grep commands; one grep in a pipe is enough. Moreover, the %{_docdir} subtree should be skipped by find in the first place (-prune is your friend). To sum up, I'd like to push the actual filters to rpm build defaults, but I'm not so sure about pushing the general mechanism to amend the filter macros. Cheers, Stepan From skasal at redhat.com Mon May 25 16:08:13 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 25 May 2009 18:08:13 +0200 Subject: private so provides filtering... In-Reply-To: <20090525154904.GB11408@camelia.ucw.cz> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> <7dd7ab490905241324q7751c05dh47bed910466f957c@mail.gmail.com> <20090525154904.GB11408@camelia.ucw.cz> Message-ID: <20090525160813.GC11408@camelia.ucw.cz> Hello again, On Mon, May 25, 2009 at 05:49:04PM +0200, Stepan Kasal wrote: > but I'm not so sure about pushing the general mechanism to amend the > filter macros. Stepan, you are an idiot, for two reasons: - you reply to yourself - there is a real need for some general filtering macro: I've just edited automake.spec, that contains: Source1: filter-provides-automake.sh Source2: filter-requires-automake.sh ... %define _use_internal_dependency_generator 0 %define __find_provides %{SOURCE1} %define __find_requires %{SOURCE2} But it would still be better if the macro contained a list of regular expressions that would get filtered by one instance of grep, or even by the find itself. So there is the need for the general mechanism. But we might decide to push the general mechanism later, as a second iteration. Have a nice day, Stepan From cweyl at alumni.drew.edu Mon May 25 18:44:16 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Mon, 25 May 2009 11:44:16 -0700 Subject: private so provides filtering... In-Reply-To: <20090525154904.GB11408@camelia.ucw.cz> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> <7dd7ab490905241324q7751c05dh47bed910466f957c@mail.gmail.com> <20090525154904.GB11408@camelia.ucw.cz> Message-ID: <7dd7ab490905251144w6b27958ci3d6680fd64f28046@mail.gmail.com> On Mon, May 25, 2009 at 8:49 AM, Stepan Kasal wrote: > Hello Chris, > > > >> > http://fedorapeople.org/~cweyl/macros.perl > > > >> [snip] > > >> > If the macros look sane, I'll open a RFE bug against the perl > package to > > >> > ask that it be bundled and delivered as /etc/rpm/macros.perl. > > first, I'd like to join the "wonderful" chorus, both for starting > this topic and for going the direction towards more general solution. > > But I think that the requirements are generally useful, they > shouldn't be limited to perl packaging. I definitely agree. However, there are a couple reasons I'd suggest we start here: 1) start simple, and prove that there's a need/demand for it.. Heck, we might find a change we need to make; this is much easier to do if we start out owning it. 2) the maintainers of the rpm package has historically been resistant to putting in place any sort of default filtering, or making the filtering process easier. (see any one of a half-dozen or so bugs, everything from the results of the prov/dep scripts[1] to not scanning private libs for prov[2], to a more aggressive "file" causing bits in _docdir to be scanned[3], to not wanting to alter _docdir scanning[4]... and those are just the ones I've filed). If we're going to get these macros into the base rpm package, which I agree is a good direction to go, I believe we're going to need to have a pretty solid base using them first. Also, just because we'd be delivering them in a "macros.perl" file doesn't mean that their usage would be limited to just perl packages: perl is in every buildroot and on every system, AFAIK. Those macros will always be available to any system; and for the most part should be invoked conditionally anyways. The requirement to skip %{_docdir} seems safe for all packages. > Yep. And would certainly make life easier for a bunch of people :) Skipping perl_vendorarch/.../*.so doesn't sound much general, but I > believe we could change that rule: auto-provides should count only > "lib*.so" libraries, not all "*.so". > A good idea, but one that the rpm maintainers have historically resisted. I don't think we should wait to solve our problems on this; if anything it sounds like an effort that could be carried on in parallel. For our packages, we should skip any provides of the .so's in vendorarch/archlib as the perl dependency resolution will never make use of these... And nothing else on the system should, either. I think we should really push these changes to the rpm package itself > (or at least to redhat-rpm-config). > Agreed, but see above :) Let's solve our problems, then get them in core rpm... Given the historical trend of rpm resisting any efforts along these lines, I think we have to do it this way to be successful. I'm not much happy with the actual implementation in macros.perl: > We should not build a pipe of grep commands; one grep in a pipe is > enough. Moreover, the %{_docdir} subtree should be skipped by find > in the first place (-prune is your friend). > Yeah, I'd like that too. There are a couple factors in favor of the current proposed implementation: It works. rpm macros are a royal pain, and keeping it simple is best for our collective sanity. And... so we have a couple extra forks at the end of an rpm build process. Big deal :) It's not like this is either time-critical or is going to execute more than once per package build; the simplicity gained from this approach far outweighs any negative from the additional processes. For instance, in the current implementation I could easily add additional filtering while still using the base "default" macro, without having to worry about making sure everything fits under one grep... The net result of each "filter" macro invocation is cumulative, simple, and easy: %filter_from_requires /^perl(DBD::Pg)$/d %perl_default_filter What if we decided at some point to allow perl to be used to do the filtering? Or needed extra options passed to grep? (as we do for the PCRE that is the perl_archlib statement) RPM macros and filtering are painful enough. Let's just use a set of simple and effective macros that "Just Work" and we don't have to spend a ton of brain cycles on :) That being said, I'm open to looking at any alternative set of macros :) As to _docdir being skipped outright by base rpm: I don't think that's going to happen, ever. I think it's the right thing to do, but I don't get to make those calls and it's been repeatedly shown that it's not going to happen. To sum up, I'd like to push the actual filters to rpm build defaults, > but I'm not so sure about pushing the general mechanism to amend the > filter macros. > Hey, we have to start somewhere :) Every interaction I've seen or read with the rpm maintainers leads me to believe that they're not going to want this in base rpm without a hugely compelling reason first... "we need it" and "the current methodology is broken" not being compelling reasons :) -Chris [1] https://bugzilla.redhat.com/show_bug.cgi?id=456357 [2] https://bugzilla.redhat.com/show_bug.cgi?id=487972 [3] https://bugzilla.redhat.com/show_bug.cgi?id=473874 [4] https://bugzilla.redhat.com/show_bug.cgi?id=463461, https://bugzilla.redhat.com/show_bug.cgi?id=234691 -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From cweyl at alumni.drew.edu Mon May 25 18:49:33 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Mon, 25 May 2009 11:49:33 -0700 Subject: Perl in mock buildroot In-Reply-To: <20090525150251.GA11408@camelia.ucw.cz> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> <20090525150251.GA11408@camelia.ucw.cz> Message-ID: <7dd7ab490905251149q530a5ab5m1c1d9461b9454af0@mail.gmail.com> On Mon, May 25, 2009 at 8:02 AM, Stepan Kasal wrote: > perl is brought to the root as a dependency of rpm-build, that > contains perl scripts to search for automatic dependencies. > Actually, I have a plan to replace those by an awk script or > something, so that perl does not have to be installed to all mock > buildroots. > So that's something to keep in mind, for other packages. But I doubt this is going to happen any time soon (yes?) and we're talking about solving our filtering problems here. Having the solution general enough to both address our needs and the needs of other areas of packaging helps keep things simple for us, and will make it easier down the road to get the macros merged with core rpm. But right now, while we want the solution to be general enough that others can use it, we're mostly focused on fixing our perl-* bits (at least I am). And, presumably, as you're the one looking to rewrite those scripts, we'll know when rpm is going to not require perl by :) -Chris -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla at redhat.com Tue May 26 16:03:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 12:03:55 -0400 Subject: [Bug 221113] readline function in perl does not correctly set $! In-Reply-To: References: Message-ID: <200905261603.n4QG3tce005758@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=221113 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144616|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 bugzilla at redhat.com Tue May 26 16:11:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 12:11:25 -0400 Subject: [Bug 221113] readline function in perl does not correctly set $! In-Reply-To: References: Message-ID: <200905261611.n4QGBPBH014243@bz-web1.app.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=221113 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|mmaslano at redhat.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 cweyl at fedoraproject.org Wed May 27 02:46:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 27 May 2009 02:46:00 +0000 (UTC) Subject: rpms/perl-MooseX-MethodAttributes/devel .cvsignore, 1.3, 1.4 perl-MooseX-MethodAttributes.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090527024600.0C0CD70110@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27387 Modified Files: .cvsignore perl-MooseX-MethodAttributes.spec sources Log Message: * Wed May 27 2009 Chris Weyl 0.12-1 - add br on Test::Exception (missing as a test/br: https://rt.cpan.org/Ticket/Display.html?id=46396) - auto-update to 0.12 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 21 May 2009 05:10:53 -0000 1.3 +++ .cvsignore 27 May 2009 02:45:29 -0000 1.4 @@ -1 +1 @@ -MooseX-MethodAttributes-0.11.tar.gz +MooseX-MethodAttributes-0.12.tar.gz Index: perl-MooseX-MethodAttributes.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/perl-MooseX-MethodAttributes.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-MooseX-MethodAttributes.spec 21 May 2009 05:10:54 -0000 1.2 +++ perl-MooseX-MethodAttributes.spec 27 May 2009 02:45:29 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-MooseX-MethodAttributes -Version: 0.11 +Version: 0.12 Release: 1%{?dist} # lib/MooseX/MethodAttributes.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Introspect your method code attributes -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-MethodAttributes-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-MethodAttributes BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -17,6 +17,7 @@ BuildRequires: perl(MooseX::Types) >= 0. BuildRequires: perl(namespace::clean) # testing BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Exception) %description This module allows code attributes of methods to be introspected using @@ -52,6 +53,11 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed May 27 2009 Chris Weyl 0.12-1 +- add br on Test::Exception (missing as a test/br: + https://rt.cpan.org/Ticket/Display.html?id=46396) +- auto-update to 0.12 (by cpan-spec-update 0.01) + * Thu May 21 2009 Chris Weyl 0.11-1 - auto-update to 0.11 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.70 => 0.79) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 21 May 2009 05:10:54 -0000 1.3 +++ sources 27 May 2009 02:45:29 -0000 1.4 @@ -1 +1 @@ -18ee58a2777f3debd066bad648602c57 MooseX-MethodAttributes-0.11.tar.gz +b367a23b77caac8c88dec7d2afc7a177 MooseX-MethodAttributes-0.12.tar.gz From cweyl at fedoraproject.org Wed May 27 02:48:11 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 27 May 2009 02:48:11 +0000 (UTC) Subject: rpms/perl-MooseX-AttributeHelpers/devel perl-MooseX-AttributeHelpers.spec, 1.11, 1.12 Message-ID: <20090527024811.440FF70110@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28249 Modified Files: perl-MooseX-AttributeHelpers.spec Log Message: * Tue May 26 2009 Chris Weyl 0.16-2 - add br on CPAN until M::I bundled version is updated Index: perl-MooseX-AttributeHelpers.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel/perl-MooseX-AttributeHelpers.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-MooseX-AttributeHelpers.spec 6 Apr 2009 23:05:00 -0000 1.11 +++ perl-MooseX-AttributeHelpers.spec 27 May 2009 02:47:40 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-MooseX-AttributeHelpers Version: 0.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extended Moose attribute interfaces License: GPL+ or Artistic Group: Development/Libraries @@ -14,6 +14,8 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Moose) >= 0.56 BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::More) >= 0.62 +# needed until bundled M::I is bumped +BuildRequires: perl(CPAN) %description While Moose attributes provide you with a way to name your accessors, @@ -60,6 +62,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue May 26 2009 Chris Weyl 0.16-2 +- add br on CPAN until M::I bundled version is updated + * Mon Apr 06 2009 Chris Weyl 0.16-1 - update to 0.16 From cweyl at fedoraproject.org Wed May 27 02:50:25 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 27 May 2009 02:50:25 +0000 (UTC) Subject: rpms/perl-MooseX-Log-Log4perl/devel perl-MooseX-Log-Log4perl.spec, 1.3, 1.4 Message-ID: <20090527025025.BA80D70110@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28976 Modified Files: perl-MooseX-Log-Log4perl.spec Log Message: * Tue May 26 2009 Chris Weyl 0.40-2 - add br on CPAN Index: perl-MooseX-Log-Log4perl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel/perl-MooseX-Log-Log4perl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-MooseX-Log-Log4perl.spec 20 May 2009 01:53:10 -0000 1.3 +++ perl-MooseX-Log-Log4perl.spec 27 May 2009 02:50:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-MooseX-Log-Log4perl Version: 0.40 -Release: 1%{?dist} +Release: 2%{?dist} # see lib/MooseX/Log/Log4perl.pm License: GPL+ or Artistic Group: Development/Libraries @@ -18,6 +18,8 @@ BuildRequires: perl(Moose) BuildRequires: perl(Test::More) # optional tests BuildRequires: perl(Test::Pod) +# until bundled M::I is updated +BuildRequires: perl(CPAN) %description @@ -63,6 +65,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Tue May 26 2009 Chris Weyl 0.40-2 +- add br on CPAN + * Wed May 20 2009 Chris Weyl 0.40-1 - auto-update to 0.40 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) From iarnell at fedoraproject.org Wed May 27 02:56:40 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 02:56:40 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session/devel perl-Catalyst-Plugin-Session.spec, 1.5, 1.6 Message-ID: <20090527025640.CC12070110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30408 Modified Files: perl-Catalyst-Plugin-Session.spec Log Message: * Tue May 26 2009 Iain Arnell 0.22-2 - add missing requires perl(MooseX::Emulate::Class::Accessor::Fast) Index: perl-Catalyst-Plugin-Session.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session/devel/perl-Catalyst-Plugin-Session.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Catalyst-Plugin-Session.spec 25 May 2009 07:27:41 -0000 1.5 +++ perl-Catalyst-Plugin-Session.spec 27 May 2009 02:56:10 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Session Version: 0.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Catalyst generic session plugin License: GPL+ or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://search.cpan.org/d Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: perl(MooseX::Emulate::Class::Accessor::Fast) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Catalyst) >= 5.7010 @@ -94,6 +95,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue May 26 2009 Iain Arnell 0.22-2 +- add missing requires perl(MooseX::Emulate::Class::Accessor::Fast) + * Mon May 25 2009 Chris Weyl 0.22-1 - auto-update to 0.22 (by cpan-spec-update 0.01) - added a new br on perl(File::Temp) (version 0) From cweyl at fedoraproject.org Wed May 27 03:05:15 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 27 May 2009 03:05:15 +0000 (UTC) Subject: rpms/perl-MooseX-AttributeHelpers/devel perl-MooseX-AttributeHelpers.spec, 1.12, 1.13 Message-ID: <20090527030515.5071B70110@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32571 Modified Files: perl-MooseX-AttributeHelpers.spec Log Message: * Wed May 27 2009 Chris Weyl 0.17-1 - auto-update to 0.17 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: perl-MooseX-AttributeHelpers.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel/perl-MooseX-AttributeHelpers.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-MooseX-AttributeHelpers.spec 27 May 2009 02:47:40 -0000 1.12 +++ perl-MooseX-AttributeHelpers.spec 27 May 2009 03:04:44 -0000 1.13 @@ -1,16 +1,16 @@ Name: perl-MooseX-AttributeHelpers -Version: 0.16 -Release: 2%{?dist} +Version: 0.17 +Release: 1%{?dist} Summary: Extended Moose attribute interfaces License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-AttributeHelpers/ -Source0: http://www.cpan.org/modules/by-module/MooseX/MooseX-AttributeHelpers-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-AttributeHelpers-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Moose) >= 0.56 BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::More) >= 0.62 @@ -29,10 +29,10 @@ used attribute helper methods for more s cat << \EOF > %{name}-prov #!/bin/sh FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` -%{__perl_provides} $FOO +%{__perl_provides} $FOO EOF -%define __perl_provides %{_builddir}/MooseX-AttributeHelpers-%{version}/%{name}-prov +%define __perl_provides %{_builddir}/MooseX-AttributeHelpers-%{version}/%{name}-prov chmod +x %{__perl_provides} %build @@ -62,6 +62,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed May 27 2009 Chris Weyl 0.17-1 +- auto-update to 0.17 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) + * Tue May 26 2009 Chris Weyl 0.16-2 - add br on CPAN until M::I bundled version is updated From iarnell at fedoraproject.org Wed May 27 03:10:20 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 03:10:20 +0000 (UTC) Subject: rpms/perl-Lingua-Flags/F-11 perl-Lingua-Flags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090527031020.1D50470114@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Lingua-Flags/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1273/F-11 Modified Files: .cvsignore sources Added Files: perl-Lingua-Flags.spec Log Message: initial import --- NEW FILE perl-Lingua-Flags.spec --- Name: perl-Lingua-Flags Version: 0.05 Release: 1%{?dist} Summary: Provide small flag icons License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Lingua-Flags/ Source0: http://www.cpan.org/authors/id/A/AM/AMBS/Lingua/Lingua-Flags-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module with small flags icons. You can get them in base64 inline HTML image or as a gif image. %prep %setup -q -n Lingua-Flags-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 19 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Flags/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 May 2009 22:08:51 -0000 1.1 +++ .cvsignore 27 May 2009 03:09:49 -0000 1.2 @@ -0,0 +1 @@ +Lingua-Flags-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Flags/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:08:52 -0000 1.1 +++ sources 27 May 2009 03:09:49 -0000 1.2 @@ -0,0 +1 @@ +ad47a00457b857b33152f25d4b0ce023 Lingua-Flags-0.05.tar.gz From iarnell at fedoraproject.org Wed May 27 03:10:19 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 03:10:19 +0000 (UTC) Subject: rpms/perl-Lingua-Flags/F-10 perl-Lingua-Flags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090527031019.EE88170110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Lingua-Flags/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1273/F-10 Modified Files: .cvsignore sources Added Files: perl-Lingua-Flags.spec Log Message: initial import --- NEW FILE perl-Lingua-Flags.spec --- Name: perl-Lingua-Flags Version: 0.05 Release: 1%{?dist} Summary: Provide small flag icons License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Lingua-Flags/ Source0: http://www.cpan.org/authors/id/A/AM/AMBS/Lingua/Lingua-Flags-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module with small flags icons. You can get them in base64 inline HTML image or as a gif image. %prep %setup -q -n Lingua-Flags-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 19 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Flags/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 May 2009 22:08:51 -0000 1.1 +++ .cvsignore 27 May 2009 03:09:49 -0000 1.2 @@ -0,0 +1 @@ +Lingua-Flags-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Flags/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:08:52 -0000 1.1 +++ sources 27 May 2009 03:09:49 -0000 1.2 @@ -0,0 +1 @@ +ad47a00457b857b33152f25d4b0ce023 Lingua-Flags-0.05.tar.gz From iarnell at fedoraproject.org Wed May 27 03:10:20 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 03:10:20 +0000 (UTC) Subject: rpms/perl-Lingua-Flags/devel perl-Lingua-Flags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090527031020.88B0E70110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Lingua-Flags/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1273/devel Modified Files: .cvsignore sources Added Files: perl-Lingua-Flags.spec Log Message: initial import --- NEW FILE perl-Lingua-Flags.spec --- Name: perl-Lingua-Flags Version: 0.05 Release: 1%{?dist} Summary: Provide small flag icons License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Lingua-Flags/ Source0: http://www.cpan.org/authors/id/A/AM/AMBS/Lingua/Lingua-Flags-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module with small flags icons. You can get them in base64 inline HTML image or as a gif image. %prep %setup -q -n Lingua-Flags-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 19 2009 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Flags/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 May 2009 22:08:51 -0000 1.1 +++ .cvsignore 27 May 2009 03:09:50 -0000 1.2 @@ -0,0 +1 @@ +Lingua-Flags-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Flags/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:08:52 -0000 1.1 +++ sources 27 May 2009 03:09:50 -0000 1.2 @@ -0,0 +1 @@ +ad47a00457b857b33152f25d4b0ce023 Lingua-Flags-0.05.tar.gz From iarnell at fedoraproject.org Wed May 27 03:17:42 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 03:17:42 +0000 (UTC) Subject: rpms/perl-Carp-Clan-Share/F-11 perl-Carp-Clan-Share.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090527031742.792F070110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Carp-Clan-Share/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3595/F-11 Modified Files: .cvsignore sources Added Files: perl-Carp-Clan-Share.spec Log Message: initial import --- NEW FILE perl-Carp-Clan-Share.spec --- Name: perl-Carp-Clan-Share Version: 0.013 Release: 1%{?dist} Summary: Share your Carp::Clan settings with your whole Clan License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Carp-Clan-Share/ Source0: http://www.cpan.org/authors/id/R/RK/RKRIMEN/Carp-Clan-Share-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Carp::Clan) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is a very lightweight helper module (actually just an import method) that will automagically create a __PACKAGE__::Carp module for you. %prep %setup -q -n Carp-Clan-Share-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri May 22 2009 Iain Arnell 0.013-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Carp-Clan-Share/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 May 2009 22:08:08 -0000 1.1 +++ .cvsignore 27 May 2009 03:17:12 -0000 1.2 @@ -0,0 +1 @@ +Carp-Clan-Share-0.013.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Carp-Clan-Share/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:08:08 -0000 1.1 +++ sources 27 May 2009 03:17:12 -0000 1.2 @@ -0,0 +1 @@ +61746d3b8a82c00ae6bebd34c2144fa1 Carp-Clan-Share-0.013.tar.gz From iarnell at fedoraproject.org Wed May 27 03:17:42 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 03:17:42 +0000 (UTC) Subject: rpms/perl-Carp-Clan-Share/F-10 perl-Carp-Clan-Share.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090527031742.4641870110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Carp-Clan-Share/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3595/F-10 Modified Files: .cvsignore sources Added Files: perl-Carp-Clan-Share.spec Log Message: initial import --- NEW FILE perl-Carp-Clan-Share.spec --- Name: perl-Carp-Clan-Share Version: 0.013 Release: 1%{?dist} Summary: Share your Carp::Clan settings with your whole Clan License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Carp-Clan-Share/ Source0: http://www.cpan.org/authors/id/R/RK/RKRIMEN/Carp-Clan-Share-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Carp::Clan) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is a very lightweight helper module (actually just an import method) that will automagically create a __PACKAGE__::Carp module for you. %prep %setup -q -n Carp-Clan-Share-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri May 22 2009 Iain Arnell 0.013-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Carp-Clan-Share/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 May 2009 22:08:08 -0000 1.1 +++ .cvsignore 27 May 2009 03:17:11 -0000 1.2 @@ -0,0 +1 @@ +Carp-Clan-Share-0.013.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Carp-Clan-Share/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:08:08 -0000 1.1 +++ sources 27 May 2009 03:17:11 -0000 1.2 @@ -0,0 +1 @@ +61746d3b8a82c00ae6bebd34c2144fa1 Carp-Clan-Share-0.013.tar.gz From iarnell at fedoraproject.org Wed May 27 03:17:42 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 03:17:42 +0000 (UTC) Subject: rpms/perl-Carp-Clan-Share/devel perl-Carp-Clan-Share.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090527031742.C41C070110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Carp-Clan-Share/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3595/devel Modified Files: .cvsignore sources Added Files: perl-Carp-Clan-Share.spec Log Message: initial import --- NEW FILE perl-Carp-Clan-Share.spec --- Name: perl-Carp-Clan-Share Version: 0.013 Release: 1%{?dist} Summary: Share your Carp::Clan settings with your whole Clan License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Carp-Clan-Share/ Source0: http://www.cpan.org/authors/id/R/RK/RKRIMEN/Carp-Clan-Share-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Carp::Clan) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is a very lightweight helper module (actually just an import method) that will automagically create a __PACKAGE__::Carp module for you. %prep %setup -q -n Carp-Clan-Share-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri May 22 2009 Iain Arnell 0.013-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Carp-Clan-Share/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 May 2009 22:08:08 -0000 1.1 +++ .cvsignore 27 May 2009 03:17:12 -0000 1.2 @@ -0,0 +1 @@ +Carp-Clan-Share-0.013.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Carp-Clan-Share/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:08:08 -0000 1.1 +++ sources 27 May 2009 03:17:12 -0000 1.2 @@ -0,0 +1 @@ +61746d3b8a82c00ae6bebd34c2144fa1 Carp-Clan-Share-0.013.tar.gz From iarnell at fedoraproject.org Wed May 27 03:30:14 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 03:30:14 +0000 (UTC) Subject: rpms/perl-SQL-Translator/devel perl-SQL-Translator.spec,1.8,1.9 Message-ID: <20090527033014.91D2470110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-SQL-Translator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6769 Modified Files: perl-SQL-Translator.spec Log Message: * Wed May 27 2009 Iain Arnell 0.09004-2 - add missing requires Class::Accessor::Fast and Class::Data::Inheritable Index: perl-SQL-Translator.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SQL-Translator/devel/perl-SQL-Translator.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-SQL-Translator.spec 8 Mar 2009 20:07:27 -0000 1.8 +++ perl-SQL-Translator.spec 27 May 2009 03:29:43 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-SQL-Translator Version: 0.09004 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate structured data definitions (SQL and more) # see, e.g., lib/SQL/Translator.pm License: GPLv2 @@ -10,6 +10,9 @@ Source0: http://www.cpan.org/auth BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not automatically detected +Requires: perl(Class::Accessor::Fast) +Requires: perl(Class::Data::Inheritable) # core BuildRequires: perl(File::Basename) @@ -110,6 +113,9 @@ rm -rf %{buildroot} %{_mandir}/man[13]/* %changelog +* Wed May 27 2009 Iain Arnell 0.09004-2 +- add missing requires Class::Accessor::Fast and Class::Data::Inheritable + * Sun Mar 08 2009 Chris Weyl 0.09004-1 - update to 0.09004 From bugzilla at redhat.com Wed May 27 03:31:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 23:31:33 -0400 Subject: [Bug 499768] perl-SQL-Translator has missing Requires In-Reply-To: References: Message-ID: <200905270331.n4R3VXWv003604@bz-web1.app.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=499768 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV AssignedTo|cweyl at alumni.drew.edu |iarnell at gmail.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 iarnell at fedoraproject.org Wed May 27 03:33:32 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 03:33:32 +0000 (UTC) Subject: rpms/perl-SQL-Translator/F-10 perl-SQL-Translator.spec,1.6,1.7 Message-ID: <20090527033332.E838F70110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-SQL-Translator/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7522/F-10 Modified Files: perl-SQL-Translator.spec Log Message: * Wed May 27 2009 Iain Arnell 0.09004-2 - add missing requires Class::Accessor::Fast and Class::Data::Inheritable Index: perl-SQL-Translator.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SQL-Translator/F-10/perl-SQL-Translator.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-SQL-Translator.spec 8 Mar 2009 20:42:04 -0000 1.6 +++ perl-SQL-Translator.spec 27 May 2009 03:33:02 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-SQL-Translator Version: 0.09004 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate structured data definitions (SQL and more) # see, e.g., lib/SQL/Translator.pm License: GPLv2 @@ -10,6 +10,9 @@ Source0: http://www.cpan.org/auth BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not automatically detected +Requires: perl(Class::Accessor::Fast) +Requires: perl(Class::Data::Inheritable) # core BuildRequires: perl(File::Basename) @@ -110,6 +113,9 @@ rm -rf %{buildroot} %{_mandir}/man[13]/* %changelog +* Wed May 27 2009 Iain Arnell 0.09004-2 +- add missing requires Class::Accessor::Fast and Class::Data::Inheritable + * Sun Mar 08 2009 Chris Weyl 0.09004-1 - update to 0.09004 From iarnell at fedoraproject.org Wed May 27 03:33:33 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 03:33:33 +0000 (UTC) Subject: rpms/perl-SQL-Translator/F-11 perl-SQL-Translator.spec,1.8,1.9 Message-ID: <20090527033333.9945470110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-SQL-Translator/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7522/F-11 Modified Files: perl-SQL-Translator.spec Log Message: * Wed May 27 2009 Iain Arnell 0.09004-2 - add missing requires Class::Accessor::Fast and Class::Data::Inheritable Index: perl-SQL-Translator.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SQL-Translator/F-11/perl-SQL-Translator.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-SQL-Translator.spec 8 Mar 2009 20:07:27 -0000 1.8 +++ perl-SQL-Translator.spec 27 May 2009 03:33:02 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-SQL-Translator Version: 0.09004 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate structured data definitions (SQL and more) # see, e.g., lib/SQL/Translator.pm License: GPLv2 @@ -10,6 +10,9 @@ Source0: http://www.cpan.org/auth BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not automatically detected +Requires: perl(Class::Accessor::Fast) +Requires: perl(Class::Data::Inheritable) # core BuildRequires: perl(File::Basename) @@ -110,6 +113,9 @@ rm -rf %{buildroot} %{_mandir}/man[13]/* %changelog +* Wed May 27 2009 Iain Arnell 0.09004-2 +- add missing requires Class::Accessor::Fast and Class::Data::Inheritable + * Sun Mar 08 2009 Chris Weyl 0.09004-1 - update to 0.09004 From bugzilla at redhat.com Wed May 27 03:42:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 23:42:49 -0400 Subject: [Bug 499768] perl-SQL-Translator has missing Requires In-Reply-To: References: Message-ID: <200905270342.n4R3gnV2029378@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=499768 --- Comment #2 from Fedora Update System 2009-05-26 23:42:49 EDT --- perl-SQL-Translator-0.09004-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-SQL-Translator-0.09004-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 Wed May 27 03:42:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 23:42:45 -0400 Subject: [Bug 499768] perl-SQL-Translator has missing Requires In-Reply-To: References: Message-ID: <200905270342.n4R3gjuc005367@bz-web1.app.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=499768 --- Comment #1 from Fedora Update System 2009-05-26 23:42:45 EDT --- perl-SQL-Translator-0.09004-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-SQL-Translator-0.09004-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 03:45:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 23:45:47 -0400 Subject: [Bug 499768] perl-SQL-Translator has missing Requires In-Reply-To: References: Message-ID: <200905270345.n4R3jlq3005985@bz-web1.app.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=499768 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |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 May 27 03:44:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 23:44:57 -0400 Subject: [Bug 502358] Review Request: mojomojo - Catalyst & DBIx::Class powered Wiki In-Reply-To: References: Message-ID: <200905270344.n4R3ivaf005500@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502358 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com --- Comment #3 from Iain Arnell 2009-05-26 23:44:56 EDT --- build now available: http://koji.fedoraproject.org/koji/taskinfo?taskID=1378830 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Wed May 27 04:32:37 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 27 May 2009 04:32:37 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/devel .cvsignore, 1.5, 1.6 perl-HTML-FormFu.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090527043237.3E1B770110@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23811 Modified Files: .cvsignore perl-HTML-FormFu.spec sources Log Message: * Wed May 27 2009 Iain Arnell 0.05000-1 - update to latest upstream - R/BR Data::Visitor >= 0.23 to avoid Squirrel warnings Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 10 May 2009 08:52:15 -0000 1.5 +++ .cvsignore 27 May 2009 04:32:06 -0000 1.6 @@ -1 +1 @@ -HTML-FormFu-0.04002.tar.gz +HTML-FormFu-0.05000.tar.gz Index: perl-HTML-FormFu.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/perl-HTML-FormFu.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-HTML-FormFu.spec 10 May 2009 08:52:15 -0000 1.7 +++ perl-HTML-FormFu.spec 27 May 2009 04:32:06 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-HTML-FormFu -Version: 0.04002 +Version: 0.05000 Release: 1%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic @@ -16,6 +16,7 @@ BuildRequires: perl(Class::C3) BuildRequires: perl(Config::Any) >= 0.10 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::DES) +BuildRequires: perl(Data::Visitor) >= 0.23 BuildRequires: perl(Data::Visitor::Callback) BuildRequires: perl(Date::Calc) BuildRequires: perl(DateTime) >= 0.38 @@ -31,6 +32,7 @@ BuildRequires: perl(HTML::Scrubber) BuildRequires: perl(HTML::TokeParser::Simple) BuildRequires: perl(HTTP::Headers) BuildRequires: perl(List::MoreUtils) +BuildRequires: perl(Locale::Maketext) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Number::Format) BuildRequires: perl(Path::Class::File) @@ -46,6 +48,7 @@ Requires: perl(Config::Any) >= 0.1 Requires: perl(Crypt::CBC) Requires: perl(Crypt::DES) Requires: perl(Date::Calc) +Requires: perl(Data::Visitor) >= 0.23 Requires: perl(DateTime) >= 0.38 Requires: perl(DateTime::Format::Builder) >= 0.7901 Requires: perl(Exporter) >= 5.57 @@ -113,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed May 27 2009 Iain Arnell 0.05000-1 +- update to latest upstream +- R/BR Data::Visitor >= 0.23 to avoid Squirrel warnings + * Sun May 10 2009 Iain Arnell 0.04002-1 - update to latest upstream version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 10 May 2009 08:52:15 -0000 1.5 +++ sources 27 May 2009 04:32:06 -0000 1.6 @@ -1 +1 @@ -2977257371a500ceafa2dc8e23847eb0 HTML-FormFu-0.04002.tar.gz +8521d76f99ed0567c994623a7f91ac92 HTML-FormFu-0.05000.tar.gz From cweyl at alumni.drew.edu Wed May 27 06:47:54 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Tue, 26 May 2009 23:47:54 -0700 Subject: private so provides filtering... In-Reply-To: <20090525160813.GC11408@camelia.ucw.cz> References: <7dd7ab490905231757o7dfb396ch7101d02b13d8915a@mail.gmail.com> <7dd7ab490905231803g14605c8eua079b10556bf69b9@mail.gmail.com> <81487f820905232313x365c7cfi97b4311e869e8d25@mail.gmail.com> <7dd7ab490905240039y11b5efe7oecd120e367ef3d18@mail.gmail.com> <81487f820905240541w4137601bhb4880bbdec69c6c2@mail.gmail.com> <7dd7ab490905241229r6d4991f4me60dbb7bdab759ec@mail.gmail.com> <7dd7ab490905241324q7751c05dh47bed910466f957c@mail.gmail.com> <20090525154904.GB11408@camelia.ucw.cz> <20090525160813.GC11408@camelia.ucw.cz> Message-ID: <7dd7ab490905262347l52287bcfvd75be4107f2b2ad2@mail.gmail.com> On Mon, May 25, 2009 at 9:08 AM, Stepan Kasal wrote: > But it would still be better if the macro contained a list of regular > expressions that would get filtered by one instance of grep, or even > by the find itself. > > So there is the need for the general mechanism. But we might decide > to push the general mechanism later, as a second iteration. > Would you be more comfortable if I ran this by the rpm maintainers first, or the fedora-packaging list? Or do you have an alternate set of macros we should consider? -Chris -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla at redhat.com Wed May 27 12:38:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 08:38:08 -0400 Subject: [Bug 496369] make check fails In-Reply-To: References: Message-ID: <200905271238.n4RCc8iW003881@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=496369 Karsten Hopp changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |467765(ZedoraTracker) -- Configure 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 May 27 17:42:14 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 27 May 2009 17:42:14 +0000 (UTC) Subject: rpms/perl-Email-Simple-Creator/F-10 perl-Email-Simple-Creator.spec, 1.6, 1.7 Message-ID: <20090527174214.A933E70110@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Email-Simple-Creator/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12716/F-10 Modified Files: perl-Email-Simple-Creator.spec Log Message: fix missing requires, bz 502364 Index: perl-Email-Simple-Creator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple-Creator/F-10/perl-Email-Simple-Creator.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Email-Simple-Creator.spec 2 Feb 2008 18:41:19 -0000 1.6 +++ perl-Email-Simple-Creator.spec 27 May 2009 17:41:44 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Email-Simple-Creator Version: 1.424 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Email::Simple constructor for starting anew Group: Development/Libraries License: GPL+ or Artistic @@ -11,7 +11,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Email::Simple), perl(Test::Pod), perl(Test::Pod::Coverage) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Email::Simple) +Requires: perl(Email::Simple), perl(Email::Date::Format) %description This software provides a constructor to Email::Simple for creating @@ -54,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed May 27 2009 Tom "spot" Callaway - 1.424-4 +- add missing Requires: perl(Email::Date::Format) + +* Thu Feb 26 2009 Fedora Release Engineering - 1.424-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Feb 2 2008 Tom "spot" Callaway - 1.424-2 - rebuild for new perl From spot at fedoraproject.org Wed May 27 17:42:14 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 27 May 2009 17:42:14 +0000 (UTC) Subject: rpms/perl-Email-Simple-Creator/F-11 perl-Email-Simple-Creator.spec, 1.7, 1.8 Message-ID: <20090527174214.C223C70114@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Email-Simple-Creator/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12716/F-11 Modified Files: perl-Email-Simple-Creator.spec Log Message: fix missing requires, bz 502364 Index: perl-Email-Simple-Creator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple-Creator/F-11/perl-Email-Simple-Creator.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Email-Simple-Creator.spec 26 Feb 2009 15:42:35 -0000 1.7 +++ perl-Email-Simple-Creator.spec 27 May 2009 17:41:44 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Email-Simple-Creator Version: 1.424 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Email::Simple constructor for starting anew Group: Development/Libraries License: GPL+ or Artistic @@ -11,7 +11,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Email::Simple), perl(Test::Pod), perl(Test::Pod::Coverage) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Email::Simple) +Requires: perl(Email::Simple), perl(Email::Date::Format) %description This software provides a constructor to Email::Simple for creating @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed May 27 2009 Tom "spot" Callaway - 1.424-4 +- add missing Requires: perl(Email::Date::Format) + * Thu Feb 26 2009 Fedora Release Engineering - 1.424-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From spot at fedoraproject.org Wed May 27 17:42:15 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 27 May 2009 17:42:15 +0000 (UTC) Subject: rpms/perl-Email-Simple-Creator/devel perl-Email-Simple-Creator.spec, 1.7, 1.8 Message-ID: <20090527174215.4FA9670110@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Email-Simple-Creator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12716/devel Modified Files: perl-Email-Simple-Creator.spec Log Message: fix missing requires, bz 502364 Index: perl-Email-Simple-Creator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple-Creator/devel/perl-Email-Simple-Creator.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Email-Simple-Creator.spec 26 Feb 2009 15:42:35 -0000 1.7 +++ perl-Email-Simple-Creator.spec 27 May 2009 17:41:45 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Email-Simple-Creator Version: 1.424 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Email::Simple constructor for starting anew Group: Development/Libraries License: GPL+ or Artistic @@ -11,7 +11,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Email::Simple), perl(Test::Pod), perl(Test::Pod::Coverage) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Email::Simple) +Requires: perl(Email::Simple), perl(Email::Date::Format) %description This software provides a constructor to Email::Simple for creating @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed May 27 2009 Tom "spot" Callaway - 1.424-4 +- add missing Requires: perl(Email::Date::Format) + * Thu Feb 26 2009 Fedora Release Engineering - 1.424-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From spot at fedoraproject.org Wed May 27 17:42:15 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 27 May 2009 17:42:15 +0000 (UTC) Subject: rpms/perl-Email-Simple-Creator/F-9 perl-Email-Simple-Creator.spec, 1.6, 1.7 Message-ID: <20090527174215.0BEBA70110@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Email-Simple-Creator/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12716/F-9 Modified Files: perl-Email-Simple-Creator.spec Log Message: fix missing requires, bz 502364 Index: perl-Email-Simple-Creator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple-Creator/F-9/perl-Email-Simple-Creator.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Email-Simple-Creator.spec 2 Feb 2008 18:41:19 -0000 1.6 +++ perl-Email-Simple-Creator.spec 27 May 2009 17:41:44 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Email-Simple-Creator Version: 1.424 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Email::Simple constructor for starting anew Group: Development/Libraries License: GPL+ or Artistic @@ -11,7 +11,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Email::Simple), perl(Test::Pod), perl(Test::Pod::Coverage) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Email::Simple) +Requires: perl(Email::Simple), perl(Email::Date::Format) %description This software provides a constructor to Email::Simple for creating @@ -54,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed May 27 2009 Tom "spot" Callaway - 1.424-4 +- add missing Requires: perl(Email::Date::Format) + +* Thu Feb 26 2009 Fedora Release Engineering - 1.424-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Feb 2 2008 Tom "spot" Callaway - 1.424-2 - rebuild for new perl From bugzilla at redhat.com Wed May 27 18:25:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 14:25:44 -0400 Subject: [Bug 502364] missing dependency on perl(Email::Date::Format) In-Reply-To: References: Message-ID: <200905271825.n4RIPiMG011978@bz-web1.app.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=502364 --- Comment #2 from Fedora Update System 2009-05-27 14:25:43 EDT --- perl-Email-Simple-Creator-1.424-4.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Email-Simple-Creator-1.424-4.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 May 27 18:25:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 14:25:48 -0400 Subject: [Bug 502364] missing dependency on perl(Email::Date::Format) In-Reply-To: References: Message-ID: <200905271825.n4RIPm3I008063@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=502364 --- Comment #3 from Fedora Update System 2009-05-27 14:25:48 EDT --- perl-Email-Simple-Creator-1.424-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-Email-Simple-Creator-1.424-4.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed May 27 18:25:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 27 May 2009 14:25:39 -0400 Subject: [Bug 502364] missing dependency on perl(Email::Date::Format) In-Reply-To: References: Message-ID: <200905271825.n4RIPd8E008028@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=502364 --- Comment #1 from Fedora Update System 2009-05-27 14:25:39 EDT --- perl-Email-Simple-Creator-1.424-4.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-Email-Simple-Creator-1.424-4.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 Thu May 28 08:07:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:07:04 -0400 Subject: [Bug 502364] missing dependency on perl(Email::Date::Format) In-Reply-To: References: Message-ID: <200905280807.n4S874cL019961@bz-web1.app.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=502364 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.424-4.fc11 |1.424-4.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 May 28 08:07:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:07:45 -0400 Subject: [Bug 499768] perl-SQL-Translator has missing Requires In-Reply-To: References: Message-ID: <200905280807.n4S87jxH019259@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=499768 --- Comment #3 from Fedora Update System 2009-05-28 04:07:45 EDT --- perl-SQL-Translator-0.09004-2.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 Thu May 28 08:06:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:06:59 -0400 Subject: [Bug 502364] missing dependency on perl(Email::Date::Format) In-Reply-To: References: Message-ID: <200905280806.n4S86xi9019031@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=502364 --- Comment #5 from Fedora Update System 2009-05-28 04:06:59 EDT --- perl-Email-Simple-Creator-1.424-4.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 Thu May 28 08:05:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:05:26 -0400 Subject: [Bug 502364] missing dependency on perl(Email::Date::Format) In-Reply-To: References: Message-ID: <200905280805.n4S85QHK018496@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=502364 --- Comment #4 from Fedora Update System 2009-05-28 04:05:25 EDT --- perl-Email-Simple-Creator-1.424-4.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:07:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:07:50 -0400 Subject: [Bug 499768] perl-SQL-Translator has missing Requires In-Reply-To: References: Message-ID: <200905280807.n4S87o7l019290@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=499768 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |0.09004-2.fc10 Resolution|RAWHIDE |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 Thu May 28 08:05:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:05:31 -0400 Subject: [Bug 502364] missing dependency on perl(Email::Date::Format) In-Reply-To: References: Message-ID: <200905280805.n4S85VUi018528@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=502364 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |1.424-4.fc11 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 Thu May 28 08:13:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:13:53 -0400 Subject: [Bug 502364] missing dependency on perl(Email::Date::Format) In-Reply-To: References: Message-ID: <200905280813.n4S8DrVg021613@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=502364 --- Comment #6 from Fedora Update System 2009-05-28 04:13:52 EDT --- perl-Email-Simple-Creator-1.424-4.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 Thu May 28 08:13:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:13:57 -0400 Subject: [Bug 502364] missing dependency on perl(Email::Date::Format) In-Reply-To: References: Message-ID: <200905280813.n4S8Dv97021669@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=502364 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.424-4.fc10 |1.424-4.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 Thu May 28 08:14:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:14:47 -0400 Subject: [Bug 499768] perl-SQL-Translator has missing Requires In-Reply-To: References: Message-ID: <200905280814.n4S8ElMr022011@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=499768 --- Comment #4 from Fedora Update System 2009-05-28 04:14:46 EDT --- perl-SQL-Translator-0.09004-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:14:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:14:51 -0400 Subject: [Bug 499768] perl-SQL-Translator has missing Requires In-Reply-To: References: Message-ID: <200905280814.n4S8Ep7E022173@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=499768 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|0.09004-2.fc10 |0.09004-2.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 15:42:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 11:42:51 -0400 Subject: [Bug 489825] Errors in perl-Newt: exported flag issue and documentation fixes In-Reply-To: References: Message-ID: <200905281542.n4SFgp8W012899@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 Orton changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #3 from Joe Orton 2009-05-28 11:42:50 EDT --- Thanks for the patches! Built for Raw Hide: http://koji.fedoraproject.org/koji/buildinfo?buildID=103937 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Fri May 29 06:49:09 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 29 May 2009 06:49:09 +0000 (UTC) Subject: rpms/perl-Catalyst-Action-RenderView/devel perl-Catalyst-Action-RenderView.spec, 1.8, 1.9 Message-ID: <20090529064909.BC69470128@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-serv6254 Modified Files: perl-Catalyst-Action-RenderView.spec Log Message: * Thu May 28 2009 Chris Weyl 0.10-2 - add a br on CPAN (for now) 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.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Catalyst-Action-RenderView.spec 25 May 2009 07:53:07 -0000 1.8 +++ perl-Catalyst-Action-RenderView.spec 29 May 2009 06:48:39 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Action-RenderView Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Sensible default end action for view renders License: GPL+ or Artistic Group: Development/Libraries @@ -16,6 +16,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Test::More) # cpan BuildRequires: perl(Catalyst) >= 5.7 +BuildRequires: perl(Catalyst::Runtime) >= 5.70 BuildRequires: perl(MRO::Compat) BuildRequires: perl(Module::Build) BuildRequires: perl(Data::Visitor) >= 0.24 @@ -29,8 +30,8 @@ Requires: perl(Catalyst::Action) # not picked up automatically Requires: perl(Catalyst) >= 5.7 -### auto-added brs! -BuildRequires: perl(Catalyst::Runtime) >= 5.70 +# until bundled M::I is updated +BuildRequires: perl(CPAN) %description This action implements a sensible default end action, which will forward to @@ -96,6 +97,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 28 2009 Chris Weyl 0.10-2 +- add a br on CPAN (for now) + * Mon May 25 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) From cweyl at fedoraproject.org Fri May 29 06:50:38 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 29 May 2009 06:50:38 +0000 (UTC) Subject: rpms/perl-Data-Visitor/F-10 sources,1.6,1.7 Message-ID: <20090529065038.C783670128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Visitor/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6642 Modified Files: sources Log Message: * Thu May 21 2009 Chris Weyl 0.25-1 - auto-update to 0.25 (by cpan-spec-update 0.01) - altered br on perl(Any::Moose) (0 => 0.09) - altered br on perl(Tie::ToObject) (0 => 0.01) - altered br on perl(namespace::clean) (0 => 0.08) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 25 May 2009 07:50:59 -0000 1.6 +++ sources 29 May 2009 06:50:08 -0000 1.7 @@ -1 +1 @@ -b69891174e4380cfe20fcb69a79a4093 Data-Visitor-0.24.tar.gz +d00f4c144549a08d0a353d32e62f7e7c Data-Visitor-0.25.tar.gz From cweyl at fedoraproject.org Fri May 29 06:57:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 29 May 2009 06:57:05 +0000 (UTC) Subject: rpms/perl-Catalyst-Controller-FormBuilder/devel .cvsignore, 1.2, 1.3 perl-Catalyst-Controller-FormBuilder.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090529065705.0C57A70128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Controller-FormBuilder/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8239 Modified Files: .cvsignore perl-Catalyst-Controller-FormBuilder.spec sources Log Message: * Fri May 29 2009 Chris Weyl 0.05-1 - auto-update to 0.05 (by cpan-spec-update 0.01) - altered br on perl(Test::WWW::Mechanize::Catalyst) (0 => 0.37) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new br on perl(Class::Inspector) (version 1.13) - added a new br on perl(Catalyst::Runtime) (version 5.7) - altered br on perl(Tie::IxHash) (0 => 1.21) - added a new br on perl(Scalar::Util) (version 1.19) - added a new br on perl(Class::Data::Inheritable) (version 0.04) - altered br on perl(CGI::FormBuilder) (0 => 3.02) - added a new br on perl(MRO::Compat) (version 0.09) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-FormBuilder/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 19 Mar 2008 16:39:17 -0000 1.2 +++ .cvsignore 29 May 2009 06:56:34 -0000 1.3 @@ -1 +1 @@ -Catalyst-Controller-FormBuilder-0.04.tar.gz +Catalyst-Controller-FormBuilder-0.05.tar.gz Index: perl-Catalyst-Controller-FormBuilder.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-FormBuilder/devel/perl-Catalyst-Controller-FormBuilder.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Catalyst-Controller-FormBuilder.spec 26 Feb 2009 12:05:00 -0000 1.3 +++ perl-Catalyst-Controller-FormBuilder.spec 29 May 2009 06:56:34 -0000 1.4 @@ -1,27 +1,34 @@ Name: perl-Catalyst-Controller-FormBuilder -Version: 0.04 -Release: 3%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Catalyst FormBuilder Base Controller License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Controller-FormBuilder/ -Source0: http://www.cpan.org/authors/id/J/JC/JCAMACHO/Catalyst-Controller-FormBuilder-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Catalyst-Controller-FormBuilder-%{version}.tar.gz Patch0: no_scalar_util_0_19.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(CGI::FormBuilder) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(CGI::FormBuilder) >= 3.02 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) -BuildRequires: perl(Test::WWW::Mechanize::Catalyst) -BuildRequires: perl(Tie::IxHash) +BuildRequires: perl(Test::WWW::Mechanize::Catalyst) >= 0.37 +BuildRequires: perl(Tie::IxHash) >= 1.21 # not auto-picked up, or to keep rpmlint happy... Requires: perl(Catalyst) Requires: perl(warnings) Requires: perl(lib) +### auto-added brs! +BuildRequires: perl(Class::Inspector) >= 1.13 +BuildRequires: perl(Catalyst::Runtime) >= 5.7 +BuildRequires: perl(Scalar::Util) >= 1.19 +BuildRequires: perl(Class::Data::Inheritable) >= 0.04 +BuildRequires: perl(MRO::Compat) >= 0.09 + %description This base controller merges the functionality of CGI::FormBuilder with Catalyst and the following templating systems: Template Toolkit, Mason and @@ -85,6 +92,18 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri May 29 2009 Chris Weyl 0.05-1 +- auto-update to 0.05 (by cpan-spec-update 0.01) +- altered br on perl(Test::WWW::Mechanize::Catalyst) (0 => 0.37) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on perl(Class::Inspector) (version 1.13) +- added a new br on perl(Catalyst::Runtime) (version 5.7) +- altered br on perl(Tie::IxHash) (0 => 1.21) +- added a new br on perl(Scalar::Util) (version 1.19) +- added a new br on perl(Class::Data::Inheritable) (version 0.04) +- altered br on perl(CGI::FormBuilder) (0 => 3.02) +- added a new br on perl(MRO::Compat) (version 0.09) + * Thu Feb 26 2009 Fedora Release Engineering - 0.04-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-FormBuilder/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 19 Mar 2008 16:39:17 -0000 1.2 +++ sources 29 May 2009 06:56:34 -0000 1.3 @@ -1 +1 @@ -0cd3b3fd61bfdc551cf8c0352853441b Catalyst-Controller-FormBuilder-0.04.tar.gz +fc78886fcf4118897b23b12baac38c6c Catalyst-Controller-FormBuilder-0.05.tar.gz From cweyl at fedoraproject.org Fri May 29 07:01:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 29 May 2009 07:01:00 +0000 (UTC) Subject: rpms/perl-Data-Visitor/F-11 perl-Data-Visitor.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20090529070100.BD52D70128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Visitor/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9095 Modified Files: perl-Data-Visitor.spec sources Log Message: * Thu May 21 2009 Chris Weyl 0.25-1 - auto-update to 0.25 (by cpan-spec-update 0.01) - altered br on perl(Any::Moose) (0 => 0.09) - altered br on perl(Tie::ToObject) (0 => 0.01) - altered br on perl(namespace::clean) (0 => 0.08) Index: perl-Data-Visitor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/F-11/perl-Data-Visitor.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Data-Visitor.spec 12 May 2009 05:44:15 -0000 1.8 +++ perl-Data-Visitor.spec 29 May 2009 07:00:29 -0000 1.9 @@ -1,11 +1,11 @@ Name: perl-Data-Visitor -Version: 0.24 +Version: 0.25 Release: 1%{?dist} Summary: Visitor style traversal of Perl data structures License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Visitor/ -Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Data-Visitor-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Data-Visitor-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -15,10 +15,10 @@ BuildRequires: perl(Class::Accessor) BuildRequires: perl(ExtUtils::MakeMaker) # new for 0.19 BuildRequires: perl(Data::Alias) -BuildRequires: perl(Any::Moose) -BuildRequires: perl(namespace::clean) +BuildRequires: perl(Any::Moose) >= 0.09 +BuildRequires: perl(namespace::clean) >= 0.08 BuildRequires: perl(Task::Weaken) -BuildRequires: perl(Tie::ToObject) +BuildRequires: perl(Tie::ToObject) >= 0.01 # tests BuildRequires: perl(Test::MockObject) >= 1.04 @@ -35,7 +35,7 @@ This module is a simple visitor implemen %setup -q -n Data-Visitor-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -60,6 +60,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 21 2009 Chris Weyl 0.25-1 +- auto-update to 0.25 (by cpan-spec-update 0.01) +- altered br on perl(Any::Moose) (0 => 0.09) +- altered br on perl(Tie::ToObject) (0 => 0.01) +- altered br on perl(namespace::clean) (0 => 0.08) + * Tue May 05 2009 Chris Weyl 0.24-1 - update to 0.24 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Visitor/F-11/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 12 May 2009 05:44:15 -0000 1.6 +++ sources 29 May 2009 07:00:29 -0000 1.7 @@ -1 +1 @@ -b69891174e4380cfe20fcb69a79a4093 Data-Visitor-0.24.tar.gz +d00f4c144549a08d0a353d32e62f7e7c Data-Visitor-0.25.tar.gz From cweyl at fedoraproject.org Fri May 29 07:02:22 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 29 May 2009 07:02:22 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel .cvsignore, 1.3, 1.4 perl-Catalyst-Plugin-Session-State-Cookie.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090529070222.7CA3970128@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-serv9521 Modified Files: .cvsignore perl-Catalyst-Plugin-Session-State-Cookie.spec sources Log Message: * Fri May 29 2009 Chris Weyl 0.11-1 - auto-update to 0.11 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new br on perl(Catalyst) (version 5.7010) - altered br on perl(Test::MockObject) (0 => 1.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 9 Mar 2009 15:37:15 -0000 1.3 +++ .cvsignore 29 May 2009 07:01:50 -0000 1.4 @@ -1,12 +1 @@ -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 +Catalyst-Plugin-Session-State-Cookie-0.11.tar.gz Index: perl-Catalyst-Plugin-Session-State-Cookie.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/perl-Catalyst-Plugin-Session-State-Cookie.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Catalyst-Plugin-Session-State-Cookie.spec 9 Mar 2009 15:37:15 -0000 1.4 +++ perl-Catalyst-Plugin-Session-State-Cookie.spec 29 May 2009 07:01:50 -0000 1.5 @@ -1,21 +1,21 @@ Name: perl-Catalyst-Plugin-Session-State-Cookie -Version: 0.10 +Version: 0.11 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/B/BO/BOBTFISH/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/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(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Catalyst::Plugin::Session) >= 0.19 BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) -BuildRequires: perl(Test::MockObject) +BuildRequires: perl(Test::MockObject) >= 1.01 # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) @@ -24,10 +24,13 @@ BuildRequires: perl(Test::WWW::Mechaniz # not automatically picked up Requires: perl(Catalyst::Plugin::Session) >= 0.19 +### auto-added brs! +BuildRequires: perl(Catalyst) >= 5.7010 + %description In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on -the server. This plugin provides a way to store the session ID on the +the server. This plugin provides a way to store the session ID on the client, through a cookie. %prep @@ -38,7 +41,7 @@ client, through a cookie. cat << \EOF > %{name}-prov #!/bin/sh FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` -%{__perl_provides} $FOO +%{__perl_provides} $FOO EOF %define __perl_provides %{_builddir}/Catalyst-Plugin-Session-State-Cookie-%{version}/%{name}-prov @@ -72,6 +75,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri May 29 2009 Chris Weyl 0.11-1 +- auto-update to 0.11 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on perl(Catalyst) (version 5.7010) +- altered br on perl(Test::MockObject) (0 => 1.01) + * Mon Mar 09 2009 Chris Weyl 0.10-1 - update to 0.10 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 9 Mar 2009 15:37:15 -0000 1.3 +++ sources 29 May 2009 07:01:50 -0000 1.4 @@ -1 +1 @@ -0c0f8992eecbe98295f3d36a9b378edc Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz +20a663b2572acf7200e2fc11b221c06c Catalyst-Plugin-Session-State-Cookie-0.11.tar.gz From cweyl at fedoraproject.org Fri May 29 07:21:51 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 29 May 2009 07:21:51 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel perl-Catalyst-Plugin-Session-State-Cookie.spec, 1.5, 1.6 Message-ID: <20090529072151.BC4F570128@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-serv14045 Modified Files: perl-Catalyst-Plugin-Session-State-Cookie.spec Log Message: * Fri May 29 2009 Chris Weyl 0.11-2 - add br on CPAN 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.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Catalyst-Plugin-Session-State-Cookie.spec 29 May 2009 07:01:50 -0000 1.5 +++ perl-Catalyst-Plugin-Session-State-Cookie.spec 29 May 2009 07:21:21 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Session-State-Cookie Version: 0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Maintain session IDs using cookies License: GPL+ or Artistic Group: Development/Libraries @@ -24,6 +24,9 @@ BuildRequires: perl(Test::WWW::Mechaniz # not automatically picked up Requires: perl(Catalyst::Plugin::Session) >= 0.19 +# until M::I is brought up... +BuildRequires: perl(CPAN) + ### auto-added brs! BuildRequires: perl(Catalyst) >= 5.7010 @@ -75,6 +78,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri May 29 2009 Chris Weyl 0.11-2 +- add br on CPAN + * Fri May 29 2009 Chris Weyl 0.11-1 - auto-update to 0.11 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) From cweyl at fedoraproject.org Fri May 29 07:41:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 29 May 2009 07:41:18 +0000 (UTC) Subject: rpms/perl-DBD-SQLite/devel .cvsignore, 1.7, 1.8 perl-DBD-SQLite.spec, 1.26, 1.27 sources, 1.7, 1.8 Message-ID: <20090529074118.BB31D70128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBD-SQLite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18504 Modified Files: .cvsignore perl-DBD-SQLite.spec sources Log Message: * Fri May 29 2009 Chris Weyl 1.25-1 - 1.25 needed for DBIx::Class 0.08103 - auto-update to 1.25 (by cpan-spec-update 0.01) - added a new br on perl(File::Spec) (version 0.82) - altered br on perl(Test::More) (0 => 0.42) - added a new br on perl(DBI) (version 1.57) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 20 Apr 2009 06:23:02 -0000 1.7 +++ .cvsignore 29 May 2009 07:40:48 -0000 1.8 @@ -1 +1 @@ -DBD-SQLite-1.23.tar.gz +DBD-SQLite-1.25.tar.gz Index: perl-DBD-SQLite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/perl-DBD-SQLite.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- perl-DBD-SQLite.spec 20 Apr 2009 07:12:10 -0000 1.26 +++ perl-DBD-SQLite.spec 29 May 2009 07:40:48 -0000 1.27 @@ -1,12 +1,12 @@ Name: perl-DBD-SQLite -Version: 1.23 +Version: 1.25 Release: 1%{?dist} Summary: Self Contained RDBMS in a DBI Driver Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/DBD-SQLite/ -Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/DBD-SQLite-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl-DBI >= 1.03 @@ -16,7 +16,9 @@ BuildRequires: perl-DBI >= 1.03 # perl-DBD-SQLite is self-contained (uses the sqlite local copy) BuildRequires: sqlite-devel BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.42 +BuildRequires: perl(File::Spec) >= 0.82 +BuildRequires: perl(DBI) >= 1.57 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -60,11 +62,18 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* -%{perl_vendorarch}/DBD/SQLite.pm +%{perl_vendorarch}/DBD/ %{_mandir}/man3/*.3pm* %changelog +* Fri May 29 2009 Chris Weyl 1.25-1 +- 1.25 needed for DBIx::Class 0.08103 +- auto-update to 1.25 (by cpan-spec-update 0.01) +- added a new br on perl(File::Spec) (version 0.82) +- altered br on perl(Test::More) (0 => 0.42) +- added a new br on perl(DBI) (version 1.57) + * Mon Apr 20 2009 Marcela Maslanova 1.23-1 - update to the latest version Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 20 Apr 2009 06:23:02 -0000 1.7 +++ sources 29 May 2009 07:40:48 -0000 1.8 @@ -1 +1 @@ -3fb6d567a507b4f347d56a6ba38966d0 DBD-SQLite-1.23.tar.gz +3bc9c8f141cb6c9256ea6dbcddbb9fe7 DBD-SQLite-1.25.tar.gz From kwizart at fedoraproject.org Fri May 29 08:33:47 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Fri, 29 May 2009 08:33:47 +0000 (UTC) Subject: rpms/perl-AnyEvent/devel perl-AnyEvent.spec,1.12,1.13 Message-ID: <20090529083347.0F05670128@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30882 Modified Files: perl-AnyEvent.spec Log Message: Update to 4.41 Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/perl-AnyEvent.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-AnyEvent.spec 22 Apr 2009 12:48:23 -0000 1.12 +++ perl-AnyEvent.spec 29 May 2009 08:33:16 -0000 1.13 @@ -1,7 +1,7 @@ -%define version_anyevent 4.352 +%define version_anyevent 4.41 Name: perl-AnyEvent -Version: 4.352 +Version: 4.410 Release: 1%{?dist} Summary: Framework for multiple event loops @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Apr 3 2009 kwizart < kwizart at gmail.com > - 4.410-1 +- Update to 4.41 (rpm version : 4.41 ) + * Wed Apr 22 2009 kwizart < kwizart at gmail.com > - 4.352-1 - Update to 4.352 (rpm version : same ) From kwizart at fedoraproject.org Fri May 29 08:35:40 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Fri, 29 May 2009 08:35:40 +0000 (UTC) Subject: rpms/perl-AnyEvent/devel perl-AnyEvent.spec, 1.13, 1.14 sources, 1.10, 1.11 .cvsignore, 1.10, 1.11 Message-ID: <20090529083540.CCFFE70128@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31244 Modified Files: perl-AnyEvent.spec sources .cvsignore Log Message: Update changelog Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/perl-AnyEvent.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-AnyEvent.spec 29 May 2009 08:33:16 -0000 1.13 +++ perl-AnyEvent.spec 29 May 2009 08:35:10 -0000 1.14 @@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Apr 3 2009 kwizart < kwizart at gmail.com > - 4.410-1 +* Fri May 29 2009 kwizart < kwizart at gmail.com > - 4.410-1 - Update to 4.41 (rpm version : 4.41 ) * Wed Apr 22 2009 kwizart < kwizart at gmail.com > - 4.352-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 22 Apr 2009 12:48:22 -0000 1.10 +++ sources 29 May 2009 08:35:10 -0000 1.11 @@ -1 +1 @@ -a811c7aec5ec089a13c13ae429a4733c AnyEvent-4.352.tar.gz +56d1083f035d6f8251bbdbcb9ee7668c AnyEvent-4.41.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 22 Apr 2009 12:48:23 -0000 1.10 +++ .cvsignore 29 May 2009 08:35:10 -0000 1.11 @@ -1 +1 @@ -AnyEvent-4.352.tar.gz +AnyEvent-4.41.tar.gz From jorton at fedoraproject.org Thu May 28 15:30:47 2009 From: jorton at fedoraproject.org (Joe Orton) Date: Thu, 28 May 2009 15:30:47 +0000 (UTC) Subject: rpms/perl-Newt/devel perl-Newt-1.08-export.patch, NONE, 1.1 perl-Newt-1.08-pod.patch, NONE, 1.1 perl-Newt.spec, 1.8, 1.9 Message-ID: <20090528153047.8255770114@cvs1.fedora.phx.redhat.com> Author: jorton Update of /cvs/extras/rpms/perl-Newt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24848 Modified Files: perl-Newt.spec Added Files: perl-Newt-1.08-export.patch perl-Newt-1.08-pod.patch Log Message: * Thu May 28 2009 Joe Orton 1.08-23 - add fixes from Joe Ogulin (#489825) perl-Newt-1.08-export.patch: --- NEW FILE perl-Newt-1.08-export.patch --- --- Newt-1.08/Newt.pm 2009-03-11 21:21:20.000000000 -0400 +++ Newt-1.08/Newt.pm 2009-03-11 21:19:16.000000000 -0400 @@ -182,7 +182,6 @@ NEWT_FLAG_HIDDEN NEWT_FLAG_MULTIPLE NEWT_FLAG_NOF12 - NEWT_FLAG_NOSCROLL NEWT_FLAG_RETURNEXIT NEWT_FLAG_SCROLL NEWT_FLAG_SELECTED perl-Newt-1.08-pod.patch: --- NEW FILE perl-Newt-1.08-pod.patch --- --- Newt-1.08/Newt.pm 2009-03-11 21:21:20.000000000 -0400 +++ Newt-1.08/Newt.pm 2009-03-11 21:19:16.000000000 -0400 @@ -857,6 +856,8 @@ Returns a tuple containing the screen dimensions. +=back + =head1 Keyboard input =over @@ -1389,7 +1390,7 @@ F12 is always defined to be a hotkey. -=head2 Drawing panels instead uf running them +=head2 Drawing panels instead of running them When you run a panel the terminal is blocked until the user presses a component or a key that causes the panel to exit. Sometimes is useful Index: perl-Newt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Newt/devel/perl-Newt.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Newt.spec 26 Feb 2009 23:34:18 -0000 1.8 +++ perl-Newt.spec 28 May 2009 15:30:17 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Perl bindings for the Newt library Name: perl-Newt Version: 1.08 -Release: 22%{?dist} +Release: 23%{?dist} Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot URL: http://search.cpan.org/~amedina/Newt-1.08/ @@ -12,6 +12,8 @@ Patch2: newt-perl-1.08-fix.patch Patch3: newt-perl-1.08-xs.patch Patch4: newt-perl-1.08-lang.patch Patch5: perl-Newt-bz385751.patch +Patch6: perl-Newt-1.08-export.patch +Patch7: perl-Newt-1.08-pod.patch BuildRequires: newt-devel, perl-devel Obsoletes: newt-perl < 1.08-15 Provides: newt-perl = %{version}-%{release} @@ -30,6 +32,8 @@ library, which provides a color text mod %patch3 -p1 -b .exes %patch4 -p1 -b .lang %patch5 -p1 -b .bz385751 +%patch6 -p1 -b .export +%patch7 -p1 -b .doc rm -rf newtlib %build @@ -56,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Newt* %changelog +* Thu May 28 2009 Joe Orton 1.08-23 +- add fixes from Joe Ogulin (#489825) + * Thu Feb 26 2009 Fedora Release Engineering - 1.08-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From pkgdb at fedoraproject.org Sat May 30 00:03:12 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 30 May 2009 00:03:12 +0000 Subject: [pkgdb] cpan2rpm ownership updated Message-ID: <20090530000312.64F6210F80E@bastion2.fedora.phx.redhat.com> Package cpan2rpm in Fedora devel is now owned by wilmer To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cpan2rpm From pkgdb at fedoraproject.org Sat May 30 00:32:46 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 30 May 2009 00:32:46 +0000 Subject: [pkgdb] cpan2rpm ownership updated Message-ID: <20090530003247.09B1810F80E@bastion2.fedora.phx.redhat.com> Package cpan2rpm in Fedora devel was orphaned by wilmer To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cpan2rpm From cweyl at fedoraproject.org Sun May 31 06:36:35 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 31 May 2009 06:36:35 +0000 (UTC) Subject: rpms/perl-Catalyst-Controller-FormBuilder/devel perl-Catalyst-Controller-FormBuilder.spec, 1.4, 1.5 Message-ID: <20090531063635.9CBD170128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Controller-FormBuilder/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25148 Modified Files: perl-Catalyst-Controller-FormBuilder.spec Log Message: * Sat May 30 2009 Chris Weyl 0.05-2 - add br on CPAN Index: perl-Catalyst-Controller-FormBuilder.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-FormBuilder/devel/perl-Catalyst-Controller-FormBuilder.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Catalyst-Controller-FormBuilder.spec 29 May 2009 06:56:34 -0000 1.4 +++ perl-Catalyst-Controller-FormBuilder.spec 31 May 2009 06:36:03 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Controller-FormBuilder Version: 0.05 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Catalyst FormBuilder Base Controller License: GPL+ or Artistic Group: Development/Libraries @@ -16,6 +16,8 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) >= 0.37 BuildRequires: perl(Tie::IxHash) >= 1.21 +# work around bundled M::I +BuildRequires: perl(CPAN) # not auto-picked up, or to keep rpmlint happy... Requires: perl(Catalyst) @@ -92,6 +94,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat May 30 2009 Chris Weyl 0.05-2 +- add br on CPAN + * Fri May 29 2009 Chris Weyl 0.05-1 - auto-update to 0.05 (by cpan-spec-update 0.01) - altered br on perl(Test::WWW::Mechanize::Catalyst) (0 => 0.37) From cweyl at fedoraproject.org Sun May 31 07:11:56 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 31 May 2009 07:11:56 +0000 (UTC) Subject: rpms/perl-Catalyst-Manual/devel .cvsignore, 1.9, 1.10 perl-Catalyst-Manual.spec, 1.14, 1.15 sources, 1.9, 1.10 Message-ID: <20090531071156.32D3570128@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-serv31683 Modified Files: .cvsignore perl-Catalyst-Manual.spec sources Log Message: * Sun May 31 2009 Chris Weyl 5.8000-1 - auto-update to 5.8000 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 17 May 2009 07:57:17 -0000 1.9 +++ .cvsignore 31 May 2009 07:11:25 -0000 1.10 @@ -1 +1 @@ -Catalyst-Manual-5.7021.tar.gz +Catalyst-Manual-5.8000.tar.gz Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/perl-Catalyst-Manual.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-Catalyst-Manual.spec 17 May 2009 07:57:17 -0000 1.14 +++ perl-Catalyst-Manual.spec 31 May 2009 07:11:25 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Manual Epoch: 1 -Version: 5.7021 +Version: 5.8000 Release: 1%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun May 31 2009 Chris Weyl 5.8000-1 +- auto-update to 5.8000 (by cpan-spec-update 0.01) + * Sun May 17 2009 Chris Weyl 5.7021-1 - auto-update to 5.7021 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 17 May 2009 07:57:18 -0000 1.9 +++ sources 31 May 2009 07:11:25 -0000 1.10 @@ -1 +1 @@ -02a635f454f506a92e6438ea07e813a5 Catalyst-Manual-5.7021.tar.gz +9648aba17195f86b201c82f373c315dd Catalyst-Manual-5.8000.tar.gz From cweyl at fedoraproject.org Sun May 31 07:15:04 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 31 May 2009 07:15:04 +0000 (UTC) Subject: rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel .cvsignore, 1.4, 1.5 perl-MooseX-Emulate-Class-Accessor-Fast.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20090531071504.CF29470128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32320 Modified Files: .cvsignore perl-MooseX-Emulate-Class-Accessor-Fast.spec sources Log Message: * Sun May 31 2009 Chris Weyl 0.00900-1 - auto-update to 0.00900 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 20 May 2009 01:47:54 -0000 1.4 +++ .cvsignore 31 May 2009 07:14:33 -0000 1.5 @@ -1 +1 @@ -MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz +MooseX-Emulate-Class-Accessor-Fast-0.00900.tar.gz Index: perl-MooseX-Emulate-Class-Accessor-Fast.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/perl-MooseX-Emulate-Class-Accessor-Fast.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-MooseX-Emulate-Class-Accessor-Fast.spec 20 May 2009 01:47:54 -0000 1.5 +++ perl-MooseX-Emulate-Class-Accessor-Fast.spec 31 May 2009 07:14:34 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-MooseX-Emulate-Class-Accessor-Fast -Version: 0.00802 +Version: 0.00900 Release: 1%{?dist} # lib/MooseX/Adopt/Class/Accessor/Fast.pm -> GPL+ or Artistic # lib/MooseX/Emulate/Class/Accessor/Fast.pm -> GPL+ or Artistic @@ -60,6 +60,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun May 31 2009 Chris Weyl 0.00900-1 +- auto-update to 0.00900 (by cpan-spec-update 0.01) + * Sun May 17 2009 Chris Weyl 0.00802-1 - auto-update to 0.00802 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.31 => 0.74) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 20 May 2009 01:47:54 -0000 1.4 +++ sources 31 May 2009 07:14:34 -0000 1.5 @@ -1 +1 @@ -454d555a62fd4201600feefec80a862f MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz +36ed235d4d2d9759c24a99358eb471e6 MooseX-Emulate-Class-Accessor-Fast-0.00900.tar.gz From cweyl at fedoraproject.org Sun May 31 17:51:38 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 31 May 2009 17:51:38 +0000 (UTC) Subject: rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-10 import.log, NONE, 1.1 perl-Class-DBI-Plugin-DeepAbstractSearch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090531175138.9C73070128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20245/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Class-DBI-Plugin-DeepAbstractSearch.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Class-DBI-Plugin-DeepAbstractSearch-0_08-1_fc10:F-10:perl-Class-DBI-Plugin-DeepAbstractSearch-0.08-1.fc10.src.rpm:1243792256 --- NEW FILE perl-Class-DBI-Plugin-DeepAbstractSearch.spec --- Name: perl-Class-DBI-Plugin-DeepAbstractSearch Version: 0.08 Release: 1%{?dist} # lib/Class/DBI/Plugin/DeepAbstractSearch.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: SQL::Abstract for Class::DBI Source: http://search.cpan.org/CPAN/authors/id/S/SR/SRIHA/Class-DBI-Plugin-DeepAbstractSearch-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-DBI-Plugin-DeepAbstractSearch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Class::DBI) >= 0.96 BuildRequires: perl(Class::DBI::Plugin) >= 0.02 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(SQL::Abstract) >= 1.18 BuildRequires: perl(Test::More) >= 0.32 # not picked up -- "use base" Requires: perl(Class::DBI) Requires: perl(Class::DBI::Plugin) %description This plugin provides a SQL::Abstract search method for Class::DBI. It is similar to Class::DBI::AbstractSearch, but allows you to search and sort by fields from joined tables. %prep %setup -q -n Class-DBI-Plugin-DeepAbstractSearch-%{version} find . -type f -exec chmod -c -x {} ';' find . -type f -exec perl -pi -e 's/\r//' {} ';' %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 * Sat May 23 2009 Chris Weyl 0.08-1 - submission (new testing dep of latest DBIx::Class) * Sat May 23 2009 Chris Weyl 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 May 2009 22:12:18 -0000 1.1 +++ .cvsignore 31 May 2009 17:51:07 -0000 1.2 @@ -0,0 +1 @@ +Class-DBI-Plugin-DeepAbstractSearch-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:12:18 -0000 1.1 +++ sources 31 May 2009 17:51:07 -0000 1.2 @@ -0,0 +1 @@ +c4753aff910ba9080dfa4040ed834d4e Class-DBI-Plugin-DeepAbstractSearch-0.08.tar.gz From cweyl at fedoraproject.org Sun May 31 17:52:08 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 31 May 2009 17:52:08 +0000 (UTC) Subject: rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-11 import.log, NONE, 1.1 perl-Class-DBI-Plugin-DeepAbstractSearch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090531175208.C805770128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20419/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Class-DBI-Plugin-DeepAbstractSearch.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Class-DBI-Plugin-DeepAbstractSearch-0_08-1_fc10:F-11:perl-Class-DBI-Plugin-DeepAbstractSearch-0.08-1.fc10.src.rpm:1243792262 --- NEW FILE perl-Class-DBI-Plugin-DeepAbstractSearch.spec --- Name: perl-Class-DBI-Plugin-DeepAbstractSearch Version: 0.08 Release: 1%{?dist} # lib/Class/DBI/Plugin/DeepAbstractSearch.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: SQL::Abstract for Class::DBI Source: http://search.cpan.org/CPAN/authors/id/S/SR/SRIHA/Class-DBI-Plugin-DeepAbstractSearch-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-DBI-Plugin-DeepAbstractSearch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Class::DBI) >= 0.96 BuildRequires: perl(Class::DBI::Plugin) >= 0.02 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(SQL::Abstract) >= 1.18 BuildRequires: perl(Test::More) >= 0.32 # not picked up -- "use base" Requires: perl(Class::DBI) Requires: perl(Class::DBI::Plugin) %description This plugin provides a SQL::Abstract search method for Class::DBI. It is similar to Class::DBI::AbstractSearch, but allows you to search and sort by fields from joined tables. %prep %setup -q -n Class-DBI-Plugin-DeepAbstractSearch-%{version} find . -type f -exec chmod -c -x {} ';' find . -type f -exec perl -pi -e 's/\r//' {} ';' %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 * Sat May 23 2009 Chris Weyl 0.08-1 - submission (new testing dep of latest DBIx::Class) * Sat May 23 2009 Chris Weyl 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 May 2009 22:12:18 -0000 1.1 +++ .cvsignore 31 May 2009 17:51:38 -0000 1.2 @@ -0,0 +1 @@ +Class-DBI-Plugin-DeepAbstractSearch-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:12:18 -0000 1.1 +++ sources 31 May 2009 17:51:38 -0000 1.2 @@ -0,0 +1 @@ +c4753aff910ba9080dfa4040ed834d4e Class-DBI-Plugin-DeepAbstractSearch-0.08.tar.gz From cweyl at fedoraproject.org Sun May 31 17:58:06 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 31 May 2009 17:58:06 +0000 (UTC) Subject: rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/devel perl-Class-DBI-Plugin-DeepAbstractSearch.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090531175806.F178270128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22390 Modified Files: sources Added Files: perl-Class-DBI-Plugin-DeepAbstractSearch.spec Log Message: * Sat May 23 2009 Chris Weyl 0.08-1 - submission (new testing dep of latest DBIx::Class) --- NEW FILE perl-Class-DBI-Plugin-DeepAbstractSearch.spec --- Name: perl-Class-DBI-Plugin-DeepAbstractSearch Version: 0.08 Release: 1%{?dist} # lib/Class/DBI/Plugin/DeepAbstractSearch.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: SQL::Abstract for Class::DBI Source: http://search.cpan.org/CPAN/authors/id/S/SR/SRIHA/Class-DBI-Plugin-DeepAbstractSearch-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-DBI-Plugin-DeepAbstractSearch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Class::DBI) >= 0.96 BuildRequires: perl(Class::DBI::Plugin) >= 0.02 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(SQL::Abstract) >= 1.18 BuildRequires: perl(Test::More) >= 0.32 # not picked up -- "use base" Requires: perl(Class::DBI) Requires: perl(Class::DBI::Plugin) %description This plugin provides a SQL::Abstract search method for Class::DBI. It is similar to Class::DBI::AbstractSearch, but allows you to search and sort by fields from joined tables. %prep %setup -q -n Class-DBI-Plugin-DeepAbstractSearch-%{version} find . -type f -exec chmod -c -x {} ';' find . -type f -exec perl -pi -e 's/\r//' {} ';' %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 * Sat May 23 2009 Chris Weyl 0.08-1 - submission (new testing dep of latest DBIx::Class) * Sat May 23 2009 Chris Weyl 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:12:18 -0000 1.1 +++ sources 31 May 2009 17:57:36 -0000 1.2 @@ -0,0 +1 @@ +c4753aff910ba9080dfa4040ed834d4e Class-DBI-Plugin-DeepAbstractSearch-0.08.tar.gz From cweyl at fedoraproject.org Sun May 31 17:58:22 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 31 May 2009 17:58:22 +0000 (UTC) Subject: rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-9 perl-Class-DBI-Plugin-DeepAbstractSearch.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090531175822.7EA3070128@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22494 Modified Files: sources Added Files: perl-Class-DBI-Plugin-DeepAbstractSearch.spec Log Message: * Sat May 23 2009 Chris Weyl 0.08-1 - submission (new testing dep of latest DBIx::Class) --- NEW FILE perl-Class-DBI-Plugin-DeepAbstractSearch.spec --- Name: perl-Class-DBI-Plugin-DeepAbstractSearch Version: 0.08 Release: 1%{?dist} # lib/Class/DBI/Plugin/DeepAbstractSearch.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: SQL::Abstract for Class::DBI Source: http://search.cpan.org/CPAN/authors/id/S/SR/SRIHA/Class-DBI-Plugin-DeepAbstractSearch-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-DBI-Plugin-DeepAbstractSearch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Class::DBI) >= 0.96 BuildRequires: perl(Class::DBI::Plugin) >= 0.02 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(SQL::Abstract) >= 1.18 BuildRequires: perl(Test::More) >= 0.32 # not picked up -- "use base" Requires: perl(Class::DBI) Requires: perl(Class::DBI::Plugin) %description This plugin provides a SQL::Abstract search method for Class::DBI. It is similar to Class::DBI::AbstractSearch, but allows you to search and sort by fields from joined tables. %prep %setup -q -n Class-DBI-Plugin-DeepAbstractSearch-%{version} find . -type f -exec chmod -c -x {} ';' find . -type f -exec perl -pi -e 's/\r//' {} ';' %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 * Sat May 23 2009 Chris Weyl 0.08-1 - submission (new testing dep of latest DBIx::Class) * Sat May 23 2009 Chris Weyl 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:12:18 -0000 1.1 +++ sources 31 May 2009 17:57:52 -0000 1.2 @@ -0,0 +1 @@ +c4753aff910ba9080dfa4040ed834d4e Class-DBI-Plugin-DeepAbstractSearch-0.08.tar.gz