From cweyl at fedoraproject.org Sat Aug 1 03:00:23 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 1 Aug 2009 03:00:23 +0000 (UTC) Subject: rpms/perl-DBIx-Class/F-11 perl-DBIx-Class.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <20090801030023.76E2011C04D5@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27106 Modified Files: perl-DBIx-Class.spec sources Log Message: * Fri Jul 31 2009 Chris Weyl 0.08108-1 - auto-update to 0.08108 (by cpan-spec-update 0.01) Index: perl-DBIx-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/F-11/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 1 Aug 2009 03:00:20 -0000 1.9 @@ -1,50 +1,44 @@ -%define _default_patch_fuzz 2 - Name: perl-DBIx-Class -Version: 0.08012 -Release: 3%{?dist} +Version: 0.08108 +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) +# Required by inc/Module/AutoInstall +BuildRequires: perl(CPAN) + ## Dependencies -BuildRequires: perl(Carp::Clan) -BuildRequires: perl(Class::Accessor::Grouped) >= 0.08002 +BuildRequires: perl(Carp::Clan) >= 6 +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) >= 1.24 +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(DBD::SQLite) >= 1.25 +BuildRequires: perl(DBI) >= 1.605 +BuildRequires: perl(DBIx::ContextualFetch) +BuildRequires: perl(JSON::Any) >= 1.18 BuildRequires: perl(List::Util) >= 1.19 -BuildRequires: perl(Module::Find) +BuildRequires: perl(Module::Find) >= 0.06 BuildRequires: perl(Scope::Guard) >= 0.03 -BuildRequires: perl(SQL::Abstract) >= 1.24 -# darn RPM version compares... -#BuildRequires: perl(SQL::Abstract::Limit) >= 0.13 +BuildRequires: perl(SQL::Abstract) >= 1.56 BuildRequires: perl(SQL::Abstract::Limit) >= 0.13 BuildRequires: perl(Test::Exception) # optional tests @@ -57,16 +51,55 @@ 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 + +BuildRequires: perl(Test::More) >= 0.82 +BuildRequires: perl(MRO::Compat) >= 0.09 +BuildRequires: perl(Test::Warn) >= 0.11 +BuildRequires: perl(Sub::Name) >= 0.04 +BuildRequires: perl(Path::Class) >= 0.16 +# these are hidden from PAUSE, yet picked up by us +Provides: perl(DBIx::Class::ClassResolver::PassThrough) = 0 +Provides: perl(DBIx::Class::CDBICompat::Relationship) = 0 +Provides: perl(DBIx::Class::Storage::DBI::Replicated::Types) = 0 # not picked up... -Requires: perl(Class::Accessor::Grouped) >= 0.05002 -Requires: perl(Class::C3::Componentised) -Requires: perl(SQL::Abstract) >= 1.2 +Requires: perl(Class::Accessor::Grouped) >= 0.08003 +Requires: perl(Class::C3::Componentised) >= 1.0005 +Requires: perl(SQL::Abstract) >= 1.56 + +### auto-added reqs! +Requires: perl(Carp::Clan) >= 6 +Requires: perl(Class::Inspector) >= 1.24 +Requires: perl(DBD::SQLite) >= 1.25 +Requires: perl(DBI) >= 1.605 +Requires: perl(Data::Page) >= 2 +Requires: perl(JSON::Any) >= 1.18 +Requires: perl(List::Util) +Requires: perl(MRO::Compat) >= 0.09 +Requires: perl(Module::Find) >= 0.06 +Requires: perl(Path::Class) >= 0.16 +Requires: perl(SQL::Abstract::Limit) >= 0.13 +Requires: perl(Scalar::Util) +Requires: perl(Scope::Guard) >= 0.03 +Requires: perl(Storable) +Requires: perl(Sub::Name) >= 0.04 + +# don't "provide" rpm-metadata for things we shouldn't +%global _use_internal_dependency_generator 0 +%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u +%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R} | %{__sed} -e '/perl(DBD::Pg)/d; /perl(DBD::Oracle)/d'" -# not picked up automagically (yet)... -Provides: perl(DBIx::Class::ClassResolver::PassThrough) = 0 -Provides: perl(DBIx::Class::Storage::TxnScopeGuard) = 0 %description This is an SQL to OO mapper with an object API inspired by Class::DBI @@ -81,39 +114,16 @@ 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+||'` -EOF - -%define __perl_provides %{_builddir}/DBIx-Class-%{version}/%{name}-prov -chmod +x %{__perl_provides} - -# Filter unwanted Requires: -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` |\ - sed -e '/perl(DBD::Pg)/d' -EOF - -%define __perl_requires %{_builddir}/DBIx-Class-%{version}/%{name}-req -chmod +x %{__perl_requires} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -123,13 +133,17 @@ 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}/* %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 @@ -137,13 +151,79 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README t/ +%doc Changes README examples/ t/ %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/* %changelog +* Fri Jul 31 2009 Chris Weyl 0.08108-1 +- auto-update to 0.08108 (by cpan-spec-update 0.01) + +* Thu Jul 30 2009 Ralf Cors?pius - 0.08107-3 +- Add BR: perl(CPAN) to fix rebuild-breakdown. + +* Sat Jul 25 2009 Fedora Release Engineering - 0.08107-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Jun 15 2009 Chris Weyl 0.08107-1 +- auto-update to 0.08107 (by cpan-spec-update 0.01) +- altered br on perl(DBD::SQLite) (1.13 => 1.25) +- altered br on perl(SQL::Abstract) (1.55 => 1.56) +- added a new req on perl(Carp::Clan) (version 6) +- altered req on perl(Class::Accessor::Grouped) (0.05002 => 0.08003) +- altered req on perl(Class::C3::Componentised) (0 => 1.0005) +- added a new req on perl(Class::Inspector) (version 1.24) +- added a new req on perl(DBD::SQLite) (version 1.25) +- added a new req on perl(DBI) (version 1.605) +- added a new req on perl(Data::Page) (version 2) +- added a new req on perl(JSON::Any) (version 1.18) +- added a new req on perl(List::Util) (version 0) +- added a new req on perl(MRO::Compat) (version 0.09) +- added a new req on perl(Module::Find) (version 0.06) +- added a new req on perl(Path::Class) (version 0.16) +- altered req on perl(SQL::Abstract) (1.2 => 1.56) +- added a new req on perl(SQL::Abstract::Limit) (version 0.13) +- added a new req on perl(Scalar::Util) (version 0) +- added a new req on perl(Scope::Guard) (version 0.03) +- added a new req on perl(Storable) (version 0) +- added a new req on perl(Sub::Name) (version 0.04) +- ** manual updates follow +- force a provides on perl(DBIx::Class::Storage::DBI::Replicated::Types) +- rejigger filtering to a cleaner variant +- drop remaining patch artifacts + +* Fri May 29 2009 Chris Weyl 0.08103-1 +- auto-update to 0.08103 (by cpan-spec-update 0.01) +- altered br on perl(Class::Inspector) (0 => 1.24) +- altered br on perl(Carp::Clan) (0 => 6) +- altered br on perl(JSON::Any) (1.17 => 1.18) +- altered br on perl(Module::Find) (0 => 0.06) +- altered br on perl(DBI) (1.4 => 1.605) +- altered br on perl(SQL::Abstract) (1.51 => 1.55) +- added a new br on perl(Test::More) (version 0.82) +- altered br on perl(Path::Class) (0 => 0.16) + +* 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 + +* 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 +235,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/F-11/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 1 Aug 2009 03:00:21 -0000 1.4 @@ -1 +1 @@ -8d8c526f812d6213a04c6644d52a44b1 DBIx-Class-0.08012.tar.gz +ed377d6968192fcf874ee5b92d212382 DBIx-Class-0.08108.tar.gz From cweyl at fedoraproject.org Sat Aug 1 06:37:21 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 1 Aug 2009 06:37:21 +0000 (UTC) Subject: rpms/perl-HTML-FormFu-Model-DBIC/devel .cvsignore, 1.2, 1.3 perl-HTML-FormFu-Model-DBIC.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090801063721.4006711C004A@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3775 Modified Files: .cvsignore perl-HTML-FormFu-Model-DBIC.spec sources Log Message: * Sat Aug 01 2009 Chris Weyl 0.05002-1 - auto-update to 0.05002 (by cpan-spec-update 0.01) - altered br on perl(DBIx::Class) (0.08002 => 0.08106) - added a new br on perl(DateTime::Format::SQLite) (version 0) - altered br on perl(HTML::FormFu) (0.03007 => 0.05000) - added a new br on perl(List::MoreUtils) (version 0) - added a new req on perl(DBD::SQLite) (version 0) - altered req on perl(DBIx::Class) (0 => 0.08106) - added a new req on perl(HTML::FormFu) (version 0.05000) - added a new req on perl(List::MoreUtils) (version 0) - added a new req on perl(Task::Weaken) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 1 Mar 2009 02:09:14 -0000 1.2 +++ .cvsignore 1 Aug 2009 06:37:20 -0000 1.3 @@ -1 +1 @@ -HTML-FormFu-Model-DBIC-0.03007.tar.gz +HTML-FormFu-Model-DBIC-0.05002.tar.gz Index: perl-HTML-FormFu-Model-DBIC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/devel/perl-HTML-FormFu-Model-DBIC.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-HTML-FormFu-Model-DBIC.spec 26 Jul 2009 06:24:57 -0000 1.2 +++ perl-HTML-FormFu-Model-DBIC.spec 1 Aug 2009 06:37:20 -0000 1.3 @@ -1,28 +1,33 @@ -Name: perl-HTML-FormFu-Model-DBIC -Version: 0.03007 -Release: 2%{?dist} +Name: perl-HTML-FormFu-Model-DBIC +Version: 0.05002 +Release: 1%{?dist} # lib/HTML/FormFu/Model/DBIC.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Integrate HTML::FormFu with DBIx::Class -Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-Model-DBIC-%{version}.tar.gz +Summary: Integrate HTML::FormFu with DBIx::Class +Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-Model-DBIC-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-FormFu-Model-DBIC -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +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(DateTime::Format::MySQL) +BuildRequires: perl(DateTime::Format::SQLite) BuildRequires: perl(DBD::SQLite) -BuildRequires: perl(DBIx::Class) >= 0.08002 -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(HTML::FormFu) >= 0.03007 +BuildRequires: perl(DBIx::Class) >= 0.08106 +BuildRequires: perl(HTML::FormFu) >= 0.05000 +BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::MockObject) BuildRequires: perl(Test::More) -# "use base" Requires: perl(HTML::FormFu::Model) -Requires: perl(DBIx::Class) +Requires: perl(DBIx::Class) >= 0.08106 +Requires: perl(DBD::SQLite) +Requires: perl(HTML::FormFu) >= 0.05000 +Requires: perl(List::MoreUtils) +Requires: perl(Task::Weaken) %description Integrate your HTML::FormFu forms with a DBIx::Class model. @@ -48,15 +53,27 @@ 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 +* Sat Aug 01 2009 Chris Weyl 0.05002-1 +- auto-update to 0.05002 (by cpan-spec-update 0.01) +- altered br on perl(DBIx::Class) (0.08002 => 0.08106) +- added a new br on perl(DateTime::Format::SQLite) (version 0) +- altered br on perl(HTML::FormFu) (0.03007 => 0.05000) +- added a new br on perl(List::MoreUtils) (version 0) +- added a new req on perl(DBD::SQLite) (version 0) +- altered req on perl(DBIx::Class) (0 => 0.08106) +- added a new req on perl(HTML::FormFu) (version 0.05000) +- added a new req on perl(List::MoreUtils) (version 0) +- added a new req on perl(Task::Weaken) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.03007-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -66,4 +83,3 @@ rm -rf %{buildroot} * Fri Feb 27 2009 Chris Weyl 0.03007-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 1 Mar 2009 02:09:15 -0000 1.2 +++ sources 1 Aug 2009 06:37:20 -0000 1.3 @@ -1 +1 @@ -caca3a81477206d8233ed39b46b4d8ce HTML-FormFu-Model-DBIC-0.03007.tar.gz +aba55f669530e02b421632da95c03f6b HTML-FormFu-Model-DBIC-0.05002.tar.gz From bugzilla at redhat.com Sat Aug 1 18:20:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 1 Aug 2009 14:20:00 -0400 Subject: [Bug 515082] New: DBIx::Class::TimeStamp missing Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: DBIx::Class::TimeStamp missing https://bugzilla.redhat.com/show_bug.cgi?id=515082 Summary: DBIx::Class::TimeStamp missing Product: Fedora Version: 11 Platform: i686 OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-DBIx-Class AssignedTo: cweyl at alumni.drew.edu ReportedBy: jacek.radzikowski at gmail.com QAContact: extras-qa at fedoraproject.org CC: cweyl at alumni.drew.edu, fedora-perl-devel-list at redhat.com Classification: Fedora Description of problem: DBIx::Class::TimeStamp is missing in the distro Version-Release number of selected component (if applicable): N/A How reproducible: Always Steps to Reproduce: N/A Actual results: Can't locate DBIx/Class/TimeStamp.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl .) at /usr/lib/perl5/vendor_perl/5.10.0/Class/C3/Componentised.pm line 128, <> line 1. at /usr/lib/perl5/vendor_perl/5.10.0/DBIx/Class/Schema/Loader/Base.pm line 759 Expected results: DBIx::Class::TimeStamp included in the distro Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Aug 2 05:11:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 2 Aug 2009 01:11:15 -0400 Subject: [Bug 515082] DBIx::Class::TimeStamp missing In-Reply-To: References: Message-ID: <200908020511.n725BFow028285@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=515082 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |iarnell at gmail.com Resolution| |DUPLICATE --- Comment #1 from Iain Arnell 2009-08-02 01:11:14 EDT --- I've already packaged this (it's a new requirement for mojomojo). Review request in bug #515107. *** This bug has been marked as a duplicate of 515107 *** -- Configure bugmail: 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 Aug 3 06:52:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 3 Aug 2009 02:52:56 -0400 Subject: [Bug 502402] RFE: please deliver (and use!) filtering macros In-Reply-To: References: Message-ID: <200908030652.n736qu28029188@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 #3 from Chris Weyl 2009-08-03 02:52:55 EDT --- Looks like the FPC and FESCo just approved https://fedoraproject.org/wiki/PackagingDrafts/AutoProvidesAndRequiresFiltering, so we can start thinking about delivering a Perl-specific one under /etc/rpm/macros.perl: http://fedorapeople.org/~cweyl/macros.perl It's just a sensible default for perl-* packages, preventing private solib provides from showing up, as well as anything that may crop up under %_docdir. Implemented as a single macro like this will enable us to use it as: %{?perl_default_filter} ...which will help prevent srpm breakage on other releases/distros that may not have these macros present. Note that the %perl_default_filter is defined such that if the filtering macros aren't present on the system, the build will not fail. Thoughts? :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kwizart at fedoraproject.org Mon Aug 3 12:00:27 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 3 Aug 2009 12:00:27 +0000 (UTC) Subject: rpms/perl-Test-Refcount/devel import.log, NONE, 1.1 perl-Test-Refcount.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090803120027.CF20811C0417@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Test-Refcount/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23334/devel Modified Files: .cvsignore sources Added Files: import.log perl-Test-Refcount.spec Log Message: Initial import for devel --- NEW FILE import.log --- perl-Test-Refcount-0_05-2_fc11:HEAD:perl-Test-Refcount-0.05-2.fc11.src.rpm:1249300708 --- NEW FILE perl-Test-Refcount.spec --- Name: perl-Test-Refcount Version: 0.05 Release: 2%{?dist} Summary: Assert reference counts on objects Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Refcount/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Test-Refcount-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Devel::Refcount) BuildRequires: perl(Devel::FindRef) BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem, the reference count of a new object from its class constructor ought to be 1. This way, the caller can know the object will be properly DESTROYed when it drops all of its references to it. %prep %setup -q -n Test-Refcount-%{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 {} ';' %{_fixperms} $RPM_BUILD_ROOT/* %check #Test fails rhbz#514942 make test || : %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Test %{_mandir}/man3/Test*.3* %changelog * Fri Jul 31 2009 kwizart < kwizart at gmail.com > - 0.05-2 - Add missing BR - Use %%{_fixperms} - Fix %%files section - Add comment about why it fails * Thu Jul 9 2009 kwizart < kwizart at gmail.com > - 0.05-1 - Initial spec Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Refcount/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 31 Jul 2009 21:19:45 -0000 1.1 +++ .cvsignore 3 Aug 2009 12:00:27 -0000 1.2 @@ -0,0 +1 @@ +Test-Refcount-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Refcount/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 31 Jul 2009 21:19:45 -0000 1.1 +++ sources 3 Aug 2009 12:00:27 -0000 1.2 @@ -0,0 +1 @@ +657b089713b1283218590119faf12432 Test-Refcount-0.05.tar.gz From kwizart at fedoraproject.org Mon Aug 3 12:02:58 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 3 Aug 2009 12:02:58 +0000 (UTC) Subject: rpms/perl-Test-Refcount/F-11 import.log, NONE, 1.1 perl-Test-Refcount.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090803120258.1DC1911C02C6@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Test-Refcount/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24714/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Test-Refcount.spec Log Message: Initial import for f11 --- NEW FILE import.log --- perl-Test-Refcount-0_05-2_fc11:F-11:perl-Test-Refcount-0.05-2.fc11.src.rpm:1249300857 --- NEW FILE perl-Test-Refcount.spec --- Name: perl-Test-Refcount Version: 0.05 Release: 2%{?dist} Summary: Assert reference counts on objects Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Refcount/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Test-Refcount-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Devel::Refcount) BuildRequires: perl(Devel::FindRef) BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem, the reference count of a new object from its class constructor ought to be 1. This way, the caller can know the object will be properly DESTROYed when it drops all of its references to it. %prep %setup -q -n Test-Refcount-%{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 {} ';' %{_fixperms} $RPM_BUILD_ROOT/* %check #Test fails rhbz#514942 make test || : %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Test %{_mandir}/man3/Test*.3* %changelog * Fri Jul 31 2009 kwizart < kwizart at gmail.com > - 0.05-2 - Add missing BR - Use %%{_fixperms} - Fix %%files section - Add comment about why it fails * Thu Jul 9 2009 kwizart < kwizart at gmail.com > - 0.05-1 - Initial spec Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Refcount/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 31 Jul 2009 21:19:45 -0000 1.1 +++ .cvsignore 3 Aug 2009 12:02:57 -0000 1.2 @@ -0,0 +1 @@ +Test-Refcount-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Refcount/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 31 Jul 2009 21:19:45 -0000 1.1 +++ sources 3 Aug 2009 12:02:57 -0000 1.2 @@ -0,0 +1 @@ +657b089713b1283218590119faf12432 Test-Refcount-0.05.tar.gz From kwizart at fedoraproject.org Mon Aug 3 12:06:36 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 3 Aug 2009 12:06:36 +0000 (UTC) Subject: rpms/perl-Test-Refcount/F-10 import.log, NONE, 1.1 perl-Test-Refcount.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090803120636.E51BF11C02C6@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Test-Refcount/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25514/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Test-Refcount.spec Log Message: Initial import for F10 --- NEW FILE import.log --- perl-Test-Refcount-0_05-2_fc11:F-10:perl-Test-Refcount-0.05-2.fc11.src.rpm:1249301001 --- NEW FILE perl-Test-Refcount.spec --- Name: perl-Test-Refcount Version: 0.05 Release: 2%{?dist} Summary: Assert reference counts on objects Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Refcount/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Test-Refcount-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Devel::Refcount) BuildRequires: perl(Devel::FindRef) BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem, the reference count of a new object from its class constructor ought to be 1. This way, the caller can know the object will be properly DESTROYed when it drops all of its references to it. %prep %setup -q -n Test-Refcount-%{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 {} ';' %{_fixperms} $RPM_BUILD_ROOT/* %check #Test fails rhbz#514942 make test || : %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Test %{_mandir}/man3/Test*.3* %changelog * Fri Jul 31 2009 kwizart < kwizart at gmail.com > - 0.05-2 - Add missing BR - Use %%{_fixperms} - Fix %%files section - Add comment about why it fails * Thu Jul 9 2009 kwizart < kwizart at gmail.com > - 0.05-1 - Initial spec Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Refcount/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 31 Jul 2009 21:19:45 -0000 1.1 +++ .cvsignore 3 Aug 2009 12:06:36 -0000 1.2 @@ -0,0 +1 @@ +Test-Refcount-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Refcount/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 31 Jul 2009 21:19:45 -0000 1.1 +++ sources 3 Aug 2009 12:06:36 -0000 1.2 @@ -0,0 +1 @@ +657b089713b1283218590119faf12432 Test-Refcount-0.05.tar.gz From corsepiu at fedoraproject.org Tue Aug 4 07:30:59 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Tue, 4 Aug 2009 07:30:59 +0000 (UTC) Subject: rpms/perl-DateTimeX-Easy/devel perl-DateTimeX-Easy.spec,1.4,1.5 Message-ID: <20090804073059.0BC5B11C00CE@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-DateTimeX-Easy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30579 Modified Files: perl-DateTimeX-Easy.spec Log Message: * Tue Aug 04 2009 Ralf Cors?pius 0.087-3 - Fix mass rebuild breakdown: Add --skipdeps. - Use Test::Most. Index: perl-DateTimeX-Easy.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTimeX-Easy/devel/perl-DateTimeX-Easy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-DateTimeX-Easy.spec 26 Jul 2009 05:39:51 -0000 1.4 +++ perl-DateTimeX-Easy.spec 4 Aug 2009 07:30:58 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-DateTimeX-Easy Version: 0.087 -Release: 2%{?dist} +Release: 3%{?dist} # see lib/DateTimeX/Easy.pm License: GPL+ or Artistic Group: Development/Libraries @@ -19,7 +19,7 @@ BuildRequires: perl(DateTime::Format::Na BuildRequires: perl(DateTime::Format::ICal) BuildRequires: perl(DateTime::Format::DateManip) BuildRequires: perl(Scalar::Util) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Most) # not picked up Provides: perl(DateTimeX::Easy::DateParse) @@ -33,12 +33,8 @@ timezone detection and selection). %prep %setup -q -n DateTimeX-Easy-%{version} -# note -- we cannot package/use Test::Most as it requires newer levels of core -# modules than are currently present in F-9+ -perl -pi -e 's/Most/More/g' t/*.t Makefile.PL - %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps make %{?_smp_mflags} %install @@ -63,6 +59,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Tue Aug 04 2009 Ralf Cors?pius 0.087-3 +- Fix mass rebuild breakdown: Add --skipdeps. +- Use Test::Most. + * Sat Jul 25 2009 Fedora Release Engineering - 0.087-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From corsepiu at fedoraproject.org Tue Aug 4 13:08:28 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Tue, 4 Aug 2009 13:08:28 +0000 (UTC) Subject: rpms/perl-Gtk2-Notify/devel perl-Gtk2-Notify.spec,1.12,1.13 Message-ID: <20090804130829.00EA711C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Gtk2-Notify/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20002 Modified Files: perl-Gtk2-Notify.spec Log Message: * Tue Aug 04 2009 Ralf Cors?pius - 0.05-6 - Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). Index: perl-Gtk2-Notify.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2-Notify/devel/perl-Gtk2-Notify.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Gtk2-Notify.spec 26 Jul 2009 06:22:30 -0000 1.12 +++ perl-Gtk2-Notify.spec 4 Aug 2009 13:08:28 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-Gtk2-Notify Version: 0.05 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perl interface to libnotify License: LGPLv2+ Group: Development/Libraries @@ -15,8 +15,7 @@ BuildRequires: libnotify-devel BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) # cpan -BuildRequires: perl(ExtUtils::MakeMaker), libnotify-devel -BuildRequires: perl(Glib) >= 1.093, perl(Gtk2) +BuildRequires: perl(Glib) >= 1.093, perl(Gtk2), perl(Glib::MakeHelper) BuildRequires: perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig) # for tests... @@ -71,6 +70,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 04 2009 Ralf Cors?pius - 0.05-6 +- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). + * Sat Jul 25 2009 Fedora Release Engineering - 0.05-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From kasal at fedoraproject.org Tue Aug 4 19:44:08 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Tue, 4 Aug 2009 19:44:08 +0000 (UTC) Subject: rpms/perl-Devel-FindRef/devel perl-Devel-FindRef.spec,1.2,1.3 Message-ID: <20090804194408.9E50C11C00E4@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Devel-FindRef/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10070 Modified Files: perl-Devel-FindRef.spec Log Message: - back out the previous rebuild Index: perl-Devel-FindRef.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-FindRef/devel/perl-Devel-FindRef.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Devel-FindRef.spec 31 Jul 2009 16:13:57 -0000 1.2 +++ perl-Devel-FindRef.spec 4 Aug 2009 19:44:08 -0000 1.3 @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Devel*.3* %changelog +* Tue Aug 4 2009 Stepan Kasal 1.42-3 +- back out the previous rebuild + * Fri Jul 31 2009 Stepan Kasal 1.42-2 - rebuild against perl build without -DDEBUGGING From kasal at fedoraproject.org Tue Aug 4 19:44:34 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Tue, 4 Aug 2009 19:44:34 +0000 (UTC) Subject: rpms/perl-Devel-FindRef/devel perl-Devel-FindRef.spec,1.3,1.4 Message-ID: <20090804194434.3568C11C00E4@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Devel-FindRef/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10186 Modified Files: perl-Devel-FindRef.spec Log Message: - back out the previous rebuild Index: perl-Devel-FindRef.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-FindRef/devel/perl-Devel-FindRef.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Devel-FindRef.spec 4 Aug 2009 19:44:08 -0000 1.3 +++ perl-Devel-FindRef.spec 4 Aug 2009 19:44:34 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Devel-FindRef Version: 1.42 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Where is that reference to my variable hiding? License: GPL+ or Artistic Group: Development/Libraries From corsepiu at fedoraproject.org Wed Aug 5 03:15:33 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Wed, 5 Aug 2009 03:15:33 +0000 (UTC) Subject: rpms/perl-Gtk2-GladeXML/devel perl-Gtk2-GladeXML.spec,1.9,1.10 Message-ID: <20090805031533.E63CE11C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Gtk2-GladeXML/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29460 Modified Files: perl-Gtk2-GladeXML.spec Log Message: * Wed Aug 05 2009 Ralf Cors?pius - 1.007-4 - Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). Index: perl-Gtk2-GladeXML.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2-GladeXML/devel/perl-Gtk2-GladeXML.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Gtk2-GladeXML.spec 26 Jul 2009 06:21:37 -0000 1.9 +++ perl-Gtk2-GladeXML.spec 5 Aug 2009 03:15:33 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Gtk2-GladeXML Version: 1.007 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Create user interfaces directly from Glade XML files Group: Development/Libraries @@ -17,6 +17,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(ExtUtils::Depends) >= 0.300 BuildRequires: perl(ExtUtils::PkgConfig) BuildRequires: perl(Glib) +BuildRequires: perl(Glib::MakeHelper) BuildRequires: perl(Gtk2) %description @@ -74,6 +75,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 05 2009 Ralf Cors?pius - 1.007-4 +- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). + * Sat Jul 25 2009 Fedora Release Engineering - 1.007-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From corsepiu at fedoraproject.org Wed Aug 5 03:52:00 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Wed, 5 Aug 2009 03:52:00 +0000 (UTC) Subject: rpms/perl-Gtk2-Spell/devel perl-Gtk2-Spell.spec,1.7,1.8 Message-ID: <20090805035200.B5BBA11C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Gtk2-Spell/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7080 Modified Files: perl-Gtk2-Spell.spec Log Message: * Wed Aug 05 2009 Ralf Cors?pius - 1.03-11 - Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). Index: perl-Gtk2-Spell.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2-Spell/devel/perl-Gtk2-Spell.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Gtk2-Spell.spec 26 Jul 2009 06:22:58 -0000 1.7 +++ perl-Gtk2-Spell.spec 5 Aug 2009 03:52:00 -0000 1.8 @@ -1,7 +1,7 @@ Name: perl-Gtk2-Spell Version: 1.03 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Gtk2::Spell perl module Group: Development/Libraries @@ -11,6 +11,7 @@ Source0: http://search.cpan.org/CPAN/a BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, perl(Gtk2), perl(Glib), perl(ExtUtils::Depends) +BuildRequires: perl(Glib::MakeHelper) BuildRequires: perl(ExtUtils::PkgConfig), gtkspell-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -56,6 +57,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 05 2009 Ralf Cors?pius - 1.03-11 +- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). + * Sat Jul 25 2009 Fedora Release Engineering - 1.03-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From spot at fedoraproject.org Wed Aug 5 03:59:26 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 5 Aug 2009 03:59:26 +0000 (UTC) Subject: rpms/perl-Apache-Session-Wrapper/EL-5 perl-Apache-Session-Wrapper.spec, 1.6, 1.7 Message-ID: <20090805035926.0D69211C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Apache-Session-Wrapper/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9755 Modified Files: perl-Apache-Session-Wrapper.spec Log Message: sync with rawhide Index: perl-Apache-Session-Wrapper.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Apache-Session-Wrapper/EL-5/perl-Apache-Session-Wrapper.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Apache-Session-Wrapper.spec 17 Jan 2007 23:36:15 -0000 1.6 +++ perl-Apache-Session-Wrapper.spec 5 Aug 2009 03:59:25 -0000 1.7 @@ -1,9 +1,9 @@ Name: perl-Apache-Session-Wrapper Version: 0.33 -Release: 1%{?dist} +Release: 5%{?dist} Summary: A simple wrapper around Apache::Session Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Apache-Session-Wrapper Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Apache-Session-Wrapper-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,6 +45,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jul 25 2009 Fedora Release Engineering - 0.33-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.33-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Feb 2 2008 Tom "spot" Callaway 0.33-2 +- rebuild for new perl + * Wed Jan 17 2007 Tom "spot" Callaway 0.33-1 - bump to 0.33 From corsepiu at fedoraproject.org Wed Aug 5 04:18:27 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Wed, 5 Aug 2009 04:18:27 +0000 (UTC) Subject: rpms/perl-Gtk2-TrayIcon/devel perl-Gtk2-TrayIcon.spec,1.9,1.10 Message-ID: <20090805041827.8729911C008C@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Gtk2-TrayIcon/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3074 Modified Files: perl-Gtk2-TrayIcon.spec Log Message: * Wed Aug 05 2009 Ralf Cors?pius - 0.06-7 - Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). Index: perl-Gtk2-TrayIcon.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2-TrayIcon/devel/perl-Gtk2-TrayIcon.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Gtk2-TrayIcon.spec 26 Jul 2009 06:23:13 -0000 1.9 +++ perl-Gtk2-TrayIcon.spec 5 Aug 2009 04:18:27 -0000 1.10 @@ -12,7 +12,7 @@ Name: perl-Gtk2-TrayIcon Version: 0.06 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Perl interface to the EggTrayIcon library Group: Development/Libraries @@ -30,6 +30,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::PkgConfig) BuildRequires: perl(Gtk2) >= 1.00 +BuildRequires: perl(Glib::MakeHelper) %description This module allows a Perl developer to embed an arbitrary widget in a System @@ -73,6 +74,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 05 2009 Ralf Cors?pius - 0.06-7 +- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). + * Sat Jul 25 2009 Fedora Release Engineering - 0.06-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From corsepiu at fedoraproject.org Wed Aug 5 05:17:48 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Wed, 5 Aug 2009 05:17:48 +0000 (UTC) Subject: rpms/perl-DBIx-Class-Schema-Loader/devel DBIx-Class-Schema-Loader-0.04006.diff, NONE, 1.1 perl-DBIx-Class-Schema-Loader.spec, 1.6, 1.7 Message-ID: <20090805051748.4771D11C008C@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-DBIx-Class-Schema-Loader/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18927 Modified Files: perl-DBIx-Class-Schema-Loader.spec Added Files: DBIx-Class-Schema-Loader-0.04006.diff Log Message: * Wed Aug 05 2009 Ralf Cors?pius - 0.04006-4 - Fix mass rebuild breakdown: Replace bundled Module-Install with Module-Install-0.91. Add --skipdeps. DBIx-Class-Schema-Loader-0.04006.diff: AutoInstall.pm | 341 ++++++++++++++++++++++++++++++++++++++++++---- Install.pm | 7 Install/Admin.pm | 294 +++++++++++++++++++++++++++++++++++++++ Install/Admin/Bundle.pm | 73 +++++++++ Install/Admin/Compiler.pm | 27 +++ Install/Admin/Find.pm | 77 ++++++++++ Install/Admin/Include.pm | 147 +++++++++++++++++++ Install/Admin/Makefile.pm | 53 +++++++ Install/Admin/Manifest.pm | 162 +++++++++++++++++++++ Install/Admin/Metadata.pm | 185 ++++++++++++++++++++++++ Install/Admin/ScanDeps.pm | 80 ++++++++++ Install/Admin/WriteAll.pm | 20 ++ Install/AutoInstall.pm | 9 - Install/Base.pm | 116 ++++++++++++--- Install/Bundle.pm | 195 ++++++++++++++++++++++++++ Install/Can.pm | 93 +++++++++++- Install/Compiler.pm | 123 ++++++++++++++++ Install/DSL.pm | 91 ++++++++++++ Install/Deprecated.pm | 115 +++++++++++++++ Install/External.pm | 138 ++++++++++++++++++ Install/Fetch.pm | 9 - Install/Include.pm | 9 - Install/Inline.pm | 49 ++++++ Install/MakeMaker.pm | 49 ++++++ Install/Makefile.pm | 140 +++++++++++++++++- Install/Metadata.pm | 105 +++++++++----- Install/PAR.pm | 274 ++++++++++++++++++++++++++++++++++++ Install/Philosophy.pod | 187 +++++++++++++++++++++++++ Install/Run.pm | 15 ++ Install/Scripts.pm | 28 +++ Install/Share.pm | 125 ++++++++++++++++ Install/Win32.pm | 7 Install/With.pm | 159 +++++++++++++++++++++ Install/WriteAll.pm | 19 +- 34 files changed, 3395 insertions(+), 126 deletions(-) --- NEW FILE DBIx-Class-Schema-Loader-0.04006.diff --- diff -Naur DBIx-Class-Schema-Loader-0.04006.orig/inc/Module/AutoInstall.pm DBIx-Class-Schema-Loader-0.04006/inc/Module/AutoInstall.pm --- DBIx-Class-Schema-Loader-0.04006.orig/inc/Module/AutoInstall.pm 2009-05-01 22:10:12.000000000 +0200 +++ DBIx-Class-Schema-Loader-0.04006/inc/Module/AutoInstall.pm 2009-05-27 18:46:13.000000000 +0200 @@ -1,4 +1,3 @@ -#line 1 package Module::AutoInstall; use strict; @@ -18,7 +17,9 @@ # various lexical flags my ( @Missing, @Existing, %DisabledTests, $UnderCPAN, $HasCPANPLUS ); -my ( $Config, $CheckOnly, $SkipInstall, $AcceptDefault, $TestOnly ); +my ( + $Config, $CheckOnly, $SkipInstall, $AcceptDefault, $TestOnly, $AllDeps +); my ( $PostambleActions, $PostambleUsed ); # See if it's a testing or non-interactive session @@ -73,6 +74,9 @@ elsif ( $arg =~ /^--test(?:only)?$/ ) { $TestOnly = 1; } + elsif ( $arg =~ /^--all(?:deps)?$/ ) { + $AllDeps = 1; + } } } @@ -115,7 +119,12 @@ )[0] ); - $UnderCPAN = _check_lock(1); # check for $UnderCPAN + # We want to know if we're under CPAN early to avoid prompting, but + # if we aren't going to try and install anything anyway then skip the + # check entirely since we don't want to have to load (and configure) + # an old CPAN just for a cosmetic message + + $UnderCPAN = _check_lock(1) unless $SkipInstall; while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) { my ( @required, @tests, @skiptests ); @@ -165,15 +174,24 @@ } # XXX: check for conflicts and uninstalls(!) them. - if ( - defined( my $cur = _version_check( _load($mod), $arg ||= 0 ) ) ) + my $cur = _load($mod); + if (_version_cmp ($cur, $arg) >= 0) { print "loaded. ($cur" . ( $arg ? " >= $arg" : '' ) . ")\n"; push @Existing, $mod => $arg; $DisabledTests{$_} = 1 for map { glob($_) } @skiptests; } else { - print "missing." . ( $arg ? " (would need $arg)" : '' ) . "\n"; + if (not defined $cur) # indeed missing + { + print "missing." . ( $arg ? " (would need $arg)" : '' ) . "\n"; + } + else + { + # no need to check $arg as _version_cmp ($cur, undef) would satisfy >= above + print "too old. ($cur < $arg)\n"; + } + push @required, $mod => $arg; } } @@ -187,6 +205,7 @@ and ( $CheckOnly or ($mandatory and $UnderCPAN) + or $AllDeps or _prompt( qq{==> Auto-install the } . ( @required / 2 ) @@ -235,21 +254,38 @@ *{'main::WriteMakefile'} = \&Write if caller(0) eq 'main'; } +sub _running_under { + my $thing = shift; + print <<"END_MESSAGE"; +*** Since we're running under ${thing}, I'll just let it take care + of the dependency's installation later. +END_MESSAGE + return 1; +} + # Check to see if we are currently running under CPAN.pm and/or CPANPLUS; # if we are, then we simply let it taking care of our dependencies sub _check_lock { return unless @Missing or @_; + my $cpan_env = $ENV{PERL5_CPAN_IS_RUNNING}; + if ($ENV{PERL5_CPANPLUS_IS_RUNNING}) { - print <<'END_MESSAGE'; + return _running_under($cpan_env ? 'CPAN' : 'CPANPLUS'); + } -*** Since we're running under CPANPLUS, I'll just let it take care - of the dependency's installation later. -END_MESSAGE - return 1; + require CPAN; + + if ($CPAN::VERSION > '1.89') { + if ($cpan_env) { + return _running_under('CPAN'); + } + return; # CPAN.pm new enough, don't need to check further } - _load_cpan(); + # last ditch attempt, this -will- configure CPAN, very sorry + + _load_cpan(1); # force initialize even though it's already loaded # Find the CPAN lock-file my $lock = MM->catfile( $CPAN::Config->{cpan_home}, ".lock" ); @@ -285,7 +321,7 @@ while ( my ( $pkg, $ver ) = splice( @_, 0, 2 ) ) { # grep out those already installed - if ( defined( _version_check( _load($pkg), $ver ) ) ) { + if ( _version_cmp( _load($pkg), $ver ) >= 0 ) { push @installed, $pkg; } else { @@ -324,7 +360,7 @@ # see if we have successfully installed them while ( my ( $pkg, $ver ) = splice( @modules, 0, 2 ) ) { - if ( defined( _version_check( _load($pkg), $ver ) ) ) { + if ( _version_cmp( _load($pkg), $ver ) >= 0 ) { push @installed, $pkg; } elsif ( $args{do_once} and open( FAILED, '>> .#autoinstall.failed' ) ) { @@ -379,7 +415,7 @@ my $success; my $obj = $modtree->{$pkg}; - if ( $obj and defined( _version_check( $obj->{version}, $ver ) ) ) { + if ( $obj and _version_cmp( $obj->{version}, $ver ) >= 0 ) { my $pathname = $pkg; $pathname =~ s/::/\\W/; @@ -472,7 +508,7 @@ my $obj = CPAN::Shell->expand( Module => $pkg ); my $success = 0; - if ( $obj and defined( _version_check( $obj->cpan_version, $ver ) ) ) { + if ( $obj and _version_cmp( $obj->cpan_version, $ver ) >= 0 ) { my $pathname = $pkg; $pathname =~ s/::/\\W/; @@ -536,7 +572,7 @@ my $ver = shift; return - if defined( _version_check( _load($class), $ver ) ); # no need to upgrade + if _version_cmp( _load($class), $ver ) >= 0; # no need to upgrade if ( _prompt( "==> A newer version of $class ($ver) is required. Install?", @@ -633,7 +669,7 @@ # Load CPAN.pm and it's configuration sub _load_cpan { - return if $CPAN::VERSION; + return if $CPAN::VERSION and $CPAN::Config and not @_; require CPAN; if ( $CPAN::HandleConfig::VERSION ) { # Newer versions of CPAN have a HandleConfig module @@ -645,9 +681,11 @@ } # compare two versions, either use Sort::Versions or plain comparison -sub _version_check { +# return values same as <=> +sub _version_cmp { my ( $cur, $min ) = @_; - return unless defined $cur; + return -1 unless defined $cur; # if 0 keep comparing + return 1 unless $min; $cur =~ s/\s+$//; @@ -658,16 +696,13 @@ ) { # use version.pm if it is installed. - return ( - ( version->new($cur) >= version->new($min) ) ? $cur : undef ); + return version->new($cur) <=> version->new($min); [...3605 lines suppressed...] + + +##################################################################### +# Testing and Configuration Contexts + +=pod + +=head2 interactive + +The C function tests for an install that has a user present +(or at least, one in which it is reasonable for us to present prompts +and other similar types of things). + +Returns true if in an interactive environment, or false otherwise. + +=cut + +sub interactive { + # Treat things interactively ONLY based on input + !! (-t STDIN and ! automated_testing()); +} + +=pod + +=head2 automated_testing + +Are we currently running in an automated testing environment, such as +CPAN Testers. + +This is primarily a cleaner and more human-readable equivalent of +checking $ENV{AUTOMATED_TESTING} yourself, but may be improved in line +with best practices at a later date. + +=cut + +sub automated_testing { + !! $ENV{AUTOMATED_TESTING}; +} + +=pod + +=head2 release_testing + +Are we currently running in an release testing environment. That is, +are we in the process of running in a potential highly-intensive and +high dependency bloat testing process prior to packaging a module for +release. + +This is primarily a cleaner and more human-readable equivalent of +checking $ENV{RELEASE_TESTING} yourself, but may be improved in line +with best practices at a later date. + +=cut + +sub release_testing { + !! $ENV{RELEASE_TESTING}; +} + +sub author_context { + !! $Module::Install::AUTHOR; +} + + + + + +##################################################################### +# Operating System Convenience + +=pod + +=head2 win32 + +The C function tests if the Makefile.PL is currently running in a +native Microsoft Windows Perl, such as ActivePerl or Strawberry Perl. + +This is primarily a cleaner and more human-readable equivalent of +checking C<$^O eq 'MSWin32'> yourself, but may be improved in line +with best practices at a later date. + +=cut + +sub win32 { + !! ($^O eq 'MSWin32'); +} + +=pod + +=head2 winlike + +The C function tests if the Makefile.PL is currently running +in a Microsoft Windows Perl, under either cygwin or a native Win32 Perl. + +This is primarily a cleaner and more human-readable equivalent of +checking C<$^O eq 'MSWin32' or $^O eq 'cygwin'>yourself, but may be +improved in line with best practices at a later date. + +=cut + +sub winlike { + !! ($^O eq 'MSWin32' or $^O eq 'cygwin'); +} + +1; + +=pod + +=head1 SEE ALSO + +L + +=head1 AUTHORS + +Adam Kennedy Eadamk at cpan.orgE + +=head1 COPYRIGHT + +Copyright 2007 - 2009 Adam Kennedy. + +This program is free software; you can redistribute +it and/or modify it under the same terms as Perl itself. + +The full text of the license can be found in the +LICENSE file included with this module. + +=cut diff -Naur DBIx-Class-Schema-Loader-0.04006.orig/inc/Module/Install/WriteAll.pm DBIx-Class-Schema-Loader-0.04006/inc/Module/Install/WriteAll.pm --- DBIx-Class-Schema-Loader-0.04006.orig/inc/Module/Install/WriteAll.pm 2009-05-01 22:10:12.000000000 +0200 +++ DBIx-Class-Schema-Loader-0.04006/inc/Module/Install/WriteAll.pm 2009-05-27 18:46:13.000000000 +0200 @@ -1,12 +1,11 @@ -#line 1 package Module::Install::WriteAll; use strict; -use Module::Install::Base; +use Module::Install::Base (); use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '0.85'; + $VERSION = '0.91';; @ISA = qw{Module::Install::Base}; $ISCORE = 1; } @@ -41,8 +40,18 @@ # The Makefile write process adds a couple of dependencies, # so write the META.yml files after the Makefile. - $self->Meta->write if $args{meta}; - $self->Meta->write_mymeta if $self->mymeta; + if ( $args{meta} ) { + $self->Meta->write; + } + + # Experimental support for MYMETA + if ( $ENV{X_MYMETA} ) { + if ( $ENV{X_MYMETA} eq 'JSON' ) { + $self->Meta->write_mymeta_json; + } else { + $self->Meta->write_mymeta_yaml; + } + } return 1; } diff -Naur DBIx-Class-Schema-Loader-0.04006.orig/inc/Module/Install.pm DBIx-Class-Schema-Loader-0.04006/inc/Module/Install.pm --- DBIx-Class-Schema-Loader-0.04006.orig/inc/Module/Install.pm 2009-05-01 22:10:11.000000000 +0200 +++ DBIx-Class-Schema-Loader-0.04006/inc/Module/Install.pm 2009-05-27 18:46:13.000000000 +0200 @@ -1,4 +1,3 @@ -#line 1 package Module::Install; # For any maintainers: @@ -28,7 +27,7 @@ # This is not enforced yet, but will be some time in the next few # releases once we can make sure it won't clash with custom # Module::Install extensions. - $VERSION = '0.85'; + $VERSION = '0.91'; # Storage for the pseudo-singleton $MAIN = undef; @@ -353,7 +352,7 @@ if ( $] >= 5.006 ) { open( FH, '<', $_[0] ) or die "open($_[0]): $!"; } else { - open( FH, "< $_[0]" ) or die "open($_[0]): $!"; + open( FH, "< $_[0]" ) or die "open($_[0]): $!"; } my $string = do { local $/; }; close FH or die "close($_[0]): $!"; @@ -384,7 +383,7 @@ if ( $] >= 5.006 ) { open( FH, '>', $_[0] ) or die "open($_[0]): $!"; } else { - open( FH, "> $_[0]" ) or die "open($_[0]): $!"; + open( FH, "> $_[0]" ) or die "open($_[0]): $!"; } foreach ( 1 .. $#_ ) { print FH $_[$_] or die "print($_[0]): $!"; Index: perl-DBIx-Class-Schema-Loader.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-Schema-Loader/devel/perl-DBIx-Class-Schema-Loader.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-DBIx-Class-Schema-Loader.spec 26 Jul 2009 05:24:03 -0000 1.6 +++ perl-DBIx-Class-Schema-Loader.spec 5 Aug 2009 05:17:48 -0000 1.7 @@ -1,11 +1,14 @@ Name: perl-DBIx-Class-Schema-Loader Version: 0.04006 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Dynamic definition of a DBIx::Class::Schema License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/ Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-%{version}.tar.gz + +# Broken Module-Install, replace with Module-Install-0.91 +Patch0: DBIx-Class-Schema-Loader-0.04006.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -18,6 +21,7 @@ BuildRequires: perl(File::Spec) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Text::Balanced) +BuildRequires: perl(YAML::Tiny), perl(File::Remove) # cpan BuildRequires: perl(Carp::Clan) @@ -49,6 +53,7 @@ and setting up the columns, primary keys %prep %setup -q -n DBIx-Class-Schema-Loader-%{version} +%patch0 -p1 # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... @@ -69,7 +74,7 @@ EOF chmod +x %{__perl_requires} %build -echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps make %{?_smp_mflags} %install @@ -95,6 +100,11 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Aug 05 2009 Ralf Cors?pius - 0.04006-4 +- Fix mass rebuild breakdown: + Replace bundled Module-Install with Module-Install-0.91. + Add --skipdeps. + * Sat Jul 25 2009 Fedora Release Engineering - 0.04006-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From buildsys at fedoraproject.org Wed Aug 5 09:50:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Wed, 5 Aug 2009 09:50:36 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090805095036.B26801F821A@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From corsepiu at fedoraproject.org Wed Aug 5 12:06:09 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Wed, 5 Aug 2009 12:06:09 +0000 (UTC) Subject: rpms/perl-DBIx-Class-Schema-Loader/devel perl-DBIx-Class-Schema-Loader.spec, 1.7, 1.8 Message-ID: <20090805120609.DA56211C008C@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-DBIx-Class-Schema-Loader/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31496 Modified Files: perl-DBIx-Class-Schema-Loader.spec Log Message: * Wed Aug 05 2009 Ralf Cors?pius - 0.04006-5 - Remove R: DBIX::Class. Index: perl-DBIx-Class-Schema-Loader.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-Schema-Loader/devel/perl-DBIx-Class-Schema-Loader.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-DBIx-Class-Schema-Loader.spec 5 Aug 2009 05:17:48 -0000 1.7 +++ perl-DBIx-Class-Schema-Loader.spec 5 Aug 2009 12:06:08 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-DBIx-Class-Schema-Loader Version: 0.04006 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Dynamic definition of a DBIx::Class::Schema License: GPL+ or Artistic Group: Development/Libraries @@ -43,9 +43,6 @@ BuildRequires: perl(Test::Pod::Coverage Requires: perl(Class::Accessor::Fast) >= 0.30 Requires: perl(Class::Data::Accessor) >= 0.03 -# Just to be safe -Requires: perl(DBIX::Class) - %description DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions @@ -100,6 +97,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Aug 05 2009 Ralf Cors?pius - 0.04006-5 +- Remove R: DBIX::Class. + * Wed Aug 05 2009 Ralf Cors?pius - 0.04006-4 - Fix mass rebuild breakdown: Replace bundled Module-Install with Module-Install-0.91. From iarnell at fedoraproject.org Wed Aug 5 14:29:49 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 14:29:49 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-PageCache/F-10 FileCache.pm, NONE, 1.1 perl-Catalyst-Plugin-PageCache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090805142949.7BF0611C0349@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-PageCache/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5724/F-10 Modified Files: .cvsignore sources Added Files: FileCache.pm perl-Catalyst-Plugin-PageCache.spec Log Message: initial import --- NEW FILE FileCache.pm --- package Catalyst::Plugin::Cache::FileCache; use strict; use base 'Class::Data::Inheritable'; our $VERSION = '0.7'; use Cache::FileCache; __PACKAGE__->mk_classdata('cache'); sub setup { my $self = shift; my $params = {}; if ( $self->config->{cache} ) { $params = { %{ $self->config->{cache} } }; } if ( $params->{storage} ) { $params->{cache_root} = delete $params->{storage}; } if ( $params->{expires} ) { $params->{default_expires_in} = delete $params->{expires}; } $self->cache( Cache::FileCache->new($params) ); return $self->NEXT::setup(@_); } 1; __END__ =head1 NAME Catalyst::Plugin::Cache::FileCache - (DEPRECATED) File cache =head1 SYNOPSIS use Catalyst qw[Cache::FileCache]; MyApp->config->{cache}->{storage} = '/tmp'; MyApp->config->{cache}->{expires} = 3600; my $data; unless ( $data = $c->cache->get('data') ) { $data = MyApp::Model::Data->retrieve('data'); $c->cache->set( 'data', $data ); } $c->response->body($data); =head1 DEPRECATION NOTICE This module has been deprecated in favor of L. You can configure that module to use a FileCache backend. =head1 DESCRIPTION Extends base class with a file cache. =head1 METHODS =head2 setup =head2 cache Returns an instance of C =head1 SEE ALSO L, L, L. =head1 AUTHOR Christian Hansen, C Sebastian Riedel C =head1 LICENSE This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. =cut --- NEW FILE perl-Catalyst-Plugin-PageCache.spec --- Name: perl-Catalyst-Plugin-PageCache Version: 0.22 Release: 1%{?dist} Summary: Cache the output of entire pages License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-PageCache/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-PageCache-%{version}.tar.gz # Catalyst::Plugin::Cache::FileCache is deprecated, but necessary for testing # this module. Rather than package a deprecated module, just include a private # copy here for testing (license is also "same as perl") # upstream bug at http://rt.cpan.org/Ticket/Display.html?id=47373 Source1: http://search.cpan.org/src/MRAMBERG/Catalyst-Plugin-Cache-FileCache-0.7/lib/Catalyst/Plugin/Cache/FileCache.pm BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Plugin::I18N) BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(DateTime) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MRO::Compat) >= 0.10 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # for FileCache BuildRequires: perl(Cache::FileCache) BuildRequires: perl(Class::Data::Inheritable) Requires: perl(Catalyst::Runtime) Requires: perl(Class::Accessor::Fast) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Many dynamic websites perform heavy processing on most pages, yet this information may rarely change from request to request. Using the PageCache plugin, you can cache the full output of different pages so they are served to your visitors as fast as possible. This method of caching is very useful for withstanding a Slashdotting, for example. %prep %setup -q -n Catalyst-Plugin-PageCache-%{version} iconv -f iso-8859-1 -t utf-8 README >README.conv && mv README.conv README # install private copy file FileCache install -D -m 0644 %{SOURCE1} t/lib/Catalyst/Plugin/Cache/FileCache.pm %build PERL5_CPANPLUS_IS_RUNNING=1 %{__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 README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Jul 19 2009 Iain Arnell 0.22-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-PageCache/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 5 Aug 2009 06:12:02 -0000 1.1 +++ .cvsignore 5 Aug 2009 14:29:49 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-PageCache-0.22.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-PageCache/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 5 Aug 2009 06:12:02 -0000 1.1 +++ sources 5 Aug 2009 14:29:49 -0000 1.2 @@ -0,0 +1 @@ +46bc5d125956f66424aec94d33b087df Catalyst-Plugin-PageCache-0.22.tar.gz From iarnell at fedoraproject.org Wed Aug 5 14:29:49 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 14:29:49 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-PageCache/devel FileCache.pm, NONE, 1.1 perl-Catalyst-Plugin-PageCache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090805142949.D83F011C034A@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-PageCache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5724/devel Modified Files: .cvsignore sources Added Files: FileCache.pm perl-Catalyst-Plugin-PageCache.spec Log Message: initial import --- NEW FILE FileCache.pm --- package Catalyst::Plugin::Cache::FileCache; use strict; use base 'Class::Data::Inheritable'; our $VERSION = '0.7'; use Cache::FileCache; __PACKAGE__->mk_classdata('cache'); sub setup { my $self = shift; my $params = {}; if ( $self->config->{cache} ) { $params = { %{ $self->config->{cache} } }; } if ( $params->{storage} ) { $params->{cache_root} = delete $params->{storage}; } if ( $params->{expires} ) { $params->{default_expires_in} = delete $params->{expires}; } $self->cache( Cache::FileCache->new($params) ); return $self->NEXT::setup(@_); } 1; __END__ =head1 NAME Catalyst::Plugin::Cache::FileCache - (DEPRECATED) File cache =head1 SYNOPSIS use Catalyst qw[Cache::FileCache]; MyApp->config->{cache}->{storage} = '/tmp'; MyApp->config->{cache}->{expires} = 3600; my $data; unless ( $data = $c->cache->get('data') ) { $data = MyApp::Model::Data->retrieve('data'); $c->cache->set( 'data', $data ); } $c->response->body($data); =head1 DEPRECATION NOTICE This module has been deprecated in favor of L. You can configure that module to use a FileCache backend. =head1 DESCRIPTION Extends base class with a file cache. =head1 METHODS =head2 setup =head2 cache Returns an instance of C =head1 SEE ALSO L, L, L. =head1 AUTHOR Christian Hansen, C Sebastian Riedel C =head1 LICENSE This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. =cut --- NEW FILE perl-Catalyst-Plugin-PageCache.spec --- Name: perl-Catalyst-Plugin-PageCache Version: 0.22 Release: 1%{?dist} Summary: Cache the output of entire pages License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-PageCache/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-PageCache-%{version}.tar.gz # Catalyst::Plugin::Cache::FileCache is deprecated, but necessary for testing # this module. Rather than package a deprecated module, just include a private # copy here for testing (license is also "same as perl") # upstream bug at http://rt.cpan.org/Ticket/Display.html?id=47373 Source1: http://search.cpan.org/src/MRAMBERG/Catalyst-Plugin-Cache-FileCache-0.7/lib/Catalyst/Plugin/Cache/FileCache.pm BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Plugin::I18N) BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(DateTime) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MRO::Compat) >= 0.10 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # for FileCache BuildRequires: perl(Cache::FileCache) BuildRequires: perl(Class::Data::Inheritable) Requires: perl(Catalyst::Runtime) Requires: perl(Class::Accessor::Fast) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Many dynamic websites perform heavy processing on most pages, yet this information may rarely change from request to request. Using the PageCache plugin, you can cache the full output of different pages so they are served to your visitors as fast as possible. This method of caching is very useful for withstanding a Slashdotting, for example. %prep %setup -q -n Catalyst-Plugin-PageCache-%{version} iconv -f iso-8859-1 -t utf-8 README >README.conv && mv README.conv README # install private copy file FileCache install -D -m 0644 %{SOURCE1} t/lib/Catalyst/Plugin/Cache/FileCache.pm %build PERL5_CPANPLUS_IS_RUNNING=1 %{__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 README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Jul 19 2009 Iain Arnell 0.22-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-PageCache/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 5 Aug 2009 06:12:02 -0000 1.1 +++ .cvsignore 5 Aug 2009 14:29:49 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-PageCache-0.22.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-PageCache/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 5 Aug 2009 06:12:02 -0000 1.1 +++ sources 5 Aug 2009 14:29:49 -0000 1.2 @@ -0,0 +1 @@ +46bc5d125956f66424aec94d33b087df Catalyst-Plugin-PageCache-0.22.tar.gz From iarnell at fedoraproject.org Wed Aug 5 14:32:23 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 14:32:23 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-Store-Cache/F-11 perl-Catalyst-Plugin-Session-Store-Cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090805143223.6B55111C034A@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-Cache/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6314/F-11 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Session-Store-Cache.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Session-Store-Cache.spec --- Name: perl-Catalyst-Plugin-Session-Store-Cache Version: 0.01 Release: 1%{?dist} Summary: Store sessions using a Catalyst::Plugin::Cache License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-Cache/ Source0: http://www.cpan.org/authors/id/L/LB/LBR/Catalyst-Plugin-Session-Store-Cache-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Plugin::Session) >= 0.06 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Catalyst::Plugin::Session) >= 0.06 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This plugin will store your session data in whatever cache module you have configured. %prep %setup -q -n Catalyst-Plugin-Session-Store-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 TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Jul 31 2009 Iain Arnell 0.01-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-Cache/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 5 Aug 2009 06:10:27 -0000 1.1 +++ .cvsignore 5 Aug 2009 14:32:23 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Session-Store-Cache-0.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-Cache/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 5 Aug 2009 06:10:27 -0000 1.1 +++ sources 5 Aug 2009 14:32:23 -0000 1.2 @@ -0,0 +1 @@ +edaca2c58c08314fa94878ff5a4fb14e Catalyst-Plugin-Session-Store-Cache-0.01.tar.gz From iarnell at fedoraproject.org Wed Aug 5 14:32:23 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 14:32:23 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-Store-Cache/F-10 perl-Catalyst-Plugin-Session-Store-Cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090805143223.452EA11C0349@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-Cache/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6314/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Session-Store-Cache.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Session-Store-Cache.spec --- Name: perl-Catalyst-Plugin-Session-Store-Cache Version: 0.01 Release: 1%{?dist} Summary: Store sessions using a Catalyst::Plugin::Cache License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-Cache/ Source0: http://www.cpan.org/authors/id/L/LB/LBR/Catalyst-Plugin-Session-Store-Cache-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Plugin::Session) >= 0.06 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Catalyst::Plugin::Session) >= 0.06 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This plugin will store your session data in whatever cache module you have configured. %prep %setup -q -n Catalyst-Plugin-Session-Store-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 TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Jul 31 2009 Iain Arnell 0.01-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-Cache/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 5 Aug 2009 06:10:27 -0000 1.1 +++ .cvsignore 5 Aug 2009 14:32:23 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Session-Store-Cache-0.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-Cache/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 5 Aug 2009 06:10:27 -0000 1.1 +++ sources 5 Aug 2009 14:32:23 -0000 1.2 @@ -0,0 +1 @@ +edaca2c58c08314fa94878ff5a4fb14e Catalyst-Plugin-Session-Store-Cache-0.01.tar.gz From iarnell at fedoraproject.org Wed Aug 5 14:32:23 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 14:32:23 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-Store-Cache/devel perl-Catalyst-Plugin-Session-Store-Cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090805143223.9D52611C0349@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-Cache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6314/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Session-Store-Cache.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Session-Store-Cache.spec --- Name: perl-Catalyst-Plugin-Session-Store-Cache Version: 0.01 Release: 1%{?dist} Summary: Store sessions using a Catalyst::Plugin::Cache License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-Cache/ Source0: http://www.cpan.org/authors/id/L/LB/LBR/Catalyst-Plugin-Session-Store-Cache-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Plugin::Session) >= 0.06 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Catalyst::Plugin::Session) >= 0.06 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This plugin will store your session data in whatever cache module you have configured. %prep %setup -q -n Catalyst-Plugin-Session-Store-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 TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Jul 31 2009 Iain Arnell 0.01-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-Cache/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 5 Aug 2009 06:10:27 -0000 1.1 +++ .cvsignore 5 Aug 2009 14:32:23 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Session-Store-Cache-0.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-Cache/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 5 Aug 2009 06:10:27 -0000 1.1 +++ sources 5 Aug 2009 14:32:23 -0000 1.2 @@ -0,0 +1 @@ +edaca2c58c08314fa94878ff5a4fb14e Catalyst-Plugin-Session-Store-Cache-0.01.tar.gz From iarnell at fedoraproject.org Wed Aug 5 14:37:54 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 14:37:54 +0000 (UTC) Subject: rpms/perl-DBIx-Class-TimeStamp/F-10 perl-DBIx-Class-TimeStamp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090805143754.5C38211C0349@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7644/F-10 Modified Files: .cvsignore sources Added Files: perl-DBIx-Class-TimeStamp.spec Log Message: initial import --- NEW FILE perl-DBIx-Class-TimeStamp.spec --- Name: perl-DBIx-Class-TimeStamp Version: 0.12 Release: 1%{?dist} Summary: DBIx::Class extension to update and create date and time based fields License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class-TimeStamp/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/DBIx-Class-TimeStamp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor::Grouped) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DateTime::Format::SQLite) BuildRequires: perl(DBIx::Class) BuildRequires: perl(DBIx::Class::DynamicDefault) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Time::Warp) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # not picked up automatically Requires: perl(DBIx::Class) Requires: perl(DBIx::Class::DynamicDefault) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Works in conjunction with InflateColumn::DateTime to automatically set update and create date and time based fields in a table. %prep %setup -q -n DBIx-Class-TimeStamp-%{version} %build PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Aug 02 2009 Iain Arnell 0.12-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 5 Aug 2009 06:11:32 -0000 1.1 +++ .cvsignore 5 Aug 2009 14:37:54 -0000 1.2 @@ -0,0 +1 @@ +DBIx-Class-TimeStamp-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 5 Aug 2009 06:11:32 -0000 1.1 +++ sources 5 Aug 2009 14:37:54 -0000 1.2 @@ -0,0 +1 @@ +cb909b9e6e43ecfe3f367e2f90f5cf92 DBIx-Class-TimeStamp-0.12.tar.gz From iarnell at fedoraproject.org Wed Aug 5 14:37:54 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 14:37:54 +0000 (UTC) Subject: rpms/perl-DBIx-Class-TimeStamp/F-11 perl-DBIx-Class-TimeStamp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090805143754.94DD111C034A@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7644/F-11 Modified Files: .cvsignore sources Added Files: perl-DBIx-Class-TimeStamp.spec Log Message: initial import --- NEW FILE perl-DBIx-Class-TimeStamp.spec --- Name: perl-DBIx-Class-TimeStamp Version: 0.12 Release: 1%{?dist} Summary: DBIx::Class extension to update and create date and time based fields License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class-TimeStamp/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/DBIx-Class-TimeStamp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor::Grouped) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DateTime::Format::SQLite) BuildRequires: perl(DBIx::Class) BuildRequires: perl(DBIx::Class::DynamicDefault) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Time::Warp) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # not picked up automatically Requires: perl(DBIx::Class) Requires: perl(DBIx::Class::DynamicDefault) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Works in conjunction with InflateColumn::DateTime to automatically set update and create date and time based fields in a table. %prep %setup -q -n DBIx-Class-TimeStamp-%{version} %build PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Aug 02 2009 Iain Arnell 0.12-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 5 Aug 2009 06:11:32 -0000 1.1 +++ .cvsignore 5 Aug 2009 14:37:54 -0000 1.2 @@ -0,0 +1 @@ +DBIx-Class-TimeStamp-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 5 Aug 2009 06:11:32 -0000 1.1 +++ sources 5 Aug 2009 14:37:54 -0000 1.2 @@ -0,0 +1 @@ +cb909b9e6e43ecfe3f367e2f90f5cf92 DBIx-Class-TimeStamp-0.12.tar.gz From iarnell at fedoraproject.org Wed Aug 5 14:37:54 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 14:37:54 +0000 (UTC) Subject: rpms/perl-DBIx-Class-TimeStamp/devel perl-DBIx-Class-TimeStamp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090805143754.D460111C0349@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7644/devel Modified Files: .cvsignore sources Added Files: perl-DBIx-Class-TimeStamp.spec Log Message: initial import --- NEW FILE perl-DBIx-Class-TimeStamp.spec --- Name: perl-DBIx-Class-TimeStamp Version: 0.12 Release: 1%{?dist} Summary: DBIx::Class extension to update and create date and time based fields License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class-TimeStamp/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/DBIx-Class-TimeStamp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor::Grouped) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DateTime::Format::SQLite) BuildRequires: perl(DBIx::Class) BuildRequires: perl(DBIx::Class::DynamicDefault) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Time::Warp) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # not picked up automatically Requires: perl(DBIx::Class) Requires: perl(DBIx::Class::DynamicDefault) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Works in conjunction with InflateColumn::DateTime to automatically set update and create date and time based fields in a table. %prep %setup -q -n DBIx-Class-TimeStamp-%{version} %build PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Aug 02 2009 Iain Arnell 0.12-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 5 Aug 2009 06:11:32 -0000 1.1 +++ .cvsignore 5 Aug 2009 14:37:54 -0000 1.2 @@ -0,0 +1 @@ +DBIx-Class-TimeStamp-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 5 Aug 2009 06:11:32 -0000 1.1 +++ sources 5 Aug 2009 14:37:54 -0000 1.2 @@ -0,0 +1 @@ +cb909b9e6e43ecfe3f367e2f90f5cf92 DBIx-Class-TimeStamp-0.12.tar.gz From bugzilla at redhat.com Wed Aug 5 14:39:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 5 Aug 2009 10:39:35 -0400 Subject: [Bug 156113] [PATCH] Perl is build with debugging support In-Reply-To: References: Message-ID: <200908051439.n75EdZqD029033@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=156113 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora_requires_release_not |fedora_requires_release_not |e+ |e- --- Comment #6 from Stepan Kasal 2009-08-05 10:39:33 EDT --- (In reply to comment #5) > I guess that the Release notes should mention that unlike in Fedora 9--11, perl > in Fedora 12 is compiled without -DDEBUGGING again. No, the fix will probably come with perl 5.10.1 in F-13. I'm afraid we won't have a production build of perl in F-12. After all, no one noticed for three releases of Fedora... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Wed Aug 5 14:29:49 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 14:29:49 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-PageCache/F-11 FileCache.pm, NONE, 1.1 perl-Catalyst-Plugin-PageCache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090805142949.9D51E11C0349@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-PageCache/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5724/F-11 Modified Files: .cvsignore sources Added Files: FileCache.pm perl-Catalyst-Plugin-PageCache.spec Log Message: initial import --- NEW FILE FileCache.pm --- package Catalyst::Plugin::Cache::FileCache; use strict; use base 'Class::Data::Inheritable'; our $VERSION = '0.7'; use Cache::FileCache; __PACKAGE__->mk_classdata('cache'); sub setup { my $self = shift; my $params = {}; if ( $self->config->{cache} ) { $params = { %{ $self->config->{cache} } }; } if ( $params->{storage} ) { $params->{cache_root} = delete $params->{storage}; } if ( $params->{expires} ) { $params->{default_expires_in} = delete $params->{expires}; } $self->cache( Cache::FileCache->new($params) ); return $self->NEXT::setup(@_); } 1; __END__ =head1 NAME Catalyst::Plugin::Cache::FileCache - (DEPRECATED) File cache =head1 SYNOPSIS use Catalyst qw[Cache::FileCache]; MyApp->config->{cache}->{storage} = '/tmp'; MyApp->config->{cache}->{expires} = 3600; my $data; unless ( $data = $c->cache->get('data') ) { $data = MyApp::Model::Data->retrieve('data'); $c->cache->set( 'data', $data ); } $c->response->body($data); =head1 DEPRECATION NOTICE This module has been deprecated in favor of L. You can configure that module to use a FileCache backend. =head1 DESCRIPTION Extends base class with a file cache. =head1 METHODS =head2 setup =head2 cache Returns an instance of C =head1 SEE ALSO L, L, L. =head1 AUTHOR Christian Hansen, C Sebastian Riedel C =head1 LICENSE This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. =cut --- NEW FILE perl-Catalyst-Plugin-PageCache.spec --- Name: perl-Catalyst-Plugin-PageCache Version: 0.22 Release: 1%{?dist} Summary: Cache the output of entire pages License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-PageCache/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-PageCache-%{version}.tar.gz # Catalyst::Plugin::Cache::FileCache is deprecated, but necessary for testing # this module. Rather than package a deprecated module, just include a private # copy here for testing (license is also "same as perl") # upstream bug at http://rt.cpan.org/Ticket/Display.html?id=47373 Source1: http://search.cpan.org/src/MRAMBERG/Catalyst-Plugin-Cache-FileCache-0.7/lib/Catalyst/Plugin/Cache/FileCache.pm BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Plugin::I18N) BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(DateTime) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MRO::Compat) >= 0.10 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # for FileCache BuildRequires: perl(Cache::FileCache) BuildRequires: perl(Class::Data::Inheritable) Requires: perl(Catalyst::Runtime) Requires: perl(Class::Accessor::Fast) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Many dynamic websites perform heavy processing on most pages, yet this information may rarely change from request to request. Using the PageCache plugin, you can cache the full output of different pages so they are served to your visitors as fast as possible. This method of caching is very useful for withstanding a Slashdotting, for example. %prep %setup -q -n Catalyst-Plugin-PageCache-%{version} iconv -f iso-8859-1 -t utf-8 README >README.conv && mv README.conv README # install private copy file FileCache install -D -m 0644 %{SOURCE1} t/lib/Catalyst/Plugin/Cache/FileCache.pm %build PERL5_CPANPLUS_IS_RUNNING=1 %{__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 README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Jul 19 2009 Iain Arnell 0.22-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-PageCache/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 5 Aug 2009 06:12:02 -0000 1.1 +++ .cvsignore 5 Aug 2009 14:29:49 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-PageCache-0.22.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-PageCache/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 5 Aug 2009 06:12:02 -0000 1.1 +++ sources 5 Aug 2009 14:29:49 -0000 1.2 @@ -0,0 +1 @@ +46bc5d125956f66424aec94d33b087df Catalyst-Plugin-PageCache-0.22.tar.gz From iarnell at fedoraproject.org Wed Aug 5 15:12:29 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 5 Aug 2009 15:12:29 +0000 (UTC) Subject: rpms/perl-Net-Amazon/devel .cvsignore, 1.5, 1.6 perl-Net-Amazon.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <20090805151229.65DCE11C0349@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-serv16864 Modified Files: .cvsignore perl-Net-Amazon.spec sources Log Message: * Wed Aug 05 2009 Iain Arnell 0.55-1 - update to latest upstream Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 24 Jun 2009 04:03:39 -0000 1.5 +++ .cvsignore 5 Aug 2009 15:12:28 -0000 1.6 @@ -1 +1 @@ -Net-Amazon-0.54.tar.gz +Net-Amazon-0.55.tar.gz Index: perl-Net-Amazon.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/devel/perl-Net-Amazon.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Net-Amazon.spec 30 Jul 2009 22:23:27 -0000 1.5 +++ perl-Net-Amazon.spec 5 Aug 2009 15:12:29 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Net-Amazon -Version: 0.54 -Release: 2%{?dist} +Version: 0.55 +Release: 1%{?dist} Summary: Framework for accessing amazon.com via REST License: GPL+ or Artistic Group: Development/Libraries @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Aug 05 2009 Iain Arnell 0.55-1 +- update to latest upstream + * Thu Jul 30 2009 Jesse Keating - 0.54-2 - Bump for F12 mass rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 24 Jun 2009 04:03:39 -0000 1.5 +++ sources 5 Aug 2009 15:12:29 -0000 1.6 @@ -1 +1 @@ -822e13802950c1dfc0af23354dbf7c70 Net-Amazon-0.54.tar.gz +cd2eec3cedd46060faf3b47dbf9b147a Net-Amazon-0.55.tar.gz From buildsys at fedoraproject.org Thu Aug 6 09:29:58 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 6 Aug 2009 09:29:58 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090806092958.AF3D31F821A@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From corsepiu at fedoraproject.org Thu Aug 6 10:46:27 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Thu, 6 Aug 2009 10:46:27 +0000 (UTC) Subject: rpms/perl-Log-Log4perl/devel .cvsignore, 1.13, 1.14 perl-Log-Log4perl.spec, 1.22, 1.23 sources, 1.13, 1.14 Message-ID: <20090806104627.88B8611C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Log-Log4perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6213 Modified Files: .cvsignore perl-Log-Log4perl.spec sources Log Message: * Thu Aug 06 2009 Ralf Cors?pius - 1.24-1 - Fix mass rebuild breakdown: Upgrade to upstream 1.24. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Log4perl/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 20 Jan 2009 08:20:07 -0000 1.13 +++ .cvsignore 6 Aug 2009 10:46:27 -0000 1.14 @@ -1 +1 @@ -Log-Log4perl-1.20.tar.gz +Log-Log4perl-1.24.tar.gz Index: perl-Log-Log4perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Log4perl/devel/perl-Log-Log4perl.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- perl-Log-Log4perl.spec 26 Jul 2009 09:02:17 -0000 1.22 +++ perl-Log-Log4perl.spec 6 Aug 2009 10:46:27 -0000 1.23 @@ -1,25 +1,26 @@ Name: perl-Log-Log4perl -Version: 1.20 -Release: 4%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Log4j implementation for Perl - Group: Development/Libraries License: GPL+ or Artistic -# CPAN URL: http://search.cpan.org/dist/Log-Log4perl/ -URL: http://log4perl.sourceforge.net/ -Source0: http://log4perl.sourceforge.net/releases/Log-Log4perl-%{version}.tar.gz +URL: http://search.cpan.org/dist/Log-Log4perl/ +Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/Log-Log4perl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) >= 0.45 + +# Optional tests BuildRequires: perl(Log::Dispatch) -BuildRequires: perl(Log::Dispatch::FileRotate) >= 1.10 +BuildRequires: perl(Log::Dispatch::FileRotate) BuildRequires: perl(SQL::Statement) BuildRequires: perl(DBD::CSV) BuildRequires: perl(XML::DOM) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) -# perl(RRDs) is provided by rrdtool-perl (a rrdtool subpackage) BuildRequires: perl(RRDs) +BuildRequires: perl(DBI) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -27,7 +28,6 @@ Log::Log4perl lets you remote-control an behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. - %prep %setup -q -n Log-Log4perl-%{version} find lib -name "*.pm" -exec chmod -c a-x {} ';' @@ -42,8 +42,8 @@ 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/* +%{_fixperms} $RPM_BUILD_ROOT/* %check make test L4P_ALL_TESTS=1 @@ -56,11 +56,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README -%{perl_vendorlib}/Log/ -%{_mandir}/man3/*.3pm* - +%{perl_vendorlib}/* +%{_mandir}/man3/* %changelog +* Thu Aug 06 2009 Ralf Cors?pius - 1.24-1 +- Fix mass rebuild breakdown: Upgrade to upstream 1.24. + * Sun Jul 26 2009 Fedora Release Engineering - 1.20-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Log4perl/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- sources 20 Jan 2009 08:20:07 -0000 1.13 +++ sources 6 Aug 2009 10:46:27 -0000 1.14 @@ -1 +1 @@ -f60a1f8633fb7544fdc4d1e842564a8b Log-Log4perl-1.20.tar.gz +102dd4fc918ffb730c7cde49aeaecb3a Log-Log4perl-1.24.tar.gz From spot at fedoraproject.org Thu Aug 6 19:13:12 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 6 Aug 2009 19:13:12 +0000 (UTC) Subject: rpms/perl-Email-MIME-Modifier/devel .cvsignore, 1.7, 1.8 perl-Email-MIME-Modifier.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <20090806191312.B747A11C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Email-MIME-Modifier/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15821 Modified Files: .cvsignore perl-Email-MIME-Modifier.spec sources Log Message: update to 1.444 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Modifier/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 12 Feb 2009 11:38:24 -0000 1.7 +++ .cvsignore 6 Aug 2009 19:13:12 -0000 1.8 @@ -1 +1 @@ -Email-MIME-Modifier-1.443.tar.gz +Email-MIME-Modifier-1.444.tar.gz Index: perl-Email-MIME-Modifier.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Modifier/devel/perl-Email-MIME-Modifier.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Email-MIME-Modifier.spec 26 Jul 2009 05:49:37 -0000 1.11 +++ perl-Email-MIME-Modifier.spec 6 Aug 2009 19:13:12 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Email-MIME-Modifier -Version: 1.443 -Release: 3%{?dist} +Version: 1.444 +Release: 1%{?dist} Summary: Modify Email::MIME Objects Easily Group: Development/Libraries @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 6 2009 Tom "spot" Callaway - 1.444-1 +- update to 1.444 + * Sat Jul 25 2009 Fedora Release Engineering - 1.443-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Modifier/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 12 Feb 2009 11:38:24 -0000 1.7 +++ sources 6 Aug 2009 19:13:12 -0000 1.8 @@ -1 +1 @@ -0677f89051fbb1522eb2be44446c9c0d Email-MIME-Modifier-1.443.tar.gz +3f75aad8a6683a23075ced1ed0eb41e4 Email-MIME-Modifier-1.444.tar.gz From spot at fedoraproject.org Thu Aug 6 19:21:22 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 6 Aug 2009 19:21:22 +0000 (UTC) Subject: rpms/perl-Email-MIME-Creator/devel .cvsignore, 1.4, 1.5 perl-Email-MIME-Creator.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <20090806192122.4964511C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Email-MIME-Creator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17413 Modified Files: .cvsignore perl-Email-MIME-Creator.spec sources Log Message: update to 1.456 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Creator/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 13 Mar 2009 19:22:30 -0000 1.4 +++ .cvsignore 6 Aug 2009 19:21:22 -0000 1.5 @@ -1 +1 @@ -Email-MIME-Creator-1.455.tar.gz +Email-MIME-Creator-1.456.tar.gz Index: perl-Email-MIME-Creator.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Creator/devel/perl-Email-MIME-Creator.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Email-MIME-Creator.spec 26 Jul 2009 05:49:09 -0000 1.8 +++ perl-Email-MIME-Creator.spec 6 Aug 2009 19:21:22 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Email-MIME-Creator -Version: 1.455 -Release: 2%{?dist} +Version: 1.456 +Release: 1%{?dist} Summary: Email::MIME constructor for starting anew Group: Development/Libraries License: GPL+ or Artistic @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Aug 6 2009 Tom "spot" Callaway - 1.456-1 +- update to 1.456 + * Sat Jul 25 2009 Fedora Release Engineering - 1.455-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Creator/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 13 Mar 2009 19:22:31 -0000 1.4 +++ sources 6 Aug 2009 19:21:22 -0000 1.5 @@ -1 +1 @@ -4dbaf20060158505b50d3851bd147982 Email-MIME-Creator-1.455.tar.gz +3e34396a03fe3c65170909fb57f116cc Email-MIME-Creator-1.456.tar.gz From bugzilla at redhat.com Thu Aug 6 19:21:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Aug 2009 15:21:39 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200908061921.n76JLd1G005949@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 #3 from Ville Skytt? 2009-08-06 15:21:38 EDT --- Just a note, I haven't ignored this report but am waiting to see what happens to http://fedoraproject.org/wiki/PackagingDrafts/AutoProvidesAndRequiresFiltering and whether it has any effect on this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 6 19:21:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Aug 2009 15:21:52 -0400 Subject: [Bug 511364] FTBFS perl-Email-MIME-Modifier-1.443-2.fc11 In-Reply-To: References: Message-ID: <200908061921.n76JLqVf004647@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=511364 Tom "spot" Callaway changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #8 from Tom "spot" Callaway 2009-08-06 15:21:51 EDT --- Fixed in rawhide: http://koji.fedoraproject.org/koji/buildinfo?buildID=126074 -- Configure bugmail: 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 Aug 6 19:28:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Aug 2009 15:28:12 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200908061928.n76JSCMb007049@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 #4 from Jeff Johnson 2009-08-06 15:28:12 EDT --- Would you like to wager whether dependency filtering is available for packaging use by, say, Fedorable 14? I will give you odds ... -- Configure bugmail: 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 Aug 6 19:56:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Aug 2009 15:56:25 -0400 Subject: [Bug 511588] FTBFS perl-Email-MIME-Creator-1.455-1.fc11 In-Reply-To: References: Message-ID: <200908061956.n76JuP72012922@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=511588 Tom "spot" Callaway changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #8 from Tom "spot" Callaway 2009-08-06 15:56:24 EDT --- Fixed in rawhide: http://koji.fedoraproject.org/koji/buildinfo?buildID=126076 -- Configure bugmail: 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 Aug 6 20:36:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Aug 2009 16:36:31 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200908062036.n76KaVnY021174@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502403 --- Comment #5 from Chris Weyl 2009-08-06 16:36:30 EDT --- (In reply to comment #3) > Just a note, I haven't ignored this report but am waiting to see what happens > to > http://fedoraproject.org/wiki/PackagingDrafts/AutoProvidesAndRequiresFiltering > and whether it has any effect on this. Excellent. It looks like that draft made it through FPC and FESCo, though I'm not entirely sure what the next step is after that: wait and see what happens, nudge someone to do something, or just go do it myself. (If I get 10 min to spare this afternoon, I'll open a bug against redhat-rpm-config to ask them to add it.) The FPC split off %perl_default_filter as being, well, "Perl specific", so I have bug 502402 open to deliver it via /etc/rpm/macros.perl. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 6 21:47:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Aug 2009 17:47:33 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200908062147.n76LlXY9005449@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 #6 from Jeff Johnson 2009-08-06 17:47:32 EDT --- From http://fedorapeople.org/~cweyl/macros.filtering you still have %global _use_internal_dependency_generator 0 \ Disabling the internal dependency generator breaks multilib for any per-arch package that uses your filtering. Have fun! -- Configure bugmail: 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 Aug 6 22:14:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Aug 2009 18:14:02 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200908062214.n76ME2lG011346@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 #7 from Jason Tibbitts 2009-08-06 18:14:01 EDT --- The guidelines that FPC passed explicitly address that (by limiting application of the filters to packages where that's not an issue). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From corsepiu at fedoraproject.org Fri Aug 7 03:01:40 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Fri, 7 Aug 2009 03:01:40 +0000 (UTC) Subject: rpms/perl-File-Find-Rule-Perl/devel .cvsignore, 1.5, 1.6 perl-File-Find-Rule-Perl.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <20090807030140.5D0E111C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4056 Modified Files: .cvsignore perl-File-Find-Rule-Perl.spec sources Log Message: * Fri Aug 07 2009 Ralf Cors?pius - 1.09-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 20 Jul 2009 16:43:19 -0000 1.5 +++ .cvsignore 7 Aug 2009 03:01:39 -0000 1.6 @@ -1 +1 @@ -File-Find-Rule-Perl-1.08.tar.gz +File-Find-Rule-Perl-1.09.tar.gz Index: perl-File-Find-Rule-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel/perl-File-Find-Rule-Perl.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-File-Find-Rule-Perl.spec 26 Jul 2009 05:59:48 -0000 1.10 +++ perl-File-Find-Rule-Perl.spec 7 Aug 2009 03:01:40 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl -Version: 1.08 -Release: 2%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Fri Aug 07 2009 Ralf Cors?pius - 1.09-1 +- Upstream update. + * Sat Jul 25 2009 Fedora Release Engineering - 1.08-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 20 Jul 2009 16:43:19 -0000 1.5 +++ sources 7 Aug 2009 03:01:40 -0000 1.6 @@ -1 +1 @@ -c9951ae98727d3f7e8bc91b3d0733a77 File-Find-Rule-Perl-1.08.tar.gz +c2f62c50f781abf8d7af6f17d4a47db2 File-Find-Rule-Perl-1.09.tar.gz From corsepiu at fedoraproject.org Fri Aug 7 03:04:18 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Fri, 7 Aug 2009 03:04:18 +0000 (UTC) Subject: rpms/perl-HTTP-Response-Encoding/devel .cvsignore, 1.2, 1.3 perl-HTTP-Response-Encoding.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090807030418.135D411C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4828 Modified Files: .cvsignore perl-HTTP-Response-Encoding.spec sources Log Message: * Fri Aug 20 2009 Ralf Cors?pius 0.06-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 21 Feb 2009 02:45:47 -0000 1.2 +++ .cvsignore 7 Aug 2009 03:04:17 -0000 1.3 @@ -1 +1 @@ -HTTP-Response-Encoding-0.05.tar.gz +HTTP-Response-Encoding-0.06.tar.gz Index: perl-HTTP-Response-Encoding.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel/perl-HTTP-Response-Encoding.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-HTTP-Response-Encoding.spec 26 Jul 2009 06:35:21 -0000 1.4 +++ perl-HTTP-Response-Encoding.spec 7 Aug 2009 03:04:17 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-HTTP-Response-Encoding -Version: 0.05 -Release: 4%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: HTTP::Response::Encoding Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Aug 20 2009 Ralf Cors?pius 0.06-1 +- Upstream update. + * Sat Jul 25 2009 Fedora Release Engineering - 0.05-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 21 Feb 2009 02:45:47 -0000 1.2 +++ sources 7 Aug 2009 03:04:17 -0000 1.3 @@ -1 +1 @@ -bb5880687bfb8b1e220c5c3c2b7d1408 HTTP-Response-Encoding-0.05.tar.gz +7e1d46f2d88022580e1a18bb7ac4ab71 HTTP-Response-Encoding-0.06.tar.gz From corsepiu at fedoraproject.org Fri Aug 7 03:08:39 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Fri, 7 Aug 2009 03:08:39 +0000 (UTC) Subject: rpms/perl-File-Find-Rule-Perl/F-11 .cvsignore, 1.5, 1.6 perl-File-Find-Rule-Perl.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090807030839.9E39711C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6139/F-11 Modified Files: .cvsignore perl-File-Find-Rule-Perl.spec sources Log Message: * Fri Aug 07 2009 Ralf Cors?pius - 1.09-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-11/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 20 Jul 2009 16:43:19 -0000 1.5 +++ .cvsignore 7 Aug 2009 03:08:39 -0000 1.6 @@ -1 +1 @@ -File-Find-Rule-Perl-1.08.tar.gz +File-Find-Rule-Perl-1.09.tar.gz Index: perl-File-Find-Rule-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-11/perl-File-Find-Rule-Perl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-File-Find-Rule-Perl.spec 20 Jul 2009 16:43:19 -0000 1.9 +++ perl-File-Find-Rule-Perl.spec 7 Aug 2009 03:08:39 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-File-Find-Rule-Perl -Version: 1.08 +Version: 1.09 Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Fri Aug 07 2009 Ralf Cors?pius - 1.09-1 +- Upstream update. + * Mon Jul 20 2009 Ralf Cors?pius - 1.08-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 20 Jul 2009 16:43:19 -0000 1.5 +++ sources 7 Aug 2009 03:08:39 -0000 1.6 @@ -1 +1 @@ -c9951ae98727d3f7e8bc91b3d0733a77 File-Find-Rule-Perl-1.08.tar.gz +c2f62c50f781abf8d7af6f17d4a47db2 File-Find-Rule-Perl-1.09.tar.gz From corsepiu at fedoraproject.org Fri Aug 7 03:08:39 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Fri, 7 Aug 2009 03:08:39 +0000 (UTC) Subject: rpms/perl-File-Find-Rule-Perl/F-10 .cvsignore, 1.5, 1.6 perl-File-Find-Rule-Perl.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090807030839.B953011C02C6@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6139/F-10 Modified Files: .cvsignore perl-File-Find-Rule-Perl.spec sources Log Message: * Fri Aug 07 2009 Ralf Cors?pius - 1.09-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-10/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 20 Jul 2009 16:43:19 -0000 1.5 +++ .cvsignore 7 Aug 2009 03:08:39 -0000 1.6 @@ -1 +1 @@ -File-Find-Rule-Perl-1.08.tar.gz +File-Find-Rule-Perl-1.09.tar.gz Index: perl-File-Find-Rule-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-10/perl-File-Find-Rule-Perl.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-File-Find-Rule-Perl.spec 20 Jul 2009 16:43:19 -0000 1.8 +++ perl-File-Find-Rule-Perl.spec 7 Aug 2009 03:08:39 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-File-Find-Rule-Perl -Version: 1.08 +Version: 1.09 Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic @@ -60,6 +60,9 @@ cd .. %{_mandir}/man3/* %changelog +* Fri Aug 07 2009 Ralf Cors?pius - 1.09-1 +- Upstream update. + * Mon Jul 20 2009 Ralf Cors?pius - 1.08-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 20 Jul 2009 16:43:19 -0000 1.5 +++ sources 7 Aug 2009 03:08:39 -0000 1.6 @@ -1 +1 @@ -c9951ae98727d3f7e8bc91b3d0733a77 File-Find-Rule-Perl-1.08.tar.gz +c2f62c50f781abf8d7af6f17d4a47db2 File-Find-Rule-Perl-1.09.tar.gz From corsepiu at fedoraproject.org Fri Aug 7 03:13:15 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Fri, 7 Aug 2009 03:13:15 +0000 (UTC) Subject: rpms/perl-HTTP-Response-Encoding/devel perl-HTTP-Response-Encoding.spec, 1.5, 1.6 Message-ID: <20090807031315.3FFCB11C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7479 Modified Files: perl-HTTP-Response-Encoding.spec Log Message: Fix changelog date. Index: perl-HTTP-Response-Encoding.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel/perl-HTTP-Response-Encoding.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-HTTP-Response-Encoding.spec 7 Aug 2009 03:04:17 -0000 1.5 +++ perl-HTTP-Response-Encoding.spec 7 Aug 2009 03:13:14 -0000 1.6 @@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog -* Fri Aug 20 2009 Ralf Cors?pius 0.06-1 +* Fri Aug 07 2009 Ralf Cors?pius 0.06-1 - Upstream update. * Sat Jul 25 2009 Fedora Release Engineering - 0.05-4 From corsepiu at fedoraproject.org Fri Aug 7 03:16:12 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Fri, 7 Aug 2009 03:16:12 +0000 (UTC) Subject: rpms/perl-HTTP-Response-Encoding/F-10 .cvsignore, 1.2, 1.3 perl-HTTP-Response-Encoding.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090807031612.62E3E11C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8218/F-10 Modified Files: .cvsignore perl-HTTP-Response-Encoding.spec sources Log Message: * Fri Aug 07 2009 Ralf Cors?pius - 0.06-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 21 Feb 2009 02:57:52 -0000 1.2 +++ .cvsignore 7 Aug 2009 03:16:12 -0000 1.3 @@ -1 +1 @@ -HTTP-Response-Encoding-0.05.tar.gz +HTTP-Response-Encoding-0.06.tar.gz Index: perl-HTTP-Response-Encoding.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/F-10/perl-HTTP-Response-Encoding.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-HTTP-Response-Encoding.spec 21 Feb 2009 02:57:52 -0000 1.1 +++ perl-HTTP-Response-Encoding.spec 7 Aug 2009 03:16:12 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-HTTP-Response-Encoding -Version: 0.05 +Version: 0.06 Release: 1%{?dist} Summary: HTTP::Response::Encoding Perl module License: GPL+ or Artistic @@ -51,5 +51,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Aug 07 2009 Ralf Cors?pius - 0.06-1 +- Upstream update. + * Fri Feb 20 2009 Ralf Cors?pius 0.05-1 - Initial Fedora package. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 21 Feb 2009 02:57:52 -0000 1.2 +++ sources 7 Aug 2009 03:16:12 -0000 1.3 @@ -1 +1 @@ -bb5880687bfb8b1e220c5c3c2b7d1408 HTTP-Response-Encoding-0.05.tar.gz +7e1d46f2d88022580e1a18bb7ac4ab71 HTTP-Response-Encoding-0.06.tar.gz From corsepiu at fedoraproject.org Fri Aug 7 03:16:12 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Fri, 7 Aug 2009 03:16:12 +0000 (UTC) Subject: rpms/perl-HTTP-Response-Encoding/devel perl-HTTP-Response-Encoding.spec, 1.6, 1.7 Message-ID: <20090807031612.89B2411C02C6@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8218/devel Modified Files: perl-HTTP-Response-Encoding.spec Log Message: * Fri Aug 07 2009 Ralf Cors?pius - 0.06-1 - Upstream update. Index: perl-HTTP-Response-Encoding.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/devel/perl-HTTP-Response-Encoding.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-HTTP-Response-Encoding.spec 7 Aug 2009 03:13:14 -0000 1.6 +++ perl-HTTP-Response-Encoding.spec 7 Aug 2009 03:16:12 -0000 1.7 @@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog -* Fri Aug 07 2009 Ralf Cors?pius 0.06-1 +* Fri Aug 07 2009 Ralf Cors?pius - 0.06-1 - Upstream update. * Sat Jul 25 2009 Fedora Release Engineering - 0.05-4 From corsepiu at fedoraproject.org Fri Aug 7 03:16:12 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Fri, 7 Aug 2009 03:16:12 +0000 (UTC) Subject: rpms/perl-HTTP-Response-Encoding/F-11 .cvsignore, 1.2, 1.3 perl-HTTP-Response-Encoding.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090807031612.3777911C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8218/F-11 Modified Files: .cvsignore perl-HTTP-Response-Encoding.spec sources Log Message: * Fri Aug 07 2009 Ralf Cors?pius - 0.06-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/F-11/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 21 Feb 2009 02:45:47 -0000 1.2 +++ .cvsignore 7 Aug 2009 03:16:11 -0000 1.3 @@ -1 +1 @@ -HTTP-Response-Encoding-0.05.tar.gz +HTTP-Response-Encoding-0.06.tar.gz Index: perl-HTTP-Response-Encoding.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/F-11/perl-HTTP-Response-Encoding.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-HTTP-Response-Encoding.spec 26 Feb 2009 20:04:50 -0000 1.3 +++ perl-HTTP-Response-Encoding.spec 7 Aug 2009 03:16:11 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-HTTP-Response-Encoding -Version: 0.05 -Release: 3%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: HTTP::Response::Encoding Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Aug 07 2009 Ralf Cors?pius - 0.06-1 +- Upstream update. + * Thu Feb 26 2009 Fedora Release Engineering - 0.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Response-Encoding/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 21 Feb 2009 02:45:47 -0000 1.2 +++ sources 7 Aug 2009 03:16:11 -0000 1.3 @@ -1 +1 @@ -bb5880687bfb8b1e220c5c3c2b7d1408 HTTP-Response-Encoding-0.05.tar.gz +7e1d46f2d88022580e1a18bb7ac4ab71 HTTP-Response-Encoding-0.06.tar.gz From bugzilla at redhat.com Fri Aug 7 04:55:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 7 Aug 2009 00:55:07 -0400 Subject: [Bug 447859] quilt refresh outputs various 'Prototype mismatch errors' In-Reply-To: References: Message-ID: <200908070455.n774t7tE020708@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=447859 --- Comment #9 from Fedora Update System 2009-08-07 00:55:05 EDT --- perl-gettext-1.05-16.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 Aug 7 04:55:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 7 Aug 2009 00:55:12 -0400 Subject: [Bug 447859] quilt refresh outputs various 'Prototype mismatch errors' In-Reply-To: References: Message-ID: <200908070455.n774tCEU023624@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=447859 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |1.05-16.fc11 Resolution| |ERRATA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 7 04:59:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 7 Aug 2009 00:59:59 -0400 Subject: [Bug 447859] quilt refresh outputs various 'Prototype mismatch errors' In-Reply-To: References: Message-ID: <200908070459.n774xxan022072@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=447859 --- Comment #10 from Fedora Update System 2009-08-07 00:59:59 EDT --- perl-gettext-1.05-16.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 Aug 7 05:00:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 7 Aug 2009 01:00:04 -0400 Subject: [Bug 447859] quilt refresh outputs various 'Prototype mismatch errors' In-Reply-To: References: Message-ID: <200908070500.n7750447025403@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=447859 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.05-16.fc11 |1.05-16.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sat Aug 8 04:00:42 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 04:00:42 +0000 (UTC) Subject: rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel .cvsignore, 1.5, 1.6 perl-MooseX-Emulate-Class-Accessor-Fast.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090808040042.56E2411C00D7@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-serv26117 Modified Files: .cvsignore perl-MooseX-Emulate-Class-Accessor-Fast.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.00902-1 - auto-update to 0.00902 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.74 => 0.84) - added a new req on perl(Moose) (version 0.84) - added a new req on perl(namespace::clean) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 31 May 2009 07:14:33 -0000 1.5 +++ .cvsignore 8 Aug 2009 04:00:42 -0000 1.6 @@ -1 +1 @@ -MooseX-Emulate-Class-Accessor-Fast-0.00900.tar.gz +MooseX-Emulate-Class-Accessor-Fast-0.00902.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.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-MooseX-Emulate-Class-Accessor-Fast.spec 26 Jul 2009 11:26:04 -0000 1.7 +++ perl-MooseX-Emulate-Class-Accessor-Fast.spec 8 Aug 2009 04:00:42 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-MooseX-Emulate-Class-Accessor-Fast -Version: 0.00900 -Release: 2%{?dist} +Version: 0.00902 +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 @@ -13,7 +13,7 @@ Requires: perl(:MODULE_COMPAT_%(eval " BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(Moose) >= 0.74 +BuildRequires: perl(Moose) >= 0.84 BuildRequires: perl(Moose::Role) BuildRequires: perl(namespace::clean) # tests @@ -21,6 +21,9 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Exception) BuildRequires: perl(Class::Accessor::Fast) +### auto-added reqs! +Requires: perl(Moose) >= 0.84 +Requires: perl(namespace::clean) %description This module attempts to emulate the behavior of Class::Accessor::Fast @@ -60,6 +63,12 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Aug 08 2009 Chris Weyl 0.00902-1 +- auto-update to 0.00902 (by cpan-spec-update 0.01) +- altered br on perl(Moose) (0.74 => 0.84) +- added a new req on perl(Moose) (version 0.84) +- added a new req on perl(namespace::clean) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 0.00900-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 31 May 2009 07:14:34 -0000 1.5 +++ sources 8 Aug 2009 04:00:42 -0000 1.6 @@ -1 +1 @@ -36ed235d4d2d9759c24a99358eb471e6 MooseX-Emulate-Class-Accessor-Fast-0.00900.tar.gz +4fa57ee9110fe6e868b8625a9e47b50c MooseX-Emulate-Class-Accessor-Fast-0.00902.tar.gz From cweyl at fedoraproject.org Sat Aug 8 04:19:33 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 04:19:33 +0000 (UTC) Subject: rpms/perl-MooseX-Params-Validate/devel .cvsignore, 1.8, 1.9 perl-MooseX-Params-Validate.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <20090808041933.4495111C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Params-Validate/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17095 Modified Files: .cvsignore perl-MooseX-Params-Validate.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.12-1 - auto-update to 0.12 (by cpan-spec-update 0.01) - added a new br on perl(Carp) (version 0) - added a new br on perl(Devel::Caller) (version 0) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new req on perl(Carp) (version 0) - added a new req on perl(Devel::Caller) (version 0) - added a new req on perl(Moose) (version 0.58) - added a new req on perl(Params::Validate) (version 0.88) - added a new req on perl(Scalar::Util) (version 0) - added a new req on perl(Sub::Exporter) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 19 Apr 2009 20:28:29 -0000 1.8 +++ .cvsignore 8 Aug 2009 04:19:31 -0000 1.9 @@ -1 +1 @@ -MooseX-Params-Validate-0.09.tar.gz +MooseX-Params-Validate-0.12.tar.gz Index: perl-MooseX-Params-Validate.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/perl-MooseX-Params-Validate.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-MooseX-Params-Validate.spec 26 Jul 2009 11:29:27 -0000 1.11 +++ perl-MooseX-Params-Validate.spec 8 Aug 2009 04:19:31 -0000 1.12 @@ -1,16 +1,18 @@ Name: perl-MooseX-Params-Validate -Version: 0.09 -Release: 2%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Extension of Params::Validate using Moose's types License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-Params-Validate/ -Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-Params-Validate-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-Params-Validate-%{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(Carp) +BuildRequires: perl(Devel::Caller) BuildRequires: perl(Moose) >= 0.58 BuildRequires: perl(Params::Validate) >= 0.88 BuildRequires: perl(Scalar::Util) @@ -19,6 +21,14 @@ BuildRequires: perl(Sub::Name) BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::More) >= 0.62 +### auto-added reqs! +Requires: perl(Carp) +Requires: perl(Devel::Caller) +Requires: perl(Moose) >= 0.58 +Requires: perl(Params::Validate) >= 0.88 +Requires: perl(Scalar::Util) +Requires: perl(Sub::Exporter) + %description This module fills a gap in Moose by adding method parameter validation to Moose. This is just one of many developing options, it should be considered @@ -35,7 +45,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* @@ -53,6 +63,18 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.12-1 +- auto-update to 0.12 (by cpan-spec-update 0.01) +- added a new br on perl(Carp) (version 0) +- added a new br on perl(Devel::Caller) (version 0) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(Devel::Caller) (version 0) +- added a new req on perl(Moose) (version 0.58) +- added a new req on perl(Params::Validate) (version 0.88) +- added a new req on perl(Scalar::Util) (version 0) +- added a new req on perl(Sub::Exporter) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 0.09-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 19 Apr 2009 20:28:29 -0000 1.7 +++ sources 8 Aug 2009 04:19:31 -0000 1.8 @@ -1 +1 @@ -32f356facb51480c1f12d485e749cd08 MooseX-Params-Validate-0.09.tar.gz +028c58ff0431b45e13f70f9d819e5b67 MooseX-Params-Validate-0.12.tar.gz From cweyl at fedoraproject.org Sat Aug 8 04:21:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 04:21:46 +0000 (UTC) Subject: rpms/perl-MooseX-SemiAffordanceAccessor/devel .cvsignore, 1.2, 1.3 perl-MooseX-SemiAffordanceAccessor.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090808042146.DC69211C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-SemiAffordanceAccessor/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17554 Modified Files: .cvsignore perl-MooseX-SemiAffordanceAccessor.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.05-1 - auto-update to 0.05 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.56 => 0.84) - added a new req on perl(Moose) (version 0.84) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-SemiAffordanceAccessor/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 9 Jun 2009 00:29:28 -0000 1.2 +++ .cvsignore 8 Aug 2009 04:21:46 -0000 1.3 @@ -1 +1 @@ -MooseX-SemiAffordanceAccessor-0.03.tar.gz +MooseX-SemiAffordanceAccessor-0.05.tar.gz Index: perl-MooseX-SemiAffordanceAccessor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-SemiAffordanceAccessor/devel/perl-MooseX-SemiAffordanceAccessor.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-MooseX-SemiAffordanceAccessor.spec 26 Jul 2009 11:30:45 -0000 1.2 +++ perl-MooseX-SemiAffordanceAccessor.spec 8 Aug 2009 04:21:46 -0000 1.3 @@ -1,23 +1,26 @@ -Name: perl-MooseX-SemiAffordanceAccessor -Version: 0.03 -Release: 2%{?dist} +Name: perl-MooseX-SemiAffordanceAccessor +Version: 0.05 +Release: 1%{?dist} # lib/MooseX/SemiAffordanceAccessor.pm -> GPL+ or Artistic # lib/MooseX/SemiAffordanceAccessor/Role/Attribute.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Name your accessors foo() and set_foo() -Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-SemiAffordanceAccessor-%{version}.tar.gz +Summary: Name your accessors foo() and set_foo() +Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-SemiAffordanceAccessor-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-SemiAffordanceAccessor -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(Module::Build::Compat) #BuildRequires: perl(Moose) >= 0.55_04 -BuildRequires: perl(Moose) >= 0.56 +BuildRequires: perl(Moose) >= 0.84 BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(Moose) >= 0.84 + %description This module does not provide any methods. Simply loading it changes the default naming policy for the loading class so that accessors are @@ -52,15 +55,20 @@ 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 +* Sat Aug 08 2009 Chris Weyl 0.05-1 +- auto-update to 0.05 (by cpan-spec-update 0.01) +- altered br on perl(Moose) (0.56 => 0.84) +- added a new req on perl(Moose) (version 0.84) + * Sun Jul 26 2009 Fedora Release Engineering - 0.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -70,4 +78,3 @@ rm -rf %{buildroot} * Sun Jun 07 2009 Chris Weyl 0.03-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-SemiAffordanceAccessor/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 9 Jun 2009 00:29:28 -0000 1.2 +++ sources 8 Aug 2009 04:21:46 -0000 1.3 @@ -1 +1 @@ -1d0b31890f78194fa9dc07bd046b6f54 MooseX-SemiAffordanceAccessor-0.03.tar.gz +4e917185d50a0de2dc9942a643eb76bd MooseX-SemiAffordanceAccessor-0.05.tar.gz From cweyl at fedoraproject.org Sat Aug 8 04:23:12 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 04:23:12 +0000 (UTC) Subject: rpms/perl-MooseX-Types/devel .cvsignore, 1.8, 1.9 perl-MooseX-Types.spec, 1.13, 1.14 sources, 1.8, 1.9 Message-ID: <20090808042312.2CF2611C02CB@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-serv17898 Modified Files: .cvsignore perl-MooseX-Types.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.16-1 - auto-update to 0.16 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 26 Jun 2009 02:01:15 -0000 1.8 +++ .cvsignore 8 Aug 2009 04:23:11 -0000 1.9 @@ -1 +1 @@ -MooseX-Types-0.13.tar.gz +MooseX-Types-0.16.tar.gz Index: perl-MooseX-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/perl-MooseX-Types.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-MooseX-Types.spec 26 Jul 2009 11:32:18 -0000 1.13 +++ perl-MooseX-Types.spec 8 Aug 2009 04:23:11 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-MooseX-Types -Version: 0.13 -Release: 2%{?dist} +Version: 0.16 +Release: 1%{?dist} # see Makefile.PL, lib/MooseX/Types.pm License: GPL+ or Artistic Group: Development/Libraries @@ -97,6 +97,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Aug 08 2009 Chris Weyl 0.16-1 +- auto-update to 0.16 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 26 Jun 2009 02:01:16 -0000 1.8 +++ sources 8 Aug 2009 04:23:11 -0000 1.9 @@ -1 +1 @@ -486ce06514424fab008e50ef29512c69 MooseX-Types-0.13.tar.gz +393527bf60ca5b3c48fb1758f066f541 MooseX-Types-0.16.tar.gz From cweyl at fedoraproject.org Sat Aug 8 05:54:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 05:54:05 +0000 (UTC) Subject: rpms/perl-MooseX-Types/F-11 perl-MooseX-Types.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <20090808055405.5CE2411C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Types/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3366 Modified Files: perl-MooseX-Types.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.16-1 - auto-update to 0.16 (by cpan-spec-update 0.01) Index: perl-MooseX-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/F-11/perl-MooseX-Types.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-MooseX-Types.spec 16 Jun 2009 14:46:57 -0000 1.9 +++ perl-MooseX-Types.spec 8 Aug 2009 05:54:04 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-MooseX-Types -Version: 0.12 +Version: 0.16 Release: 1%{?dist} # see Makefile.PL, lib/MooseX/Types.pm License: GPL+ or Artistic @@ -25,7 +25,7 @@ BuildRequires: perl(Sub::Exporter) # for M::I BuildRequires: perl(CPAN) -### auto-added brs! +BuildRequires: perl(Test::Moose) BuildRequires: perl(Scalar::Util) >= 1.19 BuildRequires: perl(Sub::Name) @@ -97,6 +97,16 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Aug 08 2009 Chris Weyl 0.16-1 +- auto-update to 0.16 (by cpan-spec-update 0.01) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jun 26 2009 Chris Weyl 0.13-1 +- auto-update to 0.13 (by cpan-spec-update 0.01) +- added a new br on perl(Test::Moose) (version 0) + * Tue Jun 16 2009 Chris Weyl 0.12-1 - auto-update to 0.12 (by cpan-spec-update 0.01) - added a new req on perl(Carp) (version 0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/F-11/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 16 Jun 2009 14:46:57 -0000 1.6 +++ sources 8 Aug 2009 05:54:05 -0000 1.7 @@ -1 +1 @@ -dcf283a722ff2bf059aaf20545a0276e MooseX-Types-0.12.tar.gz +393527bf60ca5b3c48fb1758f066f541 MooseX-Types-0.16.tar.gz From cweyl at fedoraproject.org Sat Aug 8 06:04:02 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 06:04:02 +0000 (UTC) Subject: rpms/perl-Catalyst-Action-RenderView/devel .cvsignore, 1.6, 1.7 perl-Catalyst-Action-RenderView.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <20090808060402.C27BB11C02CB@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-serv5372 Modified Files: .cvsignore perl-Catalyst-Action-RenderView.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.11-1 - auto-update to 0.11 (by cpan-spec-update 0.01) - added a new req on perl(Catalyst::Runtime) (version 5.70) - added a new req on perl(Data::Visitor) (version 0.24) - added a new req on perl(MRO::Compat) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 25 May 2009 07:53:07 -0000 1.6 +++ .cvsignore 8 Aug 2009 06:04:02 -0000 1.7 @@ -1 +1 @@ -Catalyst-Action-RenderView-0.10.tar.gz +Catalyst-Action-RenderView-0.11.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.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Catalyst-Action-RenderView.spec 26 Jul 2009 04:08:31 -0000 1.10 +++ perl-Catalyst-Action-RenderView.spec 8 Aug 2009 06:04:02 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Action-RenderView -Version: 0.10 -Release: 3%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Sensible default end action for view renders License: GPL+ or Artistic Group: Development/Libraries @@ -27,11 +27,11 @@ BuildRequires: perl(HTTP::Request::AsCG # use base Requires: perl(Catalyst::Action) -# not picked up automatically -Requires: perl(Catalyst) >= 5.7 - -# until bundled M::I is updated -BuildRequires: perl(CPAN) +### auto-added reqs! +Requires: perl(Catalyst::Runtime) >= 5.70 +Requires: perl(Data::Visitor) >= 0.24 +Requires: perl(MRO::Compat) +Requires: perl(Test::More) %description This action implements a sensible default end action, which will forward to @@ -97,6 +97,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.11-1 +- auto-update to 0.11 (by cpan-spec-update 0.01) +- added a new req on perl(Catalyst::Runtime) (version 5.70) +- added a new req on perl(Data::Visitor) (version 0.24) +- added a new req on perl(MRO::Compat) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 25 May 2009 07:53:07 -0000 1.6 +++ sources 8 Aug 2009 06:04:02 -0000 1.7 @@ -1 +1 @@ -7e9981fdaf84e114a2ee2265771450cd Catalyst-Action-RenderView-0.10.tar.gz +6231f873a1ad77dc22815eacf1b88976 Catalyst-Action-RenderView-0.11.tar.gz From iarnell at fedoraproject.org Sat Aug 8 06:11:14 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 8 Aug 2009 06:11:14 +0000 (UTC) Subject: rpms/perl-DBIx-Class-TimeStamp/F-10 perl-DBIx-Class-TimeStamp.spec, 1.1, 1.2 Message-ID: <20090808061114.A5A4D11C02CB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6806/F-10 Modified Files: perl-DBIx-Class-TimeStamp.spec Log Message: * Sat Aug 08 2009 Iain Arnell 0.12-1.1 - BR DBD::SQLite Index: perl-DBIx-Class-TimeStamp.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-10/perl-DBIx-Class-TimeStamp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-DBIx-Class-TimeStamp.spec 5 Aug 2009 14:37:54 -0000 1.1 +++ perl-DBIx-Class-TimeStamp.spec 8 Aug 2009 06:11:14 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DBIx-Class-TimeStamp Version: 0.12 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: DBIx::Class extension to update and create date and time based fields License: GPL+ or Artistic Group: Development/Libraries @@ -18,6 +18,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Time::Warp) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(DBD::SQLite) # not picked up automatically Requires: perl(DBIx::Class) Requires: perl(DBIx::Class::DynamicDefault) @@ -57,5 +58,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Iain Arnell 0.12-1.1 +- BR DBD::SQLite + * Sun Aug 02 2009 Iain Arnell 0.12-1 - Specfile autogenerated by cpanspec 1.78. From iarnell at fedoraproject.org Sat Aug 8 06:11:14 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 8 Aug 2009 06:11:14 +0000 (UTC) Subject: rpms/perl-DBIx-Class-TimeStamp/F-11 perl-DBIx-Class-TimeStamp.spec, 1.1, 1.2 Message-ID: <20090808061114.C3B8311C0344@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6806/F-11 Modified Files: perl-DBIx-Class-TimeStamp.spec Log Message: * Sat Aug 08 2009 Iain Arnell 0.12-1.1 - BR DBD::SQLite Index: perl-DBIx-Class-TimeStamp.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-TimeStamp/F-11/perl-DBIx-Class-TimeStamp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-DBIx-Class-TimeStamp.spec 5 Aug 2009 14:37:54 -0000 1.1 +++ perl-DBIx-Class-TimeStamp.spec 8 Aug 2009 06:11:14 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DBIx-Class-TimeStamp Version: 0.12 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: DBIx::Class extension to update and create date and time based fields License: GPL+ or Artistic Group: Development/Libraries @@ -18,6 +18,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Time::Warp) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(DBD::SQLite) # not picked up automatically Requires: perl(DBIx::Class) Requires: perl(DBIx::Class::DynamicDefault) @@ -57,5 +58,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Iain Arnell 0.12-1.1 +- BR DBD::SQLite + * Sun Aug 02 2009 Iain Arnell 0.12-1 - Specfile autogenerated by cpanspec 1.78. From cweyl at fedoraproject.org Sat Aug 8 06:36:59 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 06:36:59 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel .cvsignore, 1.4, 1.5 perl-Catalyst-Plugin-Session-State-Cookie.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <20090808063659.502AE11C02CB@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-serv12988 Modified Files: .cvsignore perl-Catalyst-Plugin-Session-State-Cookie.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.12-1 - auto-update to 0.12 (by cpan-spec-update 0.01) - altered br on perl(Catalyst) (5.7010 => 5.80005) - added a new req on perl(Catalyst) (version 5.80005) - added a new req on perl(MRO::Compat) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 29 May 2009 07:01:50 -0000 1.4 +++ .cvsignore 8 Aug 2009 06:36:57 -0000 1.5 @@ -1 +1 @@ -Catalyst-Plugin-Session-State-Cookie-0.11.tar.gz +Catalyst-Plugin-Session-State-Cookie-0.12.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.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Catalyst-Plugin-Session-State-Cookie.spec 26 Jul 2009 04:14:49 -0000 1.7 +++ perl-Catalyst-Plugin-Session-State-Cookie.spec 8 Aug 2009 06:36:58 -0000 1.8 @@ -1,17 +1,17 @@ Name: perl-Catalyst-Plugin-Session-State-Cookie -Version: 0.11 -Release: 3%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Maintain session IDs using cookies License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/ Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz -#Source0: http://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) >= 6.42 +BuildRequires: perl(Catalyst) >= 5.80005 BuildRequires: perl(Catalyst::Plugin::Session) >= 0.19 BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) @@ -27,8 +27,9 @@ Requires: perl(Catalyst::Plugin::S # until M::I is brought up... BuildRequires: perl(CPAN) -### auto-added brs! -BuildRequires: perl(Catalyst) >= 5.7010 +### auto-added reqs! +Requires: perl(Catalyst) >= 5.80005 +Requires: perl(MRO::Compat) %description In order for Catalyst::Plugin::Session to work the session ID needs to @@ -78,6 +79,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.12-1 +- auto-update to 0.12 (by cpan-spec-update 0.01) +- altered br on perl(Catalyst) (5.7010 => 5.80005) +- added a new req on perl(Catalyst) (version 5.80005) +- added a new req on perl(MRO::Compat) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 29 May 2009 07:01:50 -0000 1.4 +++ sources 8 Aug 2009 06:36:58 -0000 1.5 @@ -1 +1 @@ -20a663b2572acf7200e2fc11b221c06c Catalyst-Plugin-Session-State-Cookie-0.11.tar.gz +f5dc01dab3b2b5de8ee45257f2dfe37a Catalyst-Plugin-Session-State-Cookie-0.12.tar.gz From cweyl at fedoraproject.org Sat Aug 8 06:39:52 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 06:39:52 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Authentication/devel .cvsignore, 1.8, 1.9 perl-Catalyst-Plugin-Authentication.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <20090808063952.DE51F11C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13849 Modified Files: .cvsignore perl-Catalyst-Plugin-Authentication.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.10013-1 - auto-update to 0.10013 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 15 Jun 2009 05:46:37 -0000 1.8 +++ .cvsignore 8 Aug 2009 06:39:52 -0000 1.9 @@ -1 +1 @@ -Catalyst-Plugin-Authentication-0.10012.tar.gz +Catalyst-Plugin-Authentication-0.10013.tar.gz Index: perl-Catalyst-Plugin-Authentication.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/perl-Catalyst-Plugin-Authentication.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Catalyst-Plugin-Authentication.spec 26 Jul 2009 04:12:28 -0000 1.10 +++ perl-Catalyst-Plugin-Authentication.spec 8 Aug 2009 06:39:52 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Authentication -Version: 0.10012 -Release: 2%{?dist} +Version: 0.10013 +Release: 1%{?dist} Summary: Infrastructure plugin for the Catalyst authentication framework License: GPL+ or Artistic Group: Development/Libraries @@ -73,6 +73,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.10013-1 +- auto-update to 0.10013 (by cpan-spec-update 0.01) + * Sat Jul 25 2009 Fedora Release Engineering - 0.10012-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 15 Jun 2009 05:46:37 -0000 1.8 +++ sources 8 Aug 2009 06:39:52 -0000 1.9 @@ -1 +1 @@ -9c3357e05fbeb1ccf62621fe4542a0eb Catalyst-Plugin-Authentication-0.10012.tar.gz +78d7f5793dcf965f8008789be91a0407 Catalyst-Plugin-Authentication-0.10013.tar.gz From cweyl at fedoraproject.org Sat Aug 8 06:41:13 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 06:41:13 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-ConfigLoader/devel .cvsignore, 1.5, 1.6 perl-Catalyst-Plugin-ConfigLoader.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <20090808064113.991B411C02CB@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-serv14272 Modified Files: .cvsignore perl-Catalyst-Plugin-ConfigLoader.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.25-1 - auto-update to 0.25 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new req on perl(Catalyst::Runtime) (version 5.7008) - added a new req on perl(Config::Any) (version 0.08) - added a new req on perl(Data::Visitor) (version 0.24) - added a new req on perl(MRO::Compat) (version 0.09) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 25 Jan 2009 23:16:38 -0000 1.5 +++ .cvsignore 8 Aug 2009 06:41:13 -0000 1.6 @@ -1 +1 @@ -Catalyst-Plugin-ConfigLoader-0.22.tar.gz +Catalyst-Plugin-ConfigLoader-0.25.tar.gz 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.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Catalyst-Plugin-ConfigLoader.spec 26 Jul 2009 04:13:45 -0000 1.10 +++ perl-Catalyst-Plugin-ConfigLoader.spec 8 Aug 2009 06:41:13 -0000 1.11 @@ -1,17 +1,17 @@ Name: perl-Catalyst-Plugin-ConfigLoader -Version: 0.23 -Release: 2%{?dist} +Version: 0.25 +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://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-ConfigLoader-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/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)) # core -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) # cpan BuildRequires: perl(Catalyst) @@ -26,6 +26,12 @@ Requires: perl(Catalyst) ### auto-added brs! BuildRequires: perl(Catalyst::Runtime) >= 5.7008 +### auto-added reqs! +Requires: perl(Catalyst::Runtime) >= 5.7008 +Requires: perl(Config::Any) >= 0.08 +Requires: perl(Data::Visitor) >= 0.24 +Requires: perl(MRO::Compat) >= 0.09 + %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. @@ -60,6 +66,14 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.25-1 +- auto-update to 0.25 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new req on perl(Catalyst::Runtime) (version 5.7008) +- added a new req on perl(Config::Any) (version 0.08) +- added a new req on perl(Data::Visitor) (version 0.24) +- added a new req on perl(MRO::Compat) (version 0.09) + * Sat Jul 25 2009 Fedora Release Engineering - 0.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 25 May 2009 07:36:49 -0000 1.6 +++ sources 8 Aug 2009 06:41:13 -0000 1.7 @@ -1 +1 @@ -0e92de2e1bf52cde8cd107ecdfd779ab Catalyst-Plugin-ConfigLoader-0.23.tar.gz +d6ad7bd4d7ae010d1e310d4de3518b9b Catalyst-Plugin-ConfigLoader-0.25.tar.gz From buildsys at fedoraproject.org Sat Aug 8 09:40:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 8 Aug 2009 09:40:37 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090808094037.3A4571F821E@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From bugzilla at redhat.com Sat Aug 8 10:54:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 8 Aug 2009 06:54:14 -0400 Subject: [Bug 502358] Review Request: mojomojo - Catalyst & DBIx::Class powered Wiki In-Reply-To: References: Message-ID: <200908081054.n78AsEIM006115@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 --- Comment #10 from Iain Arnell 2009-08-08 06:54:13 EDT --- Spec URL: http://fedorapeople.org/~iarnell/review/mojomojo.spec SRPM URL: http://fedorapeople.org/~iarnell/review/mojomojo-0.999032-1.fc12.src.rpm Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1590934 -- Configure bugmail: 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 Aug 8 16:08:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 8 Aug 2009 12:08:39 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200908081608.n78G8dVj025812@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 #8 from Chris Weyl 2009-08-08 12:08:38 EDT --- Alright, bug 516240 is open against redhat-rpm-config to implement the filtering system as approved by FPC/FESCo. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From rc040203 at freenet.de Sat Aug 8 16:32:50 2009 From: rc040203 at freenet.de (Ralf Corsepius) Date: Sat, 08 Aug 2009 18:32:50 +0200 Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader In-Reply-To: <20090808094037.3A4571F821E@releng2.fedora.phx.redhat.com> References: <20090808094037.3A4571F821E@releng2.fedora.phx.redhat.com> Message-ID: <4A7DA8B2.9030700@freenet.de> This bug was fixed in perl-DBIx-Class-Schema-Loader-0.04006-5.fc12.noarch.rpm Wed, 05 Aug 2009 12:13:03 UTC (3 days ago). cf. http://koji.fedoraproject.org/koji/buildinfo?buildID=125804 No idea, why these broken "broken deps" messages are still being issued. Ralf On 08/08/2009 11:40 AM, buildsys at fedoraproject.org wrote: > perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: > On ppc: > perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) > On x86_64: > perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) > On i386: > perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) > On ppc64: > perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) > Please resolve this as soon as possible. > > > -- > Fedora Extras Perl SIG > http://www.fedoraproject.org/wiki/Extras/SIGs/Perl > Fedora-perl-devel-list mailing list > Fedora-perl-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list From rc040203 at freenet.de Sat Aug 8 16:32:50 2009 From: rc040203 at freenet.de (Ralf Corsepius) Date: Sat, 08 Aug 2009 18:32:50 +0200 Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader In-Reply-To: <20090808094037.3A4571F821E@releng2.fedora.phx.redhat.com> References: <20090808094037.3A4571F821E@releng2.fedora.phx.redhat.com> Message-ID: <4A7DA8B2.9030700@freenet.de> This bug was fixed in perl-DBIx-Class-Schema-Loader-0.04006-5.fc12.noarch.rpm Wed, 05 Aug 2009 12:13:03 UTC (3 days ago). cf. http://koji.fedoraproject.org/koji/buildinfo?buildID=125804 No idea, why these broken "broken deps" messages are still being issued. Ralf On 08/08/2009 11:40 AM, buildsys at fedoraproject.org wrote: > perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: > On ppc: > perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) > On x86_64: > perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) > On i386: > perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) > On ppc64: > perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) > Please resolve this as soon as possible. > > > -- > Fedora Extras Perl SIG > http://www.fedoraproject.org/wiki/Extras/SIGs/Perl > Fedora-perl-devel-list mailing list > Fedora-perl-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list From cweyl at fedoraproject.org Sat Aug 8 18:08:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 18:08:03 +0000 (UTC) Subject: rpms/perl-Catalyst-Action-RenderView/devel perl-Catalyst-Action-RenderView.spec, 1.11, 1.12 Message-ID: <20090808180803.921AE11C02CB@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-serv11288 Modified Files: perl-Catalyst-Action-RenderView.spec Log Message: * Sat Aug 08 2009 Chris Weyl 0.11-2 - drop req on Test::More; open RT#48537 - switch to more compact filtering (until we have perl_default_filter) - auto-update to 0.11 (by cpan-spec-update 0.01) - added a new br on CPAN (inc::Module::AutoInstall found) 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.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Catalyst-Action-RenderView.spec 8 Aug 2009 06:04:02 -0000 1.11 +++ perl-Catalyst-Action-RenderView.spec 8 Aug 2009 18:08:03 -0000 1.12 @@ -1,7 +1,7 @@ Name: perl-Catalyst-Action-RenderView Version: 0.11 -Release: 1%{?dist} -Summary: Sensible default end action for view renders +Release: 2%{?dist} +Summary: Sensible default end action for view rendering License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Action-RenderView/ @@ -14,6 +14,7 @@ Requires: perl(:MODULE_COMPAT_%(ev # core BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) +BuildRequires: perl(CPAN) # cpan BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(Catalyst::Runtime) >= 5.70 @@ -21,17 +22,22 @@ BuildRequires: perl(MRO::Compat) BuildRequires: perl(Module::Build) BuildRequires: perl(Data::Visitor) >= 0.24 # test -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(HTTP::Request::AsCGI) # use base Requires: perl(Catalyst::Action) -### auto-added reqs! -Requires: perl(Catalyst::Runtime) >= 5.70 -Requires: perl(Data::Visitor) >= 0.24 -Requires: perl(MRO::Compat) -Requires: perl(Test::More) +Requires: perl(Catalyst::Runtime) >= 5.70 +Requires: perl(Data::Visitor) >= 0.24 +Requires: perl(MRO::Compat) + +# don't "provide" private Perl libs; or things 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}" %description This action implements a sensible default end action, which will forward to @@ -45,29 +51,8 @@ to force a debug screen, while in debug # allow the pod syntax test to be invoked distinct from the pod coverage test %patch1 -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(TestApp.*)/d' -EOF - -%define __perl_provides %{_builddir}/Catalyst-Action-RenderView-%{version}/%{name}-prov -chmod +x %{__perl_provides} - - -# Filter unwanted Requires: (may as well keep rpmlint happy) -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} $* |\ - sed -e '/perl(strict)/d' -EOF - -%define __perl_requires %{_builddir}/Catalyst-Action-RenderView-%{version}/%{name}-req -chmod +x %{__perl_requires} - # correct line encoding and an errant interperter setting -find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|; s/\r//' {} + +find t/ -type f -exec perl -pi -e 's|^#!perl|#!%{__perl}|; s/\r//' {} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -97,6 +82,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.11-2 +- drop req on Test::More; open RT#48537 +- switch to more compact filtering (until we have perl_default_filter) +- auto-update to 0.11 (by cpan-spec-update 0.01) +- added a new br on CPAN (inc::Module::AutoInstall found) + * Sat Aug 08 2009 Chris Weyl 0.11-1 - auto-update to 0.11 (by cpan-spec-update 0.01) - added a new req on perl(Catalyst::Runtime) (version 5.70) From jkeating at redhat.com Sat Aug 8 18:23:01 2009 From: jkeating at redhat.com (Jesse Keating) Date: Sat, 08 Aug 2009 11:23:01 -0700 Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader In-Reply-To: <4A7DA8B2.9030700@freenet.de> References: <20090808094037.3A4571F821E@releng2.fedora.phx.redhat.com> <4A7DA8B2.9030700@freenet.de> Message-ID: <1249755781.3310.5.camel@localhost.localdomain> On Sat, 2009-08-08 at 18:32 +0200, Ralf Corsepius wrote: > > This bug was fixed in > perl-DBIx-Class-Schema-Loader-0.04006-5.fc12.noarch.rpm > Wed, 05 Aug 2009 12:13:03 UTC (3 days ago). > > cf. http://koji.fedoraproject.org/koji/buildinfo?buildID=125804 > > No idea, why these broken "broken deps" messages are still being > issued. > > Ralf Because we're in a freeze, and no builds get tagged for rawhide without a request and rational to releng. -- Jesse Keating Fedora -- Freedom? is a feature! identi.ca: http://identi.ca/jkeating -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: From jkeating at redhat.com Sat Aug 8 18:23:01 2009 From: jkeating at redhat.com (Jesse Keating) Date: Sat, 08 Aug 2009 11:23:01 -0700 Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader In-Reply-To: <4A7DA8B2.9030700@freenet.de> References: <20090808094037.3A4571F821E@releng2.fedora.phx.redhat.com> <4A7DA8B2.9030700@freenet.de> Message-ID: <1249755781.3310.5.camel@localhost.localdomain> On Sat, 2009-08-08 at 18:32 +0200, Ralf Corsepius wrote: > > This bug was fixed in > perl-DBIx-Class-Schema-Loader-0.04006-5.fc12.noarch.rpm > Wed, 05 Aug 2009 12:13:03 UTC (3 days ago). > > cf. http://koji.fedoraproject.org/koji/buildinfo?buildID=125804 > > No idea, why these broken "broken deps" messages are still being > issued. > > Ralf Because we're in a freeze, and no builds get tagged for rawhide without a request and rational to releng. -- Jesse Keating Fedora -- Freedom? is a feature! identi.ca: http://identi.ca/jkeating -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: From cweyl at fedoraproject.org Sat Aug 8 18:31:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 18:31:46 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-ConfigLoader/devel perl-Catalyst-Plugin-ConfigLoader.spec, 1.11, 1.12 Message-ID: <20090808183146.85D5B11C02CB@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-serv16239 Modified Files: perl-Catalyst-Plugin-ConfigLoader.spec Log Message: * Sat Aug 08 2009 Chris Weyl 0.25-2 - add BR on parent (and open RT#48547) 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.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Catalyst-Plugin-ConfigLoader.spec 8 Aug 2009 06:41:13 -0000 1.11 +++ perl-Catalyst-Plugin-ConfigLoader.spec 8 Aug 2009 18:31:46 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-ConfigLoader Version: 0.25 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Load config files of various types License: GPL+ or Artistic Group: Development/Libraries @@ -11,15 +11,17 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(Test::More) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Test::More) # cpan BuildRequires: perl(Catalyst) BuildRequires: perl(Config::Any) >= 0.08 BuildRequires: perl(Data::Visitor) >= 0.24 BuildRequires: perl(MRO::Compat) >= 0.09 # test -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +BuildRequires: perl(parent) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Catalyst) @@ -27,10 +29,10 @@ Requires: perl(Catalyst) BuildRequires: perl(Catalyst::Runtime) >= 5.7008 ### auto-added reqs! -Requires: perl(Catalyst::Runtime) >= 5.7008 -Requires: perl(Config::Any) >= 0.08 -Requires: perl(Data::Visitor) >= 0.24 -Requires: perl(MRO::Compat) >= 0.09 +Requires: perl(Catalyst::Runtime) >= 5.7008 +Requires: perl(Config::Any) >= 0.08 +Requires: perl(Data::Visitor) >= 0.24 +Requires: perl(MRO::Compat) >= 0.09 %description This module will attempt to load find and load a configuration file of @@ -66,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.25-2 +- add BR on parent (and open RT#48547) + * Sat Aug 08 2009 Chris Weyl 0.25-1 - auto-update to 0.25 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) From cweyl at fedoraproject.org Sat Aug 8 18:34:13 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 18:34:13 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Authentication/devel perl-Catalyst-Plugin-Authentication.spec, 1.11, 1.12 Message-ID: <20090808183413.BAB8E11C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16930 Modified Files: perl-Catalyst-Plugin-Authentication.spec Log Message: * Sat Aug 08 2009 Chris Weyl 0.10013-2 - auto-update to 0.10013 (by cpan-spec-update 0.01) - added a new br on CPAN (inc::Module::AutoInstall found) Index: perl-Catalyst-Plugin-Authentication.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/perl-Catalyst-Plugin-Authentication.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Catalyst-Plugin-Authentication.spec 8 Aug 2009 06:39:52 -0000 1.11 +++ perl-Catalyst-Plugin-Authentication.spec 8 Aug 2009 18:34:13 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Authentication Version: 0.10013 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Infrastructure plugin for the Catalyst authentication framework License: GPL+ or Artistic Group: Development/Libraries @@ -35,6 +35,9 @@ Requires: perl(MRO::Compat) %global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" %global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" +### auto-added brs! +BuildRequires: perl(CPAN) + %description The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they @@ -73,6 +76,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.10013-2 +- auto-update to 0.10013 (by cpan-spec-update 0.01) +- added a new br on CPAN (inc::Module::AutoInstall found) + * Sat Aug 08 2009 Chris Weyl 0.10013-1 - auto-update to 0.10013 (by cpan-spec-update 0.01) From cweyl at fedoraproject.org Sat Aug 8 18:53:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 18:53:05 +0000 (UTC) Subject: rpms/perl-App-Cache/devel .cvsignore, 1.2, 1.3 perl-App-Cache.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090808185305.D992A11C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22129 Modified Files: .cvsignore perl-App-Cache.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.36-1 - auto-update to 0.36 (by cpan-spec-update 0.01) - added a new req on perl(File::Find::Rule) (version 0) - added a new req on perl(File::HomeDir) (version 0) - added a new req on perl(File::stat) (version 0) - added a new req on perl(HTTP::Cookies) (version 0) - added a new req on perl(LWP::UserAgent) (version 0) - added a new req on perl(Path::Class) (version 0) - added a new req on perl(Storable) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 7 Mar 2009 20:37:58 -0000 1.2 +++ .cvsignore 8 Aug 2009 18:53:05 -0000 1.3 @@ -1 +1 @@ -App-Cache-0.35.tar.gz +App-Cache-0.36.tar.gz Index: perl-App-Cache.spec =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/devel/perl-App-Cache.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-App-Cache.spec 26 Jul 2009 01:40:42 -0000 1.2 +++ perl-App-Cache.spec 8 Aug 2009 18:53:05 -0000 1.3 @@ -1,13 +1,13 @@ -Name: perl-App-Cache -Version: 0.35 -Release: 2%{?dist} +Name: perl-App-Cache +Version: 0.36 +Release: 1%{?dist} # lib/App/Cache.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Easy application-level caching -Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz +Summary: Easy application-level caching +Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cache -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -28,6 +28,15 @@ BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) +### auto-added reqs! +Requires: perl(File::Find::Rule) +Requires: perl(File::HomeDir) +Requires: perl(File::stat) +Requires: perl(HTTP::Cookies) +Requires: perl(LWP::UserAgent) +Requires: perl(Path::Class) +Requires: perl(Storable) + %description The App::Cache module lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving @@ -35,10 +44,10 @@ information from the network or when it For example, the Parse::BACKPAN::Packages module downloads a file off the net and parses it, creating a data structure. Only then can it actually provide any useful information for the programmer. Parse::BACKPAN::Packages -uses App::Cache to cache both the file download and data structures, +uses App::Cache to cache both the file download and data structures, providing much faster use when the data is cached. This module stores data -in the home directory of the user, in a dot directory. For example, the -Parse::BACKPAN::Packages cache is actually stored underneath +in the home directory of the user, in a dot directory. For example, the +Parse::BACKPAN::Packages cache is actually stored underneath "~/.parse_backpan_packages/cache/". This is so that permisssions are not a problem -- it is a per-user, per-application cache. @@ -62,15 +71,25 @@ 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 +* Sat Aug 08 2009 Chris Weyl 0.36-1 +- auto-update to 0.36 (by cpan-spec-update 0.01) +- added a new req on perl(File::Find::Rule) (version 0) +- added a new req on perl(File::HomeDir) (version 0) +- added a new req on perl(File::stat) (version 0) +- added a new req on perl(HTTP::Cookies) (version 0) +- added a new req on perl(LWP::UserAgent) (version 0) +- added a new req on perl(Path::Class) (version 0) +- added a new req on perl(Storable) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.35-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -80,4 +99,3 @@ rm -rf %{buildroot} * Thu Mar 05 2009 Chris Weyl 0.35-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 7 Mar 2009 20:37:58 -0000 1.2 +++ sources 8 Aug 2009 18:53:05 -0000 1.3 @@ -1 +1 @@ -3483ed94401531d16ceab63d57b8da6e App-Cache-0.35.tar.gz +9ad0fbe89b953219f89057e55171cca8 App-Cache-0.36.tar.gz From cweyl at fedoraproject.org Sat Aug 8 18:54:55 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 18:54:55 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-ConfigLoader/F-11 perl-Catalyst-Plugin-ConfigLoader.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090808185455.A557B11C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22607 Modified Files: perl-Catalyst-Plugin-ConfigLoader.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.25-2 - add BR on parent (and open RT#48547) Index: perl-Catalyst-Plugin-ConfigLoader.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/F-11/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 8 Aug 2009 18:54:55 -0000 1.9 @@ -1,28 +1,39 @@ Name: perl-Catalyst-Plugin-ConfigLoader -Version: 0.22 +Version: 0.25 Release: 2%{?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/B/BR/BRICAS/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)) # core -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +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 -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +# test +BuildRequires: perl(parent) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Catalyst) +### auto-added brs! +BuildRequires: perl(Catalyst::Runtime) >= 5.7008 + +### auto-added reqs! +Requires: perl(Catalyst::Runtime) >= 5.7008 +Requires: perl(Config::Any) >= 0.08 +Requires: perl(Data::Visitor) >= 0.24 +Requires: perl(MRO::Compat) >= 0.09 + %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 +68,26 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.25-2 +- add BR on parent (and open RT#48547) + +* Sat Aug 08 2009 Chris Weyl 0.25-1 +- auto-update to 0.25 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new req on perl(Catalyst::Runtime) (version 5.7008) +- added a new req on perl(Config::Any) (version 0.08) +- added a new req on perl(Data::Visitor) (version 0.24) +- added a new req on perl(MRO::Compat) (version 0.09) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.23-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* 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/F-11/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 8 Aug 2009 18:54:55 -0000 1.6 @@ -1 +1 @@ -add762f2be35c9da2b6a61b4bc367588 Catalyst-Plugin-ConfigLoader-0.22.tar.gz +d6ad7bd4d7ae010d1e310d4de3518b9b Catalyst-Plugin-ConfigLoader-0.25.tar.gz From cweyl at fedoraproject.org Sat Aug 8 18:56:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 18:56:24 +0000 (UTC) Subject: rpms/perl-App-Cmd/devel .cvsignore, 1.3, 1.4 perl-App-Cmd.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090808185624.BEE9A11C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cmd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23024 Modified Files: .cvsignore perl-App-Cmd.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.204-1 - auto-update to 0.204 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new req on perl(Getopt::Long::Descriptive) (version 0.06) - added a new req on perl(Module::Pluggable::Object) (version 0) - added a new req on perl(Sub::Exporter) (version 0.975) - added a new req on perl(Sub::Install) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 19 Feb 2009 01:07:14 -0000 1.3 +++ .cvsignore 8 Aug 2009 18:56:24 -0000 1.4 @@ -1 +1 @@ -App-Cmd-0.203.tar.gz +App-Cmd-0.204.tar.gz Index: perl-App-Cmd.spec =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/perl-App-Cmd.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-App-Cmd.spec 26 Jul 2009 01:41:05 -0000 1.6 +++ perl-App-Cmd.spec 8 Aug 2009 18:56:24 -0000 1.7 @@ -1,18 +1,17 @@ - -Name: perl-App-Cmd -Version: 0.203 -Release: 3%{?dist} +Name: perl-App-Cmd +Version: 0.204 +Release: 1%{?dist} # see lib/App/Cmd.pm -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Write command line apps with less suffering -Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz +Summary: Write command line apps with less suffering +Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cmd -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(Getopt::Long::Descriptive) >= 0.06 BuildRequires: perl(IO::TieCombine) >= 1 BuildRequires: perl(Module::Pluggable::Object) @@ -20,6 +19,12 @@ BuildRequires: perl(Sub::Exporter) >= 0. BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(Getopt::Long::Descriptive) >= 0.06 +Requires: perl(Module::Pluggable::Object) +Requires: perl(Sub::Exporter) >= 0.975 +Requires: perl(Sub::Install) + %description App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things @@ -30,7 +35,7 @@ For information on how to start using Ap %prep %setup -q -n App-Cmd-%{version} -perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t +perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... @@ -68,15 +73,23 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes LICENSE README t/ +%doc Changes LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sat Aug 08 2009 Chris Weyl 0.204-1 +- auto-update to 0.204 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new req on perl(Getopt::Long::Descriptive) (version 0.06) +- added a new req on perl(Module::Pluggable::Object) (version 0) +- added a new req on perl(Sub::Exporter) (version 0.975) +- added a new req on perl(Sub::Install) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.203-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -98,4 +111,3 @@ rm -rf %{buildroot} * Mon Oct 27 2008 Chris Weyl 0.202-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 19 Feb 2009 01:07:15 -0000 1.3 +++ sources 8 Aug 2009 18:56:24 -0000 1.4 @@ -1 +1 @@ -285a338f65f062018b1f12b875d90505 App-Cmd-0.203.tar.gz +779f2a6291f794b449767db600c40f27 App-Cmd-0.204.tar.gz From cweyl at fedoraproject.org Sat Aug 8 18:57:14 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 18:57:14 +0000 (UTC) Subject: rpms/perl-App-Cache/F-11 perl-App-Cache.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090808185714.581A511C0425@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cache/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23307 Modified Files: perl-App-Cache.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.36-1 - auto-update to 0.36 (by cpan-spec-update 0.01) - added a new req on perl(File::Find::Rule) (version 0) - added a new req on perl(File::HomeDir) (version 0) - added a new req on perl(File::stat) (version 0) - added a new req on perl(HTTP::Cookies) (version 0) - added a new req on perl(LWP::UserAgent) (version 0) - added a new req on perl(Path::Class) (version 0) - added a new req on perl(Storable) (version 0) Index: perl-App-Cache.spec =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/F-11/perl-App-Cache.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-App-Cache.spec 7 Mar 2009 20:37:58 -0000 1.1 +++ perl-App-Cache.spec 8 Aug 2009 18:57:13 -0000 1.2 @@ -1,13 +1,13 @@ -Name: perl-App-Cache -Version: 0.35 +Name: perl-App-Cache +Version: 0.36 Release: 1%{?dist} # lib/App/Cache.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Easy application-level caching -Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz +Summary: Easy application-level caching +Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cache -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -28,6 +28,15 @@ BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) +### auto-added reqs! +Requires: perl(File::Find::Rule) +Requires: perl(File::HomeDir) +Requires: perl(File::stat) +Requires: perl(HTTP::Cookies) +Requires: perl(LWP::UserAgent) +Requires: perl(Path::Class) +Requires: perl(Storable) + %description The App::Cache module lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving @@ -35,10 +44,10 @@ information from the network or when it For example, the Parse::BACKPAN::Packages module downloads a file off the net and parses it, creating a data structure. Only then can it actually provide any useful information for the programmer. Parse::BACKPAN::Packages -uses App::Cache to cache both the file download and data structures, +uses App::Cache to cache both the file download and data structures, providing much faster use when the data is cached. This module stores data -in the home directory of the user, in a dot directory. For example, the -Parse::BACKPAN::Packages cache is actually stored underneath +in the home directory of the user, in a dot directory. For example, the +Parse::BACKPAN::Packages cache is actually stored underneath "~/.parse_backpan_packages/cache/". This is so that permisssions are not a problem -- it is a per-user, per-application cache. @@ -62,19 +71,31 @@ 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 +* Sat Aug 08 2009 Chris Weyl 0.36-1 +- auto-update to 0.36 (by cpan-spec-update 0.01) +- added a new req on perl(File::Find::Rule) (version 0) +- added a new req on perl(File::HomeDir) (version 0) +- added a new req on perl(File::stat) (version 0) +- added a new req on perl(HTTP::Cookies) (version 0) +- added a new req on perl(LWP::UserAgent) (version 0) +- added a new req on perl(Path::Class) (version 0) +- added a new req on perl(Storable) (version 0) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.35-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Mar 05 2009 Chris Weyl 0.35-1 - submission * Thu Mar 05 2009 Chris Weyl 0.35-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 7 Mar 2009 20:37:58 -0000 1.2 +++ sources 8 Aug 2009 18:57:14 -0000 1.3 @@ -1 +1 @@ -3483ed94401531d16ceab63d57b8da6e App-Cache-0.35.tar.gz +9ad0fbe89b953219f89057e55171cca8 App-Cache-0.36.tar.gz From cweyl at fedoraproject.org Sat Aug 8 19:11:04 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 19:11:04 +0000 (UTC) Subject: rpms/perl-DBIx-Class-DateTime-Epoch/devel perl-DBIx-Class-DateTime-Epoch.spec, 1.4, 1.5 Message-ID: <20090808191104.C094611C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class-DateTime-Epoch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27006 Modified Files: perl-DBIx-Class-DateTime-Epoch.spec Log Message: * Sat Aug 08 2009 Chris Weyl 0.05-4 - adjust file ownership Index: perl-DBIx-Class-DateTime-Epoch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class-DateTime-Epoch/devel/perl-DBIx-Class-DateTime-Epoch.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-DBIx-Class-DateTime-Epoch.spec 26 Jul 2009 05:23:16 -0000 1.4 +++ perl-DBIx-Class-DateTime-Epoch.spec 8 Aug 2009 19:11:04 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-DBIx-Class-DateTime-Epoch Version: 0.05 -Release: 3%{?dist} +Release: 4%{?dist} # lib/DBIx/Class/DateTime/Epoch.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries @@ -58,10 +58,13 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README -%{perl_vendorlib}/DBIx/Class/* +%{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sat Aug 08 2009 Chris Weyl 0.05-4 +- adjust file ownership + * Sat Jul 25 2009 Fedora Release Engineering - 0.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cweyl at fedoraproject.org Sat Aug 8 19:11:28 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 8 Aug 2009 19:11:28 +0000 (UTC) Subject: rpms/perl-App-Cmd/F-11 perl-App-Cmd.spec,1.5,1.6 sources,1.3,1.4 Message-ID: <20090808191128.24E6711C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cmd/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27155 Modified Files: perl-App-Cmd.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.204-1 - auto-update to 0.204 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new req on perl(Getopt::Long::Descriptive) (version 0.06) - added a new req on perl(Module::Pluggable::Object) (version 0) - added a new req on perl(Sub::Exporter) (version 0.975) - added a new req on perl(Sub::Install) (version 0) Index: perl-App-Cmd.spec =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/F-11/perl-App-Cmd.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-App-Cmd.spec 26 Feb 2009 11:00:28 -0000 1.5 +++ perl-App-Cmd.spec 8 Aug 2009 19:11:27 -0000 1.6 @@ -1,18 +1,17 @@ - -Name: perl-App-Cmd -Version: 0.203 -Release: 2%{?dist} +Name: perl-App-Cmd +Version: 0.204 +Release: 1%{?dist} # see lib/App/Cmd.pm -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Write command line apps with less suffering -Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz +Summary: Write command line apps with less suffering +Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cmd -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(Getopt::Long::Descriptive) >= 0.06 BuildRequires: perl(IO::TieCombine) >= 1 BuildRequires: perl(Module::Pluggable::Object) @@ -20,6 +19,12 @@ BuildRequires: perl(Sub::Exporter) >= 0. BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(Getopt::Long::Descriptive) >= 0.06 +Requires: perl(Module::Pluggable::Object) +Requires: perl(Sub::Exporter) >= 0.975 +Requires: perl(Sub::Install) + %description App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things @@ -30,7 +35,7 @@ For information on how to start using Ap %prep %setup -q -n App-Cmd-%{version} -perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t +perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... @@ -68,15 +73,26 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes LICENSE README t/ +%doc Changes LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sat Aug 08 2009 Chris Weyl 0.204-1 +- auto-update to 0.204 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new req on perl(Getopt::Long::Descriptive) (version 0.06) +- added a new req on perl(Module::Pluggable::Object) (version 0) +- added a new req on perl(Sub::Exporter) (version 0.975) +- added a new req on perl(Sub::Install) (version 0) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.203-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.203-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -95,4 +111,3 @@ rm -rf %{buildroot} * Mon Oct 27 2008 Chris Weyl 0.202-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 19 Feb 2009 01:07:15 -0000 1.3 +++ sources 8 Aug 2009 19:11:28 -0000 1.4 @@ -1 +1 @@ -285a338f65f062018b1f12b875d90505 App-Cmd-0.203.tar.gz +779f2a6291f794b449767db600c40f27 App-Cmd-0.204.tar.gz From bugzilla at redhat.com Sat Aug 8 19:15:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 8 Aug 2009 15:15:13 -0400 Subject: [Bug 511742] FTBFS perl-DBIx-Class-Schema-Loader-0.04005-3.fc11 In-Reply-To: References: Message-ID: <200908081915.n78JFDbR021381@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=511742 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #8 from Chris Weyl 2009-08-08 15:15:12 EDT --- Thanks Ralf! :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From rc040203 at freenet.de Sun Aug 9 05:00:05 2009 From: rc040203 at freenet.de (Ralf Corsepius) Date: Sun, 09 Aug 2009 07:00:05 +0200 Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader In-Reply-To: <1249755781.3310.5.camel@localhost.localdomain> References: <20090808094037.3A4571F821E@releng2.fedora.phx.redhat.com> <4A7DA8B2.9030700@freenet.de> <1249755781.3310.5.camel@localhost.localdomain> Message-ID: <4A7E57D5.6060300@freenet.de> On 08/08/2009 08:23 PM, Jesse Keating wrote: > On Sat, 2009-08-08 at 18:32 +0200, Ralf Corsepius wrote: > >> This bug was fixed in >> perl-DBIx-Class-Schema-Loader-0.04006-5.fc12.noarch.rpm >> Wed, 05 Aug 2009 12:13:03 UTC (3 days ago). >> >> cf. http://koji.fedoraproject.org/koji/buildinfo?buildID=125804 >> >> No idea, why these broken "broken deps" messages are still being >> issued. >> >> Ralf >> > Because we're in a freeze, and no builds get tagged for rawhide without > a request and rational to releng. > OK, the same old defunctional rel-eng process showing its harmful effects. From rc040203 at freenet.de Sun Aug 9 05:00:05 2009 From: rc040203 at freenet.de (Ralf Corsepius) Date: Sun, 09 Aug 2009 07:00:05 +0200 Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader In-Reply-To: <1249755781.3310.5.camel@localhost.localdomain> References: <20090808094037.3A4571F821E@releng2.fedora.phx.redhat.com> <4A7DA8B2.9030700@freenet.de> <1249755781.3310.5.camel@localhost.localdomain> Message-ID: <4A7E57D5.6060300@freenet.de> On 08/08/2009 08:23 PM, Jesse Keating wrote: > On Sat, 2009-08-08 at 18:32 +0200, Ralf Corsepius wrote: > >> This bug was fixed in >> perl-DBIx-Class-Schema-Loader-0.04006-5.fc12.noarch.rpm >> Wed, 05 Aug 2009 12:13:03 UTC (3 days ago). >> >> cf. http://koji.fedoraproject.org/koji/buildinfo?buildID=125804 >> >> No idea, why these broken "broken deps" messages are still being >> issued. >> >> Ralf >> > Because we're in a freeze, and no builds get tagged for rawhide without > a request and rational to releng. > OK, the same old defunctional rel-eng process showing its harmful effects. From buildsys at fedoraproject.org Sun Aug 9 10:21:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 9 Aug 2009 10:21:23 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090809102123.34A7D1F821A@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From bugzilla at redhat.com Sun Aug 9 18:27:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 9 Aug 2009 14:27:14 -0400 Subject: [Bug 516442] New: don't provide nopaste Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: don't provide nopaste https://bugzilla.redhat.com/show_bug.cgi?id=516442 Summary: don't provide nopaste Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-App-Nopaste AssignedTo: iarnell at gmail.com ReportedBy: josephine.tannhauser at googlemail.com QAContact: extras-qa at fedoraproject.org CC: iarnell at gmail.com, fedora-perl-devel-list at redhat.com Classification: Fedora Description of problem: this package provides nopaste Version-Release number of selected component (if applicable): all dont provide nopaste in this package and revive nopaste for EL-4 EL-5 and devel -- Configure bugmail: 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 Aug 10 03:44:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 9 Aug 2009 23:44:20 -0400 Subject: [Bug 516442] don't provide nopaste In-Reply-To: References: Message-ID: <200908100344.n7A3iKxO009262@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=516442 --- Comment #1 from Iain Arnell 2009-08-09 23:44:19 EDT --- I'm happy to see that the ruby nopaste can be revived in EPEL, but I'm not so keen to see it resurrected elsewhere (what happens when pastebin.com goes away? another two month wait for an update?). The major benefit of the perl implementation is that it is resilient to these problems - if one site goes down, it automatically tries a different one. We've worked to alleviate Jason's concerns (in Bug #504108, comment 10): reducing the the size and number of dependencies pulled in by the perl version - there's still a fair few that are necessary, but they're all tiny (apart from perl itself, of course, but pretty much everyone has that already). I don't really see that as much of a problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From buildsys at fedoraproject.org Mon Aug 10 10:32:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 10 Aug 2009 10:32:30 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090810103230.C49861F8224@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From iarnell at fedoraproject.org Mon Aug 10 16:50:00 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 10 Aug 2009 16:50:00 +0000 (UTC) Subject: rpms/perl-Lexical-Persistence/devel .cvsignore, 1.2, 1.3 perl-Lexical-Persistence.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090810165000.19EB011C0344@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Lexical-Persistence/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21928 Modified Files: .cvsignore perl-Lexical-Persistence.spec sources Log Message: * Mon Aug 10 2009 Iain Arnell 1.01-1 - update to latest upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lexical-Persistence/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 23 Apr 2009 19:29:41 -0000 1.2 +++ .cvsignore 10 Aug 2009 16:49:59 -0000 1.3 @@ -1 +1 @@ -Lexical-Persistence-0.98.tar.gz +Lexical-Persistence-1.01.tar.gz Index: perl-Lexical-Persistence.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lexical-Persistence/devel/perl-Lexical-Persistence.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Lexical-Persistence.spec 26 Jul 2009 08:56:42 -0000 1.2 +++ perl-Lexical-Persistence.spec 10 Aug 2009 16:49:59 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Lexical-Persistence -Version: 0.98 -Release: 2%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Persistent lexical variable values for arbitrary calls License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Aug 10 2009 Iain Arnell 1.01-1 +- update to latest upstream version + * Sun Jul 26 2009 Fedora Release Engineering - 0.98-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lexical-Persistence/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 23 Apr 2009 19:29:41 -0000 1.2 +++ sources 10 Aug 2009 16:49:59 -0000 1.3 @@ -1 +1 @@ -d01cb510432a1ccba61d4b02520f99e4 Lexical-Persistence-0.98.tar.gz +7ee0629d4454c2c48716bdbd1c5761d6 Lexical-Persistence-1.01.tar.gz From steve at fedoraproject.org Mon Aug 10 20:22:19 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 10 Aug 2009 20:22:19 +0000 (UTC) Subject: rpms/amavisd-new/devel amavisd-snmp.init, NONE, 1.1 .cvsignore, 1.12, 1.13 amavisd-conf.patch, 1.7, 1.8 amavisd-new.spec, 1.26, 1.27 sources, 1.12, 1.13 Message-ID: <20090810202219.47E8211C0344@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/amavisd-new/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7257 Modified Files: .cvsignore amavisd-conf.patch amavisd-new.spec sources Added Files: amavisd-snmp.init Log Message: Update to 2.6.4. Make a snmp sub-package for amavisd-snmp-subagent. --- NEW FILE amavisd-snmp.init --- #!/bin/sh # # amavisd-snmp: Init script for amavisd-snmp-subagent # # chkconfig: - 79 31 # description: Exports amavisd SNMP data # pidfile: /var/run/amavisd-snmp-subagent.pid # Source function library. . /etc/init.d/functions RETVAL=0 start() { echo -n $"Starting amavisd-snmp-subagent: " [ $RETVAL -eq 0 ] && { daemon amavisd-snmp-subagent -P /var/run/amavisd-snmp-subagent.pid; RETVAL=$?; }; [ $RETVAL -eq 0 ] && { touch /var/lock/subsys/amavisd-snmp-subagent; RETVAL=$?; }; [ $RETVAL -eq 0 ] && echo_success || echo_failure echo } stop() { echo -n $"Shutting down amavisd-snmp-subagent: " kill $( cat /var/run/amavisd-snmp-subagent.pid ) || RETVAL=1 [ $RETVAL -eq 0 ] && { rm -f /var/lock/subsys/amavisd-snmp-subagent; RETVAL=$?; }; [ $RETVAL -eq 0 ] && echo_success || echo_failure echo } restart() { stop start } # See how we were called. case "$1" in start) start ;; stop) stop ;; status) status amavisd-snmp-subagent ;; reload) restart ;; restart) restart ;; condrestart) [ -f /var/lock/subsys/amavisd-snmp-subagent ] && restart || : ;; *) echo $"Usage: $0 {start|stop|status|restart|condrestart}" exit 1 esac exit $RETVAL Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- .cvsignore 17 Dec 2008 17:03:45 -0000 1.12 +++ .cvsignore 10 Aug 2009 20:22:18 -0000 1.13 @@ -1 +1 @@ -amavisd-new-2.6.2.tar.gz +amavisd-new-2.6.4.tar.gz amavisd-conf.patch: amavisd.conf | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) Index: amavisd-conf.patch =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-conf.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- amavisd-conf.patch 1 Mar 2009 18:38:53 -0000 1.7 +++ amavisd-conf.patch 10 Aug 2009 20:22:19 -0000 1.8 @@ -1,5 +1,5 @@ ---- amavisd-new-2.6.2/amavisd.conf 2008-12-15 01:50:03.000000000 +0100 -+++ amavisd-new-2.6.2/amavisd.conf.conf 2009-03-01 19:11:48.000000000 +0100 +--- amavisd-new-2.6.4/amavisd.conf.orig 2009-06-25 07:38:47.000000000 -0500 ++++ amavisd-new-2.6.4/amavisd.conf 2009-08-10 14:28:13.000000000 -0500 @@ -15,25 +15,25 @@ # $bypass_decode_parts = 1; # controls running of decoders&dearchivers @@ -70,11 +70,11 @@ # ### http://www.clamav.net/ -# ['ClamAV-clamd', -# \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], --# qr/\bOK$/, qr/\bFOUND$/, +-# qr/\bOK$/m, qr/\bFOUND$/m, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ], +['ClamAV-clamd', + \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], -+ qr/\bOK$/, qr/\bFOUND$/, ++ qr/\bOK$/m, qr/\bFOUND$/m, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ], # # NOTE: run clamd under the same user as amavisd, or run it under its own # # uid such as clamav, add user clamav to the amavis group, and then add Index: amavisd-new.spec =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- amavisd-new.spec 24 Jul 2009 16:50:06 -0000 1.26 +++ amavisd-new.spec 10 Aug 2009 20:22:19 -0000 1.27 @@ -2,8 +2,8 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.6.2 -Release: 4%{?prerelease:.%{prerelease}}%{?dist} +Version: 2.6.4 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} # LDAP schema is GFDL, some helpers are BSD, core is GPLv2+ License: GPLv2+ and BSD and GFDL Group: Applications/System @@ -15,6 +15,7 @@ Source3: amavis-clamd.sysconfig Source4: README.fedora Source5: README.quarantine Source6: amavisd.cron +Source7: amavisd-snmp.init Patch0: amavisd-conf.patch Patch1: amavisd-init.patch Patch2: amavisd-condrestart.patch @@ -78,6 +79,15 @@ Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service BuildArch: noarch +%package snmp +Group: Applications/System +Summary: Exports amavisd SNMP data +Requires: %{name} = %{version}-%{release} +Requires(post): /sbin/chkconfig +Requires(post): /sbin/service +Requires(preun): /sbin/chkconfig +Requires(preun): /sbin/service + %description amavisd-new is a high-performance and reliable interface between mailer (MTA) and one or more content checkers: virus scanners, and/or @@ -86,6 +96,18 @@ reliability, portability and maintainabi or LMTP, or by using helper programs. No timing gaps exist in the design which could cause a mail loss. +%description snmp +This package contains the program amavisd-snmp-subagent, which can be +used as a SNMP AgentX, exporting amavisd statistical counters database +(snmp.db) as well as a child process status database (nanny.db) to a +SNMP daemon supporting the AgentX protocol (RFC 2741), such as NET-SNMP. + +It is similar to combined existing utility programs amavisd-agent and +amavisd-nanny, but instead of writing results as text to stdout, it +exports data to a SNMP server running on a host (same or remote), making +them available to SNMP clients (such a Cacti or mrtg) for monitoring or +alerting purposes. + %prep %setup -q -n %{name}-%{version}%{?prerelease:-%{prerelease}} %patch0 -p1 @@ -102,7 +124,7 @@ sed -i -e 's,/var/amavis/amavisd.sock\>, rm -rf "$RPM_BUILD_ROOT" mkdir -p $RPM_BUILD_ROOT%{_sbindir} -install -m755 amavisd $RPM_BUILD_ROOT%{_sbindir}/ +install -m755 amavisd{,-snmp-subagent} $RPM_BUILD_ROOT%{_sbindir}/ ( cd $RPM_BUILD_ROOT%{_sbindir} && ln -s clamd clamd.amavisd ) mkdir -p $RPM_BUILD_ROOT%{_bindir} @@ -111,6 +133,7 @@ install -m755 amavisd-{agent,nanny,relea mkdir -p $RPM_BUILD_ROOT%{_initrddir} install -m755 amavisd_init.sh $RPM_BUILD_ROOT%{_initrddir}/amavisd install -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/clamd.amavisd +install -m755 %{SOURCE7} $RPM_BUILD_ROOT%{_initrddir}/amavisd-snmp mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/amavisd install -m644 amavisd.conf $RPM_BUILD_ROOT%{_sysconfdir}/amavisd/ @@ -144,12 +167,22 @@ if [ "$1" = 0 ]; then /sbin/chkconfig --del clamd.amavisd || : fi +%preun snmp +if [ "$1" = 0 ]; then + /sbin/service amavisd-snmp stop 2>/dev/null || : + /sbin/chkconfig --del amavisd-snmp || : +fi + %post /sbin/chkconfig --add clamd.amavisd || : /sbin/service clamd.amavisd condrestart || : /sbin/chkconfig --add amavisd || : /sbin/service amavisd condrestart || : +%post snmp +/sbin/chkconfig --add amavisd-snmp || : +/sbin/service amavisd-snmp condrestart || : + %files %defattr(-,root,root) %doc AAAREADME.first LDAP.schema LICENSE RELEASE_NOTES TODO @@ -171,7 +204,16 @@ fi %dir %attr(755,amavis,amavis) /var/run/amavisd %ghost /var/spool/amavisd/clamd.sock +%files snmp +%defattr(-,root,root) +%attr(755,root,root) %{_initrddir}/amavisd-snmp +%{_sbindir}/amavisd-snmp-subagent + %changelog +* Mon Aug 10 2009 Steven Pritchard 2.6.4-1 +- Update to 2.6.4. +- Make a snmp sub-package for amavisd-snmp-subagent. + * Fri Jul 24 2009 Fedora Release Engineering - 2.6.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- sources 17 Dec 2008 17:03:45 -0000 1.12 +++ sources 10 Aug 2009 20:22:19 -0000 1.13 @@ -1 +1 @@ -0b3b0ef8771af8e4a950e7381d42adbd amavisd-new-2.6.2.tar.gz +03d31657f14cd64c1cb38786214234b4 amavisd-new-2.6.4.tar.gz From kwizart at fedoraproject.org Tue Aug 11 07:17:04 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Tue, 11 Aug 2009 07:17:04 +0000 (UTC) Subject: rpms/perl-IO-Async/devel import.log, NONE, 1.1 perl-IO-Async.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090811071704.A9B8E11C00D7@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-IO-Async/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22281/devel Modified Files: .cvsignore sources Added Files: import.log perl-IO-Async.spec Log Message: Initial import for devel --- NEW FILE import.log --- perl-IO-Async-0_22-1_fc11:HEAD:perl-IO-Async-0.22-1.fc11.src.rpm:1249974999 --- NEW FILE perl-IO-Async.spec --- Name: perl-IO-Async Version: 0.22 Release: 1%{?dist} Summary: A collection of modules that implement asynchronous filehandle IO Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/IO-Async/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Heap) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Refcount) BuildRequires: perl(Socket::GetAddrInfo) >= 0.08 BuildRequires: perl(Async::MergePoint) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description A collection of modules that implement asynchronous filehandle IO %prep %setup -q -n IO-Async-%{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 {} ';' %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Mon Jul 20 2009 kwizart < kwizart at gmail.com > - 0.22-1 - Update to 0.22 * Thu Jul 9 2009 kwizart < kwizart at gmail.com > - 0.21-1 - Initial spec Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Aug 2009 05:01:01 -0000 1.1 +++ .cvsignore 11 Aug 2009 07:17:03 -0000 1.2 @@ -0,0 +1 @@ +IO-Async-0.22.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Aug 2009 05:01:02 -0000 1.1 +++ sources 11 Aug 2009 07:17:03 -0000 1.2 @@ -0,0 +1 @@ +92cfc798a468e32aa1bd3d85ef1029e1 IO-Async-0.22.tar.gz From kwizart at fedoraproject.org Tue Aug 11 07:19:03 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Tue, 11 Aug 2009 07:19:03 +0000 (UTC) Subject: rpms/perl-IO-Async/devel perl-IO-Async.spec,1.1,1.2 Message-ID: <20090811071904.06FB711C00D7@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-IO-Async/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22533 Modified Files: perl-IO-Async.spec Log Message: Add missing BR Index: perl-IO-Async.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/devel/perl-IO-Async.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-IO-Async.spec 11 Aug 2009 07:17:03 -0000 1.1 +++ perl-IO-Async.spec 11 Aug 2009 07:19:03 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-IO-Async Version: 0.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of modules that implement asynchronous filehandle IO Group: Development/Libraries @@ -14,6 +14,7 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Heap) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Refcount) BuildRequires: perl(Socket::GetAddrInfo) >= 0.08 BuildRequires: perl(Async::MergePoint) @@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 11 2009 kwizart < kwizart at gmail.com > - 0.22-2 +- Add Missing BR + * Mon Jul 20 2009 kwizart < kwizart at gmail.com > - 0.22-1 - Update to 0.22 From kwizart at fedoraproject.org Tue Aug 11 07:20:59 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Tue, 11 Aug 2009 07:20:59 +0000 (UTC) Subject: rpms/perl-IO-Async/F-11 perl-IO-Async.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090811072059.65C9611C00D7@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-IO-Async/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22813 Modified Files: sources Added Files: perl-IO-Async.spec Log Message: Initial import for F-11 --- NEW FILE perl-IO-Async.spec --- Name: perl-IO-Async Version: 0.22 Release: 2%{?dist} Summary: A collection of modules that implement asynchronous filehandle IO Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/IO-Async/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Heap) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Refcount) BuildRequires: perl(Socket::GetAddrInfo) >= 0.08 BuildRequires: perl(Async::MergePoint) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description A collection of modules that implement asynchronous filehandle IO %prep %setup -q -n IO-Async-%{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 {} ';' %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Aug 11 2009 kwizart < kwizart at gmail.com > - 0.22-2 - Add Missing BR * Mon Jul 20 2009 kwizart < kwizart at gmail.com > - 0.22-1 - Update to 0.22 * Thu Jul 9 2009 kwizart < kwizart at gmail.com > - 0.21-1 - Initial spec Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Aug 2009 05:01:02 -0000 1.1 +++ sources 11 Aug 2009 07:20:59 -0000 1.2 @@ -0,0 +1 @@ +92cfc798a468e32aa1bd3d85ef1029e1 IO-Async-0.22.tar.gz From kwizart at fedoraproject.org Tue Aug 11 07:22:07 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Tue, 11 Aug 2009 07:22:07 +0000 (UTC) Subject: rpms/perl-IO-Async/F-10 perl-IO-Async.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090811072207.B03DB11C00D7@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-IO-Async/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23078 Modified Files: sources Added Files: perl-IO-Async.spec Log Message: Initial import for F-10 --- NEW FILE perl-IO-Async.spec --- Name: perl-IO-Async Version: 0.22 Release: 2%{?dist} Summary: A collection of modules that implement asynchronous filehandle IO Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/IO-Async/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Heap) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Refcount) BuildRequires: perl(Socket::GetAddrInfo) >= 0.08 BuildRequires: perl(Async::MergePoint) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description A collection of modules that implement asynchronous filehandle IO %prep %setup -q -n IO-Async-%{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 {} ';' %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Aug 11 2009 kwizart < kwizart at gmail.com > - 0.22-2 - Add Missing BR * Mon Jul 20 2009 kwizart < kwizart at gmail.com > - 0.22-1 - Update to 0.22 * Thu Jul 9 2009 kwizart < kwizart at gmail.com > - 0.21-1 - Initial spec Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Aug 2009 05:01:02 -0000 1.1 +++ sources 11 Aug 2009 07:22:07 -0000 1.2 @@ -0,0 +1 @@ +92cfc798a468e32aa1bd3d85ef1029e1 IO-Async-0.22.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:41:53 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:41:53 +0000 (UTC) Subject: rpms/perl-MooseX-Storage/devel .cvsignore, 1.3, 1.4 perl-MooseX-Storage.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090811074153.9A27F11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Storage/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26417 Modified Files: .cvsignore perl-MooseX-Storage.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.21-1 - auto-update to 0.21 (by cpan-spec-update 0.01) - added a new req on perl(Moose) (version 0.39) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Storage/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 4 Jun 2009 04:33:56 -0000 1.3 +++ .cvsignore 11 Aug 2009 07:41:53 -0000 1.4 @@ -1 +1 @@ -MooseX-Storage-0.18.tar.gz +MooseX-Storage-0.21.tar.gz Index: perl-MooseX-Storage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Storage/devel/perl-MooseX-Storage.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-MooseX-Storage.spec 26 Jul 2009 11:31:34 -0000 1.4 +++ perl-MooseX-Storage.spec 11 Aug 2009 07:41:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-MooseX-Storage -Version: 0.18 -Release: 3%{?dist} +Version: 0.21 +Release: 1%{?dist} # lib/MooseX/Storage.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries @@ -41,9 +41,12 @@ BuildRequires: perl(Test::JSON) # testing, until RHBZ#495401 is resolved BuildRequires: perl(YAML) BuildRequires: perl(YAML::Syck) -# until bundled M::I is updated +# auto_install() BuildRequires: perl(CPAN) +### auto-added reqs! +Requires: perl(Moose) >= 0.39 + %description MooseX::Storage is a serialization framework for Moose, it provides a very flexible and highly pluggable way to serialize Moose classes to a @@ -85,6 +88,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Tue Aug 11 2009 Chris Weyl 0.21-1 +- auto-update to 0.21 (by cpan-spec-update 0.01) +- added a new req on perl(Moose) (version 0.39) + * Sun Jul 26 2009 Fedora Release Engineering - 0.18-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Storage/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 4 Jun 2009 04:33:56 -0000 1.3 +++ sources 11 Aug 2009 07:41:53 -0000 1.4 @@ -1 +1 @@ -680fca0f63f7910fed8c52805bc579e2 MooseX-Storage-0.18.tar.gz +ddc11e02464e68cbdac09adff88fe9ce MooseX-Storage-0.21.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:45:08 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:45:08 +0000 (UTC) Subject: rpms/perl-CSS-Minifier-XS/devel .cvsignore, 1.2, 1.3 perl-CSS-Minifier-XS.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090811074508.9820C11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-CSS-Minifier-XS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26975 Modified Files: .cvsignore perl-CSS-Minifier-XS.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.04-1 - auto-update to 0.04 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-CSS-Minifier-XS/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 12 Apr 2009 21:01:06 -0000 1.2 +++ .cvsignore 11 Aug 2009 07:45:08 -0000 1.3 @@ -1 +1 @@ -CSS-Minifier-XS-0.03.tar.gz +CSS-Minifier-XS-0.04.tar.gz Index: perl-CSS-Minifier-XS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-CSS-Minifier-XS/devel/perl-CSS-Minifier-XS.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-CSS-Minifier-XS.spec 26 Jul 2009 04:03:11 -0000 1.2 +++ perl-CSS-Minifier-XS.spec 11 Aug 2009 07:45:08 -0000 1.3 @@ -1,13 +1,13 @@ -Name: perl-CSS-Minifier-XS -Version: 0.03 -Release: 2%{?dist} +Name: perl-CSS-Minifier-XS +Version: 0.04 +Release: 1%{?dist} # lib/CSS/Minifier/XS.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: XS based CSS minifier -Source: http://search.cpan.org/CPAN/authors/id/G/GT/GTERMARS/CSS-Minifier-XS-%{version}.tar.gz +Summary: XS based CSS minifier +Source: http://search.cpan.org/CPAN/authors/id/G/GT/GTERMARS/CSS-Minifier-XS-%{version}.tar.gz Url: http://search.cpan.org/dist/CSS-Minifier-XS -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) @@ -51,16 +51,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_vendorarch}/* %exclude %dir %{perl_vendorarch}/auto %{_mandir}/man3/*.3* %changelog +* Tue Aug 11 2009 Chris Weyl 0.04-1 +- auto-update to 0.04 (by cpan-spec-update 0.01) + * Sat Jul 25 2009 Fedora Release Engineering - 0.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -70,4 +73,3 @@ rm -rf %{buildroot} * Fri Apr 10 2009 Chris Weyl 0.03-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-CSS-Minifier-XS/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 12 Apr 2009 21:01:06 -0000 1.2 +++ sources 11 Aug 2009 07:45:08 -0000 1.3 @@ -1 +1 @@ -31522fe802f1dbfbc7e079ab8b70df76 CSS-Minifier-XS-0.03.tar.gz +44cbafa17d0ddd7a5e554392cc850c0d CSS-Minifier-XS-0.04.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:46:28 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:46:28 +0000 (UTC) Subject: rpms/perl-MooseX-Storage/F-11 sources,1.2,1.3 Message-ID: <20090811074628.3115411C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Storage/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27306 Modified Files: sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.21-1 - auto-update to 0.21 (by cpan-spec-update 0.01) - added a new req on perl(Moose) (version 0.39) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Storage/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 16 Jun 2009 15:12:13 -0000 1.2 +++ sources 11 Aug 2009 07:46:28 -0000 1.3 @@ -1 +1 @@ -680fca0f63f7910fed8c52805bc579e2 MooseX-Storage-0.18.tar.gz +ddc11e02464e68cbdac09adff88fe9ce MooseX-Storage-0.21.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:47:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:47:24 +0000 (UTC) Subject: rpms/perl-FCGI-ProcManager/devel .cvsignore, 1.2, 1.3 perl-FCGI-ProcManager.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090811074724.C13EE11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-FCGI-ProcManager/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27606 Modified Files: .cvsignore perl-FCGI-ProcManager.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.19-1 - auto-update to 0.19 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-FCGI-ProcManager/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 18 Feb 2009 21:16:00 -0000 1.2 +++ .cvsignore 11 Aug 2009 07:47:24 -0000 1.3 @@ -1 +1 @@ -FCGI-ProcManager-0.18.tar.gz +FCGI-ProcManager-0.19.tar.gz Index: perl-FCGI-ProcManager.spec =================================================================== RCS file: /cvs/extras/rpms/perl-FCGI-ProcManager/devel/perl-FCGI-ProcManager.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-FCGI-ProcManager.spec 26 Jul 2009 05:56:44 -0000 1.3 +++ perl-FCGI-ProcManager.spec 11 Aug 2009 07:47:24 -0000 1.4 @@ -1,13 +1,13 @@ -Name: perl-FCGI-ProcManager -Version: 0.18 -Release: 3%{?dist} +Name: perl-FCGI-ProcManager +Version: 0.19 +Release: 1%{?dist} # ProcManager.pm -> LGPLv2, LGPLv3 License: LGPLv2+ Group: Development/Libraries -Summary: A FastCGI process manager -Source: http://search.cpan.org/CPAN/authors/id/G/GB/GBJK/FCGI-ProcManager-%{version}.tar.gz +Summary: A FastCGI process manager +Source: http://search.cpan.org/CPAN/authors/id/G/GB/GBJK/FCGI-ProcManager-%{version}.tar.gz Url: http://search.cpan.org/dist/FCGI-ProcManager -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 @@ -16,7 +16,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test) %description -FCGI::ProcManager is used to serve as a FastCGI process manager. By +FCGI::ProcManager is used to serve as a FastCGI process manager. By reimplementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process management. @@ -42,15 +42,18 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc README ChangeLog COPYING +%doc README ChangeLog COPYING %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue Aug 11 2009 Chris Weyl 0.19-1 +- auto-update to 0.19 (by cpan-spec-update 0.01) + * Sat Jul 25 2009 Fedora Release Engineering - 0.18-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -63,4 +66,3 @@ rm -rf %{buildroot} * Sat Feb 14 2009 Chris Weyl 0.18-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-FCGI-ProcManager/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 18 Feb 2009 21:16:01 -0000 1.2 +++ sources 11 Aug 2009 07:47:24 -0000 1.3 @@ -1 +1 @@ -223f75818b1bc2f06c3c95c096b9a708 FCGI-ProcManager-0.18.tar.gz +85b4eb5203f0adbf14bed39a258b9a59 FCGI-ProcManager-0.19.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:52:02 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:52:02 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/devel .cvsignore, 1.6, 1.7 perl-Git-CPAN-Patch.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <20090811075202.E372011C00D7@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-serv28332 Modified Files: .cvsignore perl-Git-CPAN-Patch.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.2.0-1 - auto-update to 0.2.0 (by cpan-spec-update 0.01) - added a new req on perl(CPANPLUS) (version 0) - added a new req on perl(Module::Build) (version 0) - added a new req on perl(Parse::BACKPAN::Packages) (version 0) - added a new req on perl(Pod::Usage) (version 0) - added a new req on perl(autodie) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 22 Jun 2009 05:37:12 -0000 1.6 +++ .cvsignore 11 Aug 2009 07:52:02 -0000 1.7 @@ -1 +1 @@ -Git-CPAN-Patch-0.1.7.tar.gz +Git-CPAN-Patch-0.2.0.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.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Git-CPAN-Patch.spec 26 Jul 2009 06:16:12 -0000 1.5 +++ perl-Git-CPAN-Patch.spec 11 Aug 2009 07:52:02 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Git-CPAN-Patch -Version: 0.1.7 -Release: 2%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Libraries @@ -18,6 +18,15 @@ BuildRequires: perl(Pod::Usage) # testing BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(CPANPLUS) +Requires: perl(Module::Build) +Requires: perl(Parse::BACKPAN::Packages) +Requires: perl(Pod::Usage) +Requires: perl(autodie) + +Requires: git-cpan-patch = %{version}-%{release} + %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 @@ -72,10 +81,18 @@ rm -rf %{buildroot} %files -n git-cpan-patch %defattr(-,root,root,-) %doc Changes README -%{_bindir}/* +%{_libexecdir}/* %{_mandir}/man1/* %changelog +* Tue Aug 11 2009 Chris Weyl 0.2.0-1 +- auto-update to 0.2.0 (by cpan-spec-update 0.01) +- added a new req on perl(CPANPLUS) (version 0) +- added a new req on perl(Module::Build) (version 0) +- added a new req on perl(Parse::BACKPAN::Packages) (version 0) +- added a new req on perl(Pod::Usage) (version 0) +- added a new req on perl(autodie) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 22 Jun 2009 05:37:12 -0000 1.6 +++ sources 11 Aug 2009 07:52:02 -0000 1.7 @@ -1 +1 @@ -d474e79d76497950eb2fdcfd9f957b06 Git-CPAN-Patch-0.1.7.tar.gz +058d90fcde4516d8ed7b1def3fad0610 Git-CPAN-Patch-0.2.0.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:52:54 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:52:54 +0000 (UTC) Subject: rpms/perl-FCGI-ProcManager/F-11 perl-FCGI-ProcManager.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090811075254.A1EA811C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-FCGI-ProcManager/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28706 Modified Files: perl-FCGI-ProcManager.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.19-1 - auto-update to 0.19 (by cpan-spec-update 0.01) Index: perl-FCGI-ProcManager.spec =================================================================== RCS file: /cvs/extras/rpms/perl-FCGI-ProcManager/F-11/perl-FCGI-ProcManager.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-FCGI-ProcManager.spec 26 Feb 2009 16:02:03 -0000 1.2 +++ perl-FCGI-ProcManager.spec 11 Aug 2009 07:52:54 -0000 1.3 @@ -1,13 +1,13 @@ -Name: perl-FCGI-ProcManager -Version: 0.18 -Release: 2%{?dist} +Name: perl-FCGI-ProcManager +Version: 0.19 +Release: 1%{?dist} # ProcManager.pm -> LGPLv2, LGPLv3 License: LGPLv2+ Group: Development/Libraries -Summary: A FastCGI process manager -Source: http://search.cpan.org/CPAN/authors/id/G/GB/GBJK/FCGI-ProcManager-%{version}.tar.gz +Summary: A FastCGI process manager +Source: http://search.cpan.org/CPAN/authors/id/G/GB/GBJK/FCGI-ProcManager-%{version}.tar.gz Url: http://search.cpan.org/dist/FCGI-ProcManager -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 @@ -16,7 +16,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test) %description -FCGI::ProcManager is used to serve as a FastCGI process manager. By +FCGI::ProcManager is used to serve as a FastCGI process manager. By reimplementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process management. @@ -42,15 +42,21 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc README ChangeLog COPYING +%doc README ChangeLog COPYING %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue Aug 11 2009 Chris Weyl 0.19-1 +- auto-update to 0.19 (by cpan-spec-update 0.01) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.18-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -60,4 +66,3 @@ rm -rf %{buildroot} * Sat Feb 14 2009 Chris Weyl 0.18-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-FCGI-ProcManager/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 18 Feb 2009 21:16:01 -0000 1.2 +++ sources 11 Aug 2009 07:52:54 -0000 1.3 @@ -1 +1 @@ -223f75818b1bc2f06c3c95c096b9a708 FCGI-ProcManager-0.18.tar.gz +85b4eb5203f0adbf14bed39a258b9a59 FCGI-ProcManager-0.19.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:53:23 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:53:23 +0000 (UTC) Subject: rpms/perl-CSS-Minifier-XS/F-11 perl-CSS-Minifier-XS.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090811075323.613B511C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-CSS-Minifier-XS/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29168 Modified Files: perl-CSS-Minifier-XS.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.04-1 - auto-update to 0.04 (by cpan-spec-update 0.01) Index: perl-CSS-Minifier-XS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-CSS-Minifier-XS/F-11/perl-CSS-Minifier-XS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-CSS-Minifier-XS.spec 12 Apr 2009 21:01:06 -0000 1.1 +++ perl-CSS-Minifier-XS.spec 11 Aug 2009 07:53:23 -0000 1.2 @@ -1,13 +1,13 @@ -Name: perl-CSS-Minifier-XS -Version: 0.03 +Name: perl-CSS-Minifier-XS +Version: 0.04 Release: 1%{?dist} # lib/CSS/Minifier/XS.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: XS based CSS minifier -Source: http://search.cpan.org/CPAN/authors/id/G/GT/GTERMARS/CSS-Minifier-XS-%{version}.tar.gz +Summary: XS based CSS minifier +Source: http://search.cpan.org/CPAN/authors/id/G/GT/GTERMARS/CSS-Minifier-XS-%{version}.tar.gz Url: http://search.cpan.org/dist/CSS-Minifier-XS -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) @@ -51,20 +51,25 @@ 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 +* Tue Aug 11 2009 Chris Weyl 0.04-1 +- auto-update to 0.04 (by cpan-spec-update 0.01) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Fri Apr 10 2009 Chris Weyl 0.03-1 - update for submission * Fri Apr 10 2009 Chris Weyl 0.03-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-CSS-Minifier-XS/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 12 Apr 2009 21:01:06 -0000 1.2 +++ sources 11 Aug 2009 07:53:23 -0000 1.3 @@ -1 +1 @@ -31522fe802f1dbfbc7e079ab8b70df76 CSS-Minifier-XS-0.03.tar.gz +44cbafa17d0ddd7a5e554392cc850c0d CSS-Minifier-XS-0.04.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:54:25 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:54:25 +0000 (UTC) Subject: rpms/perl-File-ChangeNotify/devel .cvsignore, 1.2, 1.3 perl-File-ChangeNotify.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090811075425.1631A11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ChangeNotify/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29666 Modified Files: .cvsignore perl-File-ChangeNotify.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.07-1 - auto-update to 0.07 (by cpan-spec-update 0.01) - added a new req on perl(Carp) (version 0) - added a new req on perl(Class::MOP) (version 0) - added a new req on perl(File::Find) (version 0) - added a new req on perl(File::Spec) (version 0) - added a new req on perl(Module::Pluggable::Object) (version 0) - added a new req on perl(Moose) (version 0) - added a new req on perl(MooseX::Params::Validate) (version 0.08) - added a new req on perl(MooseX::SemiAffordanceAccessor) (version 0) - added a new req on perl(Time::HiRes) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 10 Jun 2009 04:53:44 -0000 1.2 +++ .cvsignore 11 Aug 2009 07:54:24 -0000 1.3 @@ -1 +1 @@ -File-ChangeNotify-0.06.tar.gz +File-ChangeNotify-0.07.tar.gz Index: perl-File-ChangeNotify.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/devel/perl-File-ChangeNotify.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-File-ChangeNotify.spec 26 Jul 2009 05:58:04 -0000 1.2 +++ perl-File-ChangeNotify.spec 11 Aug 2009 07:54:24 -0000 1.3 @@ -1,17 +1,17 @@ -Name: perl-File-ChangeNotify -Version: 0.06 -Release: 2%{?dist} +Name: perl-File-ChangeNotify +Version: 0.07 +Release: 1%{?dist} # lib/File/ChangeNotify.pm -> GPL+ or Artistic # lib/File/ChangeNotify/Event.pm -> GPL+ or Artistic # lib/File/ChangeNotify/Watcher.pm -> GPL+ or Artistic # lib/File/ChangeNotify/Watcher/Default.pm -> GPL+ or Artistic # lib/File/ChangeNotify/Watcher/Inotify.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Watch for changes to files, cross-platform style -Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz +Summary: Watch for changes to files, cross-platform style +Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz Url: http://search.cpan.org/dist/File-ChangeNotify -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(Carp) @@ -29,6 +29,17 @@ BuildRequires: perl(MooseX::SemiAffordan BuildRequires: perl(Test::More) BuildRequires: perl(Time::HiRes) +### auto-added reqs! +Requires: perl(Carp) +Requires: perl(Class::MOP) +Requires: perl(File::Find) +Requires: perl(File::Spec) +Requires: perl(Module::Pluggable::Object) +Requires: perl(Moose) +Requires: perl(MooseX::Params::Validate) >= 0.08 +Requires: perl(MooseX::SemiAffordanceAccessor) +Requires: perl(Time::HiRes) + %description Watch for changes to files, easily, cleanly, and across different platforms. @@ -53,15 +64,27 @@ 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 Aug 11 2009 Chris Weyl 0.07-1 +- auto-update to 0.07 (by cpan-spec-update 0.01) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(Class::MOP) (version 0) +- added a new req on perl(File::Find) (version 0) +- added a new req on perl(File::Spec) (version 0) +- added a new req on perl(Module::Pluggable::Object) (version 0) +- added a new req on perl(Moose) (version 0) +- added a new req on perl(MooseX::Params::Validate) (version 0.08) +- added a new req on perl(MooseX::SemiAffordanceAccessor) (version 0) +- added a new req on perl(Time::HiRes) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.06-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -71,4 +94,3 @@ rm -rf %{buildroot} * Sun Jun 07 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-File-ChangeNotify/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 10 Jun 2009 04:53:44 -0000 1.2 +++ sources 11 Aug 2009 07:54:24 -0000 1.3 @@ -1 +1 @@ -87f970acdfce7fbacba63aa3746b4cfb File-ChangeNotify-0.06.tar.gz +1459d99d91420d14d75bb5d000aa3aa2 File-ChangeNotify-0.07.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:56:27 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:56:27 +0000 (UTC) Subject: rpms/perl-JSON-Any/devel .cvsignore, 1.3, 1.4 perl-JSON-Any.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <20090811075627.AD00F11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON-Any/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30101 Modified Files: .cvsignore perl-JSON-Any.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 1.21-1 - auto-update to 1.21 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - altered br on perl(Test::More) (0.62 => 0.42) - added a new br on CPAN (inc::Module::AutoInstall found) - added a new req on perl(Carp) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-JSON-Any/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 11 Feb 2009 16:15:32 -0000 1.3 +++ .cvsignore 11 Aug 2009 07:56:27 -0000 1.4 @@ -1 +1 @@ -JSON-Any-1.19.tar.gz +JSON-Any-1.21.tar.gz Index: perl-JSON-Any.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON-Any/devel/perl-JSON-Any.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-JSON-Any.spec 26 Jul 2009 08:50:15 -0000 1.8 +++ perl-JSON-Any.spec 11 Aug 2009 07:56:27 -0000 1.9 @@ -1,36 +1,42 @@ Name: perl-JSON-Any -Version: 1.19 -Release: 4%{?dist} +Version: 1.21 +Release: 1%{?dist} Summary: A meta-module to make working with JSON easier License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JSON-Any/ -Source0: http://www.cpan.org/authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Patch0: with_older_json.patch +Patch0: with_older_json.patch -# JSON::XS is fastest, so we require it +# JSON::XS is fastest, so we require it Requires: perl(JSON::XS) # core BuildRequires: perl(Carp) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 # testing -BuildRequires: perl(Test::More) >= 0.62 +BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(JSON::XS) >= 1.52 # optional tests -- JSON::Any can handle any of the following to actually do # the JSON parsing. We use JSON::XS above, as it's both already in Fedora and # the fastest of the following. As other JSON modules are added to Fedora, # we'll uncomment the tests below. -BuildRequires: perl(JSON) +BuildRequires: perl(JSON) #BuildRequires: perl(JSON::DWIM) #BuildRequires: perl(JSON::PC) -BuildRequires: perl(JSON::Syck) +BuildRequires: perl(JSON::Syck) +### auto-added reqs! +Requires: perl(Carp) + +### auto-added brs! +BuildRequires: perl(CPAN) + %description JSON::Any provides a coherent API to bring together the various JSON modules currently on CPAN. @@ -72,6 +78,13 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 11 2009 Chris Weyl 1.21-1 +- auto-update to 1.21 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- altered br on perl(Test::More) (0.62 => 0.42) +- added a new br on CPAN (inc::Module::AutoInstall found) +- added a new req on perl(Carp) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 1.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-JSON-Any/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 11 Feb 2009 16:15:32 -0000 1.3 +++ sources 11 Aug 2009 07:56:27 -0000 1.4 @@ -1 +1 @@ -ee042534bed96496586660d1bed1bad3 JSON-Any-1.19.tar.gz +3e5d6f943b03c2c0c688be1295719c09 JSON-Any-1.21.tar.gz From cweyl at fedoraproject.org Tue Aug 11 07:59:17 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 07:59:17 +0000 (UTC) Subject: rpms/perl-local-lib/devel .cvsignore, 1.4, 1.5 perl-local-lib.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090811075917.F0F4011C00D7@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-serv30567 Modified Files: .cvsignore perl-local-lib.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 1.004004-1 - auto-update to 1.004004 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::Install) (version 1.43) - added a new req on perl(CPAN) (version 1.80) - added a new req on perl(ExtUtils::CBuilder) (version 0) - added a new req on perl(ExtUtils::Install) (version 1.43) - added a new req on perl(ExtUtils::MakeMaker) (version 6.31) - added a new req on perl(ExtUtils::ParseXS) (version 0) - added a new req on perl(Module::Build) (version 0.28) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 3 Jun 2009 05:17:55 -0000 1.4 +++ .cvsignore 11 Aug 2009 07:59:17 -0000 1.5 @@ -1 +1 @@ -local-lib-1.004001.tar.gz +local-lib-1.004004.tar.gz Index: perl-local-lib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/perl-local-lib.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-local-lib.spec 26 Jul 2009 17:47:45 -0000 1.4 +++ perl-local-lib.spec 11 Aug 2009 07:59:17 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-local-lib -Version: 1.004001 -Release: 2%{?dist} +Version: 1.004004 +Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,17 @@ BuildRequires: perl(Module::Build) >= 0. # testing... BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(CPAN) >= 1.80 +Requires: perl(ExtUtils::CBuilder) +Requires: perl(ExtUtils::Install) >= 1.43 +Requires: perl(ExtUtils::MakeMaker) >= 6.31 +Requires: perl(ExtUtils::ParseXS) +Requires: perl(Module::Build) >= 0.28 + +### auto-added brs! +BuildRequires: perl(ExtUtils::Install) >= 1.43 + %description This module provides a quick, convenient way of bootstrapping a user- local Perl module library located within the user's home directory. It @@ -63,6 +74,16 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Tue Aug 11 2009 Chris Weyl 1.004004-1 +- auto-update to 1.004004 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::Install) (version 1.43) +- added a new req on perl(CPAN) (version 1.80) +- added a new req on perl(ExtUtils::CBuilder) (version 0) +- added a new req on perl(ExtUtils::Install) (version 1.43) +- added a new req on perl(ExtUtils::MakeMaker) (version 6.31) +- added a new req on perl(ExtUtils::ParseXS) (version 0) +- added a new req on perl(Module::Build) (version 0.28) + * Sun Jul 26 2009 Fedora Release Engineering - 1.004001-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 3 Jun 2009 05:17:55 -0000 1.4 +++ sources 11 Aug 2009 07:59:17 -0000 1.5 @@ -1 +1 @@ -9b579a39e5e88ef5723c395f83f7c8e4 local-lib-1.004001.tar.gz +119be92d2d55b8234d9609287725b290 local-lib-1.004004.tar.gz From cweyl at fedoraproject.org Tue Aug 11 08:08:56 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 08:08:56 +0000 (UTC) Subject: rpms/perl-POE-Test-Loops/devel .cvsignore, 1.2, 1.3 perl-POE-Test-Loops.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090811080856.ADEBA11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Test-Loops/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32341 Modified Files: .cvsignore perl-POE-Test-Loops.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 1.021-1 - auto-update to 1.021 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 12 Apr 2009 18:52:54 -0000 1.2 +++ .cvsignore 11 Aug 2009 08:08:56 -0000 1.3 @@ -1 +1 @@ -POE-Test-Loops-1.005.tar.gz +POE-Test-Loops-1.021.tar.gz Index: perl-POE-Test-Loops.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/perl-POE-Test-Loops.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-POE-Test-Loops.spec 26 Jul 2009 14:02:20 -0000 1.2 +++ perl-POE-Test-Loops.spec 11 Aug 2009 08:08:56 -0000 1.3 @@ -1,13 +1,13 @@ -Name: perl-POE-Test-Loops -Version: 1.005 -Release: 2%{?dist} +Name: perl-POE-Test-Loops +Version: 1.021 +Release: 1%{?dist} # META.yml, bin/poe-gen-tests -> perl License: GPL+ or Artistic Group: Development/Libraries -Summary: Reusable tests for POE::Loop authors -Source: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Test-Loops-%{version}.tar.gz +Summary: Reusable tests for POE::Loop authors +Source: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Test-Loops-%{version}.tar.gz Url: http://search.cpan.org/dist/POE-Test-Loops -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 @@ -57,17 +57,20 @@ 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* %{_bindir}/poe-gen-tests %{_mandir}/man1/poe-gen-tests.1.gz %changelog +* Tue Aug 11 2009 Chris Weyl 1.021-1 +- auto-update to 1.021 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 1.005-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -77,4 +80,3 @@ rm -rf %{buildroot} * Fri Apr 10 2009 Chris Weyl 1.005-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 12 Apr 2009 18:52:54 -0000 1.2 +++ sources 11 Aug 2009 08:08:56 -0000 1.3 @@ -1 +1 @@ -a075c590ef3024293377678088ebfe50 POE-Test-Loops-1.005.tar.gz +1a77a4d9891fd5bed316fad45131e766 POE-Test-Loops-1.021.tar.gz From cweyl at fedoraproject.org Tue Aug 11 08:11:26 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 08:11:26 +0000 (UTC) Subject: rpms/perl-Text-SimpleTable/devel .cvsignore, 1.3, 1.4 perl-Text-SimpleTable.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <20090811081126.5E5FC11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-SimpleTable/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv389 Modified Files: .cvsignore perl-Text-SimpleTable.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 2.0-1 - auto-update to 2.0 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 8 Sep 2008 02:36:53 -0000 1.3 +++ .cvsignore 11 Aug 2009 08:11:25 -0000 1.4 @@ -1 +1 @@ -Text-SimpleTable-0.05.tar.gz +Text-SimpleTable-2.0.tar.gz Index: perl-Text-SimpleTable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/devel/perl-Text-SimpleTable.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Text-SimpleTable.spec 26 Jul 2009 17:10:12 -0000 1.8 +++ perl-Text-SimpleTable.spec 11 Aug 2009 08:11:26 -0000 1.9 @@ -1,13 +1,13 @@ %define _default_patch_fuzz 2 Name: perl-Text-SimpleTable -Version: 0.05 -Release: 4%{?dist} +Version: 2.0 +Release: 1%{?dist} Summary: Simple Eyecandy ASCII Tables License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-SimpleTable/ -Source0: http://www.cpan.org/authors/id/S/SR/SRI/Text-SimpleTable-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/K/KR/KRAIH/Text-SimpleTable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -57,6 +57,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 11 2009 Chris Weyl 2.0-1 +- auto-update to 2.0 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 0.05-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 8 Sep 2008 02:36:53 -0000 1.3 +++ sources 11 Aug 2009 08:11:26 -0000 1.4 @@ -1 +1 @@ -90f884fec82f85df903ad7934b5351a6 Text-SimpleTable-0.05.tar.gz +b57b6e60b5ee3cd5209d4bad510d0d2d Text-SimpleTable-2.0.tar.gz From cweyl at fedoraproject.org Tue Aug 11 08:02:58 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 11 Aug 2009 08:02:58 +0000 (UTC) Subject: rpms/perl-Package-Generator/devel .cvsignore, 1.3, 1.4 perl-Package-Generator.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090811080258.3BBB711C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Package-Generator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31244 Modified Files: .cvsignore perl-Package-Generator.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.103-1 - auto-update to 0.103 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::MakeMaker) (version 6.42) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Package-Generator/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 25 Jan 2008 00:38:53 -0000 1.3 +++ .cvsignore 11 Aug 2009 08:02:57 -0000 1.4 @@ -1 +1 @@ -Package-Generator-0.102.tar.gz +Package-Generator-0.103.tar.gz Index: perl-Package-Generator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Package-Generator/devel/perl-Package-Generator.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Package-Generator.spec 26 Jul 2009 14:03:42 -0000 1.6 +++ perl-Package-Generator.spec 11 Aug 2009 08:02:58 -0000 1.7 @@ -1,19 +1,22 @@ Name: perl-Package-Generator -Version: 0.102 -Release: 4%{?dist} +Version: 0.103 +Release: 1%{?dist} Summary: Generate new packages quickly and easily License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Package-Generator/ -Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Package-Generator-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Package-Generator-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# for testing... -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod), perl(Params::Util) -BuildRequires: perl(Test::More), perl(Scalar::Util) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Params::Util) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module lets you quickly and easily construct new packages. It gives @@ -49,6 +52,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 11 2009 Chris Weyl 0.103-1 +- auto-update to 0.103 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::MakeMaker) (version 6.42) + * Sun Jul 26 2009 Fedora Release Engineering - 0.102-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Package-Generator/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 25 Jan 2008 00:38:53 -0000 1.3 +++ sources 11 Aug 2009 08:02:58 -0000 1.4 @@ -1 +1 @@ -2e8a2249ac9672f8de03a329ea44de7f Package-Generator-0.102.tar.gz +16cfb1693978960fcde88e57d627b2e0 Package-Generator-0.103.tar.gz From mmaslano at fedoraproject.org Tue Aug 11 11:39:08 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 11 Aug 2009 11:39:08 +0000 (UTC) Subject: rpms/perl-JavaScript-Beautifier/devel .cvsignore, 1.2, 1.3 perl-JavaScript-Beautifier.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090811113908.3630011C00D7@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-serv3351 Modified Files: .cvsignore perl-JavaScript-Beautifier.spec sources Log Message: * Tue Aug 11 2009 Marcela Ma?l??ov? 0.13-1 - fix source url, update Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Beautifier/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 4 May 2009 07:19:32 -0000 1.2 +++ .cvsignore 11 Aug 2009 11:39:07 -0000 1.3 @@ -1 +1 @@ -JavaScript-Beautifier-0.04.tar.gz +JavaScript-Beautifier-0.13.tar.gz Index: perl-JavaScript-Beautifier.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Beautifier/devel/perl-JavaScript-Beautifier.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-JavaScript-Beautifier.spec 26 Jul 2009 08:51:12 -0000 1.2 +++ perl-JavaScript-Beautifier.spec 11 Aug 2009 11:39:08 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-JavaScript-Beautifier -Version: 0.04 -Release: 2%{?dist} +Version: 0.13 +Release: 1%{?dist} Summary: Beautify Javascript (beautifier for javascript) License: GPL+ or Artistic Group: Development/Libraries @@ -14,8 +14,8 @@ 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 +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} @@ -44,9 +44,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* +%{_bindir}/js_beautify.pl +%{_mandir}/man1/js_beautify.pl.1.gz %{_mandir}/man3/* %changelog +* Tue Aug 11 2009 Marcela Ma?l??ov? 0.13-1 +- fix source url, update + * Sun Jul 26 2009 Fedora Release Engineering - 0.04-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-JavaScript-Beautifier/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 4 May 2009 07:19:32 -0000 1.2 +++ sources 11 Aug 2009 11:39:08 -0000 1.3 @@ -1 +1 @@ -327dfecd8ad2d5cb69cbf5bd14774c31 JavaScript-Beautifier-0.04.tar.gz +0617ed34b6c1ba10ccbe1472bf807d61 JavaScript-Beautifier-0.13.tar.gz From buildsys at fedoraproject.org Tue Aug 11 12:08:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 11 Aug 2009 12:08:53 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090811120853.3E1E41B8003@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From mmaslano at fedoraproject.org Tue Aug 11 12:15:06 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 11 Aug 2009 12:15:06 +0000 (UTC) Subject: rpms/perl-Capture-Tiny/devel .cvsignore, 1.2, 1.3 perl-Capture-Tiny.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090811121506.65EE811C00D7@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Capture-Tiny/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10616 Modified Files: .cvsignore perl-Capture-Tiny.spec sources Log Message: * Tue Aug 11 2009 Marcela Ma?l??ov? - 0.06-1 - update Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Capture-Tiny/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 29 Apr 2009 08:58:51 -0000 1.2 +++ .cvsignore 11 Aug 2009 12:15:05 -0000 1.3 @@ -1 +1 @@ -Capture-Tiny-0.05.tar.gz +Capture-Tiny-0.06.tar.gz Index: perl-Capture-Tiny.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Capture-Tiny/devel/perl-Capture-Tiny.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Capture-Tiny.spec 26 Jul 2009 04:06:57 -0000 1.2 +++ perl-Capture-Tiny.spec 11 Aug 2009 12:15:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Capture-Tiny -Version: 0.05 -Release: 2%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: Capture STDOUT and STDERR from Perl, XS or external programs License: ASL 2.0 Group: Development/Libraries @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Aug 11 2009 Marcela Ma?l??ov? - 0.06-1 +- update + * Sat Jul 25 2009 Fedora Release Engineering - 0.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Capture-Tiny/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 29 Apr 2009 08:58:51 -0000 1.2 +++ sources 11 Aug 2009 12:15:05 -0000 1.3 @@ -1 +1 @@ -e242915f57878465ef0b947eaf2e0b5c Capture-Tiny-0.05.tar.gz +653963c3855ea57ccabc5642ff407f7f Capture-Tiny-0.06.tar.gz From bugzilla at redhat.com Tue Aug 11 12:24:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Aug 2009 08:24:25 -0400 Subject: [Bug 512648] perl-Capture-Tiny-0.06 is available In-Reply-To: References: Message-ID: <200908111224.n7BCOPHP008602@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=512648 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Tue Aug 11 14:44:05 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 11 Aug 2009 14:44:05 +0000 (UTC) Subject: rpms/perl-latest/F-10 perl-latest.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090811144405.7D11511C00D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-latest/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9767/F-10 Modified Files: .cvsignore sources Added Files: perl-latest.spec Log Message: initial import --- NEW FILE perl-latest.spec --- Name: perl-latest Version: 0.03 Release: 1%{?dist} Summary: Use the latest Perl features License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/latest/ Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/latest-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Shake out any obscure problems that might result from your code being used by a program that requires the latest Perl version. %prep %setup -q -n latest-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Aug 08 2009 Iain Arnell 0.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-latest/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Aug 2009 05:15:38 -0000 1.1 +++ .cvsignore 11 Aug 2009 14:44:05 -0000 1.2 @@ -0,0 +1 @@ +latest-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-latest/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Aug 2009 05:15:38 -0000 1.1 +++ sources 11 Aug 2009 14:44:05 -0000 1.2 @@ -0,0 +1 @@ +3e130f1917c22a0a2c31a20abba285bb latest-0.03.tar.gz From iarnell at fedoraproject.org Tue Aug 11 14:44:05 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 11 Aug 2009 14:44:05 +0000 (UTC) Subject: rpms/perl-latest/F-11 perl-latest.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090811144405.C0FFD11C00D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-latest/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9767/F-11 Modified Files: .cvsignore sources Added Files: perl-latest.spec Log Message: initial import --- NEW FILE perl-latest.spec --- Name: perl-latest Version: 0.03 Release: 1%{?dist} Summary: Use the latest Perl features License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/latest/ Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/latest-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Shake out any obscure problems that might result from your code being used by a program that requires the latest Perl version. %prep %setup -q -n latest-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Aug 08 2009 Iain Arnell 0.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-latest/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Aug 2009 05:15:38 -0000 1.1 +++ .cvsignore 11 Aug 2009 14:44:05 -0000 1.2 @@ -0,0 +1 @@ +latest-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-latest/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Aug 2009 05:15:38 -0000 1.1 +++ sources 11 Aug 2009 14:44:05 -0000 1.2 @@ -0,0 +1 @@ +3e130f1917c22a0a2c31a20abba285bb latest-0.03.tar.gz From iarnell at fedoraproject.org Tue Aug 11 14:44:06 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 11 Aug 2009 14:44:06 +0000 (UTC) Subject: rpms/perl-latest/devel perl-latest.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090811144406.1ADCB11C00D7@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-latest/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9767/devel Modified Files: .cvsignore sources Added Files: perl-latest.spec Log Message: initial import --- NEW FILE perl-latest.spec --- Name: perl-latest Version: 0.03 Release: 1%{?dist} Summary: Use the latest Perl features License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/latest/ Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/latest-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Shake out any obscure problems that might result from your code being used by a program that requires the latest Perl version. %prep %setup -q -n latest-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Aug 08 2009 Iain Arnell 0.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-latest/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Aug 2009 05:15:38 -0000 1.1 +++ .cvsignore 11 Aug 2009 14:44:05 -0000 1.2 @@ -0,0 +1 @@ +latest-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-latest/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Aug 2009 05:15:38 -0000 1.1 +++ sources 11 Aug 2009 14:44:05 -0000 1.2 @@ -0,0 +1 @@ +3e130f1917c22a0a2c31a20abba285bb latest-0.03.tar.gz From buildsys at fedoraproject.org Wed Aug 12 09:37:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Wed, 12 Aug 2009 09:37:43 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090812093743.646F01B8005@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Aug 13 09:29:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 13 Aug 2009 09:29:37 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090813092937.820F81F81F8@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From mmaslano at redhat.com Thu Aug 13 14:36:21 2009 From: mmaslano at redhat.com (Marcela Maslanova) Date: Thu, 13 Aug 2009 10:36:21 -0400 (EDT) Subject: our perl-core on p5p In-Reply-To: <773655380.932531250174007412.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> Message-ID: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> Hello, our "new" split of upstream perl package into perl-core and many other perl-Some-Module was criticised at p5p http://thread.gmane.org/gmane.comp.lang.perl.perl5.porters/72031 I'm not sure who decided the split and why we did this, but someone should answer reasonably which means better than I did ;-) Have members of this mailing list ideas if we should change packaging, name or let it be as it is? Best regards, Marcela From pkgdb at fedoraproject.org Fri Aug 14 04:00:34 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:00:34 +0000 Subject: [pkgdb] perl-Business-Hours ownership updated Message-ID: <20090814040034.6A2CA10F86E@bastion2.fedora.phx.redhat.com> Package perl-Business-Hours in Fedora 7 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Business-Hours From pkgdb at fedoraproject.org Fri Aug 14 04:00:36 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:00:36 +0000 Subject: [pkgdb] perl-Business-Hours ownership updated Message-ID: <20090814040036.5A27710F890@bastion2.fedora.phx.redhat.com> Package perl-Business-Hours in Fedora 3 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Business-Hours From pkgdb at fedoraproject.org Fri Aug 14 04:00:37 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:00:37 +0000 Subject: [pkgdb] perl-Business-Hours ownership updated Message-ID: <20090814040037.4173A10F89B@bastion2.fedora.phx.redhat.com> Package perl-Business-Hours in Fedora 4 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Business-Hours From pkgdb at fedoraproject.org Fri Aug 14 04:00:38 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:00:38 +0000 Subject: [pkgdb] perl-Business-Hours ownership updated Message-ID: <20090814040038.BFB0910F8AD@bastion2.fedora.phx.redhat.com> Package perl-Business-Hours in Fedora 5 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Business-Hours From pkgdb at fedoraproject.org Fri Aug 14 04:00:41 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:00:41 +0000 Subject: [pkgdb] perl-Business-Hours ownership updated Message-ID: <20090814040041.B2E2510F8BD@bastion2.fedora.phx.redhat.com> Package perl-Business-Hours in Fedora 8 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Business-Hours From pkgdb at fedoraproject.org Fri Aug 14 04:00:40 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:00:40 +0000 Subject: [pkgdb] perl-Business-Hours ownership updated Message-ID: <20090814040040.A57E310F8B6@bastion2.fedora.phx.redhat.com> Package perl-Business-Hours in Fedora 6 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Business-Hours From pkgdb at fedoraproject.org Fri Aug 14 04:00:50 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:00:50 +0000 Subject: [pkgdb] perl-Business-Hours ownership updated Message-ID: <20090814040051.1245D10F8E1@bastion2.fedora.phx.redhat.com> Package perl-Business-Hours in Fedora 9 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Business-Hours From pkgdb at fedoraproject.org Fri Aug 14 04:02:46 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:02:46 +0000 Subject: [pkgdb] perl-Want ownership updated Message-ID: <20090814040246.8EC4F10F89F@bastion2.fedora.phx.redhat.com> Package perl-Want in Fedora 7 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Want From pkgdb at fedoraproject.org Fri Aug 14 04:02:47 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:02:47 +0000 Subject: [pkgdb] perl-Want ownership updated Message-ID: <20090814040247.9D68210F91C@bastion2.fedora.phx.redhat.com> Package perl-Want in Fedora 3 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Want From pkgdb at fedoraproject.org Fri Aug 14 04:02:48 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:02:48 +0000 Subject: [pkgdb] perl-Want ownership updated Message-ID: <20090814040248.6F1E010F915@bastion2.fedora.phx.redhat.com> Package perl-Want in Fedora 4 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Want From pkgdb at fedoraproject.org Fri Aug 14 04:02:52 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:02:52 +0000 Subject: [pkgdb] perl-Want ownership updated Message-ID: <20090814040252.7E26110F932@bastion2.fedora.phx.redhat.com> Package perl-Want in Fedora 8 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Want From pkgdb at fedoraproject.org Fri Aug 14 04:02:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:02:49 +0000 Subject: [pkgdb] perl-Want ownership updated Message-ID: <20090814040251.4B66B10F930@bastion2.fedora.phx.redhat.com> Package perl-Want in Fedora 5 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Want From pkgdb at fedoraproject.org Fri Aug 14 04:02:50 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:02:50 +0000 Subject: [pkgdb] perl-Want ownership updated Message-ID: <20090814040250.DE47210F92B@bastion2.fedora.phx.redhat.com> Package perl-Want in Fedora 6 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Want From pkgdb at fedoraproject.org Fri Aug 14 04:03:09 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:09 +0000 Subject: [pkgdb] perl-Params-Util ownership updated Message-ID: <20090814040312.E89FC10F943@bastion2.fedora.phx.redhat.com> Package perl-Params-Util in Fedora 4 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Params-Util From pkgdb at fedoraproject.org Fri Aug 14 04:03:06 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:06 +0000 Subject: [pkgdb] perl-Params-Util ownership updated Message-ID: <20090814040306.B384010F92C@bastion2.fedora.phx.redhat.com> Package perl-Params-Util in Fedora 3 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Params-Util From pkgdb at fedoraproject.org Fri Aug 14 04:03:04 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:04 +0000 Subject: [pkgdb] perl-Params-Util ownership updated Message-ID: <20090814040305.0CECD10F935@bastion2.fedora.phx.redhat.com> Package perl-Params-Util in Fedora 7 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Params-Util From pkgdb at fedoraproject.org Fri Aug 14 04:03:15 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:15 +0000 Subject: [pkgdb] perl-Params-Util ownership updated Message-ID: <20090814040317.7E73710F949@bastion2.fedora.phx.redhat.com> Package perl-Params-Util in Fedora 8 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Params-Util From pkgdb at fedoraproject.org Fri Aug 14 04:03:26 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:26 +0000 Subject: [pkgdb] perl-Test-Inline ownership updated Message-ID: <20090814040326.A19FC10F927@bastion2.fedora.phx.redhat.com> Package perl-Test-Inline in Fedora 7 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Test-Inline From pkgdb at fedoraproject.org Fri Aug 14 04:03:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:17 +0000 Subject: [pkgdb] perl-Params-Util ownership updated Message-ID: <20090814040317.8295C10F94A@bastion2.fedora.phx.redhat.com> Package perl-Params-Util in Fedora 5 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Params-Util From pkgdb at fedoraproject.org Fri Aug 14 04:03:28 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:28 +0000 Subject: [pkgdb] perl-Test-Inline ownership updated Message-ID: <20090814040328.5171C10F944@bastion2.fedora.phx.redhat.com> Package perl-Test-Inline in Fedora 3 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Test-Inline From pkgdb at fedoraproject.org Fri Aug 14 04:03:13 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:13 +0000 Subject: [pkgdb] perl-Params-Util ownership updated Message-ID: <20090814040314.A7AB810F945@bastion2.fedora.phx.redhat.com> Package perl-Params-Util in Fedora 6 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Params-Util From pkgdb at fedoraproject.org Fri Aug 14 04:03:30 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:30 +0000 Subject: [pkgdb] perl-Test-Inline ownership updated Message-ID: <20090814040331.4AA4510F954@bastion2.fedora.phx.redhat.com> Package perl-Test-Inline in Fedora 4 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Test-Inline From pkgdb at fedoraproject.org Fri Aug 14 04:03:34 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:34 +0000 Subject: [pkgdb] perl-Test-Inline ownership updated Message-ID: <20090814040334.2B82410F95E@bastion2.fedora.phx.redhat.com> Package perl-Test-Inline in Fedora 6 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Test-Inline From pkgdb at fedoraproject.org Fri Aug 14 04:03:32 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:32 +0000 Subject: [pkgdb] perl-Test-Inline ownership updated Message-ID: <20090814040332.7606610F95A@bastion2.fedora.phx.redhat.com> Package perl-Test-Inline in Fedora 5 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Test-Inline From pkgdb at fedoraproject.org Fri Aug 14 04:03:37 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 04:03:37 +0000 Subject: [pkgdb] perl-Test-Inline ownership updated Message-ID: <20090814040338.06FAB10F960@bastion2.fedora.phx.redhat.com> Package perl-Test-Inline in Fedora 8 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Test-Inline From szabgab at gmail.com Fri Aug 14 07:38:52 2009 From: szabgab at gmail.com (Gabor Szabo) Date: Fri, 14 Aug 2009 10:38:52 +0300 Subject: our perl-core on p5p In-Reply-To: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> References: <773655380.932531250174007412.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> Message-ID: On Thu, Aug 13, 2009 at 5:36 PM, Marcela Maslanova wrote: > Hello, > our "new" split of upstream perl package into perl-core and many > other perl-Some-Module was criticised at p5p > http://thread.gmane.org/gmane.comp.lang.perl.perl5.porters/72031 > > I'm not sure who decided the split and why we did this, but someone > should answer reasonably which means better than I did ;-) > Have members of this mailing list ideas if we should change packaging, > name or let it be as it is? > Best regards, > Marcela Marcela, let me just thank you big time that you act as a liaison between the perl 5 porters (and the Padre team) on one hand and the Fedora/Rad Hat Perl packagers on the other hand. This will help all of us a lot! Gabor From pkgdb at fedoraproject.org Fri Aug 14 08:07:42 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:07:42 +0000 Subject: [pkgdb] perl-Algorithm-Dependency ownership updated Message-ID: <20090814080742.86A4C10F84F@bastion2.fedora.phx.redhat.com> Package perl-Algorithm-Dependency in Fedora 8 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Algorithm-Dependency From pkgdb at fedoraproject.org Fri Aug 14 08:07:43 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:07:43 +0000 Subject: [pkgdb] perl-Algorithm-Dependency ownership updated Message-ID: <20090814080743.7CFDF10F859@bastion2.fedora.phx.redhat.com> Package perl-Algorithm-Dependency in Fedora 6 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Algorithm-Dependency From pkgdb at fedoraproject.org Fri Aug 14 08:07:45 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:07:45 +0000 Subject: [pkgdb] perl-Algorithm-Dependency ownership updated Message-ID: <20090814080745.5B45710F85D@bastion2.fedora.phx.redhat.com> Package perl-Algorithm-Dependency in Fedora 5 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Algorithm-Dependency From pkgdb at fedoraproject.org Fri Aug 14 08:07:46 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:07:46 +0000 Subject: [pkgdb] perl-Algorithm-Dependency ownership updated Message-ID: <20090814080746.E85E010F86E@bastion2.fedora.phx.redhat.com> Package perl-Algorithm-Dependency in Fedora 4 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Algorithm-Dependency From pkgdb at fedoraproject.org Fri Aug 14 08:07:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:07:49 +0000 Subject: [pkgdb] perl-Algorithm-Dependency ownership updated Message-ID: <20090814080749.61CB610F87C@bastion2.fedora.phx.redhat.com> Package perl-Algorithm-Dependency in Fedora 3 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Algorithm-Dependency From pkgdb at fedoraproject.org Fri Aug 14 08:07:50 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:07:50 +0000 Subject: [pkgdb] perl-Algorithm-Dependency ownership updated Message-ID: <20090814080750.D02B510F848@bastion2.fedora.phx.redhat.com> Package perl-Algorithm-Dependency in Fedora 7 is now owned by laxathom To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Algorithm-Dependency From pkgdb at fedoraproject.org Fri Aug 14 08:09:23 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:09:23 +0000 Subject: [pkgdb] perl-HTML-Lint ownership updated Message-ID: <20090814080923.2F4AC10F85D@bastion2.fedora.phx.redhat.com> Package perl-HTML-Lint in Fedora 9 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-HTML-Lint From pkgdb at fedoraproject.org Fri Aug 14 08:09:33 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:09:33 +0000 Subject: [pkgdb] perl-HTML-RewriteAttributes ownership updated Message-ID: <20090814080933.8CA3110F84F@bastion2.fedora.phx.redhat.com> Package perl-HTML-RewriteAttributes in Fedora 8 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-HTML-RewriteAttributes From pkgdb at fedoraproject.org Fri Aug 14 08:09:34 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:09:34 +0000 Subject: [pkgdb] perl-HTML-RewriteAttributes ownership updated Message-ID: <20090814080934.37AFB10F87B@bastion2.fedora.phx.redhat.com> Package perl-HTML-RewriteAttributes in Fedora 9 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-HTML-RewriteAttributes From pkgdb at fedoraproject.org Fri Aug 14 08:11:29 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:11:29 +0000 Subject: [pkgdb] perl-IPC-Run3 ownership updated Message-ID: <20090814081129.70EA810F882@bastion2.fedora.phx.redhat.com> Package perl-IPC-Run3 in Fedora 6 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-IPC-Run3 From pkgdb at fedoraproject.org Fri Aug 14 08:11:30 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:11:30 +0000 Subject: [pkgdb] perl-IPC-Run3 ownership updated Message-ID: <20090814081130.C691910F895@bastion2.fedora.phx.redhat.com> Package perl-IPC-Run3 in Fedora 7 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-IPC-Run3 From pkgdb at fedoraproject.org Fri Aug 14 08:11:32 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 14 Aug 2009 08:11:32 +0000 Subject: [pkgdb] perl-IPC-Run3 ownership updated Message-ID: <20090814081132.815E110F8B9@bastion2.fedora.phx.redhat.com> Package perl-IPC-Run3 in Fedora 8 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-IPC-Run3 From buildsys at fedoraproject.org Fri Aug 14 10:49:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Fri, 14 Aug 2009 10:49:51 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090814104951.289C71F81B1@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From tcallawa at redhat.com Fri Aug 14 14:53:37 2009 From: tcallawa at redhat.com (Tom "spot" Callaway) Date: Fri, 14 Aug 2009 10:53:37 -0400 Subject: our perl-core on p5p In-Reply-To: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> References: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> Message-ID: <4A857A71.7080702@redhat.com> On 08/13/2009 10:36 AM, Marcela Maslanova wrote: > Hello, > our "new" split of upstream perl package into perl-core and many > other perl-Some-Module was criticised at p5p > http://thread.gmane.org/gmane.comp.lang.perl.perl5.porters/72031 > > I'm not sure who decided the split and why we did this, but someone > should answer reasonably which means better than I did ;-) > Have members of this mailing list ideas if we should change packaging, > name or let it be as it is? I'm the one who did the split, and I'll go over to p5p and try to explain it, but I'll put it here first: At the time of the split, we had a LOT of packages which depended on simply "perl". We also had a lot of people who wanted individual perl modules updated that live within the "perl tarball", which is a complicated task to undertake. By splitting the perl modules out into separate subpackages we were at least able to allow people to build newer RPMs. In addition, the split had the added benefit that people who did not need nor want all of the components built with perl could get a system without them. This lowered the default Fedora installation footprint. At the same time, there were cries that we needed some way for folks to be able to get the "full perl experience as intended by Perl upstream", so I created the "perl-core" metapackage, which has hardcoded requires to pull in all of the perl bits that were previously all packaged together in the monolithic "perl" RPM. Also, we were getting a LOT of bugs from people who were installing things from CPAN which conflicted in ways with the Fedora packages. It is worth noting that since then, we have configured perl such that CPAN installed packages go into /usr/local and are preferred over system packages. The logic path was that users who wanted CPAN could still easily get it, but they were now making a conscious choice to do so, and could no longer claim that they didn't know what they were doing (a very common complaint in Fedora bug reports). Okay, so with all of that said, let me discuss what would happen if we were to switch the naming of perl and perl-core tomorrow: * Any packages which still have "Requires: perl" , rather than a more specific "Requires: perl(foo::bar)" would suddenly have a much larger installation footprint. (Thankfully, I think this is probably almost never the case in current Fedora as a result of many cleanups.) * New users who do not read the descriptions (which, unfortunately, are far more than those who do) and run: yum install perl, will get more perl modules than they possibly want or need. I realize that this is a hotly debatable point. * Existing users who are currently happy with the focused perl packages that they have installed (only those which are explicitly needed by dependencies) will suddenly get a lot more perl subpackages which they are not using upon the next update/upgrade. This leads to cries of "OMG BLOAT!!!1!". I see four possible courses of action at this point: 1. Go back to a monolithic perl. I do not like this option, and I would not recommend it. 2. Reword the descriptions to make it much clearer that the "perl" binary package, and the dependencies it has, is not the complete "core" as provided in the perl tarballs, it is simply the minimal necessary for /usr/bin/perl to run. (We probably want to do this anyways.) 3. Swap the perl and perl-core names, with the above results. 4. Rename perl / perl-core to something more obvious. We could convert what is now "perl" to "perl-minimal", for example, but what if someone runs "yum install perl"? What should they get? The minimal or the "everything in the tarball" experience? (When this split was first done, because of the hardcoded dependencies on "perl", we chose to make it be the minimal experience to minimize the install footprint of Fedora and its applications, but now, I think we should be able to get away from that). As to the cries that Red Hat is somehow "destroying perl", I can honestly say that is not the case. The perl package has several active maintainers and Fedora has an active perl packaging community which works very hard to deliver the best possible perl experience for Fedora users. Yes, we hit bugs, and make mistakes, but we are constantly trying to fix those bugs as well. Keep in mind that Fedora was one of the first distributions to adopt 5.10.0, which required quite a lot of effort and work with the p5p community. Constructive and polite comments and discussion are welcomed, either on fedora-perl-devel-list or on p5p. Thanks, Tom "spot" Callaway From buildsys at fedoraproject.org Sat Aug 15 11:41:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 15 Aug 2009 11:41:21 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090815114121.B30D01F81B3@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From tcallawa at redhat.com Sat Aug 15 19:00:15 2009 From: tcallawa at redhat.com (Tom "spot" Callaway) Date: Sat, 15 Aug 2009 15:00:15 -0400 Subject: Proposed F12 perl cleanups Message-ID: <4A8705BF.1050002@redhat.com> Out of the thread on p5p, I'd like to propose the following changes for F-12: * Rename "perl-core" to "perl" * Rename "perl" to "perl-minimal" The biggest change here is that there are still packages which "Require: perl", usually to specify a specific minimal version. Here is a list of rawhide packages which do this: abicheck-1.2-23.src.rpm acheck-0.5.1-3.fc12.src.rpm akmods-0.3.6-3.fc12.src.rpm amanda-2.6.0p2-12.fc12.src.rpm amavisd-new-2.6.2-4.fc12.src.rpm anjuta-2.27.3.0-2.fc12.src.rpm autoconf213-2.13-20.fc12.src.rpm autoconf-2.63-3.fc12.src.rpm automake-1.11-3.fc12.src.rpm automake15-1.5-27.src.rpm automake16-1.6.3-18.src.rpm automake17-1.7.9-13.src.rpm awstats-6.9-3.fc12.src.rpm bogofilter-1.2.0-2.fc12.src.rpm bontmia-0.14-5.fc12.src.rpm bugzilla-3.4.1-1.fc12.src.rpm calamaris-2.59-3.fc12.src.rpm cdrkit-1.1.9-9.fc12.src.rpm checkgmail-1.13-5.svn20080730.fc12.src.rpm clc-intercal-0-0.2.1._94._2.fc2.src.rpm clearsilver-0.10.5-7.fc12.src.rpm clusterssh-3.26-2.fc12.src.rpm condor-7.2.1-2.fc12.src.rpm conmux-0.0-9.493svn.fc12.src.rpm convmv-1.14-2.fc12.src.rpm cook-2.32-3.fc12.src.rpm crypto-utils-2.4.1-22.src.rpm cvsutils-0.2.5-3.fc12.src.rpm cvsweb-3.0.6-9.fc12.src.rpm cyrus-imapd-2.3.14-3.fc12.src.rpm dap-server-3.9.3-2.fc12.src.rpm dayplanner-0.10-2.fc12.src.rpm dbxml-perl-2.0040016-2.fc12.src.rpm ddclient-3.7.3-3.fc12.src.rpm dnssec-tools-1.5-3.fc12.src.rpm dvdrip-0.98.10-2.fc11.src.rpm eb-4.3.2-3.fc12.src.rpm eclipse-epic-0.6.35-2.fc12.src.rpm EekBoek-1.04.04-2.fc12.src.rpm emacs-23.1-1.fc12.src.rpm foomatic-4.0.2-4.fc12.src.rpm freenx-server-0.7.3-15.fc12.src.rpm fvwm-2.5.26-4.fc12.src.rpm git-1.6.4-1.fc12.src.rpm GraphicsMagick-1.3.6-2.fc12.src.rpm grepmail-5.3033-6.fc12.src.rpm gresolver-0.0.5-6.fc12.src.rpm GtkAda-2.10.2-2.fc11.src.rpm gtkpod-0.99.14-3.fc12.src.rpm hdrprep-0.1.2-6.fc12.src.rpm help2man-1.36.4-5.fc12.src.rpm httpd-2.2.11-10.src.rpm i2c-tools-3.0.2-4.fc12.src.rpm ifm-5.1-10.fc12.src.rpm ikiwiki-3.1415-2.fc12.src.rpm ImageMagick-6.5.4.7-3.fc12.src.rpm inn-2.5.0-4.fc12.src.rpm java-1.5.0-gcj-1.5.0.0-29.fc12.src.rpm JSDoc-1.10.2-8.fc12.src.rpm kcbench-data-0.1-5.src.rpm kdelibs3-3.5.10-13.fc12.src.rpm kdesdk-4.3.0-1.fc12.src.rpm kdevelop-3.5.4-5.fc12.src.rpm ksplice-0.9.7-4.fc12.src.rpm lagan-2.0-6.fc12.src.rpm latex2html-2008-3.fc12.src.rpm lcdproc-0.5.3-3.fc12.src.rpm linuxdoc-tools-0.9.65-2.fc12.src.rpm llvm-2.5-3.fc12.src.rpm llvm-2.5-3.fc12.src.rpm lm_sensors-3.1.1-3.fc12.src.rpm mgetty-1.1.36-4.fc12.src.rpm mhonarc-2.6.16-7.fc12.src.rpm migrationtools-47-4.fc12.src.rpm mimedefang-2.67-2.fc12.src.rpm mirrormanager-1.2.11-2.fc12.src.rpm mod_perl-2.0.4-9.src.rpm mon-1.2.0-5.fc12.src.rpm mrtg-2.16.2-4.fc12.src.rpm mtd-utils-1.2.0-3.fc12.src.rpm munin-1.2.6-10.fc12.src.rpm mysqlreport-3.5-4.fc12.src.rpm mytop-1.6-4.fc12.src.rpm nagios-plugins-1.4.13-16.fc12.src.rpm namazu-2.0.19-3.fc12.src.rpm NaturalDocs-1.4-4.fc12.src.rpm netatalk-2.0.4-2.fc12.src.rpm netpbm-10.35.64-1.fc12.src.rpm net-snmp-5.4.2.1-14.fc12.src.rpm nginx-0.7.61-1.fc12.src.rpm openoffice.org-3.1.1-16.1.fc12.src.rpm openssl-0.9.8k-7.fc12.src.rpm parrot-1.4.0-8.fc12.src.rpm pdsh-2.18-3.fc12.src.rpm pem-0.7.7-2.fc12.src.rpm perl-accessors-1.01-2.fc12.src.rpm perl-Acme-Damn-0.04-2.fc12.src.rpm perl-Algorithm-CheckDigits-0.50-3.fc12.src.rpm perl-Algorithm-CurveFit-1.03-4.fc12.src.rpm perl-Algorithm-Dependency-1.110-2.fc12.src.rpm perl-Algorithm-FastPermute-0.999-4.fc12.src.rpm perl-Alien-SeleniumRC-1.00-2.fc12.src.rpm perl-Apache-DBI-Cache-0.08-3.fc12.src.rpm perl-App-Cmd-0.203-3.fc12.src.rpm perl-Array-Compare-1.17-2.fc12.src.rpm perl-asa-0.02-4.fc12.src.rpm perl-Authen-Captcha-1.023-4.fc12.src.rpm perl-Authen-DigestMD5-0.04-7.fc12.src.rpm perl-Authen-Krb5-1.7-7.fc12.src.rpm perl-Authen-Krb5-Admin-0.11-4.fc12.src.rpm perl-autobox-2.55-3.fc12.src.rpm perl-AutoXS-Header-1.02-2.fc12.src.rpm perl-Best-0.12-2.fc12.src.rpm perl-B-Hooks-EndOfScope-0.08-2.fc12.src.rpm perl-B-Hooks-OP-Check-0.17-2.fc12.src.rpm perl-bioperl-run-1.6.1-2.fc12.src.rpm perl-boolean-0.20-4.fc12.src.rpm perl-Boulder-1.30-7.fc12.src.rpm perl-BSD-Resource-1.29.03-1.fc12.src.rpm perl-Business-CreditCard-0.30-3.fc12.src.rpm perl-Business-Hours-0.09-3.fc12.src.rpm perl-B-Utils-0.07-4.fc12.src.rpm perl-Cache-2.04-5.fc12.src.rpm perl-Cache-FastMmap-1.34-2.fc12.src.rpm perl-Calendar-Simple-1.20-3.fc12.src.rpm perl-Capture-Tiny-0.05-2.fc12.src.rpm perl-Carp-Assert-0.20-4.fc12.src.rpm perl-Catalyst-Plugin-CGI-Untaint-0.05-6.fc12.src.rpm perl-Catalyst-Plugin-StackTrace-0.10-2.fc12.src.rpm perl-CGI-Application-Plugin-Stream-2.10-2.fc12.src.rpm perl-CGI-FormBuilder-3.0501-7.fc12.src.rpm perl-CGI-Prototype-0.9053-7.fc12.src.rpm perl-CGI-Simple-1.108-2.fc12.src.rpm perl-Chatbot-Eliza-1.04-6.fc12.src.rpm perl-Class-Accessor-0.31-6.fc12.src.rpm perl-Class-Adapter-1.05-3.fc12.src.rpm perl-Class-Autouse-1.29-6.fc12.src.rpm perl-Class-C3-XS-0.11-2.fc12.src.rpm perl-Class-Date-1.1.9-6.fc12.src.rpm perl-Class-DBI-3.0.17-5.fc12.src.rpm perl-Class-DBI-AsForm-2.42-9.fc12.src.rpm perl-Class-DBI-Loader-Relationship-1.3-9.fc12.src.rpm perl-Class-DBI-Plugin-0.03-9.fc12.src.rpm perl-Class-Exporter-0.03-4.fc12.src.rpm perl-Class-Inspector-1.24-3.fc12.src.rpm perl-Class-MakeMethods-1.01-5.fc12.src.rpm perl-Class-MethodMaker-2.15-2.fc12.src.rpm perl-Class-MOP-0.91-1.fc12.src.rpm perl-Class-Singleton-1.4-5.fc12.src.rpm perl-Class-Unload-0.05-4.fc12.src.rpm perl-Class-Whitehole-0.04-7.fc12.src.rpm perl-Class-XSAccessor-1.03-3.fc12.src.rpm perl-Class-XSAccessor-Array-1.04-1.fc12.src.rpm perl-Compress-Bzip2-2.09-8.fc12.src.rpm perl-Compress-Raw-Bzip2-2.020-1.fc12.src.rpm perl-Config-IniFiles-2.47-3.fc12.src.rpm perl-Config-IniHash-3.00.00-4.fc12.src.rpm perl-ConfigReader-0.5-4.fc12.src.rpm perl-constant-boolean-0.01-4.fc12.src.rpm perl-Convert-ASN1-0.22-1.fc12.src.rpm perl-Convert-NLS_DATE_FORMAT-0.02-5.fc12.src.rpm perl-CPAN-Mini-0.576-3.fc12.src.rpm perl-Crypt-CAST5_PP-1.04-4.fc12.src.rpm perl-Crypt-OpenSSL-AES-0.02-8.fc12.src.rpm perl-Crypt-OpenSSL-Bignum-0.04-7.fc12.src.rpm perl-Crypt-OpenSSL-PKCS10-0.06-12.fc12.src.rpm perl-Crypt-PasswdMD5-1.3-5.fc12.src.rpm perl-Crypt-SmbHash-0.12-10.fc12.src.rpm perl-CSS-Minifier-XS-0.03-2.fc12.src.rpm perl-CSS-Squish-0.08-2.fc12.src.rpm perl-Data-FormValidator-4.63-2.fc12.src.rpm perl-Data-Stag-0.11-3.fc12.src.rpm perl-Data-Structure-Util-0.15-3.fc12.src.rpm perl-Data-TreeDumper-0.35-5.fc12.src.rpm perl-Data-TreeDumper-Renderer-GTK-0.02-6.fc12.src.rpm perl-Date-Manip-5.54-3.fc12.src.rpm perl-DateTime-0.4501-3.fc12.src.rpm perl-DateTime-Format-Builder-0.7901-4.fc12.src.rpm perl-DateTime-Format-Excel-0.2901-3.fc12.src.rpm perl-DateTime-Format-Mail-0.3001-5.fc12.src.rpm perl-DateTime-Precise-1.05-6.fc12.src.rpm perl-DBD-CSV-0.22-8.fc12.src.rpm perl-DBD-Mock-1.39-3.fc12.src.rpm perl-DBD-Pg-2.13.1-3.fc12.src.rpm perl-DBD-SQLite-1.25-3.fc12.src.rpm perl-DBD-XBase-0.241-9.fc12.src.rpm perl-DBI-1.609-2.fc12.src.rpm perl-DBIx-Safe-1.2.5-6.fc12.src.rpm perl-DDL-Oracle-1.11-3.fc12.src.rpm perl-Devel-Caller-2.03-5.fc12.src.rpm perl-Devel-Cover-0.64-3.fc12.src.rpm perl-Devel-Cycle-1.10-3.fc12.src.rpm perl-Devel-Dumpvar-0.04-4.fc12.src.rpm perl-Devel-Hide-0.0008-2.fc12.src.rpm perl-Devel-Leak-0.03-9.fc12.src.rpm perl-Devel-LexAlias-0.04-5.fc12.src.rpm perl-Devel-Profiler-0.04-6.fc12.src.rpm perl-Devel-REPL-1.003007-3.fc12.src.rpm perl-Devel-Size-0.71-2.fc12.src.rpm perl-Devel-StackTrace-1.22-2.fc12.src.rpm perl-Devel-Symdump-2.07-7.fc12.src.rpm perl-Device-SerialPort-1.04-5.fc12.src.rpm perl-Email-Abstract-3.001-2.fc12.src.rpm perl-Email-Date-Format-1.002-4.fc12.src.rpm perl-Email-Find-0.10-4.fc12.src.rpm perl-Email-MIME-1.863-2.fc12.src.rpm perl-Email-Send-2.194-2.fc12.src.rpm perl-Email-Simple-2.005-3.fc12.src.rpm perl-eperl-2.2.14-11.fc12.src.rpm perl-Error-0.17015-3.fc12.src.rpm perl-Event-1.11-3.fc12.src.rpm perl-Event-Lib-1.03-8.fc12.src.rpm perl-Exception-Base-0.21-3.fc12.src.rpm perl-Exception-Class-1.29-1.fc12.src.rpm perl-Exception-Class-TryCatch-1.12-2.fc12.src.rpm perl-Expect-1.21-3.fc12.src.rpm perl-Exporter-Lite-0.02-5.fc12.src.rpm perl-File-chdir-0.09-4.fc12.src.rpm perl-File-Find-Rule-Perl-1.08-2.fc12.src.rpm perl-File-Find-Rule-PPI-0.05-4.fc12.src.rpm perl-File-Find-Rule-VCS-1.05-3.fc12.src.rpm perl-File-Flat-1.04-4.fc12.src.rpm perl-FileHandle-Unget-0.1622-3.fc12.src.rpm perl-File-HomeDir-0.86-2.fc12.src.rpm perl-File-LibMagic-0.91-2.fc12.src.rpm perl-File-NCopy-0.36-3.fc12.src.rpm perl-File-pushd-1.00-3.fc12.src.rpm perl-File-Remove-1.42-3.fc12.src.rpm perl-File-ShareDir-1.00-3.fc12.src.rpm perl-File-ShareDir-PAR-0.05-2.fc12.src.rpm perl-Filesys-Df-0.92-5.fc12.src.rpm perl-Finance-Quote-1.13-4.fc12.src.rpm perl-Finance-YahooQuote-0.22-2.fc12.src.rpm perl-Font-TTF-0.45-5.fc12.src.rpm perl-FreezeThaw-0.45-3.fc12.src.rpm perl-GD-2.41-3.fc12.src.rpm perl-Geo-IPfree-0.4-3.fc12.src.rpm perl-Geo-METAR-1.15-4.fc12.src.rpm perl-Getopt-ArgvFile-1.11-3.fc12.src.rpm perl-Glib-1.201-4.fc12.src.rpm perl-Gnome2-1.042-4.fc12.src.rpm perl-Gnome2-Canvas-1.002-12.fc12.src.rpm perl-Gnome2-GConf-1.044-7.fc12.src.rpm perl-Gnome2-Print-1.000-8.fc12.src.rpm perl-Gnome2-VFS-1.081-4.fc12.src.rpm perl-Gnome2-Wnck-0.16-7.fc12.src.rpm perl-Goo-Canvas-0.06-5.fc12.src.rpm perl-Graph-0.91-3.fc12.src.rpm perl-Graphics-ColorNames-2.11-5.fc12.src.rpm perl-GraphViz-2.04-2.fc12.src.rpm perl-GSSAPI-0.26-3.fc12.src.rpm perl-GStreamer-0.15-3.fc12.src.rpm perl-Gtk2-1.203-3.fc12.src.rpm perl-Gtk2-Ex-PodViewer-0.18-3.fc12.src.rpm perl-Gtk2-GladeXML-1.007-4.fc12.src.rpm perl-Gtk2-MozEmbed-0.08-6.fc12.6.src.rpm perl-Gtk2-Spell-1.03-11.fc12.src.rpm perl-Gtk2-TrayIcon-0.06-7.fc12.src.rpm perl-Hardware-Verilog-Parser-0.13-3.fc12.src.rpm perl-Hook-LexWrap-0.22-3.fc12.src.rpm perl-HTML-DOMbo-3.10-3.fc12.src.rpm perl-HTML-FillInForm-2.00-2.fc12.src.rpm perl-HTML-Format-2.04-11.fc12.src.rpm perl-HTML-Mason-1.42-2.fc12.src.rpm perl-HTML-Parser-3.60-2.fc12.src.rpm perl-HTML-Strip-1.06-2.fc12.src.rpm perl-HTML-Template-Pro-0.74-2.fc12.src.rpm perl-HTML-Tidy-1.08-5.fc12.src.rpm perl-HTML-Tree-3.23-8.fc12.src.rpm perl-Image-ExifTool-7.67-4.fc12.src.rpm perl-Image-Math-Constrain-1.02-4.fc12.src.rpm perl-Image-Size-3.2-2.fc12.src.rpm perl-Inline-0.44-22.fc12.src.rpm perl-IO-All-0.39-4.fc12.src.rpm perl-IO-Digest-0.10-9.fc12.src.rpm perl-IO-Interface-1.05-2.fc12.src.rpm perl-IO-Null-1.01-6.fc12.src.rpm perl-IO-Prompt-0.99.4-5.fc12.src.rpm perl-IO-String-1.08-8.fc12.src.rpm perl-IO-stringy-2.110-10.fc12.src.rpm perl-IPC-Shareable-0.60-10.fc12.src.rpm perl-IPC-System-Simple-1.18-2.fc12.src.rpm perl-IPTables-ChainMgr-0.9-4.src.rpm perl-IPTables-Parse-0.7-4.fc12.src.rpm perl-JavaScript-Minifier-XS-0.05-3.fc12.src.rpm perl-Jcode-2.06-9.fc12.src.rpm perl-Jemplate-0.23-2.fc11.src.rpm perl-JSON-2.15-2.fc12.src.rpm perl-KinoSearch-0.165-2.fc12.src.rpm perl-libintl-1.16-10.fc12.src.rpm perl-libwww-perl-5.825-3.fc12.src.rpm perl-libxml-perl-0.08-9.fc12.src.rpm perl-Lingua-EN-Inflect-Number-1.1-11.fc12.src.rpm perl-Lingua-Stem-Snowball-0.952-4.fc12.src.rpm perl-List-MoreUtils-0.22-9.fc12.src.rpm perl-Locale-Maketext-Fuzzy-0.10-5.fc12.src.rpm perl-Locale-Maketext-Lexicon-0.77-4.fc12.src.rpm perl-local-lib-1.004001-2.fc12.src.rpm perl-Log-Dispatch-2.22-4.fc12.src.rpm perl-Log-Dispatch-FileRotate-1.19-4.fc12.src.rpm perl-Log-Log4perl-1.20-3.fc11.src.rpm perl-Log-Trivial-0.31-4.fc12.src.rpm perl-LWP-Authen-Wsse-0.05-5.fc12.src.rpm perl-Mail-Box-2.087-2.fc12.src.rpm perl-Mail-GnuPG-0.15-4.fc12.src.rpm perl-Mail-SPF-Query-1.999.1-6.fc12.src.rpm perl-Mail-Transport-Dbx-0.07-8.fc12.src.rpm perl-MasonX-Request-WithApacheSession-0.30-7.fc12.src.rpm perl-Math-BigInt-GMP-1.24-3.fc12.src.rpm perl-Math-GMP-2.05-5.fc12.src.rpm perl-Math-Random-MT-Auto-6.14-3.fc12.src.rpm perl-Math-Symbolic-0.510-4.fc12.src.rpm perl-MIME-Charset-1.006.2-3.fc12.src.rpm perl-MIME-EncWords-1.010.101-3.fc12.src.rpm perl-MIME-Lite-3.01-10.fc12.src.rpm perl-MIME-tools-5.427-3.fc12.src.rpm perl-Mixin-Linewise-0.002-2.fc12.src.rpm perl-MLDBM-2.01-8.fc12.src.rpm perl-Module-Compile-0.20-5.fc12.src.rpm perl-Module-CPANTS-Analyse-0.85-2.fc12.src.rpm perl-Module-ExtractUse-0.23-3.fc12.src.rpm perl-Module-Find-0.06-3.fc12.src.rpm perl-Module-Info-0.31-6.fc12.src.rpm perl-Module-Inspector-1.05-5.fc12.src.rpm perl-Module-Install-0.91-2.fc12.src.rpm perl-Module-Install-ExtraTests-0.006-3.fc12.src.rpm perl-Module-Manifest-0.03-3.fc12.src.rpm perl-Module-Math-Depends-0.02-4.fc12.src.rpm perl-Module-ScanDeps-0.89-3.fc12.src.rpm perl-Module-Signature-0.55-5.fc12.src.rpm perl-Module-Used-1.2.0-2.fc12.src.rpm perl-Module-Versions-Report-1.06-3.fc12.src.rpm perl-Mon-0.11-3.fc12.src.rpm perl-Moose-0.88-1.fc12.src.rpm perl-MooseX-GlobRef-Object-0.06-2.fc11.src.rpm perl-MooseX-LogDispatch-1.2000-4.fc12.src.rpm perl-MooseX-Types-0.13-2.fc12.src.rpm perl-Mouse-0.27-1.fc12.src.rpm perl-Mozilla-LDAP-1.5.2-6.fc12.1.src.rpm perl-MP3-Info-1.23-4.fc12.src.rpm perl-MRO-Compat-0.11-2.fc12.src.rpm perl-Net-Amazon-0.54-2.fc12.src.rpm perl-Net-Amazon-S3-0.43-5.fc12.src.rpm perl-Net-CUPS-0.59-4.fc12.src.rpm perl-Net-Daemon-0.44-7.fc12.src.rpm perl-Net-DBus-0.33.6-4.fc12.src.rpm perl-Net-Domain-TLD-1.68-2.fc12.src.rpm perl-Net-IP-CMatch-0.02-10.fc12.src.rpm perl-Net-Jabber-2.0-11.fc12.src.rpm perl-Net-Libdnet-0.01-8.fc12.src.rpm perl-Net-LibIDN-0.12-2.fc12.src.rpm perl-Net-Patricia-1.15-2.fc12.src.rpm perl-Net-SNPP-1.17-8.fc12.src.rpm perl-Net-SSH2-0.21-3.fc12.src.rpm perl-Net-SSLeay-1.35-5.fc12.src.rpm perl-Net-Telnet-3.03-9.fc12.src.rpm perl-Net-XMPP-1.02-7.fc12.src.rpm perl-NOCpulse-SetID-1.6.9-3.fc12.src.rpm perl-Number-Format-1.72a-2.fc12.src.rpm perl-Object-InsideOut-3.55-2.fc12.src.rpm perl-Object-MultiType-0.05-3.fc12.src.rpm perl-Object-Signature-1.05-5.fc12.src.rpm perl-ORLite-1.22-2.fc12.src.rpm perl-ORLite-Migrate-0.03-4.fc12.src.rpm perl-Padre-0.32-2.fc12.src.rpm perl-PadWalker-1.7-4.fc12.src.rpm perl-PAR-0.992-2.fc12.src.rpm perl-Params-CallbackRequest-1.19-3.fc12.src.rpm perl-Params-Coerce-0.14-4.fc12.src.rpm perl-Params-Util-1.00-2.fc12.src.rpm perl-PAR-Packer-0.991-2.fc12.src.rpm perl-ParseLex-2.15-14.fc12.src.rpm perl-Parse-RecDescent-1.96-3.fc12.src.rpm perl-Parse-Yapp-1.05-40.fc12.src.rpm perl-PDF-API2-0.73-2.fc12.src.rpm perl-PDF-Reuse-0.35-2.fc12.src.rpm perl-PDL-2.4.4_05-2.fc12.src.rpm perl-Perl6-Bible-0.30-7.fc12.src.rpm perl-Perlbal-XS-HTTPHeaders-0.19-7.fc12.src.rpm perl-Perl-Critic-1.092-2.fc11.src.rpm perl-Perlilog-0.3-3.fc12.src.rpm perl-PerlIO-eol-0.14-6.fc12.src.rpm perl-PerlIO-gzip-0.18-4.fc12.src.rpm perl-PerlIO-via-symlink-0.05-7.fc12.src.rpm perl-Perl-MinimumVersion-1.20-2.fc12.src.rpm perl-pgsql_perl5-1.9.0-4.fc12.src.rpm perl-PlRPC-0.2020-2.fc12.src.rpm perl-Pod-POM-0.18-2.fc12.src.rpm perl-Pod-Readme-0.090-5.fc12.src.rpm perl-Pod-Spell-1.01-6.fc12.src.rpm perl-Pod-Tests-1.19-3.fc12.src.rpm perl-POE-1.006-2.fc12.src.rpm perl-POE-API-Peek-1.0802-5.fc12.src.rpm perl-POE-Component-Client-LDAP-0.04-7.fc12.src.rpm perl-POE-Component-Log4perl-0.02-5.fc12.src.rpm perl-PPI-1.203-3.fc12.src.rpm perl-PPI-HTML-1.07-5.fc12.src.rpm perl-prefork-1.04-1.fc12.src.rpm perl-Proc-ProcessTable-0.44-4.fc12.src.rpm perl-Proc-Simple-1.25-1.fc12.src.rpm perl-Pugs-Compiler-Rule-0.37-3.fc12.src.rpm perl-Readonly-1.03-10.fc12.src.rpm perl-Regexp-Common-2.122-3.fc12.src.rpm perl-RPC-XML-0.64-3.fc12.src.rpm perl-RPC-XML-0.64-3.fc12.src.rpm perl-RPM2-0.68-4.fc12.src.rpm perl-rpm-build-perl-0.6.8-3.fc12.src.rpm perl-rpm-build-perl-0.6.8-3.fc12.src.rpm perl-Sane-0.03-2.fc12.src.rpm perl-Sendmail-PMilter-0.97-2.fc12.src.rpm perl-Set-Infinite-0.63-3.fc12.src.rpm perl-Set-IntSpan-1.13-4.fc12.src.rpm perl-SGML-Parser-OpenSP-0.994-3.fc12.src.rpm perl-SNMP_Session-1.12-3.fc12.src.rpm perl-SOAP-Lite-0.710.08-4.fc12.src.rpm perl-Software-License-0.012-2.fc12.src.rpm perl-Sort-Key-1.28-2.fc12.src.rpm perl-Sort-Naturally-1.02-3.fc12.src.rpm perl-Spiffy-0.30-11.fc12.src.rpm perl-SQL-Statement-1.15-5.fc11.src.rpm perl-SQL-Translator-0.09004-3.fc12.src.rpm perl-Statistics-Descriptive-2.6-5.fc12.src.rpm perl-String-Random-0.22-4.fc12.src.rpm perl-Sub-Exporter-0.982-3.fc12.src.rpm perl-Sub-Name-0.04-3.fc12.src.rpm perl-Sub-Uplevel-0.2002-3.fc12.src.rpm perl-SVG-Parser-1.03-3.fc12.src.rpm perl-Sysadm-Install-0.29-2.fc12.src.rpm perl-Sys-SigAction-0.11-2.fc12.src.rpm perl-SystemC-Vregs-1.463-2.fc12.src.rpm perl-SystemPerl-1.330-2.fc12.src.rpm perl-Task-Weaken-1.02-5.fc12.src.rpm perl-Template-Alloy-1.013-3.fc12.src.rpm perl-Template-Toolkit-2.22-1.fc12.src.rpm perl-Term-Prompt-1.04-2.fc12.src.rpm perl-Test-Assert-0.0501-3.fc12.src.rpm perl-Test-Base-0.58-2.fc12.src.rpm perl-Test-Class-0.31-3.fc12.src.rpm perl-Test-ClassAPI-1.06-2.fc12.src.rpm perl-Test-HTTP-Server-Simple-StashWarnings-0.04-2.fc12.src.rpm perl-Test-Inline-2.211-2.fc12.src.rpm perl-Test-Manifest-1.22-5.fc12.src.rpm perl-Test-MinimumVersion-0.011-2.fc12.src.rpm perl-Test-NeedsDisplay-1.05-3.fc12.src.rpm perl-Test-Object-0.07-5.fc12.src.rpm perl-Test-Pod-1.26-6.fc12.src.rpm perl-Test-Script-1.03-3.fc12.src.rpm perl-Test-Signature-1.10-4.fc12.src.rpm perl-Test-Spelling-0.11-5.fc12.src.rpm perl-Test-Strict-0.13-3.fc12.src.rpm perl-Test-SubCalls-1.08-3.fc12.src.rpm perl-Test-Unit-Lite-0.12-2.fc12.src.rpm perl-Test-use-ok-0.02-6.fc12.src.rpm perl-Test-Warn-0.11-3.fc12.src.rpm perl-Text-Autoformat-1.14.0-5.fc12.src.rpm perl-Text-CharWidth-0.04-7.fc12.src.rpm perl-Text-CHM-0.01-6.fc12.src.rpm perl-Text-Context-EitherSide-1.4-2.fc12.src.rpm perl-Text-CSV-1.10-2.fc12.src.rpm perl-Text-CSV-Separator-0.19-4.fc12.src.rpm perl-Text-CSV_XS-0.58-3.fc12.src.rpm perl-Text-FindIndent-0.03-3.fc12.src.rpm perl-Text-Format-0.52-4.fc12.src.rpm perl-Text-Markdown-1.0.24-3.fc12.src.rpm perl-Text-Quoted-2.05-4.fc12.src.rpm perl-Text-Reform-1.12.2-6.fc12.src.rpm perl-Text-Template-1.45-3.fc12.src.rpm perl-Text-Unidecode-0.04-7.fc12.src.rpm perl-Text-Wrapper-1.02-3.fc12.src.rpm perltidy-20090616-2.fc12.src.rpm perl-Tie-IxHash-1.21-10.fc12.src.rpm perl-TimeDate-1.16-11.fc12.src.rpm perl-Time-modules-2006.0814-5.fc12.src.rpm perl-Time-Period-1.20-4.fc12.src.rpm perl-Tk-804.028-10.fc12.src.rpm perl-Tk-Stderr-1.2-6.fc12.src.rpm perl-Tree-DAG_Node-1.06-6.fc12.src.rpm perl-Tree-Simple-1.18-4.fc12.src.rpm perl-UNIVERSAL-can-1.12-4.fc12.src.rpm perl-Unix-Statgrab-0.04-6.fc12.src.rpm perl-URI-Find-20090319-3.fc12.src.rpm perl-Variable-Magic-0.34-2.fc12.src.rpm perl-Verilog-3.212-1.fc12.src.rpm perl-Want-0.18-4.fc12.src.rpm perl-WWW-Babelfish-0.16-4.fc12.src.rpm perl-Wx-0.91-6.fc12.src.rpm perl-Wx-Perl-DataWalker-0.02-5.fc12.src.rpm perl-X11-Protocol-0.56-4.fc12.src.rpm perl-XML-Atom-0.35-2.fc12.src.rpm perl-XML-Atom-SimpleFeed-0.82-3.fc12.src.rpm perl-XML-Entities-0.03-3.fc12.src.rpm perl-XML-Grove-0.46alpha-39.fc12.src.rpm perl-XML-LibXML-1.69-3.fc12.src.rpm perl-XML-Parser-2.36-5.fc12.src.rpm perl-XML-Smart-1.6.9-4.fc12.src.rpm perl-XML-Stream-1.22-11.fc12.src.rpm perl-XML-TreeBuilder-3.09-14.fc12.src.rpm perl-XML-Twig-3.32-3.fc12.src.rpm perl-XML-Validator-Schema-1.10-3.fc12.src.rpm perl-XML-Writer-0.606-3.fc12.src.rpm perl-XXX-0.12-3.fc12.src.rpm perl-YAML-0.68-3.fc12.src.rpm perl-YAML-LibYAML-0.32-3.fc12.src.rpm perl-YAML-Syck-1.05-3.fc12.src.rpm pfscalibration-1.4-6.fc11.src.rpm phoronix-test-suite-1.8.1-2.fc12.src.rpm photoml-0.26-3.fc12.src.rpm pidgin-2.6.0-0.10.20090806.fc12.src.rpm po4a-0.35-13.fc12.src.rpm postgresql-dbi-link-2.0.0-5.fc12.src.rpm python-mwlib-0.11.2-3.20090522hg2956.fc12.src.rpm qle-0.0.13-3.fc12.src.rpm quagga-0.99.12-3.fc12.src.rpm qucs-0.0.15-4.fc12.src.rpm R-2.9.1-2.fc12.src.rpm rancid-2.3.2-3.fc12.src.rpm remctl-2.11-9.fc12.src.rpm renrot-1.1-1.fc12.2.src.rpm rkhunter-1.3.4-8.fc12.src.rpm rsnapshot-1.3.1-3.fc12.src.rpm sblim-testsuite-1.2.5-4.fc12.src.rpm shtool-2.0.8-3.fc12.src.rpm smokeping-2.4.2-9.fc12.src.rpm spamassassin-3.3.0-0.5.alpha2.fc12.src.rpm squirrelmail-1.4.19-4.fc12.src.rpm stow-1.3.3-8.fc12.src.rpm subversion-1.6.3-3.fc12.src.rpm swatch-3.2.1-4.fc12.src.rpm texi2html-1.82-4.fc12.src.rpm texlive-2007-44.fc12.src.rpm texlive-texmf-2007-29.fc12.src.rpm tin-1.8.3-6.fc12.src.rpm uuid-1.6.1-8.fc12.src.rpm vdradmin-am-3.6.4-4.fc12.src.rpm verilator-3.712-1.fc12.src.rpm vim-perl-support-4.4-2.fc12.src.rpm vim-vimoutliner-0.3.4-12.fc12.src.rpm w3c-markup-validator-0.8.5-2.fc12.src.rpm whatsup-1.9-2.fc12.src.rpm xfconf-4.6.1-2.fc12.src.rpm xscreensaver-5.08-12.fc12.src.rpm Zim-0.28-2.fc12.src.rpm zoneminder-1.24.2-3.fc12.src.rpm With this change, these packages will have a larger installation footprint, unless they're cleaned up. Instead of: Requires: perl or Requires: perl > 5.6.0 They should either have: 1. If they're version dependent, they should have Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) 2. If they're not, they could either accept the larger install footprint, or switch to: Requires: perl-minimal Thoughts on this? ~spot From iarnell at gmail.com Sat Aug 15 20:33:16 2009 From: iarnell at gmail.com (Iain Arnell) Date: Sat, 15 Aug 2009 22:33:16 +0200 Subject: Proposed F12 perl cleanups In-Reply-To: <4A8705BF.1050002@redhat.com> References: <4A8705BF.1050002@redhat.com> Message-ID: <81487f820908151333o45ebfbf7re18c945fd2ee2cc1@mail.gmail.com> On Sat, Aug 15, 2009 at 9:00 PM, Tom "spot" Callaway wrote: > The biggest change here is that there are still packages which "Require: > perl", usually to specify a specific minimal version. Here is a list of > rawhide packages which do this: [big snip] Many of those packages don't actually have an explicit Requires: perl. It's being added automatically when perl.req finds things like "use 5.006". -- Iain. From emmanuel.seyman at club-internet.fr Sat Aug 15 20:41:34 2009 From: emmanuel.seyman at club-internet.fr (Emmanuel Seyman) Date: Sat, 15 Aug 2009 22:41:34 +0200 Subject: Proposed F12 perl cleanups In-Reply-To: <4A8705BF.1050002@redhat.com> References: <4A8705BF.1050002@redhat.com> Message-ID: <20090815204134.GA11724@orient.maison.lan> * Tom spot Callaway [15/08/2009 22:24] : > > Out of the thread on p5p, I'd like to propose the following changes for > F-12: > > * Rename "perl-core" to "perl" > * Rename "perl" to "perl-minimal" > Thoughts on this? +1 for your proposal. Emmanuel From buildsys at fedoraproject.org Sun Aug 16 11:38:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 16 Aug 2009 11:38:21 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090816113821.ED3911F8218@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From cweyl at alumni.drew.edu Mon Aug 17 03:05:19 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sun, 16 Aug 2009 20:05:19 -0700 Subject: Proposed F12 perl cleanups In-Reply-To: <4A8705BF.1050002@redhat.com> References: <4A8705BF.1050002@redhat.com> Message-ID: <7dd7ab490908162005k5ed1e39bw8e61a6f2e938d1ec@mail.gmail.com> On Sat, Aug 15, 2009 at 12:00 PM, Tom "spot" Callaway wrote: > Out of the thread on p5p, I'd like to propose the following changes for > F-12: > > * Rename "perl-core" to "perl" > * Rename "perl" to "perl-minimal" > > The biggest change here is that there are still packages which "Require: > perl", usually to specify a specific minimal version. Here is a list of > rawhide packages which do this: [...snip...] > > They should either have: > > 1. If they're version dependent, they should have > > Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo > $version)) > They should all require this; this also indicates what version of Perl this package was built/compiled against, rather than a minimum version of Perl that this module requires to function. (that is, the package requires version x.y.z as it's installed in /usr/lib/perl5/x.y.z/). > 2. If they're not, they could either accept the larger install > footprint, or switch to: > > Requires: perl-minimal > Iain is right.... It looks like this is being auto-added.[1] We'd have to fix that in the rpm macros -- and maybe get the filtering macros in there, as I don't seem to be getting much response to https://bugzilla.redhat.com/show_bug.cgi?id=516240 -- then rebuild the impacted packages. In either case, I'm +1 to the renaming (and am somewhat to blame for the -core name to begin with... sigh). I think we should probably take a look at the package descriptions and summaries as part of this as well. -Chris [1] And, can I just say again how erratic our Perl rpm autoreq/prov bits are? In practice Perl metadata like this isn't kept in scripts/modules themselves, and some bits (like Moose traits/roles) are completely masked from it. If we want accurate rpm metadata, we ought to be generating our Perl req/prov out of META.yml and its kind. -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From mmaslano at redhat.com Mon Aug 17 07:16:05 2009 From: mmaslano at redhat.com (Marcela Maslanova) Date: Mon, 17 Aug 2009 03:16:05 -0400 (EDT) Subject: our perl-core on p5p In-Reply-To: <4A857A71.7080702@redhat.com> Message-ID: <458048274.1063561250493365563.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> ----- "Tom \"spot\" Callaway" wrote: > Okay, so with all of that said, let me discuss what would happen if > we > were to switch the naming of perl and perl-core tomorrow: > > * Any packages which still have "Requires: perl" , rather than a more > specific "Requires: perl(foo::bar)" would suddenly have a much larger > installation footprint. (Thankfully, I think this is probably almost > never the case in current Fedora as a result of many cleanups.) > * New users who do not read the descriptions (which, unfortunately, > are > far more than those who do) and run: yum install perl, will get more > perl modules than they possibly want or need. I realize that this is > a > hotly debatable point. > * Existing users who are currently happy with the focused perl > packages > that they have installed (only those which are explicitly needed by > dependencies) will suddenly get a lot more perl subpackages which > they > are not using upon the next update/upgrade. This leads to cries of > "OMG > BLOAT!!!1!". > > I see four possible courses of action at this point: > > 1. Go back to a monolithic perl. I do not like this option, and I > would > not recommend it. > 2. Reword the descriptions to make it much clearer that the "perl" > binary package, and the dependencies it has, is not the complete > "core" > as provided in the perl tarballs, it is simply the minimal necessary > for > /usr/bin/perl to run. (We probably want to do this anyways.) > 3. Swap the perl and perl-core names, with the above results. > 4. Rename perl / perl-core to something more obvious. We could > convert > what is now "perl" to "perl-minimal", for example, but what if > someone > runs "yum install perl"? What should they get? The minimal or the > "everything in the tarball" experience? (When this split was first Thanks for your explanation. I was thinking about 3 or 4. We have time to decide because the best time for this change will be perl-5.10.1 with rebuild all perl modules. Regards, Marcela Ma?l??ov? From mmaslano at redhat.com Mon Aug 17 07:20:01 2009 From: mmaslano at redhat.com (Marcela Maslanova) Date: Mon, 17 Aug 2009 03:20:01 -0400 (EDT) Subject: Proposed F12 perl cleanups In-Reply-To: <4A8705BF.1050002@redhat.com> Message-ID: <911973255.1063911250493601462.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> > * Rename "perl" to "perl-minimal" +1 > They should either have: > > 1. If they're version dependent, they should have > > Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo > $version)) +1 Marcela From rc040203 at freenet.de Mon Aug 17 08:02:25 2009 From: rc040203 at freenet.de (Ralf Corsepius) Date: Mon, 17 Aug 2009 10:02:25 +0200 Subject: Proposed F12 perl cleanups In-Reply-To: <4A8705BF.1050002@redhat.com> References: <4A8705BF.1050002@redhat.com> Message-ID: <4A890E91.2010701@freenet.de> On 08/15/2009 09:00 PM, Tom "spot" Callaway wrote: > Out of the thread on p5p, I'd like to propose the following changes for > F-12: > > * Rename "perl-core" to "perl" > * Rename "perl" to "perl-minimal" > > The biggest change here is that there are still packages which "Require: > perl", usually to specify a specific minimal version. Here is a list of > rawhide packages which do this: > With this change, these packages will have a larger installation > footprint, unless they're cleaned up. Instead of: > > Requires: perl > or > Requires: perl> 5.6.0 > > They should either have: > > 1. If they're version dependent, they should have > > Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo > $version)) > > 2. If they're not, they could either accept the larger install > footprint, or switch to: > > Requires: perl-minimal > > Thoughts on this? -1 Rationale: a) As others already pointed out, many of these "requires:" are automatically added => Part of the issue is inside of perl.req etc. and not inside of the perl package b) "Requires: perl > XXXX" is intuitively understandable ("A natural solution" ), perl(:MODULE_COMPAT_..) isn't. c) R: perl(:MODULE_COMPAT_..) is not a natural replacement for "R: perl > XXX". They have different semantics. R: perl(:MODULE_COMPAT_..) basically refers to module search paths, while "R: perl > XXX", can refer to many to subjects and may originiate from other issues, such as changes of the perl language, bugs a perl module author might have encountered, etc. Example: # rpm -q -requires help2man | grep perl /usr/bin/perl perl >= 0:5.005 perl(Getopt::Long) perl(POSIX) perl(Text::Tabs) perl(locale) perl(strict) * There is no explicit "requires: perl >= ..." inside of this package's spec, * The package actually doen't require a "perl-package >= 5.005", it requires "The Perl Language > 5.005" * The package doen't install any module, so "perl(:MODULE_COMPAT_..)" isn't right either. That said, I think, we need another rpm tag, besides "perl" and "perl(:MODULE_COMPAT..)" to denote "The Perl Language" version and let rpm add this in perl.req instead of "perl > XXX". Ralf From buildsys at fedoraproject.org Mon Aug 17 10:27:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 17 Aug 2009 10:27:33 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090817102733.83A311B8008@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From skasal at redhat.com Mon Aug 17 13:21:09 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 17 Aug 2009 15:21:09 +0200 Subject: our perl-core on p5p In-Reply-To: <4A857A71.7080702@redhat.com> References: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> <4A857A71.7080702@redhat.com> Message-ID: <20090817132109.GB2773@camelia.ucw.cz> Hello, On Fri, Aug 14, 2009 at 10:53:37AM -0400, Tom spot Callaway wrote: > [...] what if someone runs "yum install perl"? I believe this is the crucial question. To satisfy the request raised on p5p, it would have to install all the core modules. But that would induce many accusation of bloat. If it installs less than that, the p5p request is not fulfilled. I see no change that would significantly improve our overall image and thus I would stay with the current state, which at least minimizes the surprises. Stepan Kasal (just returned from the week off) From paul at city-fan.org Mon Aug 17 13:34:55 2009 From: paul at city-fan.org (Paul Howarth) Date: Mon, 17 Aug 2009 14:34:55 +0100 Subject: our perl-core on p5p In-Reply-To: <20090817132109.GB2773@camelia.ucw.cz> References: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> <4A857A71.7080702@redhat.com> <20090817132109.GB2773@camelia.ucw.cz> Message-ID: <4A895C7F.6070402@city-fan.org> On 17/08/09 14:21, Stepan Kasal wrote: > Hello, > > On Fri, Aug 14, 2009 at 10:53:37AM -0400, Tom spot Callaway wrote: >> [...] what if someone runs "yum install perl"? > > I believe this is the crucial question. > > To satisfy the request raised on p5p, it would have to install all > the core modules. But that would induce many accusation of bloat. I disagree; if someone's after a generic perl environment, the so-called bloat is a part of that. Somebody just wanting a bare-bones perl interpreter could easily do "yum install /usr/bin/perl" to avoid the bloat if that's what they wanted. I guess it all boils down to "what is perl"? Paul. From tcallawa at redhat.com Mon Aug 17 16:06:48 2009 From: tcallawa at redhat.com (Tom "spot" Callaway) Date: Mon, 17 Aug 2009 12:06:48 -0400 Subject: our perl-core on p5p In-Reply-To: <20090817132109.GB2773@camelia.ucw.cz> References: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> <4A857A71.7080702@redhat.com> <20090817132109.GB2773@camelia.ucw.cz> Message-ID: <4A898018.3070908@redhat.com> On 08/17/2009 09:21 AM, Stepan Kasal wrote: > I see no change that would significantly improve our overall image > and thus I would stay with the current state, which at least > minimizes the surprises. I'm not sure that it does. Right now, "perl-core" installs everything that comes with the perl 5.10.0 tarball, not just the minimal "core". The current naming is confusing. I think it is far easier to tell people, if you want the minimal functional perl bits, yum install perl-minimal. We should also clean up the autoprovides anyway, as much as looking at that pile of code makes me cry. ~spot From skasal at redhat.com Mon Aug 17 16:42:07 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 17 Aug 2009 18:42:07 +0200 Subject: our perl-core on p5p In-Reply-To: <4A898018.3070908@redhat.com> References: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> <4A857A71.7080702@redhat.com> <20090817132109.GB2773@camelia.ucw.cz> <4A898018.3070908@redhat.com> Message-ID: <20090817164207.GC6269@camelia.ucw.cz> Hello, On Mon, Aug 17, 2009 at 12:06:48PM -0400, Tom spot Callaway wrote: > Right now, "perl-core" installs everything that comes with the perl > 5.10.0 tarball, not just the minimal "core". The current naming is > confusing. perl-core installs perl+core, i.e. the perl interpreter plus all the core modules. So I see _some_ logic behind that. I still think that people who will get all the core modules instead of "just the perl" when they yum install perl, will feel trapped. > I think it is far easier to tell people, if you want the minimal > functional perl bits, yum install perl-minimal. A question (sorry if it already has been answered): are we the last one who use the name "perl" for the minimal set? If majority the other GNU/* distributions use the term "perl" for perl+core modules (I know that Debian does, for example), then we probably should unify the terminology. > We should also clean up the autoprovides anyway, [...] Agreed. > [...] as much as looking at that pile of code makes me cry. I would like to rewrite it from scratch. Moreover, I'd like to do it in gawk. These scripts are the only reason why every mock build root contains perl. Again, this is something which should not be done after the alpha freeze. IIRC, with the new schedule, dist-f13 opens long before F-12 is released, I think it is soon after the beta freeze, i.e. at the end of September. Cheers, Stepan From tcallawa at redhat.com Mon Aug 17 17:12:14 2009 From: tcallawa at redhat.com (Tom "spot" Callaway) Date: Mon, 17 Aug 2009 13:12:14 -0400 Subject: our perl-core on p5p In-Reply-To: <20090817164207.GC6269@camelia.ucw.cz> References: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> <4A857A71.7080702@redhat.com> <20090817132109.GB2773@camelia.ucw.cz> <4A898018.3070908@redhat.com> <20090817164207.GC6269@camelia.ucw.cz> Message-ID: <4A898F6E.8010209@redhat.com> On 08/17/2009 12:42 PM, Stepan Kasal wrote: > perl-core installs perl+core, i.e. the perl interpreter plus all the > core modules. So I see _some_ logic behind that. Well, I like to think that I tried to put some logic behind it originally, but I think this is a better logic. :) > I still think that people who will get all the core modules instead > of "just the perl" when they yum install perl, will feel trapped. I'm not sure of that, most probably won't notice the difference. > A question (sorry if it already has been answered): are we the last > one who use the name "perl" for the minimal set? If majority the other > GNU/* distributions use the term "perl" for perl+core modules (I know > that Debian does, for example), then we probably should unify the > terminology. Yeah, I don't think anyone else uses "perl" for the minimal set. >> > We should also clean up the autoprovides anyway, [...] > Agreed. > >> > [...] as much as looking at that pile of code makes me cry. > I would like to rewrite it from scratch. > > Moreover, I'd like to do it in gawk. These scripts are the only > reason why every mock build root contains perl. > > Again, this is something which should not be done after the alpha > freeze. IIRC, with the new schedule, dist-f13 opens long before > F-12 is released, I think it is soon after the beta freeze, i.e. at > the end of September. Okay, lets focus this in the F-13 release. ~spot From paul at city-fan.org Mon Aug 17 19:36:11 2009 From: paul at city-fan.org (Paul Howarth) Date: Mon, 17 Aug 2009 20:36:11 +0100 Subject: our perl-core on p5p In-Reply-To: <20090817164207.GC6269@camelia.ucw.cz> References: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> <4A857A71.7080702@redhat.com> <20090817132109.GB2773@camelia.ucw.cz> <4A898018.3070908@redhat.com> <20090817164207.GC6269@camelia.ucw.cz> Message-ID: <20090817203611.0e94ce84@metropolis.intra.city-fan.org> On Mon, 17 Aug 2009 18:42:07 +0200 Stepan Kasal wrote: > Hello, > > On Mon, Aug 17, 2009 at 12:06:48PM -0400, Tom spot Callaway wrote: > > Right now, "perl-core" installs everything that comes with the perl > > 5.10.0 tarball, not just the minimal "core". The current naming is > > confusing. > > perl-core installs perl+core, i.e. the perl interpreter plus all the > core modules. So I see _some_ logic behind that. > > I still think that people who will get all the core modules instead > of "just the perl" when they yum install perl, will feel trapped. > > > I think it is far easier to tell people, if you want the minimal > > functional perl bits, yum install perl-minimal. > > A question (sorry if it already has been answered): are we the last > one who use the name "perl" for the minimal set? If majority the > other GNU/* distributions use the term "perl" for perl+core modules > (I know that Debian does, for example), then we probably should unify > the terminology. SLES-11 has a big "perl" with a "perl-base" that contains the interpreter and a very small set of modules. Paul. From bugzilla at redhat.com Mon Aug 17 20:42:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Aug 2009 16:42:21 -0400 Subject: [Bug 504256] Please build latest perl-Math-BigInt-GMP for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200908172042.n7HKgL8G029911@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=504256 --- Comment #5 from Robert Scheck 2009-08-17 16:42:20 EDT --- Steven, ping again? Are you alive? -- Configure bugmail: 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 Aug 17 20:43:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Aug 2009 16:43:00 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200908172043.n7HKh0fq029994@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 --- Comment #1 from Robert Scheck 2009-08-17 16:42:59 EDT --- Chris, ping? Are you alive? -- Configure bugmail: 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 Aug 18 04:58:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Aug 2009 00:58:40 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200908180458.n7I4wedr000337@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 --- Comment #2 from Chris Weyl 2009-08-18 00:58:39 EDT --- Barely :) You're more than welcome to own EPEL branches of this package... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Tue Aug 18 05:54:29 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 18 Aug 2009 05:54:29 +0000 (UTC) Subject: rpms/perl-Parse-ExuberantCTags/devel perl-Parse-ExuberantCTags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090818055429.8C8F311C00D7@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Parse-ExuberantCTags/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv345 Modified Files: .cvsignore sources Added Files: perl-Parse-ExuberantCTags.spec Log Message: * Fri Aug 14 2009 Marcela Ma?l??ov? 1.01-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE perl-Parse-ExuberantCTags.spec --- Name: perl-Parse-ExuberantCTags Version: 1.01 Release: 1%{?dist} Summary: Efficiently parse exuberant ctags files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Parse-ExuberantCTags/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Parse-ExuberantCTags-%{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 This Perl module parses ctags files and handles both traditional ctags as well as extended ctags files such as produced with Exuberant ctags. To the best of my knowledge, it does not handle emacs-style "etags" files. %prep %setup -q -n Parse-ExuberantCTags-%{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 perlobject.map README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Parse* %{_mandir}/man3/* %changelog * Fri Aug 14 2009 Marcela Ma?l??ov? 1.01-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Parse-ExuberantCTags/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Aug 2009 18:30:15 -0000 1.1 +++ .cvsignore 18 Aug 2009 05:54:27 -0000 1.2 @@ -0,0 +1 @@ +Parse-ExuberantCTags-1.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Parse-ExuberantCTags/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Aug 2009 18:30:15 -0000 1.1 +++ sources 18 Aug 2009 05:54:27 -0000 1.2 @@ -0,0 +1 @@ +5fd5c5ef9d2fd95cc9b48ff75760374e Parse-ExuberantCTags-1.01.tar.gz From mmaslano at fedoraproject.org Tue Aug 18 05:57:34 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 18 Aug 2009 05:57:34 +0000 (UTC) Subject: rpms/perl-Locale-Msgfmt/devel perl-Locale-Msgfmt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090818055734.8BC3E11C00D7@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Locale-Msgfmt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1025 Modified Files: .cvsignore sources Added Files: perl-Locale-Msgfmt.spec Log Message: * Fri Aug 14 2009 Marcela Ma?l??ov? 0.14-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE perl-Locale-Msgfmt.spec --- Name: perl-Locale-Msgfmt Version: 0.14 Release: 1%{?dist} Summary: Compile .po files to .mo files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Msgfmt/ Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/Locale-Msgfmt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module does the same thing as msgfmt from GNU gettext-tools, except this is pure Perl. The interface is best explained through examples on home page. %prep %setup -q -n Locale-Msgfmt-%{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}/* %{_bindir}/msgfmt.pl %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Fri Aug 14 2009 Marcela Ma?l??ov? 0.14-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Msgfmt/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Aug 2009 18:16:55 -0000 1.1 +++ .cvsignore 18 Aug 2009 05:57:34 -0000 1.2 @@ -0,0 +1 @@ +Locale-Msgfmt-0.14.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Msgfmt/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Aug 2009 18:16:55 -0000 1.1 +++ sources 18 Aug 2009 05:57:34 -0000 1.2 @@ -0,0 +1 @@ +2fd04fc47a8cff9e2c565d79a1b42599 Locale-Msgfmt-0.14.tar.gz From mmaslano at fedoraproject.org Tue Aug 18 06:03:27 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 18 Aug 2009 06:03:27 +0000 (UTC) Subject: rpms/perl-PPIx-EditorTools/devel perl-PPIx-EditorTools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090818060327.4431611C00D7@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-PPIx-EditorTools/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2172 Modified Files: .cvsignore sources Added Files: perl-PPIx-EditorTools.spec Log Message: * Fri Aug 14 2009 Marcela Ma?l??ov? 0.07-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE perl-PPIx-EditorTools.spec --- Name: perl-PPIx-EditorTools Version: 0.07 Release: 1%{?dist} Summary: Utility methods and base class for manipulating Perl via PPI License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PPIx-EditorTools/ Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/PPIx-EditorTools-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::XSAccessor) >= 1.02 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(PPI) >= 1.203 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Base class and utility methods for manipulating Perl via PPI. Pulled out from the Padre::Task::PPI code. %prep %setup -q -n PPIx-EditorTools-%{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 * Fri Aug 14 2009 Marcela Ma?l??ov? 0.07-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-PPIx-EditorTools/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Aug 2009 18:15:07 -0000 1.1 +++ .cvsignore 18 Aug 2009 06:03:26 -0000 1.2 @@ -0,0 +1 @@ +PPIx-EditorTools-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-PPIx-EditorTools/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Aug 2009 18:15:07 -0000 1.1 +++ sources 18 Aug 2009 06:03:27 -0000 1.2 @@ -0,0 +1 @@ +bb0efaf7c203881c390857e0ccd6da88 PPIx-EditorTools-0.07.tar.gz From buildsys at fedoraproject.org Tue Aug 18 10:50:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 18 Aug 2009 10:50:53 +0000 (UTC) Subject: Broken dependencies: perl-DBIx-Class-Schema-Loader Message-ID: <20090818105053.B25641B8025@releng2.fedora.phx.redhat.com> perl-DBIx-Class-Schema-Loader has broken dependencies in the development tree: On ppc: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On x86_64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On i386: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) On ppc64: perl-DBIx-Class-Schema-Loader-0.04006-4.fc12.noarch requires perl(DBIX::Class) Please resolve this as soon as possible. From skasal at redhat.com Tue Aug 18 12:17:54 2009 From: skasal at redhat.com (Stepan Kasal) Date: Tue, 18 Aug 2009 14:17:54 +0200 Subject: our perl-core on p5p In-Reply-To: <20090817203611.0e94ce84@metropolis.intra.city-fan.org> References: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> <4A857A71.7080702@redhat.com> <20090817132109.GB2773@camelia.ucw.cz> <4A898018.3070908@redhat.com> <20090817164207.GC6269@camelia.ucw.cz> <20090817203611.0e94ce84@metropolis.intra.city-fan.org> Message-ID: <20090818121754.GA26742@camelia.ucw.cz> Hello, On Mon, Aug 17, 2009 at 08:36:11PM +0100, Paul Howarth wrote: > SLES-11 has a big "perl" with a "perl-base" that contains the > interpreter and a very small set of modules. thank you, Paul, for this. You saved my time. Debian and mandrake use these package names the same way. I peeked into a gentoo's perl*.ebuild. Not that I could understand it, but it is interesting that a comment contains "Mandr*, Debian, and ex-Connectiva perl-base list" So this really seems to be the prevailing terminology. This convinces me that we should rename our perl packages. But since the main advantage I see in the rename is unifying our terminology with other GNU/Linux distributions, I would suggest "perl-base" as the name of the minimal sub-package. (The term "perl-minimal" would go nicely along with our vim-minimal and Debian's python-minimal and php-minimal. But vim-minimal is not required by vim-enhanced. And Debian does not use "perl-minimal"; perhaps perl-base predates the other *-minimal packages.) What do you think? Stepan (who still have not read the original p5p thread) From cweyl at fedoraproject.org Tue Aug 18 18:56:55 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 18 Aug 2009 18:56:55 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Pg/devel .cvsignore, 1.3, 1.4 perl-DateTime-Format-Pg.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090818185655.01A8511C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Pg/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27883 Modified Files: .cvsignore perl-DateTime-Format-Pg.spec sources Log Message: * Tue Aug 18 2009 Chris Weyl 0.16004-1 - auto-update to 0.16004 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new req on perl(DateTime) (version 0.10) - added a new req on perl(DateTime::Format::Builder) (version 0.72) - added a new req on perl(DateTime::TimeZone) (version 0.05) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Pg/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Apr 2009 07:24:38 -0000 1.3 +++ .cvsignore 18 Aug 2009 18:56:54 -0000 1.4 @@ -1 +1 @@ -DateTime-Format-Pg-0.16003.tar.gz +DateTime-Format-Pg-0.16004.tar.gz Index: perl-DateTime-Format-Pg.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Pg/devel/perl-DateTime-Format-Pg.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-DateTime-Format-Pg.spec 26 Jul 2009 05:38:29 -0000 1.5 +++ perl-DateTime-Format-Pg.spec 18 Aug 2009 18:56:54 -0000 1.6 @@ -1,11 +1,11 @@ Name: perl-DateTime-Format-Pg -Version: 0.16003 -Release: 2%{?dist} +Version: 0.16004 +Release: 1%{?dist} Summary: Parse and format PostgreSQL dates and times License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-Pg/ -Source0: http://www.cpan.org/authors/id/D/DM/DMAKI/DateTime-Format-Pg-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/DateTime-Format-Pg-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,7 +13,7 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(DateTime) >= 0.10 BuildRequires: perl(DateTime::Format::Builder) >= 0.72 BuildRequires: perl(DateTime::TimeZone) >= 0.05 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 # tests BuildRequires: perl(Test::More) # optional tests @@ -24,6 +24,11 @@ BuildRequires: perl(Test::Pod::Coverage #Requires: perl(DateTime::Format::Builder) >= 0.72 #Requires: perl(DateTime::TimeZone) >= 0.05 +### auto-added reqs! +Requires: perl(DateTime) >= 0.10 +Requires: perl(DateTime::Format::Builder) >= 0.72 +Requires: perl(DateTime::TimeZone) >= 0.05 + %description This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats @@ -65,6 +70,13 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 18 2009 Chris Weyl 0.16004-1 +- auto-update to 0.16004 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new req on perl(DateTime) (version 0.10) +- added a new req on perl(DateTime::Format::Builder) (version 0.72) +- added a new req on perl(DateTime::TimeZone) (version 0.05) + * Sat Jul 25 2009 Fedora Release Engineering - 0.16003-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Pg/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Apr 2009 07:24:38 -0000 1.3 +++ sources 18 Aug 2009 18:56:54 -0000 1.4 @@ -1 +1 @@ -160b19e83e304ec077f4f12f39f65d57 DateTime-Format-Pg-0.16003.tar.gz +50421a0de9321bd3462f9e755878531e DateTime-Format-Pg-0.16004.tar.gz From cweyl at fedoraproject.org Tue Aug 18 18:57:32 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 18 Aug 2009 18:57:32 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Pg/F-11 perl-DateTime-Format-Pg.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090818185732.9813E11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Pg/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28171 Modified Files: perl-DateTime-Format-Pg.spec sources Log Message: * Tue Aug 18 2009 Chris Weyl 0.16004-1 - auto-update to 0.16004 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new req on perl(DateTime) (version 0.10) - added a new req on perl(DateTime::Format::Builder) (version 0.72) - added a new req on perl(DateTime::TimeZone) (version 0.05) Index: perl-DateTime-Format-Pg.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Pg/F-11/perl-DateTime-Format-Pg.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-DateTime-Format-Pg.spec 2 Apr 2009 07:24:38 -0000 1.4 +++ perl-DateTime-Format-Pg.spec 18 Aug 2009 18:57:32 -0000 1.5 @@ -1,11 +1,11 @@ Name: perl-DateTime-Format-Pg -Version: 0.16003 +Version: 0.16004 Release: 1%{?dist} Summary: Parse and format PostgreSQL dates and times License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-Pg/ -Source0: http://www.cpan.org/authors/id/D/DM/DMAKI/DateTime-Format-Pg-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/DateTime-Format-Pg-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,7 +13,7 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(DateTime) >= 0.10 BuildRequires: perl(DateTime::Format::Builder) >= 0.72 BuildRequires: perl(DateTime::TimeZone) >= 0.05 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 # tests BuildRequires: perl(Test::More) # optional tests @@ -24,6 +24,11 @@ BuildRequires: perl(Test::Pod::Coverage #Requires: perl(DateTime::Format::Builder) >= 0.72 #Requires: perl(DateTime::TimeZone) >= 0.05 +### auto-added reqs! +Requires: perl(DateTime) >= 0.10 +Requires: perl(DateTime::Format::Builder) >= 0.72 +Requires: perl(DateTime::TimeZone) >= 0.05 + %description This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats @@ -65,6 +70,16 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 18 2009 Chris Weyl 0.16004-1 +- auto-update to 0.16004 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new req on perl(DateTime) (version 0.10) +- added a new req on perl(DateTime::Format::Builder) (version 0.72) +- added a new req on perl(DateTime::TimeZone) (version 0.05) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.16003-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Apr 02 2009 Chris Weyl 0.16003-1 - update to 0.16003 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Pg/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Apr 2009 07:24:38 -0000 1.3 +++ sources 18 Aug 2009 18:57:32 -0000 1.4 @@ -1 +1 @@ -160b19e83e304ec077f4f12f39f65d57 DateTime-Format-Pg-0.16003.tar.gz +50421a0de9321bd3462f9e755878531e DateTime-Format-Pg-0.16004.tar.gz From cweyl at fedoraproject.org Tue Aug 18 20:41:06 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 18 Aug 2009 20:41:06 +0000 (UTC) Subject: rpms/perl-File-ChangeNotify/F-11 perl-File-ChangeNotify.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090818204106.D611E11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-File-ChangeNotify/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21399 Modified Files: perl-File-ChangeNotify.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 0.07-1 - auto-update to 0.07 (by cpan-spec-update 0.01) - added a new req on perl(Carp) (version 0) - added a new req on perl(Class::MOP) (version 0) - added a new req on perl(File::Find) (version 0) - added a new req on perl(File::Spec) (version 0) - added a new req on perl(Module::Pluggable::Object) (version 0) - added a new req on perl(Moose) (version 0) - added a new req on perl(MooseX::Params::Validate) (version 0.08) - added a new req on perl(MooseX::SemiAffordanceAccessor) (version 0) - added a new req on perl(Time::HiRes) (version 0) Index: perl-File-ChangeNotify.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-ChangeNotify/F-11/perl-File-ChangeNotify.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-File-ChangeNotify.spec 10 Jun 2009 04:54:36 -0000 1.1 +++ perl-File-ChangeNotify.spec 18 Aug 2009 20:41:06 -0000 1.2 @@ -1,17 +1,17 @@ -Name: perl-File-ChangeNotify -Version: 0.06 +Name: perl-File-ChangeNotify +Version: 0.07 Release: 1%{?dist} # lib/File/ChangeNotify.pm -> GPL+ or Artistic # lib/File/ChangeNotify/Event.pm -> GPL+ or Artistic # lib/File/ChangeNotify/Watcher.pm -> GPL+ or Artistic # lib/File/ChangeNotify/Watcher/Default.pm -> GPL+ or Artistic # lib/File/ChangeNotify/Watcher/Inotify.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Watch for changes to files, cross-platform style -Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz +Summary: Watch for changes to files, cross-platform style +Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz Url: http://search.cpan.org/dist/File-ChangeNotify -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(Carp) @@ -29,6 +29,17 @@ BuildRequires: perl(MooseX::SemiAffordan BuildRequires: perl(Test::More) BuildRequires: perl(Time::HiRes) +### auto-added reqs! +Requires: perl(Carp) +Requires: perl(Class::MOP) +Requires: perl(File::Find) +Requires: perl(File::Spec) +Requires: perl(Module::Pluggable::Object) +Requires: perl(Moose) +Requires: perl(MooseX::Params::Validate) >= 0.08 +Requires: perl(MooseX::SemiAffordanceAccessor) +Requires: perl(Time::HiRes) + %description Watch for changes to files, easily, cleanly, and across different platforms. @@ -53,19 +64,33 @@ 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 Aug 11 2009 Chris Weyl 0.07-1 +- auto-update to 0.07 (by cpan-spec-update 0.01) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(Class::MOP) (version 0) +- added a new req on perl(File::Find) (version 0) +- added a new req on perl(File::Spec) (version 0) +- added a new req on perl(Module::Pluggable::Object) (version 0) +- added a new req on perl(Moose) (version 0) +- added a new req on perl(MooseX::Params::Validate) (version 0.08) +- added a new req on perl(MooseX::SemiAffordanceAccessor) (version 0) +- added a new req on perl(Time::HiRes) (version 0) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.06-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Jun 08 2009 Chris Weyl 0.06-1 - submission * Sun Jun 07 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-File-ChangeNotify/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 10 Jun 2009 04:54:36 -0000 1.2 +++ sources 18 Aug 2009 20:41:06 -0000 1.3 @@ -1 +1 @@ -87f970acdfce7fbacba63aa3746b4cfb File-ChangeNotify-0.06.tar.gz +1459d99d91420d14d75bb5d000aa3aa2 File-ChangeNotify-0.07.tar.gz From cweyl at fedoraproject.org Tue Aug 18 20:42:48 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 18 Aug 2009 20:42:48 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-ConfigLoader/devel .cvsignore, 1.6, 1.7 perl-Catalyst-Plugin-ConfigLoader.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <20090818204248.69BF311C00D7@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-serv21845 Modified Files: .cvsignore perl-Catalyst-Plugin-ConfigLoader.spec sources Log Message: * Tue Aug 18 2009 Chris Weyl 0.27-1 - auto-update to 0.27 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 8 Aug 2009 06:41:13 -0000 1.6 +++ .cvsignore 18 Aug 2009 20:42:48 -0000 1.7 @@ -1 +1 @@ -Catalyst-Plugin-ConfigLoader-0.25.tar.gz +Catalyst-Plugin-ConfigLoader-0.27.tar.gz 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.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Catalyst-Plugin-ConfigLoader.spec 8 Aug 2009 18:31:46 -0000 1.12 +++ perl-Catalyst-Plugin-ConfigLoader.spec 18 Aug 2009 20:42:48 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-ConfigLoader -Version: 0.25 -Release: 2%{?dist} +Version: 0.27 +Release: 1%{?dist} Summary: Load config files of various types License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 18 2009 Chris Weyl 0.27-1 +- auto-update to 0.27 (by cpan-spec-update 0.01) + * Sat Aug 08 2009 Chris Weyl 0.25-2 - add BR on parent (and open RT#48547) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 8 Aug 2009 06:41:13 -0000 1.7 +++ sources 18 Aug 2009 20:42:48 -0000 1.8 @@ -1 +1 @@ -d6ad7bd4d7ae010d1e310d4de3518b9b Catalyst-Plugin-ConfigLoader-0.25.tar.gz +f1f58fa0f4c3cfb45cc204c9ace6a09b Catalyst-Plugin-ConfigLoader-0.27.tar.gz From cweyl at fedoraproject.org Tue Aug 18 21:04:02 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 18 Aug 2009 21:04:02 +0000 (UTC) Subject: rpms/perl-DBIx-Class-DateTime-Epoch/F-11 perl-DBIx-Class-DateTime-Epoch.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090818210402.6636F11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class-DateTime-Epoch/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25777 Modified Files: perl-DBIx-Class-DateTime-Epoch.spec sources Log Message: * Sat Jul 25 2009 Fedora Release Engineering - 0.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: perl-DBIx-Class-DateTime-Epoch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class-DateTime-Epoch/F-11/perl-DBIx-Class-DateTime-Epoch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-DBIx-Class-DateTime-Epoch.spec 12 Apr 2009 19:30:29 -0000 1.1 +++ perl-DBIx-Class-DateTime-Epoch.spec 18 Aug 2009 21:04:02 -0000 1.2 @@ -1,19 +1,19 @@ -Name: perl-DBIx-Class-DateTime-Epoch -Version: 0.03 -Release: 1%{?dist} +Name: perl-DBIx-Class-DateTime-Epoch +Version: 0.05 +Release: 3%{?dist} # lib/DBIx/Class/DateTime/Epoch.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Automatic inflation/deflation of epoch-based DateTime objects for DBIx::Class -Source: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/DBIx-Class-DateTime-Epoch-%{version}.tar.gz +Summary: Automatic inflation/deflation of epoch-based DateTime objects for DBIx::Class +Source: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/DBIx-Class-DateTime-Epoch-%{version}.tar.gz Url: http://search.cpan.org/dist/DBIx-Class-DateTime-Epoch -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(DateTime) -BuildRequires: perl(DBIx::Class) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(DBIx::Class) >= 0.08103 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) @@ -21,6 +21,10 @@ BuildRequires: perl(Test::Pod::Coverage) Requires: perl(DBIx::Class) +### auto-added brs! +BuildRequires: perl(DBIx::Class::TimeStamp) >= 0.07 +BuildRequires: perl(DBICx::TestDatabase) + %description This module automatically inflates/deflates DateTime objects corresponding to applicable columns. Columns may also be defined to @@ -49,19 +53,31 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README -%{perl_vendorlib}/* +%doc Changes README +%{perl_vendorlib}/DBIx/Class/* %{_mandir}/man3/*.3* %changelog +* Sat Jul 25 2009 Fedora Release Engineering - 0.05-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jun 26 2009 Tom "spot" Callaway 0.05-2 +- fix duplicate directory ownership (perl-DBIx-Class owns %{perl_vendorlib}/DBIx/Class/) + +* Wed Jun 03 2009 Chris Weyl 0.05-1 +- auto-update to 0.05 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- altered br on perl(DBIx::Class) (0 => 0.08103) +- added a new br on perl(DBIx::Class::TimeStamp) (version 0.07) +- added a new br on perl(DBICx::TestDatabase) (version 0) + * Fri Apr 10 2009 Chris Weyl 0.03-1 - update for submission * Fri Apr 10 2009 Chris Weyl 0.03-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class-DateTime-Epoch/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 12 Apr 2009 19:30:30 -0000 1.2 +++ sources 18 Aug 2009 21:04:02 -0000 1.3 @@ -1 +1 @@ -09506b137eee4050c8283dafbd3a98bb DBIx-Class-DateTime-Epoch-0.03.tar.gz +091a52906a005569f0a8711a4fc5baac DBIx-Class-DateTime-Epoch-0.05.tar.gz From cweyl at fedoraproject.org Tue Aug 18 21:25:57 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 18 Aug 2009 21:25:57 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/devel perl-Git-CPAN-Patch.spec,1.6,1.7 Message-ID: <20090818212557.3305811C00D7@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-serv30531 Modified Files: perl-Git-CPAN-Patch.spec Log Message: * Tue Aug 18 2009 Chris Weyl 0.2.0-2 - add a BR on git, for command paths 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.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Git-CPAN-Patch.spec 11 Aug 2009 07:52:02 -0000 1.6 +++ perl-Git-CPAN-Patch.spec 18 Aug 2009 21:25:56 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Git-CPAN-Patch Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,8 @@ BuildRequires: perl(Parse::BACKPAN::Pac BuildRequires: perl(Pod::Usage) # testing BuildRequires: perl(Test::More) +# for install paths +BuildRequires: git ### auto-added reqs! Requires: perl(CPANPLUS) @@ -85,6 +87,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue Aug 18 2009 Chris Weyl 0.2.0-2 +- add a BR on git, for command paths + * Tue Aug 11 2009 Chris Weyl 0.2.0-1 - auto-update to 0.2.0 (by cpan-spec-update 0.01) - added a new req on perl(CPANPLUS) (version 0) From cweyl at fedoraproject.org Tue Aug 18 21:37:30 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 18 Aug 2009 21:37:30 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/F-11 perl-Git-CPAN-Patch.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <20090818213730.E769C11C00D7@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-serv32617 Modified Files: perl-Git-CPAN-Patch.spec sources Log Message: * Tue Aug 18 2009 Chris Weyl 0.2.0-2 - add a BR on git, for command paths 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.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Git-CPAN-Patch.spec 22 Jun 2009 05:37:34 -0000 1.4 +++ perl-Git-CPAN-Patch.spec 18 Aug 2009 21:37:30 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Git-CPAN-Patch -Version: 0.1.7 -Release: 1%{?dist} +Version: 0.2.0 +Release: 2%{?dist} Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,17 @@ BuildRequires: perl(Parse::BACKPAN::Pac BuildRequires: perl(Pod::Usage) # testing BuildRequires: perl(Test::More) +# for install paths +BuildRequires: git + +### auto-added reqs! +Requires: perl(CPANPLUS) +Requires: perl(Module::Build) +Requires: perl(Parse::BACKPAN::Packages) +Requires: perl(Pod::Usage) +Requires: perl(autodie) + +Requires: git-cpan-patch = %{version}-%{release} %description Git::CPAN::Patch provides a suite of git commands aimed at making trivially @@ -72,10 +83,24 @@ rm -rf %{buildroot} %files -n git-cpan-patch %defattr(-,root,root,-) %doc Changes README -%{_bindir}/* +%{_libexecdir}/* %{_mandir}/man1/* %changelog +* Tue Aug 18 2009 Chris Weyl 0.2.0-2 +- add a BR on git, for command paths + +* Tue Aug 11 2009 Chris Weyl 0.2.0-1 +- auto-update to 0.2.0 (by cpan-spec-update 0.01) +- added a new req on perl(CPANPLUS) (version 0) +- added a new req on perl(Module::Build) (version 0) +- added a new req on perl(Parse::BACKPAN::Packages) (version 0) +- added a new req on perl(Pod::Usage) (version 0) +- added a new req on perl(autodie) (version 0) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.1.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Jun 22 2009 Chris Weyl 0.1.7-1 - auto-update to 0.1.7 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 22 Jun 2009 05:37:34 -0000 1.5 +++ sources 18 Aug 2009 21:37:30 -0000 1.6 @@ -1 +1 @@ -d474e79d76497950eb2fdcfd9f957b06 Git-CPAN-Patch-0.1.7.tar.gz +058d90fcde4516d8ed7b1def3fad0610 Git-CPAN-Patch-0.2.0.tar.gz From cweyl at fedoraproject.org Wed Aug 19 02:21:31 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 19 Aug 2009 02:21:31 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.34, 1.35 perl-Class-MOP.spec, 1.40, 1.41 sources, 1.32, 1.33 Message-ID: <20090819022131.8129311C00D7@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-serv23019 Modified Files: .cvsignore perl-Class-MOP.spec sources Log Message: * Tue Aug 18 2009 Chris Weyl 0.92-1 - auto-update to 0.92 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- .cvsignore 31 Jul 2009 06:09:21 -0000 1.34 +++ .cvsignore 19 Aug 2009 02:21:31 -0000 1.35 @@ -1 +1 @@ -Class-MOP-0.91.tar.gz +Class-MOP-0.92.tar.gz Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- perl-Class-MOP.spec 31 Jul 2009 06:09:22 -0000 1.40 +++ perl-Class-MOP.spec 19 Aug 2009 02:21:31 -0000 1.41 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.91 +Version: 0.92 Release: 1%{?dist} Summary: Meta object programming model for Perl 5 License: GPL+ or Artistic @@ -87,6 +87,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 18 2009 Chris Weyl 0.92-1 +- auto-update to 0.92 (by cpan-spec-update 0.01) + * Fri Jul 31 2009 Chris Weyl 0.91-1 - auto-update to 0.91 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- sources 31 Jul 2009 06:09:22 -0000 1.32 +++ sources 19 Aug 2009 02:21:31 -0000 1.33 @@ -1 +1 @@ -8cd5d2b4bb502557a5f1f0ffaabe3fb3 Class-MOP-0.91.tar.gz +b9cfa44c995e315a7ce7d7acc50d0517 Class-MOP-0.92.tar.gz From cweyl at fedoraproject.org Wed Aug 19 02:24:15 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 19 Aug 2009 02:24:15 +0000 (UTC) Subject: rpms/perl-Text-SimpleTable/F-11 perl-Text-SimpleTable.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20090819022415.6BF7311C043A@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-SimpleTable/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23618 Modified Files: perl-Text-SimpleTable.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 2.0-1 - auto-update to 2.0 (by cpan-spec-update 0.01) Index: perl-Text-SimpleTable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/F-11/perl-Text-SimpleTable.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Text-SimpleTable.spec 27 Feb 2009 03:28:52 -0000 1.7 +++ perl-Text-SimpleTable.spec 19 Aug 2009 02:24:15 -0000 1.8 @@ -1,13 +1,13 @@ %define _default_patch_fuzz 2 Name: perl-Text-SimpleTable -Version: 0.05 -Release: 3%{?dist} +Version: 2.0 +Release: 1%{?dist} Summary: Simple Eyecandy ASCII Tables License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-SimpleTable/ -Source0: http://www.cpan.org/authors/id/S/SR/SRI/Text-SimpleTable-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/K/KR/KRAIH/Text-SimpleTable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -57,6 +57,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 11 2009 Chris Weyl 2.0-1 +- auto-update to 2.0 (by cpan-spec-update 0.01) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.05-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 8 Sep 2008 02:36:53 -0000 1.3 +++ sources 19 Aug 2009 02:24:15 -0000 1.4 @@ -1 +1 @@ -90f884fec82f85df903ad7934b5351a6 Text-SimpleTable-0.05.tar.gz +b57b6e60b5ee3cd5209d4bad510d0d2d Text-SimpleTable-2.0.tar.gz From cweyl at fedoraproject.org Wed Aug 19 02:29:10 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 19 Aug 2009 02:29:10 +0000 (UTC) Subject: rpms/perl-Text-SimpleTable/devel perl-Text-SimpleTable.spec, 1.9, 1.10 simpletable.patch, 1.1, NONE Message-ID: <20090819022910.CE3D911C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-SimpleTable/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24786 Modified Files: perl-Text-SimpleTable.spec Removed Files: simpletable.patch Log Message: * Tue Aug 18 2009 Chris Weyl 2.0-2 - drop old patch Index: perl-Text-SimpleTable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/devel/perl-Text-SimpleTable.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Text-SimpleTable.spec 11 Aug 2009 08:11:26 -0000 1.9 +++ perl-Text-SimpleTable.spec 19 Aug 2009 02:29:10 -0000 1.10 @@ -1,8 +1,6 @@ -%define _default_patch_fuzz 2 - Name: perl-Text-SimpleTable Version: 2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple Eyecandy ASCII Tables License: GPL+ or Artistic Group: Development/Libraries @@ -12,15 +10,12 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# see http://rt.cpan.org/Public/Bug/Display.html?id=22371 -Patch0: simpletable.patch - -# Note pod coverage tests fail at the moment, so we disable them for now. # core BuildRequires: perl(ExtUtils::MakeMaker) # testing BuildRequires: perl(Test::More) +# Note pod coverage tests fail at the moment, so we disable them for now. #BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) %description @@ -28,7 +23,6 @@ Simple eyecandy ASCII tables, as seen in %prep %setup -q -n Text-SimpleTable-%{version} -%patch0 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -57,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 18 2009 Chris Weyl 2.0-2 +- drop old patch + * Tue Aug 11 2009 Chris Weyl 2.0-1 - auto-update to 2.0 (by cpan-spec-update 0.01) --- simpletable.patch DELETED --- From cweyl at fedoraproject.org Wed Aug 19 02:38:51 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 19 Aug 2009 02:38:51 +0000 (UTC) Subject: rpms/perl-Text-SimpleTable/F-11 perl-Text-SimpleTable.spec,1.8,1.9 Message-ID: <20090819023852.053B611C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-SimpleTable/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26588 Modified Files: perl-Text-SimpleTable.spec Log Message: * Tue Aug 18 2009 Chris Weyl 2.0-2 - drop old patch Index: perl-Text-SimpleTable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/F-11/perl-Text-SimpleTable.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Text-SimpleTable.spec 19 Aug 2009 02:24:15 -0000 1.8 +++ perl-Text-SimpleTable.spec 19 Aug 2009 02:38:51 -0000 1.9 @@ -1,8 +1,6 @@ -%define _default_patch_fuzz 2 - Name: perl-Text-SimpleTable Version: 2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple Eyecandy ASCII Tables License: GPL+ or Artistic Group: Development/Libraries @@ -12,15 +10,12 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# see http://rt.cpan.org/Public/Bug/Display.html?id=22371 -Patch0: simpletable.patch - -# Note pod coverage tests fail at the moment, so we disable them for now. # core BuildRequires: perl(ExtUtils::MakeMaker) # testing BuildRequires: perl(Test::More) +# Note pod coverage tests fail at the moment, so we disable them for now. #BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) %description @@ -28,7 +23,6 @@ Simple eyecandy ASCII tables, as seen in %prep %setup -q -n Text-SimpleTable-%{version} -%patch0 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -57,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 18 2009 Chris Weyl 2.0-2 +- drop old patch + * Tue Aug 11 2009 Chris Weyl 2.0-1 - auto-update to 2.0 (by cpan-spec-update 0.01) From cweyl at fedoraproject.org Wed Aug 19 02:40:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 19 Aug 2009 02:40:03 +0000 (UTC) Subject: rpms/perl-Moose/devel .cvsignore, 1.32, 1.33 perl-Moose.spec, 1.44, 1.45 sources, 1.32, 1.33 Message-ID: <20090819024003.70A2711C0439@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26894 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Wed Aug 19 2009 Chris Weyl 0.89-1 - auto-update to 0.89 (by cpan-spec-update 0.01) - altered br on perl(Class::MOP) (0.89 => 0.92) - altered req on perl(Class::MOP) (0.89 => 0.92) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- .cvsignore 27 Jul 2009 22:32:12 -0000 1.32 +++ .cvsignore 19 Aug 2009 02:40:03 -0000 1.33 @@ -1 +1 @@ -Moose-0.88.tar.gz +Moose-0.89.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- perl-Moose.spec 27 Jul 2009 22:32:12 -0000 1.44 +++ perl-Moose.spec 19 Aug 2009 02:40:03 -0000 1.45 @@ -1,5 +1,5 @@ Name: perl-Moose -Version: 0.88 +Version: 0.89 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic @@ -12,7 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Carp) -BuildRequires: perl(Class::MOP) >= 0.89 +BuildRequires: perl(Class::MOP) >= 0.92 BuildRequires: perl(Data::OptList) BuildRequires: perl(Filter::Simple) BuildRequires: perl(List::MoreUtils) >= 0.12 @@ -54,7 +54,7 @@ BuildRequires: perl(Test::Warn) BuildRequires: perl(Test::Output) Requires: perl(Carp) -Requires: perl(Class::MOP) >= 0.89 +Requires: perl(Class::MOP) >= 0.92 Requires: perl(Data::OptList) Requires: perl(List::MoreUtils) >= 0.12 Requires: perl(Scalar::Util) >= 1.19 @@ -135,6 +135,11 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Moose* %changelog +* Wed Aug 19 2009 Chris Weyl 0.89-1 +- auto-update to 0.89 (by cpan-spec-update 0.01) +- altered br on perl(Class::MOP) (0.89 => 0.92) +- altered req on perl(Class::MOP) (0.89 => 0.92) + * Mon Jul 27 2009 Chris Weyl 0.88-1 - auto-update to 0.88 (by cpan-spec-update 0.01) - altered br on perl(Class::MOP) (0.85 => 0.89) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- sources 27 Jul 2009 22:32:12 -0000 1.32 +++ sources 19 Aug 2009 02:40:03 -0000 1.33 @@ -1 +1 @@ -a9842e4bdf2ffceef7990d1edf14d033 Moose-0.88.tar.gz +c44543e38e4a77557771ef4ad15a2fa6 Moose-0.89.tar.gz From cweyl at fedoraproject.org Wed Aug 19 07:33:36 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 19 Aug 2009 07:33:36 +0000 (UTC) Subject: rpms/perl-MooseX-Getopt/devel .cvsignore, 1.6, 1.7 perl-MooseX-Getopt.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <20090819073336.1D75011C00E4@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Getopt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32211 Modified Files: .cvsignore perl-MooseX-Getopt.spec sources Log Message: * Wed Aug 19 2009 Chris Weyl 0.20-1 - auto-update to 0.20 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - altered br on perl(Getopt::Long) (2.35 => 2.37) - added a new req on perl(Getopt::Long) (version 2.37) - added a new req on perl(Getopt::Long::Descriptive) (version 0) - added a new req on perl(Moose) (version 0.56) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 26 Apr 2009 03:47:29 -0000 1.6 +++ .cvsignore 19 Aug 2009 07:33:35 -0000 1.7 @@ -1 +1 @@ -MooseX-Getopt-0.18.tar.gz +MooseX-Getopt-0.20.tar.gz Index: perl-MooseX-Getopt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/perl-MooseX-Getopt.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-MooseX-Getopt.spec 26 Jul 2009 11:26:28 -0000 1.10 +++ perl-MooseX-Getopt.spec 19 Aug 2009 07:33:35 -0000 1.11 @@ -1,19 +1,19 @@ Name: perl-MooseX-Getopt -Version: 0.18 -Release: 2%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Moose role for processing command line options License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-Getopt/ -Source0: http://www.cpan.org/modules/by-module/MooseX/MooseX-Getopt-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MooseX-Getopt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Getopt::Long::Descriptive) # 2.35 is what we have in F-8 perl -- tests all pass -BuildRequires: perl(Getopt::Long) >= 2.35 +BuildRequires: perl(Getopt::Long) >= 2.37 BuildRequires: perl(Moose) >= 0.56 # tests... @@ -25,8 +25,13 @@ BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +### auto-added reqs! +Requires: perl(Getopt::Long) >= 2.37 +Requires: perl(Getopt::Long::Descriptive) +Requires: perl(Moose) >= 0.56 + %description -This is a Moose role which provides an alternate constructor for creating +This is a Moose role which provides an alternate constructor for creating objects using parameters passed in from the command line. %prep @@ -61,6 +66,14 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Aug 19 2009 Chris Weyl 0.20-1 +- auto-update to 0.20 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- altered br on perl(Getopt::Long) (2.35 => 2.37) +- added a new req on perl(Getopt::Long) (version 2.37) +- added a new req on perl(Getopt::Long::Descriptive) (version 0) +- added a new req on perl(Moose) (version 0.56) + * Sun Jul 26 2009 Fedora Release Engineering - 0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 26 Apr 2009 03:47:29 -0000 1.6 +++ sources 19 Aug 2009 07:33:35 -0000 1.7 @@ -1 +1 @@ -10dff3c6b5c5dfb3f1dafed05229437c MooseX-Getopt-0.18.tar.gz +ff4321b78f1d26cef3a18af4c5f18057 MooseX-Getopt-0.20.tar.gz From cweyl at fedoraproject.org Wed Aug 19 07:33:36 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 19 Aug 2009 07:33:36 +0000 (UTC) Subject: rpms/perl-MooseX-App-Cmd/devel .cvsignore, 1.2, 1.3 perl-MooseX-App-Cmd.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090819073336.CAB2911C02CB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-App-Cmd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32227 Modified Files: .cvsignore perl-MooseX-App-Cmd.spec sources Log Message: * Wed Aug 19 2009 Chris Weyl 0.05-1 - auto-update to 0.05 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0 => 0.86) - altered br on perl(MooseX::Getopt) (0.09 => 0.18) - added a new req on perl(Getopt::Long::Descriptive) (version 0) - added a new req on perl(Moose) (version 0.86) - altered req on perl(MooseX::Getopt) (0.09 => 0.18) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 6 Dec 2008 22:17:20 -0000 1.2 +++ .cvsignore 19 Aug 2009 07:33:36 -0000 1.3 @@ -1 +1 @@ -MooseX-App-Cmd-0.04.tar.gz +MooseX-App-Cmd-0.05.tar.gz Index: perl-MooseX-App-Cmd.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/devel/perl-MooseX-App-Cmd.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-MooseX-App-Cmd.spec 26 Jul 2009 11:24:07 -0000 1.3 +++ perl-MooseX-App-Cmd.spec 19 Aug 2009 07:33:36 -0000 1.4 @@ -1,22 +1,21 @@ - -Name: perl-MooseX-App-Cmd -Version: 0.04 -Release: 4%{?dist} +Name: perl-MooseX-App-Cmd +Version: 0.05 +Release: 1%{?dist} # see lib/MooseX/App/Cmd.pm -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Mashes up MooseX::Getopt and App::Cmd -Source: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/MooseX-App-Cmd-%{version}.tar.gz +Summary: Mashes up MooseX::Getopt and App::Cmd +Source: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/MooseX-App-Cmd-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-App-Cmd -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(App::Cmd) BuildRequires: perl(Getopt::Long::Descriptive) -BuildRequires: perl(Moose) -BuildRequires: perl(MooseX::Getopt) >= 0.09 +BuildRequires: perl(Moose) >= 0.86 +BuildRequires: perl(MooseX::Getopt) >= 0.18 BuildRequires: perl(MooseX::ConfigFromFile) # testing BuildRequires: perl(YAML) @@ -26,14 +25,18 @@ BuildRequires: perl(Test::use::ok) # we don't pick up Moose keywords automagically yet Requires: perl(App::Cmd) Requires: perl(App::Cmd::Command) -Requires: perl(MooseX::Getopt) >= 0.09 +Requires: perl(MooseX::Getopt) >= 0.18 Requires: perl(MooseX::ConfigFromFile) +### auto-added reqs! +Requires: perl(Getopt::Long::Descriptive) +Requires: perl(Moose) >= 0.86 + %description This module marries App::Cmd with MooseX::Getopt. Use it like the App::Cmd manpage advises (especially see the -App::Cmd::Tutorial manpage), swapping App::Cmd::Command for +App::Cmd::Tutorial manpage), swapping App::Cmd::Command for MooseX::App::Cmd::Command. Then you can write your commands as Moose classes, with the @@ -81,7 +84,7 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -90,6 +93,14 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed Aug 19 2009 Chris Weyl 0.05-1 +- auto-update to 0.05 (by cpan-spec-update 0.01) +- altered br on perl(Moose) (0 => 0.86) +- altered br on perl(MooseX::Getopt) (0.09 => 0.18) +- added a new req on perl(Getopt::Long::Descriptive) (version 0) +- added a new req on perl(Moose) (version 0.86) +- altered req on perl(MooseX::Getopt) (0.09 => 0.18) + * Sun Jul 26 2009 Fedora Release Engineering - 0.04-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -105,4 +116,3 @@ rm -rf %{buildroot} * Mon Oct 27 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-MooseX-App-Cmd/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 6 Dec 2008 22:17:20 -0000 1.2 +++ sources 19 Aug 2009 07:33:36 -0000 1.3 @@ -1 +1 @@ -b397bbe8cdc2d81fefbbfc0647ea7852 MooseX-App-Cmd-0.04.tar.gz +6f0c80da54fca81e6e8a57c735e40375 MooseX-App-Cmd-0.05.tar.gz From cweyl at fedoraproject.org Wed Aug 19 07:37:38 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 19 Aug 2009 07:37:38 +0000 (UTC) Subject: rpms/perl-MooseX-Role-Parameterized/devel .cvsignore, 1.6, 1.7 perl-MooseX-Role-Parameterized.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20090819073738.E6CC611C00E4@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-serv749 Modified Files: .cvsignore perl-MooseX-Role-Parameterized.spec sources Log Message: * Wed Aug 19 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 16 Jun 2009 05:15:47 -0000 1.6 +++ .cvsignore 19 Aug 2009 07:37:38 -0000 1.7 @@ -1 +1 @@ -MooseX-Role-Parameterized-0.09.tar.gz +MooseX-Role-Parameterized-0.10.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.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-MooseX-Role-Parameterized.spec 26 Jul 2009 11:30:14 -0000 1.8 +++ perl-MooseX-Role-Parameterized.spec 19 Aug 2009 07:37:38 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-MooseX-Role-Parameterized -Version: 0.09 -Release: 3%{?dist} +Version: 0.10 +Release: 1%{?dist} # see LICENSE License: GPL+ or Artistic Group: Development/Libraries @@ -70,6 +70,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed Aug 19 2009 Chris Weyl 0.10-1 +- auto-update to 0.10 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 0.09-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 16 Jun 2009 05:15:47 -0000 1.6 +++ sources 19 Aug 2009 07:37:38 -0000 1.7 @@ -1 +1 @@ -96182fb33721341802bf00c9a35ba98e MooseX-Role-Parameterized-0.09.tar.gz +bf25ac188760bc94f9b71442392cbd79 MooseX-Role-Parameterized-0.10.tar.gz From cweyl at fedoraproject.org Wed Aug 19 07:37:25 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 19 Aug 2009 07:37:25 +0000 (UTC) Subject: rpms/perl-MooseX-MethodAttributes/devel .cvsignore, 1.6, 1.7 perl-MooseX-MethodAttributes.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <20090819073725.CD0CE11C00E4@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-serv665 Modified Files: .cvsignore perl-MooseX-MethodAttributes.spec sources Log Message: * Wed Aug 19 2009 Chris Weyl 0.15-1 - auto-update to 0.15 (by cpan-spec-update 0.01) - added a new br on perl(MRO::Compat) (version 0) - added a new req on perl(MRO::Compat) (version 0) - added a new req on perl(Moose) (version 0.79) - added a new req on perl(MooseX::Types) (version 0.06) - added a new req on perl(namespace::clean) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 9 Jun 2009 08:30:55 -0000 1.6 +++ .cvsignore 19 Aug 2009 07:37:25 -0000 1.7 @@ -1 +1 @@ -MooseX-MethodAttributes-0.14.tar.gz +MooseX-MethodAttributes-0.15.tar.gz Index: perl-MooseX-MethodAttributes.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/perl-MooseX-MethodAttributes.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-MooseX-MethodAttributes.spec 26 Jul 2009 11:28:11 -0000 1.6 +++ perl-MooseX-MethodAttributes.spec 19 Aug 2009 07:37:25 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-MooseX-MethodAttributes -Version: 0.14 -Release: 2%{?dist} +Version: 0.15 +Release: 1%{?dist} # lib/MooseX/MethodAttributes.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries @@ -14,11 +14,18 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) >= 0.79 BuildRequires: perl(MooseX::Types) >= 0.06 +BuildRequires: perl(MRO::Compat) BuildRequires: perl(namespace::clean) # testing BuildRequires: perl(Test::More) BuildRequires: perl(Test::Exception) +### auto-added reqs! +Requires: perl(MRO::Compat) +Requires: perl(Moose) >= 0.79 +Requires: perl(MooseX::Types) >= 0.06 +Requires: perl(namespace::clean) + %description This module allows code attributes of methods to be introspected using Moose meta method objects. @@ -53,6 +60,14 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed Aug 19 2009 Chris Weyl 0.15-1 +- auto-update to 0.15 (by cpan-spec-update 0.01) +- added a new br on perl(MRO::Compat) (version 0) +- added a new req on perl(MRO::Compat) (version 0) +- added a new req on perl(Moose) (version 0.79) +- added a new req on perl(MooseX::Types) (version 0.06) +- added a new req on perl(namespace::clean) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 0.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 9 Jun 2009 08:30:55 -0000 1.6 +++ sources 19 Aug 2009 07:37:25 -0000 1.7 @@ -1 +1 @@ -a59f37947f93e9d54da849670467fbe7 MooseX-MethodAttributes-0.14.tar.gz +c89f2e09781bae3ea17f4421d5c6097b MooseX-MethodAttributes-0.15.tar.gz From bugzilla at redhat.com Wed Aug 19 08:07:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Aug 2009 04:07:04 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200908190807.n7J874Fi026502@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 Robert Scheck changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #3 from Robert Scheck 2009-08-19 04:07:03 EDT --- Chris, if you want to get co-maintainer for these packages, request the appropriate ACLs via pkgdb after the branching, please. Package Change Request ====================== Package Name: perl-DateTime-Format-Excel New Branches: EL-4 EL-5 Owners: robert -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Wed Aug 19 11:33:47 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 19 Aug 2009 11:33:47 +0000 (UTC) Subject: rpms/perl-Padre/devel .cvsignore,1.11,1.12 sources,1.11,1.12 Message-ID: <20090819113347.101F511C00E4@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Padre/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20339 Modified Files: .cvsignore sources Log Message: remove 0.28.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Padre/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- .cvsignore 31 Mar 2009 09:12:47 -0000 1.11 +++ .cvsignore 19 Aug 2009 11:33:46 -0000 1.12 @@ -1,3 +1,2 @@ -Padre-0.28.tar.gz Padre.desktop Padre-0.32.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Padre/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 31 Mar 2009 09:12:47 -0000 1.11 +++ sources 19 Aug 2009 11:33:46 -0000 1.12 @@ -1,3 +1,2 @@ -6a0351313076c42bc6bbb020f61c757b Padre-0.28.tar.gz e9457439b1f0c929ab3141197294e061 Padre.desktop fe5999b413637bab2c80ffa46819d068 Padre-0.32.tar.gz From bugzilla at redhat.com Wed Aug 19 21:20:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Aug 2009 17:20:04 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200908192120.n7JLK4lP008386@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 Jason Tibbitts changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #4 from Jason Tibbitts 2009-08-19 17:20:03 EDT --- CVS done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From robert at fedoraproject.org Wed Aug 19 21:39:13 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 19 Aug 2009 21:39:13 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Excel/F-10 import.log,1.1,NONE Message-ID: <20090819213913.B051A11C00E4@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-DateTime-Format-Excel/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3632/F-10 Removed Files: import.log Log Message: Remove old import logs --- import.log DELETED --- From robert at fedoraproject.org Wed Aug 19 21:39:13 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 19 Aug 2009 21:39:13 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Excel/EL-4 import.log,1.1,NONE Message-ID: <20090819213913.467CE11C00E4@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-DateTime-Format-Excel/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3632/EL-4 Removed Files: import.log Log Message: Remove old import logs --- import.log DELETED --- From robert at fedoraproject.org Wed Aug 19 21:39:13 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 19 Aug 2009 21:39:13 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Excel/EL-5 import.log,1.1,NONE Message-ID: <20090819213913.7785811C00E4@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-DateTime-Format-Excel/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3632/EL-5 Removed Files: import.log Log Message: Remove old import logs --- import.log DELETED --- From robert at fedoraproject.org Wed Aug 19 21:39:14 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 19 Aug 2009 21:39:14 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Excel/devel import.log,1.1,NONE Message-ID: <20090819213914.2158611C00E4@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-DateTime-Format-Excel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3632/devel Removed Files: import.log Log Message: Remove old import logs --- import.log DELETED --- From robert at fedoraproject.org Wed Aug 19 21:39:13 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 19 Aug 2009 21:39:13 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Excel/F-11 import.log,1.1,NONE Message-ID: <20090819213913.E8BDE11C02CB@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-DateTime-Format-Excel/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3632/F-11 Removed Files: import.log Log Message: Remove old import logs --- import.log DELETED --- From spot at fedoraproject.org Wed Aug 19 22:11:19 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 19 Aug 2009 22:11:19 +0000 (UTC) Subject: rpms/perl-Class-DBI-Loader-Relationship/devel perl-Class-DBI-Loader-Relationship.spec, 1.12, 1.13 Message-ID: <20090819221119.981E711C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Class-DBI-Loader-Relationship/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13795 Modified Files: perl-Class-DBI-Loader-Relationship.spec Log Message: fix source0 url Index: perl-Class-DBI-Loader-Relationship.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-DBI-Loader-Relationship/devel/perl-Class-DBI-Loader-Relationship.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Class-DBI-Loader-Relationship.spec 26 Jul 2009 04:24:52 -0000 1.12 +++ perl-Class-DBI-Loader-Relationship.spec 19 Aug 2009 22:11:19 -0000 1.13 @@ -1,11 +1,11 @@ Name: perl-Class-DBI-Loader-Relationship Version: 1.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Easier relationship specification in CDBI::L Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/ -Source0: http://search.cpan.org/CPAN/authors/id/S/SI/SIMON/Class-DBI-Loader-Relationship-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHUNZI/Class-DBI-Loader-Relationship-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 19 2009 Tom "spot" Callaway - 1.3-10 +- fix source0 url + * Sat Jul 25 2009 Fedora Release Engineering - 1.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From robert at fedoraproject.org Wed Aug 19 22:24:01 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 19 Aug 2009 22:24:01 +0000 (UTC) Subject: rpms/perl-Class-Singleton/EL-4 perl-Class-Singleton.spec,1.2,1.3 Message-ID: <20090819222401.C6C0E11C00E4@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Class-Singleton/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17820 Modified Files: perl-Class-Singleton.spec Log Message: Port a fix from EL-5 to EL-4 Index: perl-Class-Singleton.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Singleton/EL-4/perl-Class-Singleton.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Class-Singleton.spec 8 Sep 2005 16:29:29 -0000 1.2 +++ perl-Class-Singleton.spec 19 Aug 2009 22:24:01 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Class-Singleton Version: 1.03 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Class::Singleton Perl module License: Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Singleton/ -Source0: http://www.cpan.org/modules/by-module/Class/Class-Singleton-1.03.tar.gz +Source0: http://www.cpan.org/authors/id/A/AB/ABW/Class-Singleton-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -34,7 +34,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -53,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Sep 16 2006 Steven Pritchard 1.03-3 +- Canonicalize Source0 URL. +- Fix find option order. + * Thu Sep 08 2005 Steven Pritchard 1.03-2 - Fix permissions on Singleton.pm. From spot at fedoraproject.org Thu Aug 20 01:42:41 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 20 Aug 2009 01:42:41 +0000 (UTC) Subject: rpms/perl-Pod-POM/devel .cvsignore, 1.3, 1.4 perl-Pod-POM.spec, 1.11, 1.12 sources, 1.3, 1.4 Message-ID: <20090820014241.E9DDA11C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Pod-POM/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31030 Modified Files: .cvsignore perl-Pod-POM.spec sources Log Message: update to 0.25 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Pod-POM/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 13 Mar 2009 22:47:48 -0000 1.3 +++ .cvsignore 20 Aug 2009 01:42:41 -0000 1.4 @@ -1 +1 @@ -Pod-POM-0.18.tar.gz +Pod-POM-0.25.tar.gz Index: perl-Pod-POM.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Pod-POM/devel/perl-Pod-POM.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Pod-POM.spec 26 Jul 2009 16:15:06 -0000 1.11 +++ perl-Pod-POM.spec 20 Aug 2009 01:42:41 -0000 1.12 @@ -1,19 +1,19 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Pod-POM -Version: 0.18 -Release: 2%{?dist} +Version: 0.25 +Release: 1%{?dist} Summary: Object-oriented interface to Perl POD documents Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-POM/ -Source0: http://www.cpan.org/authors/id/A/AB/ABW/Pod-POM-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AN/ANDREWF/Pod-POM-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More), perl(File::Slurp), perl(Text::Wrap) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -56,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README TODO +%{_bindir}/pomdump %{_bindir}/podlint %{_bindir}/pom2 %{perl_vendorlib}/Pod @@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 19 2009 Tom "spot" Callaway - 0.25-1 +- update to 0.25 + * Sun Jul 26 2009 Fedora Release Engineering - 0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Pod-POM/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 13 Mar 2009 22:47:48 -0000 1.3 +++ sources 20 Aug 2009 01:42:41 -0000 1.4 @@ -1 +1 @@ -602c7a04ea261baf7c8140e7711f1ede Pod-POM-0.18.tar.gz +02f62bc9115a4931aa316ba16d65d013 Pod-POM-0.25.tar.gz From spot at fedoraproject.org Thu Aug 20 02:22:02 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 20 Aug 2009 02:22:02 +0000 (UTC) Subject: rpms/perl-Test-Differences/devel perl-Test-Differences.spec, 1.9, 1.10 Message-ID: <20090820022202.D1C0011C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Test-Differences/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7588 Modified Files: perl-Test-Differences.spec Log Message: fix source url Index: perl-Test-Differences.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Differences/devel/perl-Test-Differences.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Test-Differences.spec 26 Jul 2009 16:48:33 -0000 1.9 +++ perl-Test-Differences.spec 20 Aug 2009 02:22:02 -0000 1.10 @@ -1,12 +1,12 @@ Name: perl-Test-Differences Version: 0.4801 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Test strings and data structures and show differences if not ok Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Differences/ -Source0: http://www.cpan.org/authors/id/R/RB/RBS/Test-Differences-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 19 2009 Tom "spot" Callaway - 0.4801-3 +- fix source url + * Sun Jul 26 2009 Fedora Release Engineering - 0.4801-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From spot at fedoraproject.org Thu Aug 20 02:42:25 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 20 Aug 2009 02:42:25 +0000 (UTC) Subject: rpms/perl-XML-RSS/devel .cvsignore, 1.7, 1.8 perl-XML-RSS.spec, 1.13, 1.14 sources, 1.7, 1.8 Message-ID: <20090820024225.1479D11C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-XML-RSS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12526 Modified Files: .cvsignore perl-XML-RSS.spec sources Log Message: update to 1.45 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-RSS/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 15 May 2009 14:26:23 -0000 1.7 +++ .cvsignore 20 Aug 2009 02:42:24 -0000 1.8 @@ -1 +1 @@ -XML-RSS-1.44.tar.gz +XML-RSS-1.45.tar.gz Index: perl-XML-RSS.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-RSS/devel/perl-XML-RSS.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-XML-RSS.spec 26 Jul 2009 17:36:47 -0000 1.13 +++ perl-XML-RSS.spec 20 Aug 2009 02:42:24 -0000 1.14 @@ -1,21 +1,23 @@ Name: perl-XML-RSS -Version: 1.44 -Release: 2%{?dist} +Version: 1.45 +Release: 1%{?dist} Summary: Perl module for managing RDF Site Summary (RSS) files Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/XML-RSS/ -Source0: http://www.cpan.org/authors/id/A/AB/ABH/XML-RSS-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Test::Manifest) BuildRequires: perl(Test::Pod), perl(Test::More) +BuildRequires: perl(HTML::Entities) BuildRequires: perl(XML::Parser) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(Test::Differences) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 19 2009 Tom "spot" Callaway - 1.45-1 +- update to 1.45 + * Sun Jul 26 2009 Fedora Release Engineering - 1.44-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-RSS/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 15 May 2009 14:26:23 -0000 1.7 +++ sources 20 Aug 2009 02:42:24 -0000 1.8 @@ -1 +1 @@ -c70c285142e45f7a9cbd4b0a9ba428cf XML-RSS-1.44.tar.gz +7745e89c9092e9233bf9b9e46d583bc2 XML-RSS-1.45.tar.gz From mmaslano at fedoraproject.org Thu Aug 20 07:26:25 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Thu, 20 Aug 2009 07:26:25 +0000 (UTC) Subject: rpms/perl-Compress-Raw-Bzip2/EL-5 .cvsignore, 1.3, 1.4 perl-Compress-Raw-Bzip2.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090820072625.374E111C006E@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30191 Modified Files: .cvsignore perl-Compress-Raw-Bzip2.spec sources Log Message: * Thu Aug 20 2009 Marcela Ma?l??ov? - 2.020-1 - 518278 update to 2.020 - CVE-2009-1391 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/EL-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Jul 2007 03:13:54 -0000 1.3 +++ .cvsignore 20 Aug 2009 07:26:24 -0000 1.4 @@ -1 +1 @@ -Compress-Raw-Bzip2-2.005.tar.gz +Compress-Raw-Bzip2-2.020.tar.gz Index: perl-Compress-Raw-Bzip2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/EL-5/perl-Compress-Raw-Bzip2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Compress-Raw-Bzip2.spec 5 Mar 2008 22:32:17 -0000 1.6 +++ perl-Compress-Raw-Bzip2.spec 20 Aug 2009 07:26:24 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Compress-Raw-Bzip2 -Version: 2.005 -Release: 5%{?dist} +Version: 2.020 +Release: 1%{?dist} Summary: Low-Level Interface to bzip2 compression library Group: Development/Libraries @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 20 2009 Marcela Ma?l??ov? - 2.020-1 +- 518278 update to 2.020 - CVE-2009-1391 + * Wed Mar 5 2008 Tom "spot" Callaway - 2.005-5 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/EL-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Jul 2007 03:13:54 -0000 1.3 +++ sources 20 Aug 2009 07:26:24 -0000 1.4 @@ -1 +1 @@ -fe1ec38a0faa79e2fc18c5bc8e44c9ad Compress-Raw-Bzip2-2.005.tar.gz +50f85a3ecab19fa6d2ca18b8f990f219 Compress-Raw-Bzip2-2.020.tar.gz From mmaslano at fedoraproject.org Thu Aug 20 07:36:02 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Thu, 20 Aug 2009 07:36:02 +0000 (UTC) Subject: rpms/perl-Compress-Raw-Bzip2/F-10 .cvsignore, 1.3, 1.4 perl-Compress-Raw-Bzip2.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090820073602.3FC7F11C006E@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32519 Modified Files: .cvsignore perl-Compress-Raw-Bzip2.spec sources Log Message: * Thu Aug 20 2009 Marcela Ma?l??ov? - 2.020-1 - 518278 CVE-2009-1884, update to the latest release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Jul 2007 03:13:54 -0000 1.3 +++ .cvsignore 20 Aug 2009 07:36:01 -0000 1.4 @@ -1 +1 @@ -Compress-Raw-Bzip2-2.005.tar.gz +Compress-Raw-Bzip2-2.020.tar.gz Index: perl-Compress-Raw-Bzip2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/F-10/perl-Compress-Raw-Bzip2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Compress-Raw-Bzip2.spec 5 Mar 2008 22:32:17 -0000 1.6 +++ perl-Compress-Raw-Bzip2.spec 20 Aug 2009 07:36:01 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Compress-Raw-Bzip2 -Version: 2.005 -Release: 5%{?dist} +Version: 2.020 +Release: 1%{?dist} Summary: Low-Level Interface to bzip2 compression library Group: Development/Libraries @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 20 2009 Marcela Ma?l??ov? - 2.020-1 +- 518278 CVE-2009-1884, update to the latest release + * Wed Mar 5 2008 Tom "spot" Callaway - 2.005-5 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Jul 2007 03:13:54 -0000 1.3 +++ sources 20 Aug 2009 07:36:01 -0000 1.4 @@ -1 +1 @@ -fe1ec38a0faa79e2fc18c5bc8e44c9ad Compress-Raw-Bzip2-2.005.tar.gz +50f85a3ecab19fa6d2ca18b8f990f219 Compress-Raw-Bzip2-2.020.tar.gz From mmaslano at fedoraproject.org Thu Aug 20 07:36:49 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Thu, 20 Aug 2009 07:36:49 +0000 (UTC) Subject: rpms/perl-Compress-Raw-Bzip2/F-11 .cvsignore, 1.3, 1.4 perl-Compress-Raw-Bzip2.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20090820073649.2FF6A11C006E@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32763 Modified Files: .cvsignore perl-Compress-Raw-Bzip2.spec sources Log Message: * Thu Aug 20 2009 Marcela Ma?l??ov? - 2.020-1 - 518278 CVE-2009-1884, update to the latest release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/F-11/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Jul 2007 03:13:54 -0000 1.3 +++ .cvsignore 20 Aug 2009 07:36:48 -0000 1.4 @@ -1 +1 @@ -Compress-Raw-Bzip2-2.005.tar.gz +Compress-Raw-Bzip2-2.020.tar.gz Index: perl-Compress-Raw-Bzip2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/F-11/perl-Compress-Raw-Bzip2.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Compress-Raw-Bzip2.spec 26 Feb 2009 13:22:10 -0000 1.7 +++ perl-Compress-Raw-Bzip2.spec 20 Aug 2009 07:36:48 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Compress-Raw-Bzip2 -Version: 2.005 -Release: 6%{?dist} +Version: 2.020 +Release: 1%{?dist} Summary: Low-Level Interface to bzip2 compression library Group: Development/Libraries @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 20 2009 Marcela Ma?l??ov? - 2.020-1 +- 518278 CVE-2009-1884, update to the latest release + * Thu Feb 26 2009 Fedora Release Engineering - 2.005-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Jul 2007 03:13:54 -0000 1.3 +++ sources 20 Aug 2009 07:36:49 -0000 1.4 @@ -1 +1 @@ -fe1ec38a0faa79e2fc18c5bc8e44c9ad Compress-Raw-Bzip2-2.005.tar.gz +50f85a3ecab19fa6d2ca18b8f990f219 Compress-Raw-Bzip2-2.020.tar.gz From pghmcfc at fedoraproject.org Thu Aug 20 08:37:15 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Thu, 20 Aug 2009 08:37:15 +0000 (UTC) Subject: rpms/perl-IO-Socket-SSL/devel .cvsignore, 1.20, 1.21 perl-IO-Socket-SSL.spec, 1.24, 1.25 sources, 1.20, 1.21 Message-ID: <20090820083715.7462311C006E@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12258 Modified Files: .cvsignore perl-IO-Socket-SSL.spec sources Log Message: Update to 1.30 (fix memleak when SSL handshake failed) Add buildreq procps needed for memleak test Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- .cvsignore 28 Jul 2009 08:36:40 -0000 1.20 +++ .cvsignore 20 Aug 2009 08:37:15 -0000 1.21 @@ -1 +1 @@ -IO-Socket-SSL-1.27.tar.gz +IO-Socket-SSL-1.30.tar.gz Index: perl-IO-Socket-SSL.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- perl-IO-Socket-SSL.spec 28 Jul 2009 08:36:40 -0000 1.24 +++ perl-IO-Socket-SSL.spec 20 Aug 2009 08:37:15 -0000 1.25 @@ -4,7 +4,7 @@ # Name: perl-IO-Socket-SSL -Version: 1.27 +Version: 1.30 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple) BuildRequires: perl(IO::Socket::INET6), perl(Net::LibIDN), perl(Net::SSLeay) >= 1.21 +BuildRequires: procps Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Net::LibIDN) @@ -60,6 +61,10 @@ done %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* Thu Aug 20 2009 Paul Howarth - 1.30-1 +- Update to 1.30 (fix memleak when SSL handshake failed) +- Add buildreq procps needed for memleak test + * Mon Jul 27 2009 Paul Howarth - 1.27-1 - Update to 1.27 - various regex fixes for i18n and service names Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- sources 28 Jul 2009 08:36:40 -0000 1.20 +++ sources 20 Aug 2009 08:37:15 -0000 1.21 @@ -1 +1 @@ -0099e07f576a84b5f34b6511138652c8 IO-Socket-SSL-1.27.tar.gz +374f74487ef6fedc9326e20ac1e20dc0 IO-Socket-SSL-1.30.tar.gz From pghmcfc at fedoraproject.org Thu Aug 20 08:48:20 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Thu, 20 Aug 2009 08:48:20 +0000 (UTC) Subject: rpms/perl-IO-Socket-SSL/F-10 .cvsignore, 1.14, 1.15 perl-IO-Socket-SSL.spec, 1.17, 1.18 sources, 1.14, 1.15 Message-ID: <20090820084820.64B5511C006E@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15197/F-10 Modified Files: .cvsignore perl-IO-Socket-SSL.spec sources Log Message: Resync with devel (fix memleak, i18n, and error handling) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- .cvsignore 4 Jul 2009 21:41:27 -0000 1.14 +++ .cvsignore 20 Aug 2009 08:48:20 -0000 1.15 @@ -1 +1 @@ -IO-Socket-SSL-1.26.tar.gz +IO-Socket-SSL-1.30.tar.gz Index: perl-IO-Socket-SSL.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/perl-IO-Socket-SSL.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- perl-IO-Socket-SSL.spec 4 Jul 2009 21:41:27 -0000 1.17 +++ perl-IO-Socket-SSL.spec 20 Aug 2009 08:48:20 -0000 1.18 @@ -4,7 +4,7 @@ # Name: perl-IO-Socket-SSL -Version: 1.26 +Version: 1.30 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple) BuildRequires: perl(IO::Socket::INET6), perl(Net::LibIDN), perl(Net::SSLeay) >= 1.21 +BuildRequires: procps Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Net::LibIDN) @@ -60,10 +61,23 @@ done %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* Thu Aug 20 2009 Paul Howarth - 1.30-1 +- Update to 1.30 (fix memleak when SSL handshake failed) +- Add buildreq procps needed for memleak test + +* Mon Jul 27 2009 Paul Howarth - 1.27-1 +- Update to 1.27 + - various regex fixes for i18n and service names + - fix warnings from perl -w (CPAN RT#48131) + - improve handling of errors from Net::ssl_write_all + +* Sat Jul 25 2009 Fedora Release Engineering - 1.26-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sat Jul 4 2009 Paul Howarth - 1.26-1 - Update to 1.26 (verify_hostname_of_cert matched only the prefix for the hostname when no wildcard was given, e.g. www.example.org matched against a - certificate with name www.exam in it) + certificate with name www.exam in it [#509819]) * Fri Jul 3 2009 Paul Howarth - 1.25-1 - Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- sources 4 Jul 2009 21:41:27 -0000 1.14 +++ sources 20 Aug 2009 08:48:20 -0000 1.15 @@ -1 +1 @@ -096319c7ceea6d4f42a264c55a3ea318 IO-Socket-SSL-1.26.tar.gz +374f74487ef6fedc9326e20ac1e20dc0 IO-Socket-SSL-1.30.tar.gz From pghmcfc at fedoraproject.org Thu Aug 20 08:48:20 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Thu, 20 Aug 2009 08:48:20 +0000 (UTC) Subject: rpms/perl-IO-Socket-SSL/F-11 .cvsignore, 1.18, 1.19 perl-IO-Socket-SSL.spec, 1.21, 1.22 sources, 1.18, 1.19 Message-ID: <20090820084820.AE2AF11C006E@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15197/F-11 Modified Files: .cvsignore perl-IO-Socket-SSL.spec sources Log Message: Resync with devel (fix memleak, i18n, and error handling) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- .cvsignore 4 Jul 2009 21:33:18 -0000 1.18 +++ .cvsignore 20 Aug 2009 08:48:20 -0000 1.19 @@ -1 +1 @@ -IO-Socket-SSL-1.26.tar.gz +IO-Socket-SSL-1.30.tar.gz Index: perl-IO-Socket-SSL.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11/perl-IO-Socket-SSL.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- perl-IO-Socket-SSL.spec 4 Jul 2009 21:33:18 -0000 1.21 +++ perl-IO-Socket-SSL.spec 20 Aug 2009 08:48:20 -0000 1.22 @@ -4,7 +4,7 @@ # Name: perl-IO-Socket-SSL -Version: 1.26 +Version: 1.30 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple) BuildRequires: perl(IO::Socket::INET6), perl(Net::LibIDN), perl(Net::SSLeay) >= 1.21 +BuildRequires: procps Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Net::LibIDN) @@ -60,10 +61,23 @@ done %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* Thu Aug 20 2009 Paul Howarth - 1.30-1 +- Update to 1.30 (fix memleak when SSL handshake failed) +- Add buildreq procps needed for memleak test + +* Mon Jul 27 2009 Paul Howarth - 1.27-1 +- Update to 1.27 + - various regex fixes for i18n and service names + - fix warnings from perl -w (CPAN RT#48131) + - improve handling of errors from Net::ssl_write_all + +* Sat Jul 25 2009 Fedora Release Engineering - 1.26-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sat Jul 4 2009 Paul Howarth - 1.26-1 - Update to 1.26 (verify_hostname_of_cert matched only the prefix for the hostname when no wildcard was given, e.g. www.example.org matched against a - certificate with name www.exam in it) + certificate with name www.exam in it [#509819]) * Fri Jul 3 2009 Paul Howarth - 1.25-1 - Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- sources 4 Jul 2009 21:33:18 -0000 1.18 +++ sources 20 Aug 2009 08:48:20 -0000 1.19 @@ -1 +1 @@ -096319c7ceea6d4f42a264c55a3ea318 IO-Socket-SSL-1.26.tar.gz +374f74487ef6fedc9326e20ac1e20dc0 IO-Socket-SSL-1.30.tar.gz From eseyman at fedoraproject.org Thu Aug 20 09:40:02 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Thu, 20 Aug 2009 09:40:02 +0000 (UTC) Subject: rpms/perl-Sub-WrapPackages/devel .cvsignore, 1.2, 1.3 perl-Sub-WrapPackages.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090820094002.4766411C0439@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Sub-WrapPackages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24930 Modified Files: .cvsignore perl-Sub-WrapPackages.spec sources Log Message: Update to 1.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sub-WrapPackages/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 17 Jun 2009 20:28:51 -0000 1.2 +++ .cvsignore 20 Aug 2009 09:40:01 -0000 1.3 @@ -1 +1 @@ -Sub-WrapPackages-1.2.tar.gz +Sub-WrapPackages-1.3.tar.gz Index: perl-Sub-WrapPackages.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sub-WrapPackages/devel/perl-Sub-WrapPackages.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Sub-WrapPackages.spec 26 Jul 2009 16:36:45 -0000 1.2 +++ perl-Sub-WrapPackages.spec 20 Aug 2009 09:40:02 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Sub-WrapPackages -Version: 1.2 -Release: 2%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Add wrappers around all the subroutines in packages License: GPL+ or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Aug 20 2009 Emmanuel Seyman - 1.3-1 +- Update to 1.3 + * Sun Jul 26 2009 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sub-WrapPackages/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 17 Jun 2009 20:28:51 -0000 1.2 +++ sources 20 Aug 2009 09:40:02 -0000 1.3 @@ -1 +1 @@ -a9a08c1208dd42f615fdc5dac897f45a Sub-WrapPackages-1.2.tar.gz +5fc8afd4f644ca5842d084a5d616c132 Sub-WrapPackages-1.3.tar.gz From kasal at fedoraproject.org Thu Aug 20 15:19:20 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Thu, 20 Aug 2009 15:19:20 +0000 (UTC) Subject: rpms/perl-Alien-wxWidgets/devel perl-Alien-wxWidgets-SONAME.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 perl-Alien-wxWidgets.spec, 1.21, 1.22 sources, 1.13, 1.14 Message-ID: <20090820151920.AEDC311C006E@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Alien-wxWidgets/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5698 Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Added Files: perl-Alien-wxWidgets-SONAME.patch Log Message: - new upstream version - add patch to remember the canonical sonames of libraries, so that perl-Wx runs without wxGTK-devel perl-Alien-wxWidgets-SONAME.patch: Any_wx_config_Bakefile.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) --- NEW FILE perl-Alien-wxWidgets-SONAME.patch --- 2009-08-20 Stepan Kasal * inc/My/Build/Any_wx_config_Bakefile.pm: convert the lib*.so file name to the canonical name (soname); the *.so symlink usually belongs to package *-devel and may not be available at runtime. --- Alien-wxWidgets-0.42/inc/My/Build/Any_wx_config_Bakefile.pm.orig 2008-11-08 00:52:22.000000000 +0100 +++ Alien-wxWidgets-0.42/inc/My/Build/Any_wx_config_Bakefile.pm 2009-08-20 15:51:52.000000000 +0200 @@ -32,6 +32,17 @@ && $lib =~ m/(?:gtk2?|mac)[ud]{0,2}-/; my $dll = "lib${name}." . $self->awx_dlext; + open PIPE1, "ldconfig -p |"; + while () { + if (s/^\s+${dll}\s(.*\s)?=>\s+//) { + for (`objdump -p $_`) { + if (s/^\s+SONAME\s+//) { chomp; $dll = $_; } + } + last; + } + } + close PIPE1; + $data{dlls}{$key} = { dll => $dll, link => $lib }; } Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 8 Dec 2008 21:18:58 -0000 1.13 +++ .cvsignore 20 Aug 2009 15:19:20 -0000 1.14 @@ -1 +1 @@ -Alien-wxWidgets-0.42.tar.gz +Alien-wxWidgets-0.44.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- perl-Alien-wxWidgets.spec 26 Jul 2009 01:35:58 -0000 1.21 +++ perl-Alien-wxWidgets.spec 20 Aug 2009 15:19:20 -0000 1.22 @@ -1,14 +1,17 @@ Name: perl-Alien-wxWidgets -Version: 0.42 -Release: 3%{?dist} +Version: 0.44 +Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Alien-wxWidgets/ -Source0: http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz +#Source0: http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: perl-Alien-wxWidgets-SONAME.patch + BuildRequires: wxGTK-devel BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Pluggable) @@ -26,6 +29,7 @@ settings from an installed wxWidgets. %prep %setup -q -n Alien-wxWidgets-%{version} +%patch0 -p1 %build @@ -55,6 +59,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 20 2009 Stepan Kasal - 0.44-1 +- new upstream version +- add patch to remember the canonical sonames of libraries, so that + perl-Wx runs without wxGTK-devel + * Sat Jul 25 2009 Fedora Release Engineering - 0.42-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- sources 8 Dec 2008 21:18:58 -0000 1.13 +++ sources 20 Aug 2009 15:19:20 -0000 1.14 @@ -1 +1 @@ -f96c09d393bc8b4cbd7ff8e412183032 Alien-wxWidgets-0.42.tar.gz +eccb39521c346aa64348f1eff08be5e0 Alien-wxWidgets-0.44.tar.gz From kasal at fedoraproject.org Thu Aug 20 15:32:42 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Thu, 20 Aug 2009 15:32:42 +0000 (UTC) Subject: rpms/perl-Wx/devel perl-Wx.spec,1.31,1.32 Message-ID: <20090820153242.4F22511C006E@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8849 Modified Files: perl-Wx.spec Log Message: - rebuild against patched perl-Alien-wxWidgets Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- perl-Wx.spec 26 Jul 2009 17:30:14 -0000 1.31 +++ perl-Wx.spec 20 Aug 2009 15:32:41 -0000 1.32 @@ -6,13 +6,13 @@ Name: perl-Wx Version: 0.91 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Wx/ -Source0: http://www.cpan.org/authors/id/M/MB/MBARBON/Wx-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/Wx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK-devel @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 20 2009 Stepan Kasal - 0.91-7 +- rebuild against patched perl-Alien-wxWidgets + * Sun Jul 26 2009 Fedora Release Engineering - 0.91-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From bugzilla at redhat.com Fri Aug 21 11:01:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 21 Aug 2009 07:01:56 -0400 Subject: [Bug 508194] RFE: split /usr/bin/padre into own subpackage In-Reply-To: References: Message-ID: <200908211101.n7LB1u8i000829@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=508194 --- Comment #6 from Marcela Maslanova 2009-08-21 07:01:55 EDT --- I'll split this in next update. I'm planning update after perl-5.10.1 where are threads in version which is needed by padre package. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Fri Aug 21 11:19:00 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Fri, 21 Aug 2009 11:19:00 +0000 (UTC) Subject: rpms/perl-PAR/devel .cvsignore, 1.3, 1.4 perl-PAR.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090821111900.6319011C00D7@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-PAR/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6145 Modified Files: .cvsignore perl-PAR.spec sources Log Message: * Fri Aug 21 2009 Marcela Ma?l??ov? 0.994-1 - update and fix 505576 which was probably fixed by new release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 28 Apr 2009 10:43:09 -0000 1.3 +++ .cvsignore 21 Aug 2009 11:18:59 -0000 1.4 @@ -1 +1 @@ -PAR-0.992.tar.gz +PAR-0.994.tar.gz Index: perl-PAR.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR/devel/perl-PAR.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-PAR.spec 26 Jul 2009 13:53:13 -0000 1.5 +++ perl-PAR.spec 21 Aug 2009 11:19:00 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-PAR -Version: 0.992 -Release: 2%{?dist} +Version: 0.994 +Release: 1%{?dist} Summary: Perl Archive Toolkit License: GPL+ or Artistic Group: Development/Libraries @@ -8,7 +8,6 @@ URL: http://search.cpan.org/d Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/PAR-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.0 BuildRequires: perl(Archive::Zip) >= 1 BuildRequires: perl(Compress::Zlib) >= 1.3 BuildRequires: perl(ExtUtils::MakeMaker) @@ -52,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Aug 21 2009 Marcela Ma?l??ov? 0.994-1 +- update and fix 505576 which was probably fixed by new release + * Sun Jul 26 2009 Fedora Release Engineering - 0.992-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 28 Apr 2009 10:43:09 -0000 1.3 +++ sources 21 Aug 2009 11:19:00 -0000 1.4 @@ -1 +1 @@ -784a47222ed506224eba1ede7873db5b PAR-0.992.tar.gz +fb59e35d9a21c87c8f41bd1ef5913d44 PAR-0.994.tar.gz From bugzilla at redhat.com Fri Aug 21 11:19:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 21 Aug 2009 07:19:40 -0400 Subject: [Bug 505576] perl-PAR-Packer not built with $RPM_OPT_FLAGS In-Reply-To: References: Message-ID: <200908211119.n7LBJeIt004248@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=505576 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #2 from Marcela Maslanova 2009-08-21 07:19:39 EDT --- Parallel build was added, gcc isn't used in the latest version which fixed problem with RPM_OPT_FLAGS. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From robert at fedoraproject.org Fri Aug 21 13:06:37 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Fri, 21 Aug 2009 13:06:37 +0000 (UTC) Subject: rpms/perl-DateTime/EL-4 DateTime-LeapSecond-utf8.patch, NONE, 1.1 DateTime-filter-provides.sh, NONE, 1.1 DateTime-filter-requires.sh, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-DateTime.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090821130637.2ECAF11C00D7@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-DateTime/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30891 Modified Files: .cvsignore perl-DateTime.spec sources Added Files: DateTime-LeapSecond-utf8.patch DateTime-filter-provides.sh DateTime-filter-requires.sh Log Message: Initial import of perl(DateTime) for EPEL DateTime-LeapSecond-utf8.patch: LeapSecond.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE DateTime-LeapSecond-utf8.patch --- --- DateTime-0.35/lib/DateTime/LeapSecond.pm.orig 2006-02-28 19:15:01.000000000 -0600 +++ DateTime-0.35/lib/DateTime/LeapSecond.pm 2006-11-03 15:53:44.000000000 -0600 @@ -159,11 +159,11 @@ =head1 AUTHOR -Fl?vio Soibelmann Glock, Efglock at pucrs.brE +Fl??vio Soibelmann Glock, Efglock at pucrs.brE =head1 COPYRIGHT -Copyright (c) 2003 Fl?vio Soibelmann Glock. Copyright (c) 2004-2006 +Copyright (c) 2003 Fl??vio Soibelmann Glock. Copyright (c) 2004-2006 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. --- NEW FILE DateTime-filter-provides.sh --- #!/bin/sh # # Remove redundant unversioned provides of # perl(DateTime) and perl(DateTime::TimeZone). @@PERL_PROV@@ "$@" | sed -e '/^perl(DateTime\(::TimeZone\)\?)$/d' --- NEW FILE DateTime-filter-requires.sh --- #!/bin/sh @@PERL_REQ@@ "$@" | sed -e '/^perl(Win32::.*$/d' Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 16 Sep 2005 20:15:06 -0000 1.2 +++ .cvsignore 21 Aug 2009 13:06:36 -0000 1.3 @@ -1,3 +1,3 @@ -DateTime-0.2901.tar.gz -DateTime-Locale-0.22.tar.gz -DateTime-TimeZone-0.37.tar.gz +DateTime-0.41.tar.gz +DateTime-Locale-0.35.tar.gz +DateTime-TimeZone-0.67.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/EL-4/perl-DateTime.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-DateTime.spec 16 Sep 2005 20:15:06 -0000 1.1 +++ perl-DateTime.spec 21 Aug 2009 13:06:36 -0000 1.2 @@ -1,25 +1,33 @@ -%define DTTimeZone_version 0.37 -%define DTLocale_version 0.22 +%define DTTimeZone_version 0.67 +%define DTLocale_version 0.35 Name: perl-DateTime -Version: 0.2901 -Release: 2%{?dist} -Summary: DateTime Perl module +Version: 0.41 +Release: 1%{?dist} +Epoch: 1 +Summary: Date and time objects License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime/ -Source0: http://www.cpan.org/modules/by-module/DateTime/DateTime-0.2901.tar.gz -Source1: http://www.cpan.org/modules/by-module/DateTime/DateTime-TimeZone-%{DTTimeZone_version}.tar.gz -Source2: http://www.cpan.org/modules/by-module/DateTime/DateTime-Locale-%{DTLocale_version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz +Source1: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{DTTimeZone_version}.tar.gz +Source2: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-%{DTLocale_version}.tar.gz +Patch0: DateTime-LeapSecond-utf8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl(Class::Singleton) >= 1.03 +BuildRequires: perl(File::Find::Rule) BuildRequires: perl(Module::Build) BuildRequires: perl(Params::Validate) >= 0.76 -BuildRequires: perl(Class::Singleton) >= 1.03 BuildRequires: perl(Pod::Man) >= 1.14 -BuildRequires: perl(File::Find::Rule) +# Not yet available on EL-4 branch. +#BuildRequires: perl(Test::Output) BuildRequires: perl(Test::Pod) -Requires: perl(Params::Validate) >= 0.76 +BuildRequires: perl(Test::Pod::Coverage) >= 1.08 +# Creates a build dependency loop. +#BuildRequires: perl(DateTime::Format::ICal) +#BuildRequires: perl(DateTime::Format::Strptime) Requires: perl(Class::Singleton) >= 1.03 +Requires: perl(Params::Validate) >= 0.76 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl-DateTime-TimeZone = %{DTTimeZone_version} Provides: perl-DateTime-Locale = %{DTLocale_version} @@ -27,24 +35,35 @@ Provides: perl(DateTime::TimeZoneC Provides: perl(DateTimePP) Provides: perl(DateTimePPExtra) +Source98: DateTime-filter-requires.sh +%global real_perl_requires %{__perl_requires} +%define __perl_requires %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)-filter-requires + +Source99: DateTime-filter-provides.sh +%global real_perl_provides %{__perl_provides} +%define __perl_provides %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)-filter-provides + %description -The DateTime.pm module aims to provide a complete, correct, and easy to use -date/time object implementation. Currently it handles many date -calculations, date math (addition and subtraction), and provides convenient -methods for retrieving portions of a date/time. +DateTime is a class for the representation of date/time combinations, and +is part of the Perl DateTime project. For details on this project please +see http://datetime.perl.org/. The DateTime site has a FAQ which may help +answer many "how do I do X?" questions. The FAQ is at +http://datetime.perl.org/faq.html. %prep %setup -q -T -c -n DateTimeBundle -a 0 %setup -q -T -D -n DateTimeBundle -a 1 %setup -q -T -D -n DateTimeBundle -a 2 -cat > filter-provides.sh << EOF -#!/bin/sh -# Remove redundant unversioned provides of perl(DateTime) and perl(DateTime::TimeZone) -exec %{__perl_provides} $* | egrep -v '^perl[(]DateTime(::TimeZone)?[)]$' -EOF -%define __perl_provides %{_builddir}/DateTimeBundle/filter-provides.sh -chmod 755 filter-provides.sh +cd DateTime-%{version} +%patch0 -p1 +cd - + +sed -e 's,@@PERL_REQ@@,%{real_perl_requires},' %{SOURCE98} > %{__perl_requires} +chmod +x %{__perl_requires} + +sed -e 's,@@PERL_PROV@@,%{real_perl_provides},' %{SOURCE99} > %{__perl_provides} +chmod +x %{__perl_provides} %build cd DateTime-Locale-%{DTLocale_version} @@ -61,35 +80,35 @@ cd DateTime-%{version} PERLLIB=../DateTime-Locale-%{DTLocale_version}/blib/lib PERLLIB=$PERLLIB:../DateTime-TimeZone-%{DTTimeZone_version}/blib/lib export PERLLIB -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} cd - %install -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT cd DateTime-Locale-%{DTLocale_version} -./Build install destdir=%{buildroot} +./Build install destdir=$RPM_BUILD_ROOT cd - cd DateTime-TimeZone-%{DTTimeZone_version} -./Build install destdir=%{buildroot} +./Build install destdir=$RPM_BUILD_ROOT cd - cd DateTime-%{version} -make pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT cd - -find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; -find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \; +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 \; -chmod -R u+rwX,go+rX,go-w %{buildroot}/* +%{_fixperms} $RPM_BUILD_ROOT/* # Move documentation into bundle area mkdir DT::Locale DT::TimeZone mv DateTime-%{version}/{CREDITS,Changes,LICENSE,README,TODO} . -mv DateTime-Locale-%{DTLocale_version}/{Changes,LICENSE.icu} DT::Locale +mv DateTime-Locale-%{DTLocale_version}/{Changes,LICENSE.cldr} DT::Locale mv DateTime-TimeZone-%{DTTimeZone_version}/{Changes,README} DT::TimeZone %check @@ -111,7 +130,7 @@ cd - make -C DateTime-%{version} test %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT %{__perl_requires} %{__perl_provides} %files %defattr(-,root,root,0755) @@ -125,6 +144,88 @@ rm -rf %{buildroot} %{perl_vendorarch}/DateTime*.pm %changelog +* Mon Sep 17 2007 Steven Pritchard 1:0.41-1 +- Update to DateTime 0.41. +- Update to DateTime::Locale 0.35. +- Update to DateTime::TimeZone 0.67. + +* Wed Aug 29 2007 Fedora Release Engineering - 1:0.39-2 +- Rebuild for selinux ppc32 issue. + +* Sun Jul 22 2007 Steven Pritchard 1:0.39-1 +- Update to DateTime 0.39. +- Update to DateTime::TimeZone 0.6603. + +* Thu Jul 05 2007 Steven Pritchard 1:0.38-2 +- BR Test::Output. + +* Mon Jul 02 2007 Steven Pritchard 1:0.38-1 +- Update to DateTime 0.38. +- Update to DateTime::TimeZone 0.6602. +- BR Test::Pod::Coverage. + +* Mon Apr 02 2007 Steven Pritchard 1:0.37-3 +- Drop BR DateTime::Format::* to avoid circular build deps. + +* Mon Apr 02 2007 Steven Pritchard 1:0.37-2 +- Filter Win32::TieRegistry dependency. +- Do the provides filter like we do in cpanspec. +- Drop some macro usage. + +* Sat Mar 31 2007 Steven Pritchard 1:0.37-1 +- Update to DateTime 0.37. +- Update to DateTime::TimeZone 0.63. + +* Tue Mar 13 2007 Steven Pritchard 1:0.36-2 +- Update to DateTime::Locale 0.34. +- Update to DateTime::TimeZone 0.62. + +* Mon Jan 22 2007 Steven Pritchard 1:0.36-1 +- Update to Date::Time 0.36. +- Update to DateTime::Locale 0.33. +- Update to DateTime::TimeZone 0.59. + +* Fri Nov 03 2006 Steven Pritchard 1:0.35-1 +- Update to DateTime 0.35. +- Update to DateTime::Locale 0.3101. +- LICENSE.icu seems to have been renamed LICENSE.cldr. +- Update to DateTime::TimeZone 0.54. +- Use fixperms macro instead of our own chmod incantation. +- Convert DateTime::LeapSecond to UTF-8 to avoid a rpmlint warning. + +* Tue Aug 29 2006 Steven Pritchard 1:0.34-3 +- Update to DateTime::TimeZone 0.48. + +* Mon Aug 28 2006 Steven Pritchard 1:0.34-2 +- Update to DateTime::TimeZone 0.47. + +* Mon Aug 14 2006 Steven Pritchard 1:0.34-1 +- Update to DateTime 0.34. + +* Fri Jul 28 2006 Steven Pritchard 1:0.32-1 +- Update to DateTime 0.32. +- Improve Summary, description, and source URLs. +- Fix find option order. + +* Thu Jul 13 2006 Steven Pritchard 1:0.31-2 +- BR DateTime::Format::ICal and DateTime::Format::Strptime for better + test coverage. + +* Wed May 24 2006 Steven Pritchard 1:0.31-1 +- Update DateTime to 0.31. +- Update DateTime::TimeZone to 0.46. + +* Mon Feb 27 2006 Steven Pritchard 1:0.30-3 +- Bump Epoch (argh, 0.2901 > 0.30 to rpm) +- Update DateTime::TimeZone to 0.42 + +* Sat Feb 18 2006 Steven Pritchard 0.30-2 +- Update DateTime::TimeZone to 0.41 + +* Tue Jan 10 2006 Steven Pritchard 0.30-1 +- Update DateTime to 0.30 +- Update DateTime::TimeZone to 0.40 + * Fri Sep 16 2005 Paul Howarth 0.2901-2 - Unpack each tarball only once - Use Module::Build's build script where available Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 16 Sep 2005 20:15:06 -0000 1.2 +++ sources 21 Aug 2009 13:06:37 -0000 1.3 @@ -1,3 +1,3 @@ -f96816e634700ae3c8bd849f97856861 DateTime-0.2901.tar.gz -bcf9fa78efa8d00fad1293b9d860ce75 DateTime-Locale-0.22.tar.gz -1adf3f14eda8faccaf5564437eadcfd5 DateTime-TimeZone-0.37.tar.gz +cbd27b0d9a3eee5ffa6afb9211b19a9e DateTime-0.41.tar.gz +857b23381a1a8e7dc2e7d0caa285827d DateTime-Locale-0.35.tar.gz +4684adbdf78d863a3526d5d9a52b4d79 DateTime-TimeZone-0.67.tar.gz From tmraz at fedoraproject.org Fri Aug 21 15:16:20 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Fri, 21 Aug 2009 15:16:20 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-AES/devel perl-Crypt-OpenSSL-AES.spec, 1.10, 1.11 Message-ID: <20090821151620.8153411C00D7@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-AES/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5319 Modified Files: perl-Crypt-OpenSSL-AES.spec Log Message: - rebuilt with new openssl Index: perl-Crypt-OpenSSL-AES.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-AES/devel/perl-Crypt-OpenSSL-AES.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Crypt-OpenSSL-AES.spec 26 Jul 2009 05:15:34 -0000 1.10 +++ perl-Crypt-OpenSSL-AES.spec 21 Aug 2009 15:16:20 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-AES Version: 0.02 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Perl interface to OpenSSL for AES License: GPL+ or Artistic Group: Development/Libraries @@ -46,6 +46,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Aug 21 2009 Tomas Mraz - 0.02-9 +- rebuilt with new openssl + * Sat Jul 25 2009 Fedora Release Engineering - 0.02-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From tmraz at fedoraproject.org Fri Aug 21 15:16:57 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Fri, 21 Aug 2009 15:16:57 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-Bignum/devel perl-Crypt-OpenSSL-Bignum.spec, 1.10, 1.11 Message-ID: <20090821151657.F410C11C00D7@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-Bignum/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5488 Modified Files: perl-Crypt-OpenSSL-Bignum.spec Log Message: - rebuilt with new openssl Index: perl-Crypt-OpenSSL-Bignum.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-Bignum/devel/perl-Crypt-OpenSSL-Bignum.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Crypt-OpenSSL-Bignum.spec 26 Jul 2009 05:15:49 -0000 1.10 +++ perl-Crypt-OpenSSL-Bignum.spec 21 Aug 2009 15:16:57 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-Bignum Version: 0.04 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perl interface to OpenSSL for Bignum License: GPL+ or Artistic Group: Development/Libraries @@ -46,6 +46,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Aug 21 2009 Tomas Mraz - 0.04-8 +- rebuilt with new openssl + * Sat Jul 25 2009 Fedora Release Engineering - 0.04-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From tmraz at fedoraproject.org Fri Aug 21 15:17:33 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Fri, 21 Aug 2009 15:17:33 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-DSA/devel perl-Crypt-OpenSSL-DSA.spec, 1.9, 1.10 Message-ID: <20090821151733.3633911C00D7@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-DSA/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5656 Modified Files: perl-Crypt-OpenSSL-DSA.spec Log Message: - rebuilt with new openssl Index: perl-Crypt-OpenSSL-DSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-DSA/devel/perl-Crypt-OpenSSL-DSA.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Crypt-OpenSSL-DSA.spec 26 Jul 2009 05:16:05 -0000 1.9 +++ perl-Crypt-OpenSSL-DSA.spec 21 Aug 2009 15:17:33 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-DSA Version: 0.13 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Perl interface to OpenSSL for DSA License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Aug 21 2009 Tomas Mraz - 0.13-12 +- rebuilt with new openssl + * Sat Jul 25 2009 Fedora Release Engineering - 0.13-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From tmraz at fedoraproject.org Fri Aug 21 15:19:15 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Fri, 21 Aug 2009 15:19:15 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-Random/devel perl-Crypt-OpenSSL-Random.spec, 1.7, 1.8 Message-ID: <20090821151915.75DB711C00D7@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-Random/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6178 Modified Files: perl-Crypt-OpenSSL-Random.spec Log Message: - rebuilt with new openssl Index: perl-Crypt-OpenSSL-Random.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-Random/devel/perl-Crypt-OpenSSL-Random.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Crypt-OpenSSL-Random.spec 26 Jul 2009 05:16:53 -0000 1.7 +++ perl-Crypt-OpenSSL-Random.spec 21 Aug 2009 15:19:15 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-Random Version: 0.04 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Perl interface to OpenSSL for Random License: GPL+ or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Aug 21 2009 Tomas Mraz - 0.04-9 +- rebuilt with new openssl + * Sat Jul 25 2009 Fedora Release Engineering - 0.04-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From tmraz at fedoraproject.org Fri Aug 21 15:19:50 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Fri, 21 Aug 2009 15:19:50 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-X509/devel perl-Crypt-OpenSSL-X509.spec, 1.10, 1.11 Message-ID: <20090821151950.54A9911C00D7@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6366 Modified Files: perl-Crypt-OpenSSL-X509.spec Log Message: - rebuilt with new openssl Index: perl-Crypt-OpenSSL-X509.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel/perl-Crypt-OpenSSL-X509.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Crypt-OpenSSL-X509.spec 26 Jul 2009 05:17:08 -0000 1.10 +++ perl-Crypt-OpenSSL-X509.spec 21 Aug 2009 15:19:50 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-X509 Version: 0.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl interface to OpenSSL for X509 License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Aug 21 2009 Tomas Mraz - 0.7-5 +- rebuilt with new openssl + * Sat Jul 25 2009 Fedora Release Engineering - 0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From tmraz at fedoraproject.org Fri Aug 21 15:22:21 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Fri, 21 Aug 2009 15:22:21 +0000 (UTC) Subject: rpms/perl-Net-SSLeay/devel perl-Net-SSLeay.spec,1.15,1.16 Message-ID: <20090821152221.E8E2D11C00D7@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Net-SSLeay/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7226 Modified Files: perl-Net-SSLeay.spec Log Message: - rebuilt with new openssl Index: perl-Net-SSLeay.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/perl-Net-SSLeay.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-Net-SSLeay.spec 26 Jul 2009 13:47:08 -0000 1.15 +++ perl-Net-SSLeay.spec 21 Aug 2009 15:22:21 -0000 1.16 @@ -1,6 +1,6 @@ Name: perl-Net-SSLeay Version: 1.35 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perl extension for using OpenSSL Group: Development/Libraries License: OpenSSL @@ -66,6 +66,9 @@ PERL_MM_USE_DEFAULT=1 %{__perl} Makefile %{_mandir}/man3/Net::SSLeay*.3* %changelog +* Fri Aug 21 2009 Tomas Mraz - 1.35-6 +- rebuilt with new openssl + * Sun Jul 26 2009 Fedora Release Engineering - 1.35-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From tcallawa at redhat.com Fri Aug 21 19:00:23 2009 From: tcallawa at redhat.com (Tom "spot" Callaway) Date: Fri, 21 Aug 2009 15:00:23 -0400 Subject: our perl-core on p5p In-Reply-To: <20090818121754.GA26742@camelia.ucw.cz> References: <1548861505.932911250174181624.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> <4A857A71.7080702@redhat.com> <20090817132109.GB2773@camelia.ucw.cz> <4A898018.3070908@redhat.com> <20090817164207.GC6269@camelia.ucw.cz> <20090817203611.0e94ce84@metropolis.intra.city-fan.org> <20090818121754.GA26742@camelia.ucw.cz> Message-ID: <4A8EEEC7.7090105@redhat.com> On 08/18/2009 08:17 AM, Stepan Kasal wrote: > (The term "perl-minimal" would go nicely along with our > vim-minimal and Debian's python-minimal and php-minimal. > But vim-minimal is not required by vim-enhanced. > And Debian does not use "perl-minimal"; perhaps perl-base predates > the other *-minimal packages.) > > What do you think? I think perl-minimal is much clearer than perl-base, but there is no reason why we couldn't have the other choice as a versioned Provides. ~spot From pkgdb at fedoraproject.org Fri Aug 21 20:41:32 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 21 Aug 2009 20:41:32 +0000 Subject: [pkgdb] perl-Jcode ownership updated Message-ID: <20090821204132.8B79710F7E5@bastion2.fedora.phx.redhat.com> Package perl-Jcode in Fedora devel was orphaned by abompard To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Jcode From pkgdb at fedoraproject.org Fri Aug 21 20:41:35 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 21 Aug 2009 20:41:35 +0000 Subject: [pkgdb] perl-Unicode-Map ownership updated Message-ID: <20090821204136.0524110F89C@bastion2.fedora.phx.redhat.com> Package perl-Unicode-Map in Fedora devel was orphaned by abompard To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Unicode-Map From pkgdb at fedoraproject.org Fri Aug 21 20:41:42 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 21 Aug 2009 20:41:42 +0000 Subject: [pkgdb] perl-Unicode-Map8 ownership updated Message-ID: <20090821204142.B398410F854@bastion2.fedora.phx.redhat.com> Package perl-Unicode-Map8 in Fedora devel was orphaned by abompard To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Unicode-Map8 From pkgdb at fedoraproject.org Fri Aug 21 20:41:46 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 21 Aug 2009 20:41:46 +0000 Subject: [pkgdb] perl-Unicode-MapUTF8 ownership updated Message-ID: <20090821204146.226EF10F86F@bastion2.fedora.phx.redhat.com> Package perl-Unicode-MapUTF8 in Fedora devel was orphaned by abompard To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Unicode-MapUTF8 From pkgdb at fedoraproject.org Fri Aug 21 20:41:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 21 Aug 2009 20:41:49 +0000 Subject: [pkgdb] perl-Unicode-String ownership updated Message-ID: <20090821204149.D753A10F80B@bastion2.fedora.phx.redhat.com> Package perl-Unicode-String in Fedora devel was orphaned by abompard To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Unicode-String From pkgdb at fedoraproject.org Fri Aug 21 22:18:24 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 21 Aug 2009 22:18:24 +0000 Subject: [pkgdb] perl-Unicode-Map ownership updated Message-ID: <20090821221824.7A44F10F7E5@bastion2.fedora.phx.redhat.com> Package perl-Unicode-Map in Fedora devel is now owned by eseyman To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Unicode-Map From pkgdb at fedoraproject.org Fri Aug 21 22:18:47 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 21 Aug 2009 22:18:47 +0000 Subject: [pkgdb] perl-Unicode-Map8 ownership updated Message-ID: <20090821221847.835E710F84D@bastion2.fedora.phx.redhat.com> Package perl-Unicode-Map8 in Fedora devel is now owned by eseyman To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Unicode-Map8 From pkgdb at fedoraproject.org Fri Aug 21 22:18:57 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 21 Aug 2009 22:18:57 +0000 Subject: [pkgdb] perl-Unicode-MapUTF8 ownership updated Message-ID: <20090821221858.5DE4910F85C@bastion2.fedora.phx.redhat.com> Package perl-Unicode-MapUTF8 in Fedora devel is now owned by eseyman To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Unicode-MapUTF8 From pkgdb at fedoraproject.org Fri Aug 21 22:19:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 21 Aug 2009 22:19:08 +0000 Subject: [pkgdb] perl-Unicode-String ownership updated Message-ID: <20090821221908.0F70910F80B@bastion2.fedora.phx.redhat.com> Package perl-Unicode-String in Fedora devel is now owned by eseyman To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Unicode-String From cweyl at fedoraproject.org Fri Aug 21 23:10:07 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 21 Aug 2009 23:10:07 +0000 (UTC) Subject: rpms/perl-Catalyst-Devel/devel .cvsignore, 1.9, 1.10 perl-Catalyst-Devel.spec, 1.16, 1.17 sources, 1.9, 1.10 Message-ID: <20090821231007.3900411C0439@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Devel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21482 Modified Files: .cvsignore perl-Catalyst-Devel.spec sources Log Message: * Tue Aug 18 2009 Chris Weyl 1.20-1 - auto-update to 1.20 (by cpan-spec-update 0.01) - altered br on perl(File::ChangeNotify) (0.03 => 0.07) - altered req on perl(File::ChangeNotify) (0.03 => 0.07) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 28 Jul 2009 03:51:47 -0000 1.9 +++ .cvsignore 21 Aug 2009 23:10:06 -0000 1.10 @@ -1 +1 @@ -Catalyst-Devel-1.19.tar.gz +Catalyst-Devel-1.20.tar.gz Index: perl-Catalyst-Devel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/devel/perl-Catalyst-Devel.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-Catalyst-Devel.spec 28 Jul 2009 03:51:47 -0000 1.16 +++ perl-Catalyst-Devel.spec 21 Aug 2009 23:10:07 -0000 1.17 @@ -1,5 +1,5 @@ Name: perl-Catalyst-Devel -Version: 1.19 +Version: 1.20 Release: 1%{?dist} Summary: Catalyst Development Tools License: GPL+ or Artistic @@ -40,11 +40,11 @@ Requires: perl(parent) Requires: perl-Catalyst-Runtime-scripts ### auto-added brs! -BuildRequires: perl(File::ChangeNotify) >= 0.03 +BuildRequires: perl(File::ChangeNotify) >= 0.07 ### auto-added reqs! Requires: perl(Config::General) >= 2.42 -Requires: perl(File::ChangeNotify) >= 0.03 +Requires: perl(File::ChangeNotify) >= 0.07 Requires: perl(File::Copy::Recursive) Requires: perl(Template) >= 2.14 @@ -89,6 +89,11 @@ rm -rf %{buildroot} %exclude %{perl_vendorlib}/Catalyst/Restarter/Win32.pm %changelog +* Tue Aug 18 2009 Chris Weyl 1.20-1 +- auto-update to 1.20 (by cpan-spec-update 0.01) +- altered br on perl(File::ChangeNotify) (0.03 => 0.07) +- altered req on perl(File::ChangeNotify) (0.03 => 0.07) + * Mon Jul 27 2009 Chris Weyl 1.19-1 - auto-update to 1.19 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 28 Jul 2009 03:51:47 -0000 1.9 +++ sources 21 Aug 2009 23:10:07 -0000 1.10 @@ -1 +1 @@ -1f3ba33a7f962f122c4b42a59530d09d Catalyst-Devel-1.19.tar.gz +eb699ccd64718d7c880959831a734599 Catalyst-Devel-1.20.tar.gz From iarnell at fedoraproject.org Sat Aug 22 00:50:11 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 22 Aug 2009 00:50:11 +0000 (UTC) Subject: rpms/perl-Devel-LeakGuard-Object/F-10 perl-Devel-LeakGuard-Object.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090822005011.3296011C0417@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Devel-LeakGuard-Object/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11776/F-10 Modified Files: .cvsignore sources Added Files: perl-Devel-LeakGuard-Object.spec Log Message: initial import --- NEW FILE perl-Devel-LeakGuard-Object.spec --- Name: perl-Devel-LeakGuard-Object Version: 0.06 Release: 1%{?dist} Summary: Scoped checks for object leaks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-LeakGuard-Object/ Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/Devel-LeakGuard-Object-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(latest) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::More) >= 0.42 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or innappropriate caching schemes. %prep %setup -q -n Devel-LeakGuard-Object-%{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 LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Aug 08 2009 Iain Arnell 0.06-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-LeakGuard-Object/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 21 Aug 2009 18:29:03 -0000 1.1 +++ .cvsignore 22 Aug 2009 00:50:10 -0000 1.2 @@ -0,0 +1 @@ +Devel-LeakGuard-Object-0.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-LeakGuard-Object/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 Aug 2009 18:29:03 -0000 1.1 +++ sources 22 Aug 2009 00:50:11 -0000 1.2 @@ -0,0 +1 @@ +098c7cf35634bb196be60765f07fdb7d Devel-LeakGuard-Object-0.06.tar.gz From iarnell at fedoraproject.org Sat Aug 22 00:50:11 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 22 Aug 2009 00:50:11 +0000 (UTC) Subject: rpms/perl-Devel-LeakGuard-Object/F-11 perl-Devel-LeakGuard-Object.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090822005011.6807A11C04D9@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Devel-LeakGuard-Object/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11776/F-11 Modified Files: .cvsignore sources Added Files: perl-Devel-LeakGuard-Object.spec Log Message: initial import --- NEW FILE perl-Devel-LeakGuard-Object.spec --- Name: perl-Devel-LeakGuard-Object Version: 0.06 Release: 1%{?dist} Summary: Scoped checks for object leaks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-LeakGuard-Object/ Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/Devel-LeakGuard-Object-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(latest) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::More) >= 0.42 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or innappropriate caching schemes. %prep %setup -q -n Devel-LeakGuard-Object-%{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 LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Aug 08 2009 Iain Arnell 0.06-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-LeakGuard-Object/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 21 Aug 2009 18:29:03 -0000 1.1 +++ .cvsignore 22 Aug 2009 00:50:11 -0000 1.2 @@ -0,0 +1 @@ +Devel-LeakGuard-Object-0.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-LeakGuard-Object/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 Aug 2009 18:29:03 -0000 1.1 +++ sources 22 Aug 2009 00:50:11 -0000 1.2 @@ -0,0 +1 @@ +098c7cf35634bb196be60765f07fdb7d Devel-LeakGuard-Object-0.06.tar.gz From iarnell at fedoraproject.org Sat Aug 22 00:50:11 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 22 Aug 2009 00:50:11 +0000 (UTC) Subject: rpms/perl-Devel-LeakGuard-Object/devel perl-Devel-LeakGuard-Object.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090822005011.A3EF711C04EF@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Devel-LeakGuard-Object/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11776/devel Modified Files: .cvsignore sources Added Files: perl-Devel-LeakGuard-Object.spec Log Message: initial import --- NEW FILE perl-Devel-LeakGuard-Object.spec --- Name: perl-Devel-LeakGuard-Object Version: 0.06 Release: 1%{?dist} Summary: Scoped checks for object leaks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-LeakGuard-Object/ Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/Devel-LeakGuard-Object-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(latest) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::More) >= 0.42 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or innappropriate caching schemes. %prep %setup -q -n Devel-LeakGuard-Object-%{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 LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Aug 08 2009 Iain Arnell 0.06-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-LeakGuard-Object/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 21 Aug 2009 18:29:03 -0000 1.1 +++ .cvsignore 22 Aug 2009 00:50:11 -0000 1.2 @@ -0,0 +1 @@ +Devel-LeakGuard-Object-0.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-LeakGuard-Object/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 Aug 2009 18:29:03 -0000 1.1 +++ sources 22 Aug 2009 00:50:11 -0000 1.2 @@ -0,0 +1 @@ +098c7cf35634bb196be60765f07fdb7d Devel-LeakGuard-Object-0.06.tar.gz From cweyl at fedoraproject.org Sat Aug 22 02:41:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 22 Aug 2009 02:41:05 +0000 (UTC) Subject: rpms/perl-aliased/devel .cvsignore, 1.4, 1.5 perl-aliased.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <20090822024105.6899511C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-aliased/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1173 Modified Files: .cvsignore perl-aliased.spec sources Log Message: * Sat Aug 22 2009 Chris Weyl 0.30-1 - auto-update to 0.30 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-aliased/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 29 May 2008 06:15:07 -0000 1.4 +++ .cvsignore 22 Aug 2009 02:41:05 -0000 1.5 @@ -1 +1 @@ -aliased-0.22.tar.gz +aliased-0.30.tar.gz Index: perl-aliased.spec =================================================================== RCS file: /cvs/extras/rpms/perl-aliased/devel/perl-aliased.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-aliased.spec 26 Jul 2009 17:43:55 -0000 1.7 +++ perl-aliased.spec 22 Aug 2009 02:41:05 -0000 1.8 @@ -1,23 +1,25 @@ Name: perl-aliased -Version: 0.22 -Release: 3%{?dist} +Version: 0.30 +Release: 1%{?dist} Summary: Use shorter versions of class names License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/aliased/ -Source0: http://www.cpan.org/authors/id/O/OV/OVID/aliased-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/aliased-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) + %description aliased is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so implicitly. In the latter case, the name of the -subroutine is the last part of the class name. +subroutine is the last part of the class name. %prep %setup -q -n aliased-%{version} @@ -47,6 +49,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 22 2009 Chris Weyl 0.30-1 +- auto-update to 0.30 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 0.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-aliased/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 29 May 2008 06:15:07 -0000 1.4 +++ sources 22 Aug 2009 02:41:05 -0000 1.5 @@ -1 +1 @@ -06cace025aa108fe4a9af3ae26bb297e aliased-0.22.tar.gz +8c2ee486901dae7d1c31e9a2d69c6c8f aliased-0.30.tar.gz From iarnell at fedoraproject.org Sat Aug 22 06:56:36 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 22 Aug 2009 06:56:36 +0000 (UTC) Subject: rpms/perl-Text-Textile/devel .cvsignore, 1.2, 1.3 perl-Text-Textile.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090822065636.E6D3011C00A2@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-serv7151 Modified Files: .cvsignore perl-Text-Textile.spec sources Log Message: * Sat Aug 22 2009 Iain Arnell 2.12-1 - update to latest upstream Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 4 May 2009 05:39:46 -0000 1.2 +++ .cvsignore 22 Aug 2009 06:56:35 -0000 1.3 @@ -1 +1 @@ -Text-Textile-2.03.tar.gz +Text-Textile-2.12.tar.gz Index: perl-Text-Textile.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/devel/perl-Text-Textile.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Text-Textile.spec 26 Jul 2009 17:12:40 -0000 1.2 +++ perl-Text-Textile.spec 22 Aug 2009 06:56:35 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Text-Textile -Version: 2.03 -Release: 2%{?dist} +Version: 2.12 +Release: 1%{?dist} Summary: A humane web text generator License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Aug 22 2009 Iain Arnell 2.12-1 +- update to latest upstream + * Sun Jul 26 2009 Fedora Release Engineering - 2.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 4 May 2009 05:39:46 -0000 1.2 +++ sources 22 Aug 2009 06:56:35 -0000 1.3 @@ -1 +1 @@ -227cc4c97850b4f8448fa2d73c9c328a Text-Textile-2.03.tar.gz +2b4a3abc496f3c167b72fdd5549268a8 Text-Textile-2.12.tar.gz From iarnell at fedoraproject.org Sat Aug 22 07:03:48 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 22 Aug 2009 07:03:48 +0000 (UTC) Subject: rpms/perl-Text-Textile/devel perl-Text-Textile.spec,1.3,1.4 Message-ID: <20090822070348.DBD2411C00A2@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-serv8589 Modified Files: perl-Text-Textile.spec Log Message: * Sat Aug 22 2009 Iain Arnell 2.12-2 - BR perl(Test::Pod) Index: perl-Text-Textile.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Textile/devel/perl-Text-Textile.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Text-Textile.spec 22 Aug 2009 06:56:35 -0000 1.3 +++ perl-Text-Textile.spec 22 Aug 2009 07:03:48 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Text-Textile Version: 2.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A humane web text generator License: GPL+ or Artistic Group: Development/Libraries @@ -13,6 +13,7 @@ BuildRequires: perl(File::Spec) BuildRequires: perl(HTML::Entities) BuildRequires: perl(Image::Size) BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected requirements Requires: perl(File::Spec) @@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Aug 22 2009 Iain Arnell 2.12-2 +- BR perl(Test::Pod) + * Sat Aug 22 2009 Iain Arnell 2.12-1 - update to latest upstream From cweyl at fedoraproject.org Sat Aug 22 15:03:50 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 22 Aug 2009 15:03:50 +0000 (UTC) Subject: rpms/perl-aliased/F-11 perl-aliased.spec,1.6,1.7 sources,1.4,1.5 Message-ID: <20090822150350.C63C211C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-aliased/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8014 Modified Files: perl-aliased.spec sources Log Message: * Sat Aug 22 2009 Chris Weyl 0.30-1 - auto-update to 0.30 (by cpan-spec-update 0.01) Index: perl-aliased.spec =================================================================== RCS file: /cvs/extras/rpms/perl-aliased/F-11/perl-aliased.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-aliased.spec 27 Feb 2009 05:01:01 -0000 1.6 +++ perl-aliased.spec 22 Aug 2009 15:03:50 -0000 1.7 @@ -1,23 +1,25 @@ Name: perl-aliased -Version: 0.22 -Release: 2%{?dist} +Version: 0.30 +Release: 1%{?dist} Summary: Use shorter versions of class names License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/aliased/ -Source0: http://www.cpan.org/authors/id/O/OV/OVID/aliased-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/aliased-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) + %description aliased is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so implicitly. In the latter case, the name of the -subroutine is the last part of the class name. +subroutine is the last part of the class name. %prep %setup -q -n aliased-%{version} @@ -47,6 +49,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 22 2009 Chris Weyl 0.30-1 +- auto-update to 0.30 (by cpan-spec-update 0.01) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.22-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * 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-aliased/F-11/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 29 May 2008 06:15:07 -0000 1.4 +++ sources 22 Aug 2009 15:03:50 -0000 1.5 @@ -1 +1 @@ -06cace025aa108fe4a9af3ae26bb297e aliased-0.22.tar.gz +8c2ee486901dae7d1c31e9a2d69c6c8f aliased-0.30.tar.gz From cweyl at fedoraproject.org Sat Aug 22 15:06:01 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 22 Aug 2009 15:06:01 +0000 (UTC) Subject: rpms/perl-Parse-CPAN-Packages/F-11 perl-Parse-CPAN-Packages.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <20090822150601.EA78311C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Parse-CPAN-Packages/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8528 Modified Files: perl-Parse-CPAN-Packages.spec sources Log Message: * Sun Jul 26 2009 Fedora Release Engineering - 2.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: perl-Parse-CPAN-Packages.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-CPAN-Packages/F-11/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 22 Aug 2009 15:06:01 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-Parse-CPAN-Packages -Version: 2.30 +Version: 2.31 Release: 2%{?dist} Summary: Parse 02packages.details.txt.gz License: GPL+ or Artistic @@ -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,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 2.31-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* 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/extras/rpms/perl-Parse-CPAN-Packages/F-11/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 22 Aug 2009 15:06:01 -0000 1.7 @@ -1 +1 @@ -1865d9860c59aa8c5248c0bc72c2213d Parse-CPAN-Packages-2.30.tar.gz +77f124c01c14f9e4ff764320e9412426 Parse-CPAN-Packages-2.31.tar.gz From pghmcfc at fedoraproject.org Sat Aug 22 20:18:28 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sat, 22 Aug 2009 20:18:28 +0000 (UTC) Subject: rpms/perl-Net-SSLeay/devel perl-Net-SSLeay-svn252.patch, NONE, 1.1 perl-Net-SSLeay.spec, 1.16, 1.17 Message-ID: <20090822201828.04F0F11C00A2@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Net-SSLeay/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv944 Modified Files: perl-Net-SSLeay.spec Added Files: perl-Net-SSLeay-svn252.patch Log Message: update to svn trunk (rev 252), needed due to omission of MD2 functionality from OpenSSL 1.0.0 (CPAN RT#48916) perl-Net-SSLeay-svn252.patch: Changes | 32 README.Win32 | 28 SSLeay.xs | 70 + constants.c | 12 lib/Net/SSLeay.pm | 404 ++++---- ppport.h | 2327 +++++++++++++++++++++++++++++++++++++++--------- t/local/00_ptr_cast.t | 11 t/local/06_tcpecho.t | 2 t/local/07_sslecho.t | 18 t/local/50_digest.t | 8 t/local/ptr_cast_test.c | 4 typemap | 2 12 files changed, 2315 insertions(+), 603 deletions(-) --- NEW FILE perl-Net-SSLeay-svn252.patch --- Index: typemap =================================================================== --- typemap (revision 230) +++ typemap (working copy) @@ -13,8 +13,10 @@ BIO * T_IV BIO_METHOD * T_IV EVP_PKEY * T_IV +const EVP_MD * T_IV CERT * T_IV LHASH * T_IV +struct lhash_st_SSL_SESSION * T_IV struct cert_st * T_IV X509_STORE_CTX * T_IV ASN1_UTCTIME * T_IV Index: SSLeay.xs =================================================================== --- SSLeay.xs (revision 230) +++ SSLeay.xs (working copy) @@ -89,18 +89,27 @@ */ #undef _ +/* Sigh: openssl 1.0 has + typedef void *BLOCK; +which conflicts with perls + typedef struct block BLOCK; +*/ +#define BLOCK OPENSSL_BLOCK #include #include #include #include #include #include /* openssl-0.9.6a forgets to include this */ +#ifndef OPENSSL_NO_MD2 #include +#endif #include #include /* openssl-SNAP-20020227 does not automatically include this */ #include #include #include +#undef BLOCK /* Debugging output */ @@ -470,7 +479,7 @@ return res; } -#ifdef SSL_F_SSL_SET_HELLO_EXTENSION +#if defined(SSL_F_SSL_SET_HELLO_EXTENSION) || defined(SSL_F_SSL_SET_SESSION_TICKET_EXT) static HV* ssleay_session_secret_cbs = (HV*)NULL; ssleay_session_secret_cb_t* @@ -1243,6 +1252,14 @@ SSL_CTX * ctx long op +#if OPENSSL_VERSION_NUMBER >= 0x10000000L + +struct lhash_st_SSL_SESSION * +SSL_CTX_sessions(ctx) + SSL_CTX * ctx + +#else + LHASH * SSL_CTX_sessions(ctx) SSL_CTX * ctx @@ -1253,6 +1270,8 @@ OUTPUT: RETVAL +#endif + unsigned long SSL_CTX_sess_number(ctx) SSL_CTX * ctx @@ -1499,9 +1518,6 @@ sv_setpvn( ST(0), buf, strlen(buf)); OPENSSL_free(buf); /* mem was allocated by openssl */ -# WTF is the point of this function? -# The NID_* constants aren't bound anyway and no one can remember -# those undocumented numbers anyway. void X509_NAME_get_text_by_NID(name,nid) X509_NAME * name @@ -1515,7 +1531,7 @@ New(0, buf, length+1, char); if (X509_NAME_get_text_by_NID(name, nid, buf, length + 1)) - sv_setpvn( ST(0), buf, length + 1); + sv_setpvn( ST(0), buf, length); Safefree(buf); X509 * @@ -1729,6 +1745,9 @@ sv_setpvn( ST(0), buffer, i ); BIO_free(bp); + +#ifndef OPENSSL_NO_MD2 + void MD2(data) PREINIT: @@ -1745,6 +1764,8 @@ XSRETURN_UNDEF; } +#endif + void MD4(data) PREINIT: @@ -1978,6 +1999,10 @@ SSL_CTX_set_cert_verify_callback(ctx, ssleay_ctx_cert_verify_cb_invoke, cb); } +X509_NAME_STACK * +SSL_CTX_get_client_CA_list(ctx) + SSL_CTX *ctx + void SSL_CTX_set_client_CA_list(ctx,list) SSL_CTX * ctx @@ -2124,11 +2149,15 @@ SSL_renegotiate(s) SSL * s +#if OPENSSL_VERSION_NUMBER < 0x10000000L + int SSL_SESSION_cmp(a,b) SSL_SESSION * a SSL_SESSION * b +#endif + void * SSL_SESSION_get_ex_data(ss,idx) SSL_SESSION * ss @@ -2167,6 +2196,23 @@ SSL_set_accept_state(s) SSL * s +void +sk_X509_NAME_free(sk) + X509_NAME_STACK *sk + +int +sk_X509_NAME_num(sk) + X509_NAME_STACK *sk + +X509_NAME * +sk_X509_NAME_value(sk,i) + X509_NAME_STACK *sk + int i + +X509_NAME_STACK * +SSL_get_client_CA_list(s) + SSL * s + void SSL_set_client_CA_list(s,list) SSL * s @@ -2637,7 +2683,7 @@ -#ifdef SSL_F_SSL_SET_HELLO_EXTENSION +#if defined(SSL_F_SSL_SET_HELLO_EXTENSION) int SSL_set_hello_extension(s, type, data) SSL * s @@ -2651,6 +2697,10 @@ OUTPUT: RETVAL +#endif + +#if defined(SSL_F_SSL_SET_HELLO_EXTENSION) || defined(SSL_F_SSL_SET_SESSION_TICKET_EXT) + void SSL_set_session_secret_cb(s,func,data=NULL) SSL * s @@ -2671,4 +2721,12 @@ #endif +int EVP_add_digest(const EVP_MD *digest) + +#ifndef OPENSSL_NO_SHA256 +const EVP_MD *EVP_sha256() + +#endif [...4901 lines suppressed...] #ifndef IS_NUMBER_NAN # define IS_NUMBER_NAN 0x20 #endif - -/* GROK_NUMERIC_RADIX depends on grok_numeric_radix */ #ifndef GROK_NUMERIC_RADIX # define GROK_NUMERIC_RADIX(sp, send) grok_numeric_radix(sp, send) #endif @@ -4407,7 +5798,7 @@ return TRUE; } } -#endif /* PERL_VERSION */ +#endif #endif /* USE_LOCALE_NUMERIC */ /* always try "." if numeric radix didn't match because * we may have data from different locales mixed */ @@ -4420,8 +5811,6 @@ #endif #endif -/* grok_number depends on grok_numeric_radix */ - #ifndef grok_number #if defined(NEED_grok_number) static int DPPP_(my_grok_number)(pTHX_ const char * pv, STRLEN len, UV * valuep); @@ -4638,10 +6027,10 @@ #ifndef grok_bin #if defined(NEED_grok_bin) -static UV DPPP_(my_grok_bin)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result); +static UV DPPP_(my_grok_bin)(pTHX_ const char * start, STRLEN * len_p, I32 * flags, NV * result); static #else -extern UV DPPP_(my_grok_bin)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result); +extern UV DPPP_(my_grok_bin)(pTHX_ const char * start, STRLEN * len_p, I32 * flags, NV * result); #endif #ifdef grok_bin @@ -4652,7 +6041,7 @@ #if defined(NEED_grok_bin) || defined(NEED_grok_bin_GLOBAL) UV -DPPP_(my_grok_bin)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result) +DPPP_(my_grok_bin)(pTHX_ const char *start, STRLEN *len_p, I32 *flags, NV *result) { const char *s = start; STRLEN len = *len_p; @@ -4740,10 +6129,10 @@ #ifndef grok_hex #if defined(NEED_grok_hex) -static UV DPPP_(my_grok_hex)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result); +static UV DPPP_(my_grok_hex)(pTHX_ const char * start, STRLEN * len_p, I32 * flags, NV * result); static #else -extern UV DPPP_(my_grok_hex)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result); +extern UV DPPP_(my_grok_hex)(pTHX_ const char * start, STRLEN * len_p, I32 * flags, NV * result); #endif #ifdef grok_hex @@ -4754,7 +6143,7 @@ #if defined(NEED_grok_hex) || defined(NEED_grok_hex_GLOBAL) UV -DPPP_(my_grok_hex)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result) +DPPP_(my_grok_hex)(pTHX_ const char *start, STRLEN *len_p, I32 *flags, NV *result) { const char *s = start; STRLEN len = *len_p; @@ -4842,10 +6231,10 @@ #ifndef grok_oct #if defined(NEED_grok_oct) -static UV DPPP_(my_grok_oct)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result); +static UV DPPP_(my_grok_oct)(pTHX_ const char * start, STRLEN * len_p, I32 * flags, NV * result); static #else -extern UV DPPP_(my_grok_oct)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result); +extern UV DPPP_(my_grok_oct)(pTHX_ const char * start, STRLEN * len_p, I32 * flags, NV * result); #endif #ifdef grok_oct @@ -4856,7 +6245,7 @@ #if defined(NEED_grok_oct) || defined(NEED_grok_oct_GLOBAL) UV -DPPP_(my_grok_oct)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result) +DPPP_(my_grok_oct)(pTHX_ const char *start, STRLEN *len_p, I32 *flags, NV *result) { const char *s = start; STRLEN len = *len_p; @@ -4933,6 +6322,40 @@ #endif #endif +#if !defined(my_snprintf) +#if defined(NEED_my_snprintf) +static int DPPP_(my_my_snprintf)(char * buffer, const Size_t len, const char * format, ...); +static +#else +extern int DPPP_(my_my_snprintf)(char * buffer, const Size_t len, const char * format, ...); +#endif + +#define my_snprintf DPPP_(my_my_snprintf) +#define Perl_my_snprintf DPPP_(my_my_snprintf) + +#if defined(NEED_my_snprintf) || defined(NEED_my_snprintf_GLOBAL) + +int +DPPP_(my_my_snprintf)(char *buffer, const Size_t len, const char *format, ...) +{ + dTHX; + int retval; + va_list ap; + va_start(ap, format); +#ifdef HAS_VSNPRINTF + retval = vsnprintf(buffer, len, format, ap); +#else + retval = vsprintf(buffer, format, ap); +#endif + va_end(ap); + if (retval >= (int)len) + Perl_croak(aTHX_ "panic: my_snprintf buffer overflow"); + return retval; +} + +#endif +#endif + #ifdef NO_XSLOCKS # ifdef dJMPENV # define dXCPT dJMPENV; int rEtV = 0 @@ -4949,6 +6372,66 @@ # endif #endif +#if !defined(my_strlcat) +#if defined(NEED_my_strlcat) +static Size_t DPPP_(my_my_strlcat)(char * dst, const char * src, Size_t size); +static +#else +extern Size_t DPPP_(my_my_strlcat)(char * dst, const char * src, Size_t size); +#endif + +#define my_strlcat DPPP_(my_my_strlcat) +#define Perl_my_strlcat DPPP_(my_my_strlcat) + +#if defined(NEED_my_strlcat) || defined(NEED_my_strlcat_GLOBAL) + +Size_t +DPPP_(my_my_strlcat)(char *dst, const char *src, Size_t size) +{ + Size_t used, length, copy; + + used = strlen(dst); + length = strlen(src); + if (size > 0 && used < size - 1) { + copy = (length >= size - used) ? size - used - 1 : length; + memcpy(dst + used, src, copy); + dst[used + copy] = '\0'; + } + return used + length; +} +#endif +#endif + +#if !defined(my_strlcpy) +#if defined(NEED_my_strlcpy) +static Size_t DPPP_(my_my_strlcpy)(char * dst, const char * src, Size_t size); +static +#else +extern Size_t DPPP_(my_my_strlcpy)(char * dst, const char * src, Size_t size); +#endif + +#define my_strlcpy DPPP_(my_my_strlcpy) +#define Perl_my_strlcpy DPPP_(my_my_strlcpy) + +#if defined(NEED_my_strlcpy) || defined(NEED_my_strlcpy_GLOBAL) + +Size_t +DPPP_(my_my_strlcpy)(char *dst, const char *src, Size_t size) +{ + Size_t length, copy; + + length = strlen(src); + if (size > 0) { + copy = (length >= size) ? size - 1 : length; + memcpy(dst, src, copy); + dst[copy] = '\0'; + } + return length; +} + +#endif +#endif + #endif /* _P_P_PORTABILITY_H_ */ /* End of File ppport.h */ Index: perl-Net-SSLeay.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/perl-Net-SSLeay.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-Net-SSLeay.spec 21 Aug 2009 15:22:21 -0000 1.16 +++ perl-Net-SSLeay.spec 22 Aug 2009 20:18:27 -0000 1.17 @@ -1,11 +1,12 @@ Name: perl-Net-SSLeay Version: 1.35 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Perl extension for using OpenSSL Group: Development/Libraries License: OpenSSL URL: http://search.cpan.org/dist/Net-SSLeay/ Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Net-SSLeay-%{version}.tar.gz +Patch0: perl-Net-SSLeay-svn252.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker), openssl-devel @@ -28,6 +29,10 @@ so you can write servers or clients for %prep %setup -q -n Net-SSLeay-%{version} + +# Upstream patch removing MD2 support, needed for OpenSSL 1.0 +%patch0 + %{__chmod} -c 644 examples/* %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' examples/*.pl for f in Credits lib/Net/SSLeay.pm; do @@ -66,11 +71,15 @@ PERL_MM_USE_DEFAULT=1 %{__perl} Makefile %{_mandir}/man3/Net::SSLeay*.3* %changelog +* Sat Aug 22 2009 Paul Howarth - 1.35-7 +- update to svn trunk (rev 252), needed due to omission of MD2 functionality + from OpenSSL 1.0.0 (CPAN RT#48916) + * Fri Aug 21 2009 Tomas Mraz - 1.35-6 - rebuilt with new openssl * Sun Jul 26 2009 Fedora Release Engineering - 1.35-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun Mar 8 2009 Paul Howarth - 1.35-4 - filter out unwanted provides for perl shared objects From iarnell at fedoraproject.org Sun Aug 23 14:06:49 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 23 Aug 2009 14:06:49 +0000 (UTC) Subject: rpms/perl-Catalyst-View-Mason/devel .cvsignore, 1.2, 1.3 perl-Catalyst-View-Mason.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090823140649.5CCF011C00A2@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-serv15752 Modified Files: .cvsignore perl-Catalyst-View-Mason.spec sources Log Message: * Sun Aug 23 2009 Iain Arnell 0.18-1 - update to latest upstream (for compatibility with Catalyst::Runtime 5.80010) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Mason/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 May 2009 03:14:36 -0000 1.2 +++ .cvsignore 23 Aug 2009 14:06:48 -0000 1.3 @@ -1 +1 @@ -Catalyst-View-Mason-0.17.tar.gz +Catalyst-View-Mason-0.18.tar.gz Index: perl-Catalyst-View-Mason.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Mason/devel/perl-Catalyst-View-Mason.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Catalyst-View-Mason.spec 26 Jul 2009 04:18:21 -0000 1.2 +++ perl-Catalyst-View-Mason.spec 23 Aug 2009 14:06:48 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Catalyst-View-Mason -Version: 0.17 -Release: 2%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Mason View Class License: GPL+ or Artistic Group: Development/Libraries @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Aug 23 2009 Iain Arnell 0.18-1 +- update to latest upstream (for compatibility with Catalyst::Runtime 5.80010) + * Sat Jul 25 2009 Fedora Release Engineering - 0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Mason/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 May 2009 03:14:37 -0000 1.2 +++ sources 23 Aug 2009 14:06:49 -0000 1.3 @@ -1 +1 @@ -c01fe11d969d7c9762a315f22605c1a6 Catalyst-View-Mason-0.17.tar.gz +43babe65905c38da7ebb9bed4dcb212c Catalyst-View-Mason-0.18.tar.gz From cweyl at fedoraproject.org Sun Aug 23 18:22:45 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 23 Aug 2009 18:22:45 +0000 (UTC) Subject: rpms/perl-Net-CUPS/devel .cvsignore, 1.5, 1.6 perl-Net-CUPS.spec, 1.13, 1.14 sources, 1.5, 1.6 Message-ID: <20090823182245.629F911C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Net-CUPS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5298 Modified Files: .cvsignore perl-Net-CUPS.spec sources Log Message: * Sun Aug 23 2009 Chris Weyl 0.61-1 - auto-update to 0.61 (by cpan-spec-update 0.01) - added a new req on perl(Test::More) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-CUPS/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 10 Jan 2009 19:01:39 -0000 1.5 +++ .cvsignore 23 Aug 2009 18:22:44 -0000 1.6 @@ -1,5 +1 @@ -Net-CUPS-0.59.tar.gz -clog -*.rpm -*.gz -Net-Cups-* +Net-CUPS-0.61.tar.gz Index: perl-Net-CUPS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-CUPS/devel/perl-Net-CUPS.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-Net-CUPS.spec 26 Jul 2009 13:38:58 -0000 1.13 +++ perl-Net-CUPS.spec 23 Aug 2009 18:22:45 -0000 1.14 @@ -1,16 +1,16 @@ Name: perl-Net-CUPS -Version: 0.59 -Release: 4%{?dist} +Version: 0.61 +Release: 1%{?dist} Summary: Perl bindings to the CUPS C API Interface License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-CUPS/ -Source0: http://www.cpan.org/authors/id/D/DH/DHAGEMAN/Net-CUPS-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DH/DHAGEMAN/Net-CUPS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # non-perl -BuildRequires: cups-devel +BuildRequires: cups-devel # perl BuildRequires: perl(ExtUtils::MakeMaker) @@ -34,7 +34,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} -type f -name '*.bs' -size 0 -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; @@ -55,6 +55,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Aug 23 2009 Chris Weyl 0.61-1 +- auto-update to 0.61 (by cpan-spec-update 0.01) +- added a new req on perl(Test::More) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 0.59-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-CUPS/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 10 Jan 2009 19:01:39 -0000 1.5 +++ sources 23 Aug 2009 18:22:45 -0000 1.6 @@ -1 +1 @@ -415619f4e5fac5f5dd8727b1321efd68 Net-CUPS-0.59.tar.gz +1aba74db9bcf15396005091f826b50e8 Net-CUPS-0.61.tar.gz From cweyl at fedoraproject.org Sun Aug 23 18:24:39 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 23 Aug 2009 18:24:39 +0000 (UTC) Subject: rpms/perl-Getopt-Long-Descriptive/devel .cvsignore, 1.2, 1.3 perl-Getopt-Long-Descriptive.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090823182439.7E90E11C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5775 Modified Files: .cvsignore perl-Getopt-Long-Descriptive.spec sources Log Message: * Sun Aug 23 2009 Chris Weyl 0.077-1 - auto-update to 0.077 (by cpan-spec-update 0.01) - added a new br on perl(List::Util) (version 0) - added a new br on perl(Sub::Exporter) (version 0) - added a new req on perl(List::Util) (version 0) - added a new req on perl(Params::Validate) (version 0.74) - added a new req on perl(Sub::Exporter) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 9 Jul 2008 17:35:00 -0000 1.2 +++ .cvsignore 23 Aug 2009 18:24:39 -0000 1.3 @@ -1 +1 @@ -Getopt-Long-Descriptive-0.074.tar.gz +Getopt-Long-Descriptive-0.077.tar.gz Index: perl-Getopt-Long-Descriptive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel/perl-Getopt-Long-Descriptive.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Getopt-Long-Descriptive.spec 26 Jul 2009 06:15:57 -0000 1.4 +++ perl-Getopt-Long-Descriptive.spec 23 Aug 2009 18:24:39 -0000 1.5 @@ -1,11 +1,11 @@ Name: perl-Getopt-Long-Descriptive -Version: 0.074 -Release: 4%{?dist} +Version: 0.077 +Release: 1%{?dist} Summary: Getopt::Long with usage text License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Getopt-Long-Descriptive/ -Source0: http://www.cpan.org/authors/id/H/HD/HDP/Getopt-Long-Descriptive-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,13 +13,17 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Scalar) BuildRequires: perl(Params::Validate) >= 0.74 +BuildRequires: perl(List::Util) +BuildRequires: perl(Sub::Exporter) # test BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) -# not automagically picked up... Requires: perl(IO::Scalar) +Requires: perl(List::Util) +Requires: perl(Params::Validate) >= 0.74 +Requires: perl(Sub::Exporter) %description Convenient wrapper for Getopt::Long and program usage output. @@ -56,6 +60,14 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Aug 23 2009 Chris Weyl 0.077-1 +- auto-update to 0.077 (by cpan-spec-update 0.01) +- added a new br on perl(List::Util) (version 0) +- added a new br on perl(Sub::Exporter) (version 0) +- added a new req on perl(List::Util) (version 0) +- added a new req on perl(Params::Validate) (version 0.74) +- added a new req on perl(Sub::Exporter) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.074-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 9 Jul 2008 17:35:00 -0000 1.2 +++ sources 23 Aug 2009 18:24:39 -0000 1.3 @@ -1 +1 @@ -bf4931dfd87314376ecb74dc8d205944 Getopt-Long-Descriptive-0.074.tar.gz +a39971f6f138ebe6004438402620d032 Getopt-Long-Descriptive-0.077.tar.gz From cweyl at fedoraproject.org Sun Aug 23 18:30:04 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 23 Aug 2009 18:30:04 +0000 (UTC) Subject: rpms/perl-Getopt-Long-Descriptive/F-11 perl-Getopt-Long-Descriptive.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090823183004.DD9D611C0426@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7115 Modified Files: perl-Getopt-Long-Descriptive.spec sources Log Message: * Sun Aug 23 2009 Chris Weyl 0.077-1 - auto-update to 0.077 (by cpan-spec-update 0.01) - added a new br on perl(List::Util) (version 0) - added a new br on perl(Sub::Exporter) (version 0) - added a new req on perl(List::Util) (version 0) - added a new req on perl(Params::Validate) (version 0.74) - added a new req on perl(Sub::Exporter) (version 0) Index: perl-Getopt-Long-Descriptive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-11/perl-Getopt-Long-Descriptive.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Getopt-Long-Descriptive.spec 26 Feb 2009 17:08:36 -0000 1.3 +++ perl-Getopt-Long-Descriptive.spec 23 Aug 2009 18:30:04 -0000 1.4 @@ -1,11 +1,11 @@ Name: perl-Getopt-Long-Descriptive -Version: 0.074 -Release: 3%{?dist} +Version: 0.077 +Release: 1%{?dist} Summary: Getopt::Long with usage text License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Getopt-Long-Descriptive/ -Source0: http://www.cpan.org/authors/id/H/HD/HDP/Getopt-Long-Descriptive-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,13 +13,17 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Scalar) BuildRequires: perl(Params::Validate) >= 0.74 +BuildRequires: perl(List::Util) +BuildRequires: perl(Sub::Exporter) # test BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) -# not automagically picked up... Requires: perl(IO::Scalar) +Requires: perl(List::Util) +Requires: perl(Params::Validate) >= 0.74 +Requires: perl(Sub::Exporter) %description Convenient wrapper for Getopt::Long and program usage output. @@ -56,6 +60,17 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Aug 23 2009 Chris Weyl 0.077-1 +- auto-update to 0.077 (by cpan-spec-update 0.01) +- added a new br on perl(List::Util) (version 0) +- added a new br on perl(Sub::Exporter) (version 0) +- added a new req on perl(List::Util) (version 0) +- added a new req on perl(Params::Validate) (version 0.74) +- added a new req on perl(Sub::Exporter) (version 0) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.074-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.074-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 9 Jul 2008 17:35:00 -0000 1.2 +++ sources 23 Aug 2009 18:30:04 -0000 1.3 @@ -1 +1 @@ -bf4931dfd87314376ecb74dc8d205944 Getopt-Long-Descriptive-0.074.tar.gz +a39971f6f138ebe6004438402620d032 Getopt-Long-Descriptive-0.077.tar.gz From cweyl at fedoraproject.org Sun Aug 23 19:27:44 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 23 Aug 2009 19:27:44 +0000 (UTC) Subject: rpms/perl-Devel-GlobalDestruction/devel perl-Devel-GlobalDestruction.spec, 1.5, 1.6 Message-ID: <20090823192744.8075611C00A2@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-serv20305 Modified Files: perl-Devel-GlobalDestruction.spec Log Message: * Sun Aug 23 2009 Chris Weyl 0.02-7 - bump Index: perl-Devel-GlobalDestruction.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-GlobalDestruction/devel/perl-Devel-GlobalDestruction.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Devel-GlobalDestruction.spec 26 Jul 2009 05:41:48 -0000 1.5 +++ perl-Devel-GlobalDestruction.spec 23 Aug 2009 19:27:44 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Devel-GlobalDestruction Version: 0.02 -Release: 6%{?dist} +Release: 7%{?dist} # see lib/Devel/GlobalDestruction.pm License: GPL+ or Artistic Group: Development/Libraries @@ -14,7 +14,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) 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 @@ -63,6 +62,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun Aug 23 2009 Chris Weyl 0.02-7 +- bump + * Sat Jul 25 2009 Fedora Release Engineering - 0.02-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From bugzilla at redhat.com Sun Aug 23 20:58:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 23 Aug 2009 16:58:56 -0400 Subject: [Bug 502402] RFE: please deliver (and use!) filtering macros In-Reply-To: References: Message-ID: <200908232058.n7NKwuIR022692@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 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |4:5.10.0-79 Resolution| |RAWHIDE --- Comment #4 from Chris Weyl 2009-08-23 16:58:55 EDT --- In 4:5.10.0-79. -- Configure bugmail: 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 Sun Aug 23 21:12:02 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 23 Aug 2009 21:12:02 +0000 Subject: [pkgdb] perl-Jcode ownership updated Message-ID: <20090823211202.B1FD910F877@bastion2.fedora.phx.redhat.com> Package perl-Jcode in Fedora devel is now owned by pghmcfc To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Jcode From cweyl at fedoraproject.org Mon Aug 24 02:11:16 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 02:11:16 +0000 (UTC) Subject: rpms/perl-Net-CUPS/devel perl-Net-CUPS.spec,1.14,1.15 Message-ID: <20090824021116.13CB911C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Net-CUPS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8253 Modified Files: perl-Net-CUPS.spec Log Message: * Sun Aug 23 2009 Chris Weyl 0.61-2 - add filtering to remove private so metadata Index: perl-Net-CUPS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-CUPS/devel/perl-Net-CUPS.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-Net-CUPS.spec 23 Aug 2009 18:22:45 -0000 1.14 +++ perl-Net-CUPS.spec 24 Aug 2009 02:11:15 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-Net-CUPS Version: 0.61 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl bindings to the CUPS C API Interface License: GPL+ or Artistic Group: Development/Libraries @@ -16,9 +16,11 @@ BuildRequires: cups-devel BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +%{?perl_default_filter} + %description Net::CUPS is an interface to the Common Unix Printing System API. If you feel -an urge to control CUPS servers via perl, this is a good way to do it :) +an urge to control CUPS servers via Perl, this is a good way to do it :) %prep %setup -q -n Net-CUPS-%{version} @@ -55,6 +57,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Aug 23 2009 Chris Weyl 0.61-2 +- add filtering to remove private so metadata + * Sun Aug 23 2009 Chris Weyl 0.61-1 - auto-update to 0.61 (by cpan-spec-update 0.01) - added a new req on perl(Test::More) (version 0) From cweyl at fedoraproject.org Mon Aug 24 02:11:52 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 02:11:52 +0000 (UTC) Subject: rpms/perl-Net-CUPS/F-11 perl-Net-CUPS.spec, 1.12, 1.13 sources, 1.5, 1.6 Message-ID: <20090824021152.4F22B11C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Net-CUPS/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8470 Modified Files: perl-Net-CUPS.spec sources Log Message: * Sun Aug 23 2009 Chris Weyl 0.61-2 - add filtering to remove private so metadata Index: perl-Net-CUPS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-CUPS/F-11/perl-Net-CUPS.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Net-CUPS.spec 26 Feb 2009 22:59:42 -0000 1.12 +++ perl-Net-CUPS.spec 24 Aug 2009 02:11:52 -0000 1.13 @@ -1,24 +1,26 @@ Name: perl-Net-CUPS -Version: 0.59 -Release: 3%{?dist} +Version: 0.61 +Release: 2%{?dist} Summary: Perl bindings to the CUPS C API Interface License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-CUPS/ -Source0: http://www.cpan.org/authors/id/D/DH/DHAGEMAN/Net-CUPS-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DH/DHAGEMAN/Net-CUPS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # non-perl -BuildRequires: cups-devel +BuildRequires: cups-devel # perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +%{?perl_default_filter} + %description Net::CUPS is an interface to the Common Unix Printing System API. If you feel -an urge to control CUPS servers via perl, this is a good way to do it :) +an urge to control CUPS servers via Perl, this is a good way to do it :) %prep %setup -q -n Net-CUPS-%{version} @@ -34,7 +36,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} -type f -name '*.bs' -size 0 -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; @@ -55,6 +57,16 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Aug 23 2009 Chris Weyl 0.61-2 +- add filtering to remove private so metadata + +* Sun Aug 23 2009 Chris Weyl 0.61-1 +- auto-update to 0.61 (by cpan-spec-update 0.01) +- added a new req on perl(Test::More) (version 0) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.59-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.59-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-CUPS/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 10 Jan 2009 19:01:39 -0000 1.5 +++ sources 24 Aug 2009 02:11:52 -0000 1.6 @@ -1 +1 @@ -415619f4e5fac5f5dd8727b1321efd68 Net-CUPS-0.59.tar.gz +1aba74db9bcf15396005091f826b50e8 Net-CUPS-0.61.tar.gz From cweyl at fedoraproject.org Mon Aug 24 02:12:11 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 02:12:11 +0000 (UTC) Subject: rpms/perl-App-Cmd/devel .cvsignore, 1.4, 1.5 perl-App-Cmd.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <20090824021211.1971211C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cmd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8592 Modified Files: .cvsignore perl-App-Cmd.spec sources Log Message: * Sun Aug 23 2009 Chris Weyl 0.206-1 - auto-update to 0.206 (by cpan-spec-update 0.01) - altered br on perl(Getopt::Long::Descriptive) (0.06 => 0.075) - altered req on perl(Getopt::Long::Descriptive) (0.06 => 0.075) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 8 Aug 2009 18:56:24 -0000 1.4 +++ .cvsignore 24 Aug 2009 02:12:10 -0000 1.5 @@ -1 +1 @@ -App-Cmd-0.204.tar.gz +App-Cmd-0.206.tar.gz Index: perl-App-Cmd.spec =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/perl-App-Cmd.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-App-Cmd.spec 8 Aug 2009 18:56:24 -0000 1.7 +++ perl-App-Cmd.spec 24 Aug 2009 02:12:10 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-App-Cmd -Version: 0.204 +Version: 0.206 Release: 1%{?dist} # see lib/App/Cmd.pm License: GPL+ or Artistic @@ -12,7 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(eval " BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(Getopt::Long::Descriptive) >= 0.06 +BuildRequires: perl(Getopt::Long::Descriptive) >= 0.075 BuildRequires: perl(IO::TieCombine) >= 1 BuildRequires: perl(Module::Pluggable::Object) BuildRequires: perl(Sub::Exporter) >= 0.975 @@ -20,7 +20,7 @@ BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) ### auto-added reqs! -Requires: perl(Getopt::Long::Descriptive) >= 0.06 +Requires: perl(Getopt::Long::Descriptive) >= 0.075 Requires: perl(Module::Pluggable::Object) Requires: perl(Sub::Exporter) >= 0.975 Requires: perl(Sub::Install) @@ -82,6 +82,11 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun Aug 23 2009 Chris Weyl 0.206-1 +- auto-update to 0.206 (by cpan-spec-update 0.01) +- altered br on perl(Getopt::Long::Descriptive) (0.06 => 0.075) +- altered req on perl(Getopt::Long::Descriptive) (0.06 => 0.075) + * Sat Aug 08 2009 Chris Weyl 0.204-1 - auto-update to 0.204 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 8 Aug 2009 18:56:24 -0000 1.4 +++ sources 24 Aug 2009 02:12:10 -0000 1.5 @@ -1 +1 @@ -779f2a6291f794b449767db600c40f27 App-Cmd-0.204.tar.gz +14b921942c7840b63a3fe0335ab69849 App-Cmd-0.206.tar.gz From cweyl at fedoraproject.org Mon Aug 24 02:14:25 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 02:14:25 +0000 (UTC) Subject: rpms/perl-Module-Starter/devel .cvsignore, 1.4, 1.5 perl-Module-Starter.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090824021425.0D85F11C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9178 Modified Files: .cvsignore perl-Module-Starter.spec sources Log Message: * Tue Aug 11 2009 Chris Weyl 1:1.52-1 - auto-update to 1.52 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::Command) (version 0) - added a new br on perl(ExtUtils::MakeMaker) (version 0) - added a new br on perl(File::Spec) (version 0) - added a new br on perl(Getopt::Long) (version 0) - added a new br on perl(Pod::Usage) (version 0) - added a new br on perl(Test::More) (version 0) - added a new req on perl(ExtUtils::Command) (version 0) - added a new req on perl(File::Spec) (version 0) - added a new req on perl(Getopt::Long) (version 0) - added a new req on perl(Pod::Usage) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 5 Nov 2008 18:30:05 -0000 1.4 +++ .cvsignore 24 Aug 2009 02:14:24 -0000 1.5 @@ -1 +1 @@ -Module-Starter-1.50.tar.gz +Module-Starter-1.52.tar.gz Index: perl-Module-Starter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/perl-Module-Starter.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Module-Starter.spec 26 Jul 2009 11:21:00 -0000 1.9 +++ perl-Module-Starter.spec 24 Aug 2009 02:14:24 -0000 1.10 @@ -1,26 +1,39 @@ Name: perl-Module-Starter Epoch: 1 -Version: 1.50 -Release: 4%{?dist} +Version: 1.52 +Release: 1%{?dist} Summary: A simple starter kit for any module Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/Module-Starter +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/Module-Starter Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Module-Starter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -## core -BuildRequires: perl -BuildRequires: perl(Test::More), perl(ExtUtils::Command), perl(File::Spec) -## non-core -BuildRequires: perl(Getopt::Long), perl(Pod::Usage) -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::Command) +BuildRequires: perl(File::Spec) +BuildRequires: perl(Pod::Usage) +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) -BuildArch: noarch +BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +### auto-added reqs! +Requires: perl(ExtUtils::Command) +Requires: perl(File::Spec) +Requires: perl(Getopt::Long) +Requires: perl(Pod::Usage) + +%{?perl_default_filter: +%filter_requires_in %{perl_vendorlib}/Module/Starter/Simple.pm +%perl_default_filter +} + %description This is a CPAN module/utility to assist in the creation of new modules in a sensible and sane fashion. Unless you're interested in extending the @@ -67,6 +80,19 @@ rm -rf %{buildroot} %changelog +* Tue Aug 11 2009 Chris Weyl 1:1.52-1 +- auto-update to 1.52 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::Command) (version 0) +- added a new br on perl(ExtUtils::MakeMaker) (version 0) +- added a new br on perl(File::Spec) (version 0) +- added a new br on perl(Getopt::Long) (version 0) +- added a new br on perl(Pod::Usage) (version 0) +- added a new br on perl(Test::More) (version 0) +- added a new req on perl(ExtUtils::Command) (version 0) +- added a new req on perl(File::Spec) (version 0) +- added a new req on perl(Getopt::Long) (version 0) +- added a new req on perl(Pod::Usage) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 1:1.50-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -92,8 +118,8 @@ rm -rf %{buildroot} - bump for build & release * Sun Aug 06 2006 Chris Weyl 1.42-2 -- add additional br's for test suite: +- add additional br's for test suite: perl(Test::Pod::Coverage), perl(Test::Pod) -* Sat Aug 05 2006 Chris Weyl 1.42-1 +* Sat Aug 05 2006 Chris Weyl 1.42-1 - Initial spec file for F-E Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 6 Nov 2008 05:21:59 -0000 1.5 +++ sources 24 Aug 2009 02:14:24 -0000 1.6 @@ -1 +1 @@ -a7a351e96e9eaa3cc9f4902146a385df Module-Starter-1.50.tar.gz +57456ca6102b719923a9ca61eb8c3194 Module-Starter-1.52.tar.gz From cweyl at fedoraproject.org Mon Aug 24 02:22:45 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 02:22:45 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize/devel .cvsignore, 1.12, 1.13 perl-WWW-Mechanize.spec, 1.19, 1.20 sources, 1.12, 1.13 Message-ID: <20090824022245.F04D811C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Mechanize/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11414 Modified Files: .cvsignore perl-WWW-Mechanize.spec sources Log Message: * Sun Aug 23 2009 Chris Weyl 1.60-1 - auto-update to 1.60 (by cpan-spec-update 0.01) - added a new br on perl(Carp) (version 0) - added a new br on perl(File::Temp) (version 0) - added a new br on perl(FindBin) (version 0) - added a new br on perl(Getopt::Long) (version 0) - added a new br on perl(HTML::Form) (version 1.038) - added a new br on perl(HTML::HeadParser) (version 0) - added a new br on perl(HTML::Parser) (version 3.33) - altered br on perl(HTML::TokeParser) (0 => 2.28) - added a new br on perl(HTTP::Daemon) (version 0) - added a new br on perl(HTTP::Request) (version 1.3) - altered br on perl(HTTP::Server::Simple) (0 => 0.35) - added a new br on perl(HTTP::Server::Simple::CGI) (version 0) - added a new br on perl(HTTP::Status) (version 0) - added a new br on perl(LWP) (version 5.829) - altered br on perl(LWP::UserAgent) (0 => 5.829) - added a new br on perl(Pod::Usage) (version 0) - altered br on perl(Test::More) (0 => 0.34) - altered br on perl(Test::Warn) (0 => 0.11) - added a new br on perl(URI::file) (version 0) - added a new req on perl(Carp) (version 0) - added a new req on perl(File::Temp) (version 0) - added a new req on perl(FindBin) (version 0) - added a new req on perl(Getopt::Long) (version 0) - added a new req on perl(HTML::Form) (version 1.038) - added a new req on perl(HTML::HeadParser) (version 0) - added a new req on perl(HTML::Parser) (version 3.33) - added a new req on perl(HTML::TokeParser) (version 2.28) - added a new req on perl(HTTP::Daemon) (version 0) - added a new req on perl(HTTP::Request) (version 1.3) - added a new req on perl(HTTP::Server::Simple) (version 0.35) - added a new req on perl(HTTP::Server::Simple::CGI) (version 0) - added a new req on perl(HTTP::Status) (version 0) - added a new req on perl(LWP) (version 5.829) - added a new req on perl(LWP::UserAgent) (version 5.829) - added a new req on perl(Pod::Usage) (version 0) - added a new req on perl(URI) (version 1.36) - added a new req on perl(URI::URL) (version 0) - added a new req on perl(URI::file) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- .cvsignore 21 Feb 2009 04:01:03 -0000 1.12 +++ .cvsignore 24 Aug 2009 02:22:45 -0000 1.13 @@ -1 +1 @@ -WWW-Mechanize-1.54.tar.gz +WWW-Mechanize-1.60.tar.gz Index: perl-WWW-Mechanize.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/devel/perl-WWW-Mechanize.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- perl-WWW-Mechanize.spec 26 Jul 2009 17:27:26 -0000 1.19 +++ perl-WWW-Mechanize.spec 24 Aug 2009 02:22:45 -0000 1.20 @@ -6,29 +6,71 @@ %bcond_with livetests Name: perl-WWW-Mechanize -Version: 1.54 -Release: 3%{?dist} +Version: 1.60 +Release: 1%{?dist} Summary: Automates web page form & link interaction Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/WWW-Mechanize/ -Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/WWW-Mechanize-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/WWW-Mechanize-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +BuildRequires: perl(Test::More) >= 0.34 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Exception) -BuildRequires: perl(Test::Memory::Cycle), perl(Test::Taint), perl(Test::Warn) -BuildRequires: perl(HTML::TokeParser), perl(LWP::UserAgent), perl(URI::URL) +BuildRequires: perl(Test::Memory::Cycle) +BuildRequires: perl(Test::Taint) +BuildRequires: perl(Test::Warn) >= 0.11 +BuildRequires: perl(HTML::TokeParser) >= 2.28 +BuildRequires: perl(LWP::UserAgent) >= 5.829 +BuildRequires: perl(URI::URL) BuildRequires: perl(IO::Socket::SSL) BuildRequires: perl(URI) >= 1.36 -BuildRequires: perl(HTTP::Server::Simple) +BuildRequires: perl(HTTP::Server::Simple) >= 0.35 BuildRequires: perl(HTTP::Response::Encoding) >= 0.05 +### auto-added reqs! +Requires: perl(Carp) +Requires: perl(File::Temp) +Requires: perl(FindBin) +Requires: perl(Getopt::Long) +Requires: perl(HTML::Form) >= 1.038 +Requires: perl(HTML::HeadParser) +Requires: perl(HTML::Parser) >= 3.33 +Requires: perl(HTML::TokeParser) >= 2.28 +Requires: perl(HTTP::Daemon) +Requires: perl(HTTP::Request) >= 1.3 +Requires: perl(HTTP::Server::Simple) >= 0.35 +Requires: perl(HTTP::Server::Simple::CGI) +Requires: perl(HTTP::Status) +Requires: perl(LWP) >= 5.829 +Requires: perl(LWP::UserAgent) >= 5.829 +Requires: perl(Pod::Usage) +Requires: perl(URI) >= 1.36 +Requires: perl(URI::URL) +Requires: perl(URI::file) + +### auto-added brs! +BuildRequires: perl(Carp) +BuildRequires: perl(File::Temp) +BuildRequires: perl(FindBin) +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(HTML::Form) >= 1.038 +BuildRequires: perl(HTML::HeadParser) +BuildRequires: perl(HTML::Parser) >= 3.33 +BuildRequires: perl(HTTP::Daemon) +BuildRequires: perl(HTTP::Request) >= 1.3 +BuildRequires: perl(HTTP::Server::Simple::CGI) +BuildRequires: perl(HTTP::Status) +BuildRequires: perl(LWP) >= 5.829 +BuildRequires: perl(Pod::Usage) +BuildRequires: perl(URI::file) + %description "WWW::Mechanize", or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches @@ -62,7 +104,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* @@ -78,14 +120,55 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes etc/www-mechanize-logo.png +%doc Changes etc/www-mechanize-logo.png %{_bindir}/mech-dump -%{perl_vendorlib}/WWW/ +%{perl_vendorlib}/* %{_mandir}/man1/*.1* %{_mandir}/man3/*.3pm* %changelog +* Sun Aug 23 2009 Chris Weyl 1.60-1 +- auto-update to 1.60 (by cpan-spec-update 0.01) +- added a new br on perl(Carp) (version 0) +- added a new br on perl(File::Temp) (version 0) +- added a new br on perl(FindBin) (version 0) +- added a new br on perl(Getopt::Long) (version 0) +- added a new br on perl(HTML::Form) (version 1.038) +- added a new br on perl(HTML::HeadParser) (version 0) +- added a new br on perl(HTML::Parser) (version 3.33) +- altered br on perl(HTML::TokeParser) (0 => 2.28) +- added a new br on perl(HTTP::Daemon) (version 0) +- added a new br on perl(HTTP::Request) (version 1.3) +- altered br on perl(HTTP::Server::Simple) (0 => 0.35) +- added a new br on perl(HTTP::Server::Simple::CGI) (version 0) +- added a new br on perl(HTTP::Status) (version 0) +- added a new br on perl(LWP) (version 5.829) +- altered br on perl(LWP::UserAgent) (0 => 5.829) +- added a new br on perl(Pod::Usage) (version 0) +- altered br on perl(Test::More) (0 => 0.34) +- altered br on perl(Test::Warn) (0 => 0.11) +- added a new br on perl(URI::file) (version 0) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(File::Temp) (version 0) +- added a new req on perl(FindBin) (version 0) +- added a new req on perl(Getopt::Long) (version 0) +- added a new req on perl(HTML::Form) (version 1.038) +- added a new req on perl(HTML::HeadParser) (version 0) +- added a new req on perl(HTML::Parser) (version 3.33) +- added a new req on perl(HTML::TokeParser) (version 2.28) +- added a new req on perl(HTTP::Daemon) (version 0) +- added a new req on perl(HTTP::Request) (version 1.3) +- added a new req on perl(HTTP::Server::Simple) (version 0.35) +- added a new req on perl(HTTP::Server::Simple::CGI) (version 0) +- added a new req on perl(HTTP::Status) (version 0) +- added a new req on perl(LWP) (version 5.829) +- added a new req on perl(LWP::UserAgent) (version 5.829) +- added a new req on perl(Pod::Usage) (version 0) +- added a new req on perl(URI) (version 1.36) +- added a new req on perl(URI::URL) (version 0) +- added a new req on perl(URI::file) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 1.54-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- sources 21 Feb 2009 04:01:03 -0000 1.12 +++ sources 24 Aug 2009 02:22:45 -0000 1.13 @@ -1 +1 @@ -27257ee2a33348df181c866d865925fb WWW-Mechanize-1.54.tar.gz +bd3bf56f28881c5363d1c599ff43a632 WWW-Mechanize-1.60.tar.gz From cweyl at fedoraproject.org Mon Aug 24 02:49:37 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 02:49:37 +0000 (UTC) Subject: rpms/perl-SQL-Translator/F-11 perl-SQL-Translator.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <20090824024937.50AE711C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-SQL-Translator/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17108 Modified Files: perl-SQL-Translator.spec sources Log Message: * Mon Aug 24 2009 Chris Weyl 0.11001-1 - auto-update to 0.11001 (by cpan-spec-update 0.01) - added a new br on perl(Carp::Clan) (version 0) - altered br on perl(Digest::SHA1) (2.00 => 2) - added a new br on perl(ExtUtils::MakeMaker) (version 6.42) - added a new br on perl(File::ShareDir) (version 1) - altered br on perl(IO::Scalar) (0 => 2.11) - altered br on perl(Parse::RecDescent) (1.94 => 1.096) - altered br on perl(YAML) (0.39 => 0.66) - added a new br on CPAN (inc::Module::AutoInstall found) - added a new req on perl(Carp::Clan) (version 0) - added a new req on perl(Class::Base) (version 0) - altered req on perl(Class::Data::Inheritable) (0 => 0.02) - added a new req on perl(Class::MakeMethods) (version 0) - added a new req on perl(DBI) (version 0) - added a new req on perl(Digest::SHA1) (version 2) - added a new req on perl(File::ShareDir) (version 1) - added a new req on perl(File::Spec) (version 0) - added a new req on perl(IO::Dir) (version 0) - added a new req on perl(IO::Scalar) (version 2.11) - added a new req on perl(Parse::RecDescent) (version 1.096) - added a new req on perl(Pod::Usage) (version 0) - added a new req on perl(XML::Writer) (version 0.5) Index: perl-SQL-Translator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/F-11/perl-SQL-Translator.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-SQL-Translator.spec 27 May 2009 03:33:02 -0000 1.9 +++ perl-SQL-Translator.spec 24 Aug 2009 02:49:36 -0000 1.10 @@ -1,118 +1,153 @@ Name: perl-SQL-Translator -Version: 0.09004 -Release: 2%{?dist} +Version: 0.11001 +Release: 1%{?dist} Summary: Manipulate structured data definitions (SQL and more) # see, e.g., lib/SQL/Translator.pm License: GPLv2 Group: Development/Libraries URL: http://search.cpan.org/dist/SQL-Translator/ -Source0: http://www.cpan.org/authors/id/J/JR/JROBINSON/SQL-Translator-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/J/JR/JROBINSON/SQL-Translator-%{version}.tar.gz 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) +Requires: perl(Class::Data::Inheritable) >= 0.02 # core -BuildRequires: perl(File::Basename) -BuildRequires: perl(File::Spec) -BuildRequires: perl(IO::Dir) -BuildRequires: perl(IO::File) -BuildRequires: perl(Pod::Usage) +BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Spec) +BuildRequires: perl(IO::Dir) +BuildRequires: perl(IO::File) +BuildRequires: perl(Pod::Usage) BuildRequires: perl(Test::More) >= 0.6 -#BuildRequires: perl(Text::ParseWords) +#BuildRequires: perl(Text::ParseWords) # cpan -BuildRequires: perl(Class::Accessor::Fast) -BuildRequires: perl(Class::Base) +BuildRequires: perl(Class::Accessor::Fast) +BuildRequires: perl(Class::Base) BuildRequires: perl(Class::Data::Inheritable) >= 0.02 -BuildRequires: perl(Class::MakeMethods) +BuildRequires: perl(Class::MakeMethods) BuildRequires: perl(DBI) -BuildRequires: perl(Digest::SHA1) >= 2.00 -BuildRequires: perl(GD) -BuildRequires: perl(Graph::Directed) -BuildRequires: perl(GraphViz) -BuildRequires: perl(IO::Scalar) +BuildRequires: perl(Digest::SHA1) >= 2 +BuildRequires: perl(GD) +BuildRequires: perl(Graph::Directed) +BuildRequires: perl(GraphViz) +BuildRequires: perl(IO::Scalar) >= 2.11 BuildRequires: perl(Log::Log4perl) -BuildRequires: perl(Module::Build) -BuildRequires: perl(Parse::RecDescent) >= 1.94 +BuildRequires: perl(Module::Build) +BuildRequires: perl(Parse::RecDescent) >= 1.096 # >= 0.2602 avail in FC-5+ BuildRequires: perl(Spreadsheet::ParseExcel) BuildRequires: perl(Template) >= 2.1 BuildRequires: perl(Text::RecordParser) >= 0.02 BuildRequires: perl(XML::Writer) >= 0.5 BuildRequires: perl(XML::XPath) >= 1.13 -BuildRequires: perl(YAML) >= 0.39 +BuildRequires: perl(YAML) >= 0.66 # test -BuildRequires: perl(Test::Differences) +BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::Exception) BuildRequires: perl(XML::Parser) +### auto-added reqs! +Requires: perl(Carp::Clan) +Requires: perl(Class::Base) +Requires: perl(Class::MakeMethods) +Requires: perl(DBI) +Requires: perl(Digest::SHA1) >= 2 +Requires: perl(File::ShareDir) >= 1 +Requires: perl(File::Spec) +Requires: perl(IO::Dir) +Requires: perl(IO::Scalar) >= 2.11 +Requires: perl(Parse::RecDescent) >= 1.096 +Requires: perl(Pod::Usage) +Requires: perl(XML::Writer) >= 0.5 + +### auto-added brs! +BuildRequires: perl(Carp::Clan) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(File::ShareDir) >= 1 +BuildRequires: perl(CPAN) + +%{?perl_default_filter: +%filter_from_requires /perl(:)/d +%perl_default_filter +} + %description -SQL::Translator is a group of Perl modules that converts vendor-specific +SQL::Translator is a group of Perl modules that converts vendor-specific SQL table definitions into other formats, such as other vendor-specific -SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI -classes. The main focus of SQL::Translator is SQL, but parsers exist -for other structured data formats, including Excel spreadsheets and -arbitrarily delimited text files. Through the separation of the code into -parsers and producers with an object model in between, it?s possible to -combine any parser with any producer, to plug in custom parsers or +SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI +classes. The main focus of SQL::Translator is SQL, but parsers exist +for other structured data formats, including Excel spreadsheets and +arbitrarily delimited text files. Through the separation of the code into +parsers and producers with an object model in between, it?s possible to +combine any parser with any producer, to plug in custom parsers or producers, or to manipulate the parsed data via the built-in object model. -Presently only the definition parts of SQL are handled (CREATE, ALTER), +Presently only the definition parts of SQL are handled (CREATE, ALTER), not the manipulation of data (INSERT, UPDATE, DELETE). %prep %setup -q -n SQL-Translator-%{version} find . -type f -exec chmod -c -x {} + -perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' t/*.t - -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(Producer::BaseTest)/d' -EOF - -%define __perl_provides %{_builddir}/SQL-Translator-%{version}/%{name}-prov -chmod +x %{__perl_provides} - -# Filter unwanted Requires: -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} $* |\ - sed -e '/perl(:)/d' -EOF - -%define __perl_requires %{_builddir}/SQL-Translator-%{version}/%{name}-req -chmod +x %{__perl_requires} +perl -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' t/*.t %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %install rm -rf %{buildroot} -./Build install destdir=%{buildroot} create_packlist=0 +make pure_install PERL_INSTALL_ROOT=%{buildroot} + +find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check -./Build test +make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS BUGS Changes LICENSE README images/ t/ +%doc AUTHORS BUGS Changes LICENSE README share/ t/ %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man[13]/* %changelog +* Mon Aug 24 2009 Chris Weyl 0.11001-1 +- auto-update to 0.11001 (by cpan-spec-update 0.01) +- added a new br on perl(Carp::Clan) (version 0) +- altered br on perl(Digest::SHA1) (2.00 => 2) +- added a new br on perl(ExtUtils::MakeMaker) (version 6.42) +- added a new br on perl(File::ShareDir) (version 1) +- altered br on perl(IO::Scalar) (0 => 2.11) +- altered br on perl(Parse::RecDescent) (1.94 => 1.096) +- altered br on perl(YAML) (0.39 => 0.66) +- added a new br on CPAN (inc::Module::AutoInstall found) +- added a new req on perl(Carp::Clan) (version 0) +- added a new req on perl(Class::Base) (version 0) +- altered req on perl(Class::Data::Inheritable) (0 => 0.02) +- added a new req on perl(Class::MakeMethods) (version 0) +- added a new req on perl(DBI) (version 0) +- added a new req on perl(Digest::SHA1) (version 2) +- added a new req on perl(File::ShareDir) (version 1) +- added a new req on perl(File::Spec) (version 0) +- added a new req on perl(IO::Dir) (version 0) +- added a new req on perl(IO::Scalar) (version 2.11) +- added a new req on perl(Parse::RecDescent) (version 1.096) +- added a new req on perl(Pod::Usage) (version 0) +- added a new req on perl(XML::Writer) (version 0.5) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.09004-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed May 27 2009 Iain Arnell 0.09004-2 - add missing requires Class::Accessor::Fast and Class::Data::Inheritable Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/F-11/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 8 Mar 2009 20:07:27 -0000 1.6 +++ sources 24 Aug 2009 02:49:36 -0000 1.7 @@ -1 +1 @@ -0f54df1319ad5c5c6e833cbb5d51e383 SQL-Translator-0.09004.tar.gz +09475b116f9d4f160418955225b99bdb SQL-Translator-0.11001.tar.gz From cweyl at fedoraproject.org Mon Aug 24 02:49:43 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 02:49:43 +0000 (UTC) Subject: rpms/perl-SQL-Translator/devel .cvsignore, 1.7, 1.8 perl-SQL-Translator.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <20090824024943.869A111C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-SQL-Translator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17193 Modified Files: .cvsignore perl-SQL-Translator.spec sources Log Message: * Mon Aug 24 2009 Chris Weyl 0.11001-1 - auto-update to 0.11001 (by cpan-spec-update 0.01) - added a new br on perl(Carp::Clan) (version 0) - altered br on perl(Digest::SHA1) (2.00 => 2) - added a new br on perl(ExtUtils::MakeMaker) (version 6.42) - added a new br on perl(File::ShareDir) (version 1) - altered br on perl(IO::Scalar) (0 => 2.11) - altered br on perl(Parse::RecDescent) (1.94 => 1.096) - altered br on perl(YAML) (0.39 => 0.66) - added a new br on CPAN (inc::Module::AutoInstall found) - added a new req on perl(Carp::Clan) (version 0) - added a new req on perl(Class::Base) (version 0) - altered req on perl(Class::Data::Inheritable) (0 => 0.02) - added a new req on perl(Class::MakeMethods) (version 0) - added a new req on perl(DBI) (version 0) - added a new req on perl(Digest::SHA1) (version 2) - added a new req on perl(File::ShareDir) (version 1) - added a new req on perl(File::Spec) (version 0) - added a new req on perl(IO::Dir) (version 0) - added a new req on perl(IO::Scalar) (version 2.11) - added a new req on perl(Parse::RecDescent) (version 1.096) - added a new req on perl(Pod::Usage) (version 0) - added a new req on perl(XML::Writer) (version 0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 8 Mar 2009 20:08:30 -0000 1.7 +++ .cvsignore 24 Aug 2009 02:49:43 -0000 1.8 @@ -1,8 +1 @@ -SQL-Translator-0.09004.tar.gz -*.gz -*.tar -*.rpm -noarch -clog -.build* -*.bak +SQL-Translator-0.11001.tar.gz Index: perl-SQL-Translator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/perl-SQL-Translator.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-SQL-Translator.spec 26 Jul 2009 16:25:05 -0000 1.10 +++ perl-SQL-Translator.spec 24 Aug 2009 02:49:43 -0000 1.11 @@ -1,118 +1,150 @@ Name: perl-SQL-Translator -Version: 0.09004 -Release: 3%{?dist} +Version: 0.11001 +Release: 1%{?dist} Summary: Manipulate structured data definitions (SQL and more) # see, e.g., lib/SQL/Translator.pm License: GPLv2 Group: Development/Libraries URL: http://search.cpan.org/dist/SQL-Translator/ -Source0: http://www.cpan.org/authors/id/J/JR/JROBINSON/SQL-Translator-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/J/JR/JROBINSON/SQL-Translator-%{version}.tar.gz 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) +Requires: perl(Class::Data::Inheritable) >= 0.02 # core -BuildRequires: perl(File::Basename) -BuildRequires: perl(File::Spec) -BuildRequires: perl(IO::Dir) -BuildRequires: perl(IO::File) -BuildRequires: perl(Pod::Usage) +BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Spec) +BuildRequires: perl(IO::Dir) +BuildRequires: perl(IO::File) +BuildRequires: perl(Pod::Usage) BuildRequires: perl(Test::More) >= 0.6 -#BuildRequires: perl(Text::ParseWords) +#BuildRequires: perl(Text::ParseWords) # cpan -BuildRequires: perl(Class::Accessor::Fast) -BuildRequires: perl(Class::Base) +BuildRequires: perl(Class::Accessor::Fast) +BuildRequires: perl(Class::Base) BuildRequires: perl(Class::Data::Inheritable) >= 0.02 -BuildRequires: perl(Class::MakeMethods) +BuildRequires: perl(Class::MakeMethods) BuildRequires: perl(DBI) -BuildRequires: perl(Digest::SHA1) >= 2.00 -BuildRequires: perl(GD) -BuildRequires: perl(Graph::Directed) -BuildRequires: perl(GraphViz) -BuildRequires: perl(IO::Scalar) +BuildRequires: perl(Digest::SHA1) >= 2 +BuildRequires: perl(GD) +BuildRequires: perl(Graph::Directed) +BuildRequires: perl(GraphViz) +BuildRequires: perl(IO::Scalar) >= 2.11 BuildRequires: perl(Log::Log4perl) -BuildRequires: perl(Module::Build) -BuildRequires: perl(Parse::RecDescent) >= 1.94 +BuildRequires: perl(Module::Build) +BuildRequires: perl(Parse::RecDescent) >= 1.096 # >= 0.2602 avail in FC-5+ BuildRequires: perl(Spreadsheet::ParseExcel) BuildRequires: perl(Template) >= 2.1 BuildRequires: perl(Text::RecordParser) >= 0.02 BuildRequires: perl(XML::Writer) >= 0.5 BuildRequires: perl(XML::XPath) >= 1.13 -BuildRequires: perl(YAML) >= 0.39 +BuildRequires: perl(YAML) >= 0.66 # test -BuildRequires: perl(Test::Differences) +BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::Exception) BuildRequires: perl(XML::Parser) +### auto-added reqs! +Requires: perl(Carp::Clan) +Requires: perl(Class::Base) +Requires: perl(Class::MakeMethods) +Requires: perl(DBI) +Requires: perl(Digest::SHA1) >= 2 +Requires: perl(File::ShareDir) >= 1 +Requires: perl(File::Spec) +Requires: perl(IO::Dir) +Requires: perl(IO::Scalar) >= 2.11 +Requires: perl(Parse::RecDescent) >= 1.096 +Requires: perl(Pod::Usage) +Requires: perl(XML::Writer) >= 0.5 + +### auto-added brs! +BuildRequires: perl(Carp::Clan) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(File::ShareDir) >= 1 +BuildRequires: perl(CPAN) + +%{?perl_default_filter: +%filter_from_requires /perl(:)/d +%perl_default_filter +} + %description -SQL::Translator is a group of Perl modules that converts vendor-specific +SQL::Translator is a group of Perl modules that converts vendor-specific SQL table definitions into other formats, such as other vendor-specific -SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI -classes. The main focus of SQL::Translator is SQL, but parsers exist -for other structured data formats, including Excel spreadsheets and -arbitrarily delimited text files. Through the separation of the code into -parsers and producers with an object model in between, it?s possible to -combine any parser with any producer, to plug in custom parsers or +SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI +classes. The main focus of SQL::Translator is SQL, but parsers exist +for other structured data formats, including Excel spreadsheets and +arbitrarily delimited text files. Through the separation of the code into +parsers and producers with an object model in between, it?s possible to +combine any parser with any producer, to plug in custom parsers or producers, or to manipulate the parsed data via the built-in object model. -Presently only the definition parts of SQL are handled (CREATE, ALTER), +Presently only the definition parts of SQL are handled (CREATE, ALTER), not the manipulation of data (INSERT, UPDATE, DELETE). %prep %setup -q -n SQL-Translator-%{version} find . -type f -exec chmod -c -x {} + -perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' t/*.t - -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(Producer::BaseTest)/d' -EOF - -%define __perl_provides %{_builddir}/SQL-Translator-%{version}/%{name}-prov -chmod +x %{__perl_provides} - -# Filter unwanted Requires: -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} $* |\ - sed -e '/perl(:)/d' -EOF - -%define __perl_requires %{_builddir}/SQL-Translator-%{version}/%{name}-req -chmod +x %{__perl_requires} +perl -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' t/*.t %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %install rm -rf %{buildroot} -./Build install destdir=%{buildroot} create_packlist=0 +make pure_install PERL_INSTALL_ROOT=%{buildroot} + +find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check -./Build test +make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS BUGS Changes LICENSE README images/ t/ +%doc AUTHORS BUGS Changes LICENSE README share/ t/ %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man[13]/* %changelog +* Mon Aug 24 2009 Chris Weyl 0.11001-1 +- auto-update to 0.11001 (by cpan-spec-update 0.01) +- added a new br on perl(Carp::Clan) (version 0) +- altered br on perl(Digest::SHA1) (2.00 => 2) +- added a new br on perl(ExtUtils::MakeMaker) (version 6.42) +- added a new br on perl(File::ShareDir) (version 1) +- altered br on perl(IO::Scalar) (0 => 2.11) +- altered br on perl(Parse::RecDescent) (1.94 => 1.096) +- altered br on perl(YAML) (0.39 => 0.66) +- added a new br on CPAN (inc::Module::AutoInstall found) +- added a new req on perl(Carp::Clan) (version 0) +- added a new req on perl(Class::Base) (version 0) +- altered req on perl(Class::Data::Inheritable) (0 => 0.02) +- added a new req on perl(Class::MakeMethods) (version 0) +- added a new req on perl(DBI) (version 0) +- added a new req on perl(Digest::SHA1) (version 2) +- added a new req on perl(File::ShareDir) (version 1) +- added a new req on perl(File::Spec) (version 0) +- added a new req on perl(IO::Dir) (version 0) +- added a new req on perl(IO::Scalar) (version 2.11) +- added a new req on perl(Parse::RecDescent) (version 1.096) +- added a new req on perl(Pod::Usage) (version 0) +- added a new req on perl(XML::Writer) (version 0.5) + * Sun Jul 26 2009 Fedora Release Engineering - 0.09004-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 8 Mar 2009 20:07:27 -0000 1.6 +++ sources 24 Aug 2009 02:49:43 -0000 1.7 @@ -1 +1 @@ -0f54df1319ad5c5c6e833cbb5d51e383 SQL-Translator-0.09004.tar.gz +09475b116f9d4f160418955225b99bdb SQL-Translator-0.11001.tar.gz From cweyl at fedoraproject.org Mon Aug 24 02:55:33 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 02:55:33 +0000 (UTC) Subject: rpms/perl-MooseX-Types/devel .cvsignore, 1.9, 1.10 perl-MooseX-Types.spec, 1.14, 1.15 sources, 1.9, 1.10 Message-ID: <20090824025533.34BAC11C00A2@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-serv18362 Modified Files: .cvsignore perl-MooseX-Types.spec sources Log Message: * Mon Aug 24 2009 Chris Weyl 0.18-1 - auto-update to 0.18 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 8 Aug 2009 04:23:11 -0000 1.9 +++ .cvsignore 24 Aug 2009 02:55:32 -0000 1.10 @@ -1 +1 @@ -MooseX-Types-0.16.tar.gz +MooseX-Types-0.18.tar.gz Index: perl-MooseX-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/perl-MooseX-Types.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-MooseX-Types.spec 8 Aug 2009 04:23:11 -0000 1.14 +++ perl-MooseX-Types.spec 24 Aug 2009 02:55:33 -0000 1.15 @@ -1,5 +1,5 @@ Name: perl-MooseX-Types -Version: 0.16 +Version: 0.18 Release: 1%{?dist} # see Makefile.PL, lib/MooseX/Types.pm License: GPL+ or Artistic @@ -97,6 +97,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Mon Aug 24 2009 Chris Weyl 0.18-1 +- auto-update to 0.18 (by cpan-spec-update 0.01) + * Sat Aug 08 2009 Chris Weyl 0.16-1 - auto-update to 0.16 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 8 Aug 2009 04:23:11 -0000 1.9 +++ sources 24 Aug 2009 02:55:33 -0000 1.10 @@ -1 +1 @@ -393527bf60ca5b3c48fb1758f066f541 MooseX-Types-0.16.tar.gz +9bd54195f2e07c319a792bb7b4c9d8bd MooseX-Types-0.18.tar.gz From cweyl at fedoraproject.org Mon Aug 24 03:00:34 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 03:00:34 +0000 (UTC) Subject: rpms/perl-MooseX-Types-DateTime/devel .cvsignore, 1.2, 1.3 perl-MooseX-Types-DateTime.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090824030034.202BA11C0371@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Types-DateTime/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19404 Modified Files: .cvsignore perl-MooseX-Types-DateTime.spec sources Log Message: * Mon Aug 24 2009 Chris Weyl 0.04-1 - auto-update to 0.04 (by cpan-spec-update 0.01) - altered br on perl(DateTime::Locale) (0 => 0.4001) - altered br on perl(DateTime::TimeZone) (0.7701 => 0.95) - added a new req on perl(DateTime) (version 0.4302) - added a new req on perl(DateTime::Format::DateParse) (version 0.04) - added a new req on perl(DateTime::Format::Flexible) (version 0.05) - added a new req on perl(DateTime::Format::Natural) (version 0.71) - added a new req on perl(DateTime::Locale) (version 0.4001) - added a new req on perl(DateTime::TimeZone) (version 0.95) - added a new req on perl(DateTimeX::Easy) (version 0.082) - added a new req on perl(Moose) (version 0.41) - added a new req on perl(MooseX::Types) (version 0.04) - added a new req on perl(Time::Duration::Parse) (version 0.06) - added a new req on perl(namespace::clean) (version 0.08) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types-DateTime/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 16 Jan 2009 02:45:25 -0000 1.2 +++ .cvsignore 24 Aug 2009 03:00:33 -0000 1.3 @@ -1 +1 @@ -MooseX-Types-DateTime-0.03.tar.gz +MooseX-Types-DateTime-0.04.tar.gz Index: perl-MooseX-Types-DateTime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types-DateTime/devel/perl-MooseX-Types-DateTime.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-MooseX-Types-DateTime.spec 26 Jul 2009 11:32:33 -0000 1.3 +++ perl-MooseX-Types-DateTime.spec 24 Aug 2009 03:00:33 -0000 1.4 @@ -1,25 +1,25 @@ -Name: perl-MooseX-Types-DateTime -Version: 0.03 -Release: 5%{?dist} +Name: perl-MooseX-Types-DateTime +Version: 0.04 +Release: 1%{?dist} # see, e.g., lib/MooseX/Types/DateTime.pm -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries Summary: DateTime related constraints and coercions for Moose -Source: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/MooseX-Types-DateTime-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-Types-DateTime-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Types-DateTime -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) >= 0.4302 BuildRequires: perl(DateTime::Format::DateParse) >= 0.04 BuildRequires: perl(DateTime::Format::Flexible) >= 0.05 BuildRequires: perl(DateTime::Format::Natural) >= 0.71 # stupid versions... grr #BuildRequires: perl(DateTime::Locale) >= 0.4001 -BuildRequires: perl(DateTime::Locale) -BuildRequires: perl(DateTime::TimeZone) >= 0.7701 +BuildRequires: perl(DateTime::Locale) >= 0.4001 +BuildRequires: perl(DateTime::TimeZone) >= 0.95 BuildRequires: perl(DateTimeX::Easy) >= 0.082 BuildRequires: perl(Moose) >= 0.41 BuildRequires: perl(MooseX::Types) >= 0.04 @@ -32,6 +32,19 @@ BuildRequires: perl(Time::Duration::Pars BuildRequires: perl(DateTime::Format::DateManip) +### auto-added reqs! +Requires: perl(DateTime) >= 0.4302 +Requires: perl(DateTime::Format::DateParse) >= 0.04 +Requires: perl(DateTime::Format::Flexible) >= 0.05 +Requires: perl(DateTime::Format::Natural) >= 0.71 +Requires: perl(DateTime::Locale) >= 0.4001 +Requires: perl(DateTime::TimeZone) >= 0.95 +Requires: perl(DateTimeX::Easy) >= 0.082 +Requires: perl(Moose) >= 0.41 +Requires: perl(MooseX::Types) >= 0.04 +Requires: perl(Time::Duration::Parse) >= 0.06 +Requires: perl(namespace::clean) >= 0.08 + %description This module packages several type constraints (Moose::Util::TypeConstraints) and coercions designed to work with the DateTime suite of objects. @@ -59,15 +72,31 @@ 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 +* Mon Aug 24 2009 Chris Weyl 0.04-1 +- auto-update to 0.04 (by cpan-spec-update 0.01) +- altered br on perl(DateTime::Locale) (0 => 0.4001) +- altered br on perl(DateTime::TimeZone) (0.7701 => 0.95) +- added a new req on perl(DateTime) (version 0.4302) +- added a new req on perl(DateTime::Format::DateParse) (version 0.04) +- added a new req on perl(DateTime::Format::Flexible) (version 0.05) +- added a new req on perl(DateTime::Format::Natural) (version 0.71) +- added a new req on perl(DateTime::Locale) (version 0.4001) +- added a new req on perl(DateTime::TimeZone) (version 0.95) +- added a new req on perl(DateTimeX::Easy) (version 0.082) +- added a new req on perl(Moose) (version 0.41) +- added a new req on perl(MooseX::Types) (version 0.04) +- added a new req on perl(Time::Duration::Parse) (version 0.06) +- added a new req on perl(namespace::clean) (version 0.08) + * Sun Jul 26 2009 Fedora Release Engineering - 0.03-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -83,4 +112,3 @@ rm -rf %{buildroot} * Sat Oct 11 2008 Chris Weyl 0.03-1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.1) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types-DateTime/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 16 Jan 2009 02:45:25 -0000 1.2 +++ sources 24 Aug 2009 03:00:33 -0000 1.3 @@ -1 +1 @@ -a270e7d20c23ef23ee782563187d93c5 MooseX-Types-DateTime-0.03.tar.gz +c5c3961d053a8d21faf439a95091dde7 MooseX-Types-DateTime-0.04.tar.gz From cweyl at fedoraproject.org Mon Aug 24 03:02:11 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 24 Aug 2009 03:02:11 +0000 (UTC) Subject: rpms/perl-MooseX-Types/F-11 perl-MooseX-Types.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <20090824030211.57C1011C00A2@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Types/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19800 Modified Files: perl-MooseX-Types.spec sources Log Message: * Mon Aug 24 2009 Chris Weyl 0.18-1 - auto-update to 0.18 (by cpan-spec-update 0.01) Index: perl-MooseX-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/F-11/perl-MooseX-Types.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-MooseX-Types.spec 8 Aug 2009 05:54:04 -0000 1.10 +++ perl-MooseX-Types.spec 24 Aug 2009 03:02:11 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-MooseX-Types -Version: 0.16 +Version: 0.18 Release: 1%{?dist} # see Makefile.PL, lib/MooseX/Types.pm License: GPL+ or Artistic @@ -97,6 +97,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Mon Aug 24 2009 Chris Weyl 0.18-1 +- auto-update to 0.18 (by cpan-spec-update 0.01) + * Sat Aug 08 2009 Chris Weyl 0.16-1 - auto-update to 0.16 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/F-11/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 8 Aug 2009 05:54:05 -0000 1.7 +++ sources 24 Aug 2009 03:02:11 -0000 1.8 @@ -1 +1 @@ -393527bf60ca5b3c48fb1758f066f541 MooseX-Types-0.16.tar.gz +9bd54195f2e07c319a792bb7b4c9d8bd MooseX-Types-0.18.tar.gz From skasal at redhat.com Mon Aug 24 16:04:32 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 24 Aug 2009 18:04:32 +0200 Subject: The broken perl in dist-f12 this weekend Message-ID: <20090824160432.GA7530@camelia.ucw.cz> Hello all, things has broken this weekend in dist-f12. They are fixed now. It was my fault; if you are wonder about details, read on. Around Jul 31, I have discovered that we are unintentionally building perl with -DDEBUGGING. I tried to fix that and built a "production" perl, i.e., without -DDEBUGGING; it was perl-5.10.0-78.fc12. But this has broken rawhide and I had to hastily untag that build from dist-f12. Unfortunately, I forgot to revert my change from the spec file, not even when we came to a conclusion that the switch from debugperl to production perl has to wait until early dist-f13. This Friday, Chris added the rpm macros to the perl package and rebuilt perl. Because of my mistake, the rebuilt perl-5.10.0-79.fc12 was suffering the same problem again: half of the binary module packages (about 150 of 287), stopped working. As explained above, this was my fault, Chris is innocent. :-) I discovered the problem today, untagged perl-5.10.0-79 immediately and rebuilt perl itself. At this moment, perl-5.10.0-80.fc12 has finally got to the koji repo and things should work again. Sorry for the inconvenience and confusion. Stepan From pkgdb at fedoraproject.org Mon Aug 24 19:56:11 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:11 +0000 Subject: [pkgdb] perl-Network-IPv4Addr ownership updated Message-ID: <20090824195612.18C6310F8C2@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora devel was orphaned by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From pkgdb at fedoraproject.org Mon Aug 24 19:56:13 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:13 +0000 Subject: [pkgdb] perl-Network-IPv4Addr ownership updated Message-ID: <20090824195613.DB6C310F921@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora 9 was orphaned by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From pkgdb at fedoraproject.org Mon Aug 24 19:56:12 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:12 +0000 Subject: [pkgdb] perl-Network-IPv4Addr (un)retirement Message-ID: <20090824195612.21AFD10F8C7@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora devel has been retired by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From pkgdb at fedoraproject.org Mon Aug 24 19:56:13 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:13 +0000 Subject: [pkgdb] perl-Network-IPv4Addr (un)retirement Message-ID: <20090824195614.00AD110F924@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora 9 has been retired by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From pkgdb at fedoraproject.org Mon Aug 24 19:56:15 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:15 +0000 Subject: [pkgdb] perl-Network-IPv4Addr ownership updated Message-ID: <20090824195615.8CC7E10F8CC@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora 10 was orphaned by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From pkgdb at fedoraproject.org Mon Aug 24 19:56:15 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:15 +0000 Subject: [pkgdb] perl-Network-IPv4Addr (un)retirement Message-ID: <20090824195615.9A69810F929@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora 10 has been retired by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From pkgdb at fedoraproject.org Mon Aug 24 19:56:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:17 +0000 Subject: [pkgdb] perl-Network-IPv4Addr ownership updated Message-ID: <20090824195617.3B3BD10F92C@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora EPEL 5 was orphaned by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From pkgdb at fedoraproject.org Mon Aug 24 19:56:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:17 +0000 Subject: [pkgdb] perl-Network-IPv4Addr (un)retirement Message-ID: <20090824195617.48ED610F92F@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora EPEL 5 has been retired by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From pkgdb at fedoraproject.org Mon Aug 24 19:56:20 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:20 +0000 Subject: [pkgdb] perl-Network-IPv4Addr ownership updated Message-ID: <20090824195620.331A810F933@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora 11 was orphaned by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From pkgdb at fedoraproject.org Mon Aug 24 19:56:20 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 24 Aug 2009 19:56:20 +0000 Subject: [pkgdb] perl-Network-IPv4Addr (un)retirement Message-ID: <20090824195620.829CC10F936@bastion2.fedora.phx.redhat.com> Package perl-Network-IPv4Addr in Fedora 11 has been retired by ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Network-IPv4Addr From ausil at fedoraproject.org Mon Aug 24 20:05:33 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Mon, 24 Aug 2009 20:05:33 +0000 (UTC) Subject: rpms/perl-Net-IPv4Addr/EL-4 perl-Net-IPv4Addr.spec,1.1,1.2 Message-ID: <20090824200533.CF4F811C0044@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/perl-Net-IPv4Addr/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19753 Modified Files: perl-Net-IPv4Addr.spec Log Message: Obsoletes the older perl-Network-IPv4Addr module Index: perl-Net-IPv4Addr.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-IPv4Addr/EL-4/perl-Net-IPv4Addr.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Net-IPv4Addr.spec 6 May 2007 15:47:46 -0000 1.1 +++ perl-Net-IPv4Addr.spec 24 Aug 2009 20:05:33 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Net-IPv4Addr Version: 0.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl extension for manipulating IPv4 addresses Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Obsoletes: perl-Network-IPv4Addr < 0.10-1 %description Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional @@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 24 2009 Dennis Gilmore - 0.10-3 +- Obsoletes perl-Network-IPv4Addr +- no provides as code needs changing to use the new version + * Sat May 05 2007 Sindre Pedersen Bj?rdal - 0.10-2 - Add missing build dependencies - Fix License From ausil at fedoraproject.org Mon Aug 24 20:06:49 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Mon, 24 Aug 2009 20:06:49 +0000 (UTC) Subject: rpms/perl-Net-IPv4Addr/EL-5 perl-Net-IPv4Addr.spec,1.1,1.2 Message-ID: <20090824200649.699D911C0044@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/perl-Net-IPv4Addr/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20224 Modified Files: perl-Net-IPv4Addr.spec Log Message: Obsolets perl-Network-IPv4Addr Index: perl-Net-IPv4Addr.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-IPv4Addr/EL-5/perl-Net-IPv4Addr.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Net-IPv4Addr.spec 6 May 2007 15:50:05 -0000 1.1 +++ perl-Net-IPv4Addr.spec 24 Aug 2009 20:06:49 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Net-IPv4Addr Version: 0.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl extension for manipulating IPv4 addresses Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Obsoletes: perl-Network-IPv4Addr < 0.10-1 %description Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional @@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 24 2009 Dennis Gilmore - 0.10-3 +- Obsoletes perl-Network-IPv4Addr +- no provides as code needs changing to use the new version + * Sat May 05 2007 Sindre Pedersen Bj?rdal - 0.10-2 - Add missing build dependencies - Fix License From ausil at fedoraproject.org Mon Aug 24 20:08:52 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Mon, 24 Aug 2009 20:08:52 +0000 (UTC) Subject: rpms/perl-Net-IPv4Addr/F-10 perl-Net-IPv4Addr.spec,1.2,1.3 Message-ID: <20090824200852.8105E11C0044@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/perl-Net-IPv4Addr/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20806 Modified Files: perl-Net-IPv4Addr.spec Log Message: obsoletes perl-Network-IPv4Addr Index: perl-Net-IPv4Addr.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-IPv4Addr/F-10/perl-Net-IPv4Addr.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Net-IPv4Addr.spec 6 Mar 2008 14:58:30 -0000 1.2 +++ perl-Net-IPv4Addr.spec 24 Aug 2009 20:08:52 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Net-IPv4Addr Version: 0.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl extension for manipulating IPv4 addresses Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Obsoletes: perl-Network-IPv4Addr < 0.10-1 %description Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional @@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 24 2009 Dennis Gilmore - 0.10-4 +- Obsoletes perl-Network-IPv4Addr +- no provides as code needs changing to use the new version + * Thu Mar 06 2008 Tom "spot" Callaway - 0.10-3 - rebuild for new perl From ausil at fedoraproject.org Mon Aug 24 20:10:11 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Mon, 24 Aug 2009 20:10:11 +0000 (UTC) Subject: rpms/perl-Net-IPv4Addr/F-11 perl-Net-IPv4Addr.spec,1.3,1.4 Message-ID: <20090824201011.BE69D11C0417@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/perl-Net-IPv4Addr/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21289 Modified Files: perl-Net-IPv4Addr.spec Log Message: * Mon Aug 24 2009 Dennis Gilmore - 0.10-3 - Obsoletes perl-Network-IPv4Addr - no provides as code needs changing to use the new version Index: perl-Net-IPv4Addr.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-IPv4Addr/F-11/perl-Net-IPv4Addr.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Net-IPv4Addr.spec 26 Feb 2009 23:10:59 -0000 1.3 +++ perl-Net-IPv4Addr.spec 24 Aug 2009 20:10:11 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Net-IPv4Addr Version: 0.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl extension for manipulating IPv4 addresses Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Obsoletes: perl-Network-IPv4Addr < 0.10-1 %description Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional @@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 24 2009 Dennis Gilmore - 0.10-5 +- Obsoletes perl-Network-IPv4Addr +- no provides as code needs changing to use the new version + * Thu Feb 26 2009 Fedora Release Engineering - 0.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From ausil at fedoraproject.org Mon Aug 24 20:11:31 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Mon, 24 Aug 2009 20:11:31 +0000 (UTC) Subject: rpms/perl-Net-IPv4Addr/devel perl-Net-IPv4Addr.spec,1.4,1.5 Message-ID: <20090824201131.A802611C0044@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/perl-Net-IPv4Addr/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21668 Modified Files: perl-Net-IPv4Addr.spec Log Message: * Mon Aug 24 2009 Dennis Gilmore - 0.10-3 - Obsoletes perl-Network-IPv4Addr - no provides as code needs changing to use the new version Index: perl-Net-IPv4Addr.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-IPv4Addr/devel/perl-Net-IPv4Addr.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Net-IPv4Addr.spec 26 Jul 2009 13:41:51 -0000 1.4 +++ perl-Net-IPv4Addr.spec 24 Aug 2009 20:11:31 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Net-IPv4Addr Version: 0.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perl extension for manipulating IPv4 addresses Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Obsoletes: perl-Network-IPv4Addr < 0.10-1 %description Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional @@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 24 2009 Dennis Gilmore - 0.10-6 +- Obsoletes perl-Network-IPv4Addr +- no provides as code needs changing to use the new version + * Sun Jul 26 2009 Fedora Release Engineering - 0.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From pghmcfc at fedoraproject.org Mon Aug 24 20:49:02 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 24 Aug 2009 20:49:02 +0000 (UTC) Subject: rpms/perl-Jcode/devel .cvsignore, 1.5, 1.6 perl-Jcode.spec, 1.19, 1.20 sources, 1.5, 1.6 Message-ID: <20090824204902.CAA9A11C0044@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Jcode/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31326 Modified Files: .cvsignore perl-Jcode.spec sources Log Message: - Update to 2.07 (fix mime_encode, CPAN RT#29049) - Run test suite in "C" locale to support build on old distributions - Fix argument order for find with -depth - Encode manpages in UTF-8 - Include old Changes file too - Mark POD file as %doc - Add explicit perl(MIME::Base64) dependency for MIME header support Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Jcode/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 30 Aug 2006 16:00:39 -0000 1.5 +++ .cvsignore 24 Aug 2009 20:49:02 -0000 1.6 @@ -1 +1 @@ -Jcode-2.06.tar.gz +Jcode-2.07.tar.gz Index: perl-Jcode.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Jcode/devel/perl-Jcode.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- perl-Jcode.spec 26 Jul 2009 08:51:53 -0000 1.19 +++ perl-Jcode.spec 24 Aug 2009 20:49:02 -0000 1.20 @@ -1,56 +1,65 @@ -Name: perl-Jcode -Version: 2.06 -Release: 9%{?dist} - -Summary: Perl extension interface for converting Japanese text - -License: GPL+ or Artistic -Group: Development/Libraries -URL: http://search.cpan.org/dist/Jcode/ -Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-2.06.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: perl-devel >= 3:5.8.1, perl-Test-Simple -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Name: perl-Jcode +Version: 2.07 +Release: 1%{?dist} +Summary: Perl extension interface for converting Japanese text +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Jcode/ +Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl(ExtUtils::MakeMaker), perl(MIME::Base64), perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(MIME::Base64) %description %{summary}. - %prep %setup -q -n Jcode-%{version} +# Fix character encoding of pod file +%{__mv} Jcode/Nihongo.pod Jcode/Nihongo.pod.euc-jp +%{__sed} -e 's/^=encoding euc-jp/=encoding utf8/' Jcode/Nihongo.pod.euc-jp | + /usr/bin/iconv -f euc-jp -t utf-8 -o Jcode/Nihongo.pod +%{__rm} Jcode/Nihongo.pod.euc-jp %build %{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} - +%{__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/* - +%{__rm} -rf %{buildroot} +%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} +/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' +%{__chmod} -R u+w %{buildroot} %check -make test - +LC_ALL=C %{__make} test %clean -rm -rf $RPM_BUILD_ROOT - +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README -%{perl_vendorlib}/Jcode* -%{_mandir}/man3/*.3* - +%doc Changes* README +%{perl_vendorlib}/Jcode.pm +%dir %{perl_vendorlib}/Jcode/ +%doc %{perl_vendorlib}/Jcode/Nihongo.pod +%{_mandir}/man3/Jcode.3pm* +%{_mandir}/man3/Jcode::Nihongo.3pm* %changelog +* Mon Aug 24 2009 Paul Howarth - 2.07-1 +- Update to 2.07 (fix mime_encode, CPAN RT#29049) +- Run test suite in "C" locale to support build on old distributions +- Fix argument order for find with -depth +- Encode manpages in UTF-8 +- Include old Changes file too +- Mark POD file as %%doc +- Add explicit perl(MIME::Base64) dependency for MIME header support + * Sun Jul 26 2009 Fedora Release Engineering - 2.06-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Jcode/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 30 Aug 2006 16:00:39 -0000 1.5 +++ sources 24 Aug 2009 20:49:02 -0000 1.6 @@ -1 +1 @@ -56d787a94cbb557d8b21d10972befd94 Jcode-2.06.tar.gz +f6c52253ff69a44c38a9183c469f6eb0 Jcode-2.07.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:19:01 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:19:01 +0000 (UTC) Subject: rpms/perl-Parse-BACKPAN-Packages/devel .cvsignore, 1.2, 1.3 perl-Parse-BACKPAN-Packages.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090825061901.7CC4211C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31238 Modified Files: .cvsignore perl-Parse-BACKPAN-Packages.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 0.35-1 - auto-update to 0.35 (by cpan-spec-update 0.01) - added a new req on perl(App::Cache) (version 0) - added a new req on perl(CPAN::DistnameInfo) (version 0) - added a new req on perl(Class::Accessor::Fast) (version 0) - added a new req on perl(Compress::Zlib) (version 0) - added a new req on perl(IO::Zlib) (version 0) - added a new req on perl(LWP::UserAgent) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 9 Mar 2009 17:01:57 -0000 1.2 +++ .cvsignore 25 Aug 2009 06:18:59 -0000 1.3 @@ -1 +1 @@ -Parse-BACKPAN-Packages-0.34.tar.gz +Parse-BACKPAN-Packages-0.35.tar.gz Index: perl-Parse-BACKPAN-Packages.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/devel/perl-Parse-BACKPAN-Packages.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Parse-BACKPAN-Packages.spec 26 Jul 2009 14:06:52 -0000 1.2 +++ perl-Parse-BACKPAN-Packages.spec 25 Aug 2009 06:18:59 -0000 1.3 @@ -1,15 +1,15 @@ -Name: perl-Parse-BACKPAN-Packages -Version: 0.34 -Release: 2%{?dist} +Name: perl-Parse-BACKPAN-Packages +Version: 0.35 +Release: 1%{?dist} # lib/Parse/BACKPAN/Packages.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/Distribution.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/File.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Provide an index of BACKPAN -Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/Parse-BACKPAN-Packages-%{version}.tar.gz +Summary: Provide an index of BACKPAN +Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/Parse-BACKPAN-Packages-%{version}.tar.gz Url: http://search.cpan.org/dist/Parse-BACKPAN-Packages -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -29,6 +29,14 @@ BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) +### auto-added reqs! +Requires: perl(App::Cache) +Requires: perl(CPAN::DistnameInfo) +Requires: perl(Class::Accessor::Fast) +Requires: perl(Compress::Zlib) +Requires: perl(IO::Zlib) +Requires: perl(LWP::UserAgent) + %description The Comprehensive Perl Archive Network (CPAN) is a very useful collection of Perl code. However, in order to keep CPAN relatively @@ -59,15 +67,24 @@ find %{buildroot} -depth -type d -exec r %{?_with_network_tests: 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 Aug 25 2009 Chris Weyl 0.35-1 +- auto-update to 0.35 (by cpan-spec-update 0.01) +- added a new req on perl(App::Cache) (version 0) +- added a new req on perl(CPAN::DistnameInfo) (version 0) +- added a new req on perl(Class::Accessor::Fast) (version 0) +- added a new req on perl(Compress::Zlib) (version 0) +- added a new req on perl(IO::Zlib) (version 0) +- added a new req on perl(LWP::UserAgent) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 0.34-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -78,4 +95,3 @@ rm -rf %{buildroot} * Thu Mar 05 2009 Chris Weyl 0.34-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 9 Mar 2009 17:01:57 -0000 1.2 +++ sources 25 Aug 2009 06:18:59 -0000 1.3 @@ -1 +1 @@ -278a232a6b987e4ff0db45f5ac191f3f Parse-BACKPAN-Packages-0.34.tar.gz +984425779933b0125122b9a9c3e5abd8 Parse-BACKPAN-Packages-0.35.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:24:37 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:24:37 +0000 (UTC) Subject: rpms/perl-MooseX-MethodAttributes/F-11 perl-MooseX-MethodAttributes.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090825062437.9913A11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32336 Modified Files: perl-MooseX-MethodAttributes.spec sources Log Message: * Wed Aug 19 2009 Chris Weyl 0.15-1 - auto-update to 0.15 (by cpan-spec-update 0.01) - added a new br on perl(MRO::Compat) (version 0) - added a new req on perl(MRO::Compat) (version 0) - added a new req on perl(Moose) (version 0.79) - added a new req on perl(MooseX::Types) (version 0.06) - added a new req on perl(namespace::clean) (version 0) Index: perl-MooseX-MethodAttributes.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-11/perl-MooseX-MethodAttributes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-MooseX-MethodAttributes.spec 16 Jun 2009 15:39:32 -0000 1.1 +++ perl-MooseX-MethodAttributes.spec 25 Aug 2009 06:24:37 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-MooseX-MethodAttributes -Version: 0.14 +Version: 0.15 Release: 1%{?dist} # lib/MooseX/MethodAttributes.pm -> GPL+ or Artistic License: GPL+ or Artistic @@ -14,11 +14,18 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) >= 0.79 BuildRequires: perl(MooseX::Types) >= 0.06 +BuildRequires: perl(MRO::Compat) BuildRequires: perl(namespace::clean) # testing BuildRequires: perl(Test::More) BuildRequires: perl(Test::Exception) +### auto-added reqs! +Requires: perl(MRO::Compat) +Requires: perl(Moose) >= 0.79 +Requires: perl(MooseX::Types) >= 0.06 +Requires: perl(namespace::clean) + %description This module allows code attributes of methods to be introspected using Moose meta method objects. @@ -53,6 +60,17 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed Aug 19 2009 Chris Weyl 0.15-1 +- auto-update to 0.15 (by cpan-spec-update 0.01) +- added a new br on perl(MRO::Compat) (version 0) +- added a new req on perl(MRO::Compat) (version 0) +- added a new req on perl(Moose) (version 0.79) +- added a new req on perl(MooseX::Types) (version 0.06) +- added a new req on perl(namespace::clean) (version 0) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Tue Jun 09 2009 Chris Weyl 0.14-1 - auto-update to 0.14 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 16 Jun 2009 15:03:09 -0000 1.2 +++ sources 25 Aug 2009 06:24:37 -0000 1.3 @@ -1 +1 @@ -a59f37947f93e9d54da849670467fbe7 MooseX-MethodAttributes-0.14.tar.gz +c89f2e09781bae3ea17f4421d5c6097b MooseX-MethodAttributes-0.15.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:26:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:26:24 +0000 (UTC) Subject: rpms/perl-local-lib/devel .cvsignore, 1.5, 1.6 perl-local-lib.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <20090825062624.1D1BA11C00D7@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-serv32620 Modified Files: .cvsignore perl-local-lib.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 1.004005-1 - auto-update to 1.004005 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 11 Aug 2009 07:59:17 -0000 1.5 +++ .cvsignore 25 Aug 2009 06:26:23 -0000 1.6 @@ -1 +1 @@ -local-lib-1.004004.tar.gz +local-lib-1.004005.tar.gz Index: perl-local-lib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/perl-local-lib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-local-lib.spec 11 Aug 2009 07:59:17 -0000 1.5 +++ perl-local-lib.spec 25 Aug 2009 06:26:23 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-local-lib -Version: 1.004004 +Version: 1.004005 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic License: GPL+ or Artistic @@ -74,6 +74,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Tue Aug 25 2009 Chris Weyl 1.004005-1 +- auto-update to 1.004005 (by cpan-spec-update 0.01) + * Tue Aug 11 2009 Chris Weyl 1.004004-1 - auto-update to 1.004004 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::Install) (version 1.43) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 11 Aug 2009 07:59:17 -0000 1.5 +++ sources 25 Aug 2009 06:26:23 -0000 1.6 @@ -1 +1 @@ -119be92d2d55b8234d9609287725b290 local-lib-1.004004.tar.gz +80fc0977311592f7937a448c4b6577c5 local-lib-1.004005.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:26:42 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:26:42 +0000 (UTC) Subject: rpms/perl-Class-Accessor-Grouped/F-11 perl-Class-Accessor-Grouped.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090825062642.EC0F611C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32735 Modified Files: perl-Class-Accessor-Grouped.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 0.09000-1 - auto-update to 0.09000 (by cpan-spec-update 0.01) - added a new br on perl(Carp) (version 0) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new br on perl(Scalar::Util) (version 0) - added a new br on perl(Sub::Identify) (version 0) - added a new br on perl(Sub::Name) (version 0.04) - added a new br on CPAN (inc::Module::AutoInstall found) - added a new req on perl(Carp) (version 0) - added a new req on perl(Class::Inspector) (version 0) - added a new req on perl(MRO::Compat) (version 0) - added a new req on perl(Scalar::Util) (version 0) - added a new req on perl(Sub::Name) (version 0.04) Index: perl-Class-Accessor-Grouped.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-11/perl-Class-Accessor-Grouped.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Class-Accessor-Grouped.spec 2 Apr 2009 07:06:38 -0000 1.8 +++ perl-Class-Accessor-Grouped.spec 25 Aug 2009 06:26:42 -0000 1.9 @@ -1,26 +1,40 @@ Name: perl-Class-Accessor-Grouped -Version: 0.08003 +Version: 0.09000 Release: 1%{?dist} Summary: Lets you build groups of accessors License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Accessor-Grouped/ -Source0: http://www.cpan.org/authors/id/C/CL/CLACO/Class-Accessor-Grouped-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Class-Accessor-Grouped-%{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 >= 1:5.6.1 -BuildRequires: perl(ExtUtils::MakeMaker) -#BuildRequires: perl(Carp) -#BuildRequires: perl(Scalar::Util) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +#BuildRequires: perl(Carp) +#BuildRequires: perl(Scalar::Util) # cpan -BuildRequires: perl(Class::Inspector) -BuildRequires: perl(MRO::Compat) +BuildRequires: perl(Class::Inspector) +BuildRequires: perl(MRO::Compat) # test BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(Carp) +Requires: perl(Class::Inspector) +Requires: perl(MRO::Compat) +Requires: perl(Scalar::Util) +Requires: perl(Sub::Name) >= 0.04 + +### auto-added brs! +BuildRequires: perl(Carp) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(Sub::Identify) +BuildRequires: perl(Sub::Name) >= 0.04 +BuildRequires: perl(CPAN) + %description This class lets you build groups of accessors that will call different getters and setters. @@ -28,7 +42,7 @@ getters and setters. %prep %setup -q -n Class-Accessor-Grouped-%{version} -#find t/ -type f -name '*.t' -chmod +#find t/ -type f -name '*.t' -chmod perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t # Filter unwanted Provides: @@ -79,6 +93,23 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 25 2009 Chris Weyl 0.09000-1 +- auto-update to 0.09000 (by cpan-spec-update 0.01) +- added a new br on perl(Carp) (version 0) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on perl(Scalar::Util) (version 0) +- added a new br on perl(Sub::Identify) (version 0) +- added a new br on perl(Sub::Name) (version 0.04) +- added a new br on CPAN (inc::Module::AutoInstall found) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(Class::Inspector) (version 0) +- added a new req on perl(MRO::Compat) (version 0) +- added a new req on perl(Scalar::Util) (version 0) +- added a new req on perl(Sub::Name) (version 0.04) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.08003-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Apr 02 2009 Chris Weyl 0.08003-1 - update to 0.08003 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 2 Apr 2009 07:06:38 -0000 1.5 +++ sources 25 Aug 2009 06:26:42 -0000 1.6 @@ -1 +1 @@ -327376dab6b9867685f59a2560fc0ae7 Class-Accessor-Grouped-0.08003.tar.gz +3e45eaf661a67dfc86becec239712355 Class-Accessor-Grouped-0.09000.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:30:48 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:30:48 +0000 (UTC) Subject: rpms/perl-Object-InsideOut/devel .cvsignore, 1.10, 1.11 perl-Object-InsideOut.spec, 1.13, 1.14 sources, 1.10, 1.11 Message-ID: <20090825063048.B0E4F11C00D7@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-serv911 Modified Files: .cvsignore perl-Object-InsideOut.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 3.56-1 - auto-update to 3.56 (by cpan-spec-update 0.01) - altered br on perl(Scalar::Util) (1.19 => 1.21) - added a new req on perl(B) (version 0) - added a new req on perl(Config) (version 0) - added a new req on perl(Data::Dumper) (version 0) - added a new req on perl(Exception::Class) (version 1.29) - added a new req on perl(Scalar::Util) (version 1.21) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 19 May 2009 06:20:02 -0000 1.10 +++ .cvsignore 25 Aug 2009 06:30:47 -0000 1.11 @@ -1 +1 @@ -Object-InsideOut-3.55.tar.gz +Object-InsideOut-3.56.tar.gz Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/perl-Object-InsideOut.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-Object-InsideOut.spec 26 Jul 2009 13:51:52 -0000 1.13 +++ perl-Object-InsideOut.spec 25 Aug 2009 06:30:47 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-Object-InsideOut -Version: 3.55 -Release: 2%{?dist} +Version: 3.56 +Release: 1%{?dist} Summary: Comprehensive inside-out object support module Group: Development/Libraries @@ -20,11 +20,18 @@ Requires: perl(:MODULE_COMPAT_%(eval "` ### auto-added brs! BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Data::Dumper) -BuildRequires: perl(Scalar::Util) >= 1.19 +BuildRequires: perl(Scalar::Util) >= 1.21 BuildRequires: perl(Config) BuildRequires: perl(Test::More) >= 0.5 BuildRequires: perl(B) +### auto-added reqs! +Requires: perl(B) +Requires: perl(Config) +Requires: perl(Data::Dumper) +Requires: perl(Exception::Class) >= 1.29 +Requires: perl(Scalar::Util) >= 1.21 + %description This module provides comprehensive support for implementing classes using the inside-out object model. @@ -92,6 +99,15 @@ rm -rf %{buildroot} %changelog +* Tue Aug 25 2009 Chris Weyl 3.56-1 +- auto-update to 3.56 (by cpan-spec-update 0.01) +- altered br on perl(Scalar::Util) (1.19 => 1.21) +- added a new req on perl(B) (version 0) +- added a new req on perl(Config) (version 0) +- added a new req on perl(Data::Dumper) (version 0) +- added a new req on perl(Exception::Class) (version 1.29) +- added a new req on perl(Scalar::Util) (version 1.21) + * Sun Jul 26 2009 Fedora Release Engineering - 3.55-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 19 May 2009 06:20:03 -0000 1.10 +++ sources 25 Aug 2009 06:30:47 -0000 1.11 @@ -1 +1 @@ -d1b08cac98b65e4b8f3239c6a3e8fc06 Object-InsideOut-3.55.tar.gz +a7b2ade392eb7582f38177ceb675ffb0 Object-InsideOut-3.56.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:32:07 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:32:07 +0000 (UTC) Subject: rpms/perl-POE/devel .cvsignore, 1.11, 1.12 perl-POE.spec, 1.17, 1.18 sources, 1.11, 1.12 Message-ID: <20090825063207.62CD111C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1221 Modified Files: .cvsignore perl-POE.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 1.007-1 - auto-update to 1.007 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- .cvsignore 2 Jun 2009 07:22:52 -0000 1.11 +++ .cvsignore 25 Aug 2009 06:32:06 -0000 1.12 @@ -1 +1 @@ -POE-1.006.tar.gz +POE-1.007.tar.gz Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/perl-POE.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- perl-POE.spec 26 Jul 2009 13:55:34 -0000 1.17 +++ perl-POE.spec 25 Aug 2009 06:32:07 -0000 1.18 @@ -1,6 +1,6 @@ Name: perl-POE -Version: 1.006 -Release: 2%{?dist} +Version: 1.007 +Release: 1%{?dist} Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries @@ -45,13 +45,25 @@ 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(POE::Test::Loops) >= 1.021 BuildRequires: perl(POSIX) >= 1.02 BuildRequires: perl(File::Spec) >= 0.87 BuildRequires: perl(Exporter) BuildRequires: perl(Test::Harness) >= 2.26 BuildRequires: perl(Carp) +### auto-added reqs! +Requires: perl(Carp) +Requires: perl(Errno) >= 1.09 +Requires: perl(Exporter) +Requires: perl(File::Spec) >= 0.87 +Requires: perl(IO::Handle) >= 1.27 +Requires: perl(IO::Tty) >= 1.08 +Requires: perl(POE::Test::Loops) >= 1.021 +Requires: perl(POSIX) >= 1.02 +Requires: perl(Socket) >= 1.7 +Requires: perl(Storable) >= 2.16 + %description POE is a framework for cooperative, event driven multitasking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the @@ -142,6 +154,23 @@ rm -rf %{buildroot} %changelog +* Tue Aug 25 2009 Chris Weyl 1.007-1 +- auto-update to 1.007 (by cpan-spec-update 0.01) + +* Tue Aug 11 2009 Chris Weyl 1.007-1 +- auto-update to 1.007 (by cpan-spec-update 0.01) +- altered br on perl(POE::Test::Loops) (1.004 => 1.021) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(Errno) (version 1.09) +- added a new req on perl(Exporter) (version 0) +- added a new req on perl(File::Spec) (version 0.87) +- added a new req on perl(IO::Handle) (version 1.27) +- added a new req on perl(IO::Tty) (version 1.08) +- added a new req on perl(POE::Test::Loops) (version 1.021) +- added a new req on perl(POSIX) (version 1.02) +- added a new req on perl(Socket) (version 1.7) +- added a new req on perl(Storable) (version 2.16) + * Sun Jul 26 2009 Fedora Release Engineering - 1.006-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 2 Jun 2009 07:22:53 -0000 1.11 +++ sources 25 Aug 2009 06:32:07 -0000 1.12 @@ -1 +1 @@ -13c4ee6ab28b5ca1d031e654a50a3859 POE-1.006.tar.gz +c7e8822bd11ed36a2f716f60e58da2e6 POE-1.007.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:34:08 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:34:08 +0000 (UTC) Subject: rpms/perl-local-lib/F-11 perl-local-lib.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090825063408.7AEF911C00D7@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-serv2441 Modified Files: perl-local-lib.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 1.004005-1 - auto-update to 1.004005 (by cpan-spec-update 0.01) Index: perl-local-lib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-11/perl-local-lib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-local-lib.spec 19 May 2009 05:59:11 -0000 1.2 +++ perl-local-lib.spec 25 Aug 2009 06:34:07 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-local-lib -Version: 1.004000 +Version: 1.004005 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic License: GPL+ or Artistic @@ -19,6 +19,17 @@ BuildRequires: perl(Module::Build) >= 0. # testing... BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(CPAN) >= 1.80 +Requires: perl(ExtUtils::CBuilder) +Requires: perl(ExtUtils::Install) >= 1.43 +Requires: perl(ExtUtils::MakeMaker) >= 6.31 +Requires: perl(ExtUtils::ParseXS) +Requires: perl(Module::Build) >= 0.28 + +### auto-added brs! +BuildRequires: perl(ExtUtils::Install) >= 1.43 + %description This module provides a quick, convenient way of bootstrapping a user- local Perl module library located within the user's home directory. It @@ -63,6 +74,25 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Tue Aug 25 2009 Chris Weyl 1.004005-1 +- auto-update to 1.004005 (by cpan-spec-update 0.01) + +* Tue Aug 11 2009 Chris Weyl 1.004004-1 +- auto-update to 1.004004 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::Install) (version 1.43) +- added a new req on perl(CPAN) (version 1.80) +- added a new req on perl(ExtUtils::CBuilder) (version 0) +- added a new req on perl(ExtUtils::Install) (version 1.43) +- added a new req on perl(ExtUtils::MakeMaker) (version 6.31) +- added a new req on perl(ExtUtils::ParseXS) (version 0) +- added a new req on perl(Module::Build) (version 0.28) + +* Sun Jul 26 2009 Fedora Release Engineering - 1.004001-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jun 03 2009 Chris Weyl 1.004001-1 +- auto-update to 1.004001 (by cpan-spec-update 0.01) + * 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: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 19 May 2009 05:59:11 -0000 1.3 +++ sources 25 Aug 2009 06:34:08 -0000 1.4 @@ -1 +1 @@ -c009951bbedbd9042505353361b1edfe local-lib-1.004000.tar.gz +80fc0977311592f7937a448c4b6577c5 local-lib-1.004005.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:34:40 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:34:40 +0000 (UTC) Subject: rpms/perl-Parse-BACKPAN-Packages/F-11 perl-Parse-BACKPAN-Packages.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090825063440.7594E11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2609 Modified Files: perl-Parse-BACKPAN-Packages.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 0.35-1 - auto-update to 0.35 (by cpan-spec-update 0.01) - added a new req on perl(App::Cache) (version 0) - added a new req on perl(CPAN::DistnameInfo) (version 0) - added a new req on perl(Class::Accessor::Fast) (version 0) - added a new req on perl(Compress::Zlib) (version 0) - added a new req on perl(IO::Zlib) (version 0) - added a new req on perl(LWP::UserAgent) (version 0) Index: perl-Parse-BACKPAN-Packages.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/F-11/perl-Parse-BACKPAN-Packages.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Parse-BACKPAN-Packages.spec 9 Mar 2009 17:01:57 -0000 1.1 +++ perl-Parse-BACKPAN-Packages.spec 25 Aug 2009 06:34:40 -0000 1.2 @@ -1,15 +1,15 @@ -Name: perl-Parse-BACKPAN-Packages -Version: 0.34 +Name: perl-Parse-BACKPAN-Packages +Version: 0.35 Release: 1%{?dist} # lib/Parse/BACKPAN/Packages.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/Distribution.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/File.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Provide an index of BACKPAN -Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/Parse-BACKPAN-Packages-%{version}.tar.gz +Summary: Provide an index of BACKPAN +Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/Parse-BACKPAN-Packages-%{version}.tar.gz Url: http://search.cpan.org/dist/Parse-BACKPAN-Packages -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -29,6 +29,14 @@ BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) +### auto-added reqs! +Requires: perl(App::Cache) +Requires: perl(CPAN::DistnameInfo) +Requires: perl(Class::Accessor::Fast) +Requires: perl(Compress::Zlib) +Requires: perl(IO::Zlib) +Requires: perl(LWP::UserAgent) + %description The Comprehensive Perl Archive Network (CPAN) is a very useful collection of Perl code. However, in order to keep CPAN relatively @@ -59,15 +67,27 @@ find %{buildroot} -depth -type d -exec r %{?_with_network_tests: 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 Aug 25 2009 Chris Weyl 0.35-1 +- auto-update to 0.35 (by cpan-spec-update 0.01) +- added a new req on perl(App::Cache) (version 0) +- added a new req on perl(CPAN::DistnameInfo) (version 0) +- added a new req on perl(Class::Accessor::Fast) (version 0) +- added a new req on perl(Compress::Zlib) (version 0) +- added a new req on perl(IO::Zlib) (version 0) +- added a new req on perl(LWP::UserAgent) (version 0) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.34-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Mar 05 2009 Chris Weyl 0.34-1 - submission - conditionalize tests; they require network access @@ -75,4 +95,3 @@ rm -rf %{buildroot} * Thu Mar 05 2009 Chris Weyl 0.34-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/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:57 -0000 1.2 +++ sources 25 Aug 2009 06:34:40 -0000 1.3 @@ -1 +1 @@ -278a232a6b987e4ff0db45f5ac191f3f Parse-BACKPAN-Packages-0.34.tar.gz +984425779933b0125122b9a9c3e5abd8 Parse-BACKPAN-Packages-0.35.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:21:09 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:21:09 +0000 (UTC) Subject: rpms/perl-Class-Accessor-Grouped/devel .cvsignore, 1.5, 1.6 perl-Class-Accessor-Grouped.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090825062109.B720F11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Accessor-Grouped/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31643 Modified Files: .cvsignore perl-Class-Accessor-Grouped.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 0.09000-1 - auto-update to 0.09000 (by cpan-spec-update 0.01) - added a new br on perl(Carp) (version 0) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new br on perl(Scalar::Util) (version 0) - added a new br on perl(Sub::Identify) (version 0) - added a new br on perl(Sub::Name) (version 0.04) - added a new br on CPAN (inc::Module::AutoInstall found) - added a new req on perl(Carp) (version 0) - added a new req on perl(Class::Inspector) (version 0) - added a new req on perl(MRO::Compat) (version 0) - added a new req on perl(Scalar::Util) (version 0) - added a new req on perl(Sub::Name) (version 0.04) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 2 Apr 2009 07:06:38 -0000 1.5 +++ .cvsignore 25 Aug 2009 06:21:09 -0000 1.6 @@ -1 +1 @@ -Class-Accessor-Grouped-0.08003.tar.gz +Class-Accessor-Grouped-0.09000.tar.gz Index: perl-Class-Accessor-Grouped.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/devel/perl-Class-Accessor-Grouped.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Class-Accessor-Grouped.spec 26 Jul 2009 04:20:47 -0000 1.9 +++ perl-Class-Accessor-Grouped.spec 25 Aug 2009 06:21:09 -0000 1.10 @@ -1,26 +1,40 @@ Name: perl-Class-Accessor-Grouped -Version: 0.08003 -Release: 2%{?dist} +Version: 0.09000 +Release: 1%{?dist} Summary: Lets you build groups of accessors License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Accessor-Grouped/ -Source0: http://www.cpan.org/authors/id/C/CL/CLACO/Class-Accessor-Grouped-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Class-Accessor-Grouped-%{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 >= 1:5.6.1 -BuildRequires: perl(ExtUtils::MakeMaker) -#BuildRequires: perl(Carp) -#BuildRequires: perl(Scalar::Util) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +#BuildRequires: perl(Carp) +#BuildRequires: perl(Scalar::Util) # cpan -BuildRequires: perl(Class::Inspector) -BuildRequires: perl(MRO::Compat) +BuildRequires: perl(Class::Inspector) +BuildRequires: perl(MRO::Compat) # test BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(Carp) +Requires: perl(Class::Inspector) +Requires: perl(MRO::Compat) +Requires: perl(Scalar::Util) +Requires: perl(Sub::Name) >= 0.04 + +### auto-added brs! +BuildRequires: perl(Carp) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(Sub::Identify) +BuildRequires: perl(Sub::Name) >= 0.04 +BuildRequires: perl(CPAN) + %description This class lets you build groups of accessors that will call different getters and setters. @@ -28,7 +42,7 @@ getters and setters. %prep %setup -q -n Class-Accessor-Grouped-%{version} -#find t/ -type f -name '*.t' -chmod +#find t/ -type f -name '*.t' -chmod perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t # Filter unwanted Provides: @@ -79,6 +93,20 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 25 2009 Chris Weyl 0.09000-1 +- auto-update to 0.09000 (by cpan-spec-update 0.01) +- added a new br on perl(Carp) (version 0) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on perl(Scalar::Util) (version 0) +- added a new br on perl(Sub::Identify) (version 0) +- added a new br on perl(Sub::Name) (version 0.04) +- added a new br on CPAN (inc::Module::AutoInstall found) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(Class::Inspector) (version 0) +- added a new req on perl(MRO::Compat) (version 0) +- added a new req on perl(Scalar::Util) (version 0) +- added a new req on perl(Sub::Name) (version 0.04) + * Sat Jul 25 2009 Fedora Release Engineering - 0.08003-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 2 Apr 2009 07:06:38 -0000 1.5 +++ sources 25 Aug 2009 06:21:09 -0000 1.6 @@ -1 +1 @@ -327376dab6b9867685f59a2560fc0ae7 Class-Accessor-Grouped-0.08003.tar.gz +3e45eaf661a67dfc86becec239712355 Class-Accessor-Grouped-0.09000.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:37:21 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:37:21 +0000 (UTC) Subject: rpms/perl-Class-Method-Modifiers/F-11 perl-Class-Method-Modifiers.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090825063721.C233F11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Method-Modifiers/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3143 Modified Files: perl-Class-Method-Modifiers.spec sources Log Message: * Fri Jul 31 2009 Chris Weyl 1.04-1 - auto-update to 1.04 (by cpan-spec-update 0.01) Index: perl-Class-Method-Modifiers.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Method-Modifiers/F-11/perl-Class-Method-Modifiers.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Class-Method-Modifiers.spec 8 Jun 2009 05:58:10 -0000 1.5 +++ perl-Class-Method-Modifiers.spec 25 Aug 2009 06:37:21 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Class-Method-Modifiers -Version: 1.02 +Version: 1.04 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -65,6 +65,12 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Fri Jul 31 2009 Chris Weyl 1.04-1 +- auto-update to 1.04 (by cpan-spec-update 0.01) + +* Sat Jul 25 2009 Fedora Release Engineering - 1.02-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Jun 08 2009 Chris Weyl 1.02-1 - auto-update to 1.02 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Method-Modifiers/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 8 Jun 2009 05:58:10 -0000 1.3 +++ sources 25 Aug 2009 06:37:21 -0000 1.4 @@ -1 +1 @@ -8f7564176826b01f5b1deab8a73646d3 Class-Method-Modifiers-1.02.tar.gz +bf278d379903849d492ab975d6504cbe Class-Method-Modifiers-1.04.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:38:34 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:38:34 +0000 (UTC) Subject: rpms/perl-Object-InsideOut/F-11 perl-Object-InsideOut.spec, 1.11, 1.12 sources, 1.9, 1.10 Message-ID: <20090825063834.88E4911C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3362 Modified Files: perl-Object-InsideOut.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 3.56-1 - auto-update to 3.56 (by cpan-spec-update 0.01) - altered br on perl(Scalar::Util) (1.19 => 1.21) - added a new req on perl(B) (version 0) - added a new req on perl(Config) (version 0) - added a new req on perl(Data::Dumper) (version 0) - added a new req on perl(Exception::Class) (version 1.29) - added a new req on perl(Scalar::Util) (version 1.21) Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/F-11/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 25 Aug 2009 06:38:33 -0000 1.12 @@ -1,21 +1,37 @@ Name: perl-Object-InsideOut -Version: 3.51 -Release: 2%{?dist} -Summary: Comprehensive inside-out object support module +Version: 3.56 +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.21 +BuildRequires: perl(Config) +BuildRequires: perl(Test::More) >= 0.5 +BuildRequires: perl(B) + +### auto-added reqs! +Requires: perl(B) +Requires: perl(Config) +Requires: perl(Data::Dumper) +Requires: perl(Exception::Class) >= 1.29 +Requires: perl(Scalar::Util) >= 1.21 + %description This module provides comprehensive support for implementing classes using the inside-out object model. @@ -48,7 +64,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 +99,28 @@ rm -rf %{buildroot} %changelog +* Tue Aug 25 2009 Chris Weyl 3.56-1 +- auto-update to 3.56 (by cpan-spec-update 0.01) +- altered br on perl(Scalar::Util) (1.19 => 1.21) +- added a new req on perl(B) (version 0) +- added a new req on perl(Config) (version 0) +- added a new req on perl(Data::Dumper) (version 0) +- added a new req on perl(Exception::Class) (version 1.29) +- added a new req on perl(Scalar::Util) (version 1.21) + +* Sun Jul 26 2009 Fedora Release Engineering - 3.55-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* 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 +156,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/F-11/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 25 Aug 2009 06:38:34 -0000 1.10 @@ -1 +1 @@ -220951eaa39f7055db6b5aac35ccd337 Object-InsideOut-3.51.tar.gz +a7b2ade392eb7582f38177ceb675ffb0 Object-InsideOut-3.56.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:47:27 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:47:27 +0000 (UTC) Subject: rpms/perl-POE-API-Peek/devel .cvsignore, 1.4, 1.5 perl-POE-API-Peek.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <20090825064727.7240D11C00D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-API-Peek/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4392 Modified Files: .cvsignore perl-POE-API-Peek.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 1:1.34-1 - drop old workarounds - auto-update to 1.34 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::MakeMaker) (version 6.42) - altered br on perl(POE) (0.29 => 1.0001) - added a new br on perl(Test::Distribution) (version 0) - added a new br on perl(Test::NoWarnings) (version 0) - added a new br on perl(Test::Pod::Coverage) (version 0) - added a new req on perl(Devel::Size) (version 0) - added a new req on perl(POE) (version 1.0001) - Add epoch of 1 (1.0802 => 1.34) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-API-Peek/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 22 Mar 2007 16:11:09 -0000 1.4 +++ .cvsignore 25 Aug 2009 06:47:26 -0000 1.5 @@ -1 +1 @@ -POE-API-Peek-1.0802.tar.gz +POE-API-Peek-1.34.tar.gz Index: perl-POE-API-Peek.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-API-Peek/devel/perl-POE-API-Peek.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-POE-API-Peek.spec 26 Jul 2009 13:55:50 -0000 1.8 +++ perl-POE-API-Peek.spec 25 Aug 2009 06:47:27 -0000 1.9 @@ -1,37 +1,29 @@ -# Note: The signature check for this perl dist. is disabled by default, as it -# requires network access and would thus fail in the buildsys' mock -# environments. To build locally while enabling the test, either: -# -# rpmbuild ... --define '_with_network_tests 1' ... -# rpmbuild ... --with network_tests ... -# define _with_network_tests 1 in your ~/.rpmmacros -# -# Note that right now, the only way to run tests locally from a cvs sandbox -# "make noarch" type scenario is the third one. - Name: perl-POE-API-Peek -Version: 1.0802 -Release: 5%{?dist} +Epoch: 1 +Version: 1.34 +Release: 1%{?dist} Summary: Peek into the internals of a running POE environment License: BSD Group: Development/Libraries URL: http://search.cpan.org/dist/POE-API-Peek/ -Source0: http://www.cpan.org/authors/id/S/SU/SUNGO/POE-API-Peek-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SUNGO/POE-API-Peek-%{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 >= 1:5.6.1 BuildRequires: perl(Devel::Size) -BuildRequires: perl(POE) >= 0.29 +BuildRequires: perl(POE) >= 1.0001 BuildRequires: perl(Test::More) -%{?_with_network_tests:BuildRequires: perl(Module::Signature) } - -## cpanspec autogenerated -- retained for the curious -#Requires: perl(Devel::Size) -#Requires: perl(POE) >= 0.29 - -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +### auto-added reqs! +Requires: perl(Devel::Size) +Requires: perl(POE) >= 1.0001 + +### auto-added brs! +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Test::Distribution) +BuildRequires: perl(Test::NoWarnings) +BuildRequires: perl(Test::Pod::Coverage) %description POE::API::Peek extends the POE::Kernel interface to provide clean access to @@ -41,9 +33,6 @@ data is also available. %prep %setup -q -n POE-API-Peek-%{version} -# do this now, as our next few lines with disturb the signed package -%{?_with_network_tests: perl t/000-signature.t} - # beat $VERSION into submission, for proper auto-provides cd lib/POE/API MODVER=$(echo `grep 'our $VERSION' Peek.pm` '; print $VERSION;' | perl) @@ -64,9 +53,6 @@ find %{buildroot} -depth -type d -exec r %{_fixperms} %{buildroot}/* %check -# if we were going to do this, it'd be done already :) -rm t/000-signature.t - make test %clean @@ -74,11 +60,23 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE README +%doc LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Aug 25 2009 Chris Weyl 1:1.34-1 +- drop old workarounds +- auto-update to 1.34 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::MakeMaker) (version 6.42) +- altered br on perl(POE) (0.29 => 1.0001) +- added a new br on perl(Test::Distribution) (version 0) +- added a new br on perl(Test::NoWarnings) (version 0) +- added a new br on perl(Test::Pod::Coverage) (version 0) +- added a new req on perl(Devel::Size) (version 0) +- added a new req on perl(POE) (version 1.0001) +- Add epoch of 1 (1.0802 => 1.34) + * Sun Jul 26 2009 Fedora Release Engineering - 1.0802-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-API-Peek/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 22 Mar 2007 16:11:09 -0000 1.4 +++ sources 25 Aug 2009 06:47:27 -0000 1.5 @@ -1 +1 @@ -1f8af31c4bf49ca18bcb76e8790cd4f7 POE-API-Peek-1.0802.tar.gz +4c483bd98f7e0b45787dc8085f5c73ba POE-API-Peek-1.34.tar.gz From cweyl at fedoraproject.org Tue Aug 25 06:50:56 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 25 Aug 2009 06:50:56 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-DNS/devel .cvsignore, 1.4, 1.5 perl-POE-Component-Client-DNS.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <20090825065056.6AFE911C00D7@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-serv5132 Modified Files: .cvsignore perl-POE-Component-Client-DNS.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 1.04-1 - auto-update to 1.04 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::MakeMaker) (version 0) - altered br on perl(POE) (0.31 => 1.007) - added a new req on perl(Net::DNS) (version 0.59) - added a new req on perl(POE) (version 1.007) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 21 May 2009 05:16:24 -0000 1.4 +++ .cvsignore 25 Aug 2009 06:50:56 -0000 1.5 @@ -1 +1 @@ -POE-Component-Client-DNS-1.03.tar.gz +POE-Component-Client-DNS-1.04.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.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-POE-Component-Client-DNS.spec 26 Jul 2009 13:56:21 -0000 1.8 +++ perl-POE-Component-Client-DNS.spec 25 Aug 2009 06:50:56 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Client-DNS -Version: 1.03 -Release: 2%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: Non-blocking/concurrent DNS queries using Net::DNS and POE Group: Development/Libraries @@ -11,12 +11,15 @@ BuildRoot: %{_tmppath}/%{name}-%{ve Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(POE) >= 0.31 +BuildRequires: perl(POE) >= 1.007 BuildRequires: perl(Net::DNS) >= 0.59 - -### auto-added brs! +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(Net::DNS) >= 0.59 +Requires: perl(POE) >= 1.007 + %description POE::Component::Client::DNS provides a facility for non-blocking, concurrent DNS requests. Using POE, it allows other tasks to run while waiting for name @@ -63,6 +66,13 @@ rm -rf %{buildroot} %changelog +* Tue Aug 25 2009 Chris Weyl 1.04-1 +- auto-update to 1.04 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::MakeMaker) (version 0) +- altered br on perl(POE) (0.31 => 1.007) +- added a new req on perl(Net::DNS) (version 0.59) +- added a new req on perl(POE) (version 1.007) + * Sun Jul 26 2009 Fedora Release Engineering - 1.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 21 May 2009 05:16:24 -0000 1.4 +++ sources 25 Aug 2009 06:50:56 -0000 1.5 @@ -1 +1 @@ -d1e01606205819d7f694c22e8ad90a92 POE-Component-Client-DNS-1.03.tar.gz +81328c4af17a40e34d5f37fe5768f428 POE-Component-Client-DNS-1.04.tar.gz From kasal at fedoraproject.org Tue Aug 25 09:29:32 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Tue, 25 Aug 2009 09:29:32 +0000 (UTC) Subject: rpms/perl-Alien-wxWidgets/devel perl-Alien-wxWidgets-SONAME.patch, 1.1, 1.2 perl-Alien-wxWidgets.spec, 1.22, 1.23 Message-ID: <20090825092932.DB5EC11C00D7@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Alien-wxWidgets/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29605 Modified Files: perl-Alien-wxWidgets-SONAME.patch perl-Alien-wxWidgets.spec Log Message: * Mon Aug 24 2009 Stepan Kasal - 0.44-2 - fix the soname patch perl-Alien-wxWidgets-SONAME.patch: Any_wx_config_Bakefile.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) Index: perl-Alien-wxWidgets-SONAME.patch =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets-SONAME.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Alien-wxWidgets-SONAME.patch 20 Aug 2009 15:19:20 -0000 1.1 +++ perl-Alien-wxWidgets-SONAME.patch 25 Aug 2009 09:29:32 -0000 1.2 @@ -1,27 +1,35 @@ -2009-08-20 Stepan Kasal - +2009-08-24 Stepan Kasal + +perl-Wx did not run if wxGTK-devel was not installed. + +The problem was that the package containes list of dynamic libraries +to open, and that it had the *.so links, that are normally used by ld +only, not by the dynamic linker. Consequently, these links go to the +devel subpackage in every sane distro. + +soname can be displayed by objdump or eu-readelf. But first, we need +the full path name; for standard paths, gcc can help. + +2009-08-24 Stepan Kasal + * inc/My/Build/Any_wx_config_Bakefile.pm: convert the lib*.so - file name to the canonical name (soname); the *.so symlink - usually belongs to package *-devel and may not be available at - runtime. - ---- Alien-wxWidgets-0.42/inc/My/Build/Any_wx_config_Bakefile.pm.orig 2008-11-08 00:52:22.000000000 +0100 -+++ Alien-wxWidgets-0.42/inc/My/Build/Any_wx_config_Bakefile.pm 2009-08-20 15:51:52.000000000 +0200 -@@ -32,6 +32,17 @@ + file name to the canonical soname. + +--- Alien-wxWidgets-0.44/inc/My/Build/Any_wx_config_Bakefile.pm.soname 2009-08-09 13:13:40.000000000 +0200 ++++ Alien-wxWidgets-0.44/inc/My/Build/Any_wx_config_Bakefile.pm 2009-08-24 15:44:10.000000000 +0200 +@@ -35,7 +35,14 @@ && $lib =~ m/(?:gtk2?|mac)[ud]{0,2}-/; my $dll = "lib${name}." . $self->awx_dlext; -+ open PIPE1, "ldconfig -p |"; -+ while () { -+ if (s/^\s+${dll}\s(.*\s)?=>\s+//) { -+ for (`objdump -p $_`) { -+ if (s/^\s+SONAME\s+//) { chomp; $dll = $_; } -+ } -+ last; -+ } +- $data{dlls}{$key} = { dll => $dll, ++ my $dll_path = `gcc -print-file-name=$dll`; ++ chomp $dll_path; ++ my $dll_soname = 'not_found'; ++ if ( -r "$dll_path" && `objdump -p $dll_path` =~ m/^\s+SONAME\s+(\S+)/m) { ++ $dll_soname = $1; + } -+ close PIPE1; + - $data{dlls}{$key} = { dll => $dll, ++ $data{dlls}{$key} = { dll => $dll_soname, link => $lib }; } + if( $self->awx_is_monolithic ) { Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- perl-Alien-wxWidgets.spec 20 Aug 2009 15:19:20 -0000 1.22 +++ perl-Alien-wxWidgets.spec 25 Aug 2009 09:29:32 -0000 1.23 @@ -1,6 +1,6 @@ Name: perl-Alien-wxWidgets Version: 0.44 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 24 2009 Stepan Kasal - 0.44-2 +- fix the soname patch + * Thu Aug 20 2009 Stepan Kasal - 0.44-1 - new upstream version - add patch to remember the canonical sonames of libraries, so that From kasal at fedoraproject.org Tue Aug 25 09:29:52 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Tue, 25 Aug 2009 09:29:52 +0000 (UTC) Subject: rpms/perl-Wx/devel perl-Wx.spec,1.32,1.33 Message-ID: <20090825092952.6FD5B11C00D7@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29678 Modified Files: perl-Wx.spec Log Message: - rebuild with perl-Alien-wxWidgets-0.44-2 Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- perl-Wx.spec 20 Aug 2009 15:32:41 -0000 1.32 +++ perl-Wx.spec 25 Aug 2009 09:29:52 -0000 1.33 @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu Aug 20 2009 Stepan Kasal - 0.91-7 +- rebuild with perl-Alien-wxWidgets-0.44-2 + +* Thu Aug 20 2009 Stepan Kasal - 0.91-7 - rebuild against patched perl-Alien-wxWidgets * Sun Jul 26 2009 Fedora Release Engineering - 0.91-6 From kasal at fedoraproject.org Tue Aug 25 13:29:20 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Tue, 25 Aug 2009 13:29:20 +0000 (UTC) Subject: rpms/perl-Wx/devel perl-Wx.spec,1.33,1.34 Message-ID: <20090825132920.91C7B11C0348@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11213 Modified Files: perl-Wx.spec Log Message: bump release Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- perl-Wx.spec 25 Aug 2009 09:29:52 -0000 1.33 +++ perl-Wx.spec 25 Aug 2009 13:29:20 -0000 1.34 @@ -6,7 +6,7 @@ Name: perl-Wx Version: 0.91 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit Group: Development/Libraries @@ -95,7 +95,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Thu Aug 20 2009 Stepan Kasal - 0.91-7 +* Thu Aug 20 2009 Stepan Kasal - 0.91-8 - rebuild with perl-Alien-wxWidgets-0.44-2 * Thu Aug 20 2009 Stepan Kasal - 0.91-7 From bugzilla at redhat.com Tue Aug 25 13:31:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 25 Aug 2009 09:31:06 -0400 Subject: [Bug 508496] Perl: symbol lookup error: .../Wx.so: undefined symbol: Perl_Guse_safe_putenv_ptr In-Reply-To: References: Message-ID: <200908251331.n7PDV68s013738@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=508496 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |500959 -- Configure bugmail: 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 Aug 25 15:23:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 25 Aug 2009 11:23:30 -0400 Subject: [Bug 519191] New: perl-Socket6 needs to be rebuilt against current perl in rawhide 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-Socket6 needs to be rebuilt against current perl in rawhide https://bugzilla.redhat.com/show_bug.cgi?id=519191 Summary: perl-Socket6 needs to be rebuilt against current perl in rawhide Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Socket6 AssignedTo: wtogami at redhat.com ReportedBy: jik at kamens.brookline.ma.us QAContact: extras-qa at fedoraproject.org CC: wtogami at redhat.com, jpo at di.uminho.pt, fedora-perl-devel-list at redhat.com Classification: Fedora jik2:~!1008$ perl <<\EOF use Net::DNS; $res = Net::DNS::Resolver->new; $res->udp_timeout(1); $res->nameservers('127.0.0.1'); $res->search("localhost") || die "Localhost lookup failed\n"; EOF perl: symbol lookup error: /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/auto/Socket6/Socket6.so: undefined symbol: Perl_pad_sv jik2:~!1009$ # after rebuilding perl-Socket6 locally and reinstalling it jik2:~!1010$ perl <<\EOF use Net::DNS; $res = Net::DNS::Resolver->new; $res->udp_timeout(1); $res->nameservers('127.0.0.1'); $res->search("localhost") || die "Localhost lookup failed\n"; EOF jik2:~!1011$ -- Configure bugmail: 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 Aug 25 16:28:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 25 Aug 2009 12:28:08 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200908251628.n7PGS8T8001581@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 --- Comment #7 from Fedora Update System 2009-08-25 12:28:07 EDT --- perl-DateTime-Format-Excel-0.2901-3.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/perl-DateTime-Format-Excel-0.2901-3.el5 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 25 16:27:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 25 Aug 2009 12:27:36 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200908251627.n7PGRa1D001521@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 Robert Scheck changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE --- Comment #5 from Robert Scheck 2009-08-25 12:27:36 EDT --- Package: perl-DateTime-Format-Excel-0.2901-3.el4 Tag: dist-4E-epel-testing-candidate Status: complete Built by: robert Package: perl-DateTime-Format-Excel-0.2901-3.el5 Tag: dist-5E-epel-testing-candidate Status: complete Built by: robert -- Configure bugmail: 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 Aug 25 16:28:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 25 Aug 2009 12:28:06 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200908251628.n7PGS6bA027853@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 --- Comment #6 from Fedora Update System 2009-08-25 12:28:06 EDT --- perl-DateTime-Format-Excel-0.2901-3.el4 has been submitted as an update for Fedora EPEL 4. http://admin.fedoraproject.org/updates/perl-DateTime-Format-Excel-0.2901-3.el4 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From tmraz at fedoraproject.org Tue Aug 25 19:42:22 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Tue, 25 Aug 2009 19:42:22 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-X509/devel perl-Crypt-OpenSSL-X509-openssl.patch, NONE, 1.1 perl-Crypt-OpenSSL-X509.spec, 1.11, 1.12 Message-ID: <20090825194222.7D59611C0348@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14677 Modified Files: perl-Crypt-OpenSSL-X509.spec Added Files: perl-Crypt-OpenSSL-X509-openssl.patch Log Message: * Tue Aug 25 2009 Tomas Mraz - 0.7-5 - rebuilt with new openssl perl-Crypt-OpenSSL-X509-openssl.patch: X509.xs | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) --- NEW FILE perl-Crypt-OpenSSL-X509-openssl.patch --- diff -up Crypt-OpenSSL-X509-0.7/X509.xs.openssl Crypt-OpenSSL-X509-0.7/X509.xs --- Crypt-OpenSSL-X509-0.7/X509.xs.openssl 2008-02-23 23:18:11.000000000 +0100 +++ Crypt-OpenSSL-X509-0.7/X509.xs 2009-08-25 21:40:15.000000000 +0200 @@ -252,12 +252,19 @@ accessor(x509) } else if (ix == 7) { int j; +#if OPENSSL_VERSION_NUMBER >= 0x10000000L + STACK_OF(OPENSSL_STRING) *emlst = X509_get1_email(x509); + + for (j = 0; j < sk_OPENSSL_STRING_num(emlst); j++) { + BIO_printf(bio, "%s", sk_OPENSSL_STRING_value(emlst, j)); + } +#else STACK *emlst = X509_get1_email(x509); for (j = 0; j < sk_num(emlst); j++) { BIO_printf(bio, "%s", sk_value(emlst, j)); } - +#endif X509_email_free(emlst); } @@ -290,6 +297,17 @@ as_string(x509, format = FORMAT_PEM) } else if (format == FORMAT_NETSCAPE) { +#if OPENSSL_VERSION_NUMBER >= 0x10000000L + NETSCAPE_X509 nx; + ASN1_OCTET_STRING hdr; + + hdr.data = (unsigned char *)NETSCAPE_CERT_HDR; + hdr.length = strlen(NETSCAPE_CERT_HDR); + nx.header = &os; + nx.cert = x509; + + ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509), bio, &nx); +#else ASN1_HEADER ah; ASN1_OCTET_STRING os; @@ -300,6 +318,7 @@ as_string(x509, format = FORMAT_PEM) ah.meth = X509_asn1_meth(); ASN1_i2d_bio(i2d_ASN1_HEADER, bio, (unsigned char *)&ah); +#endif } RETVAL = sv_bio_final(bio); Index: perl-Crypt-OpenSSL-X509.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel/perl-Crypt-OpenSSL-X509.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Crypt-OpenSSL-X509.spec 21 Aug 2009 15:19:50 -0000 1.11 +++ perl-Crypt-OpenSSL-X509.spec 25 Aug 2009 19:42:22 -0000 1.12 @@ -6,6 +6,7 @@ License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-OpenSSL-X509/ Source0: http://www.cpan.org/authors/id/D/DA/DANIEL/Crypt-OpenSSL-X509-%{version}.tar.gz +Patch1: perl-Crypt-OpenSSL-X509-openssl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl openssl-devel BuildRequires: perl(Test::More) perl(Test::Pod) perl(Module::Install) @@ -17,6 +18,7 @@ Crypt::OpenSSL::X509 - Perl extension to %prep %setup -q -n Crypt-OpenSSL-X509-%{version} +%patch1 -p1 -b .openssl %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -47,7 +49,7 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog -* Fri Aug 21 2009 Tomas Mraz - 0.7-5 +* Tue Aug 25 2009 Tomas Mraz - 0.7-5 - rebuilt with new openssl * Sat Jul 25 2009 Fedora Release Engineering - 0.7-4 From tmraz at fedoraproject.org Tue Aug 25 20:13:31 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Tue, 25 Aug 2009 20:13:31 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-X509/devel perl-Crypt-OpenSSL-X509-openssl.patch, 1.1, 1.2 Message-ID: <20090825201331.44CD011C0044@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21616 Modified Files: perl-Crypt-OpenSSL-X509-openssl.patch Log Message: - I have no idea how perl XS works perl-Crypt-OpenSSL-X509-openssl.patch: X509.xs | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) Index: perl-Crypt-OpenSSL-X509-openssl.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel/perl-Crypt-OpenSSL-X509-openssl.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Crypt-OpenSSL-X509-openssl.patch 25 Aug 2009 19:42:22 -0000 1.1 +++ perl-Crypt-OpenSSL-X509-openssl.patch 25 Aug 2009 20:13:31 -0000 1.2 @@ -1,24 +1,24 @@ diff -up Crypt-OpenSSL-X509-0.7/X509.xs.openssl Crypt-OpenSSL-X509-0.7/X509.xs --- Crypt-OpenSSL-X509-0.7/X509.xs.openssl 2008-02-23 23:18:11.000000000 +0100 -+++ Crypt-OpenSSL-X509-0.7/X509.xs 2009-08-25 21:40:15.000000000 +0200 ++++ Crypt-OpenSSL-X509-0.7/X509.xs 2009-08-25 22:12:33.000000000 +0200 @@ -252,12 +252,19 @@ accessor(x509) } else if (ix == 7) { int j; -+#if OPENSSL_VERSION_NUMBER >= 0x10000000L ++ #if OPENSSL_VERSION_NUMBER >= 0x10000000L + STACK_OF(OPENSSL_STRING) *emlst = X509_get1_email(x509); + + for (j = 0; j < sk_OPENSSL_STRING_num(emlst); j++) { + BIO_printf(bio, "%s", sk_OPENSSL_STRING_value(emlst, j)); + } -+#else ++ #else STACK *emlst = X509_get1_email(x509); for (j = 0; j < sk_num(emlst); j++) { BIO_printf(bio, "%s", sk_value(emlst, j)); } - -+#endif ++ #endif X509_email_free(emlst); } @@ -26,7 +26,7 @@ diff -up Crypt-OpenSSL-X509-0.7/X509.xs. } else if (format == FORMAT_NETSCAPE) { -+#if OPENSSL_VERSION_NUMBER >= 0x10000000L ++ #if OPENSSL_VERSION_NUMBER >= 0x10000000L + NETSCAPE_X509 nx; + ASN1_OCTET_STRING hdr; + @@ -36,7 +36,7 @@ diff -up Crypt-OpenSSL-X509-0.7/X509.xs. + nx.cert = x509; + + ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509), bio, &nx); -+#else ++ #else ASN1_HEADER ah; ASN1_OCTET_STRING os; @@ -44,7 +44,7 @@ diff -up Crypt-OpenSSL-X509-0.7/X509.xs. ah.meth = X509_asn1_meth(); ASN1_i2d_bio(i2d_ASN1_HEADER, bio, (unsigned char *)&ah); -+#endif ++ #endif } RETVAL = sv_bio_final(bio); From cweyl at fedoraproject.org Wed Aug 26 00:45:40 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 26 Aug 2009 00:45:40 +0000 (UTC) Subject: rpms/perl-POE-Component-JobQueue/devel .cvsignore, 1.3, 1.4 perl-POE-Component-JobQueue.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20090826004540.27EC711C0044@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-JobQueue/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16147 Modified Files: .cvsignore perl-POE-Component-JobQueue.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 0.570-1 - auto-update to 0.570 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::MakeMaker) (version 0) - altered br on perl(POE) (0.11 => 1.007) - added a new req on perl(POE) (version 1.007) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 11 Aug 2006 04:20:41 -0000 1.3 +++ .cvsignore 26 Aug 2009 00:45:39 -0000 1.4 @@ -1 +1 @@ -POE-Component-JobQueue-0.55.tar.gz +POE-Component-JobQueue-0.570.tar.gz Index: perl-POE-Component-JobQueue.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/devel/perl-POE-Component-JobQueue.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-POE-Component-JobQueue.spec 26 Jul 2009 13:58:02 -0000 1.7 +++ perl-POE-Component-JobQueue.spec 26 Aug 2009 00:45:39 -0000 1.8 @@ -1,37 +1,40 @@ -# for rpm versioning issues, and convienence -%define cpanver 0.55 -%define rpmver 0.5500 - Name: perl-POE-Component-JobQueue -Version: %{rpmver} -Release: 5%{?dist} +Version: 0.570 +Release: 1%{?dist} Summary: Process a large number of tasks with a finite number of workers Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/POE-Component-JobQueue -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{cpanver}.tar.gz +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/POE-Component-JobQueue +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl -BuildRequires: perl(POE) >= 0.11 +BuildRequires: perl(POE) >= 1.007 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +### auto-added reqs! +Requires: perl(POE) >= 1.007 + +### auto-added brs! +BuildRequires: perl(ExtUtils::MakeMaker) + %description POE::Component::JobQueue manages a finite pool of worker sessions as they handle an arbitrarily large number of tasks. It often is used as a form of flow control, preventing an arbitrarily large number of worker sessions from exhausting some finite resource. +%{?perl_default_filter} %prep -%setup -q -n POE-Component-JobQueue-%{cpanver} +%setup -q -n POE-Component-JobQueue-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # readme says this is a good example. So, why not? @@ -63,6 +66,12 @@ rm -rf %{buildroot} %changelog +* Tue Aug 25 2009 Chris Weyl 0.570-1 +- auto-update to 0.570 (by cpan-spec-update 0.01) +- added a new br on perl(ExtUtils::MakeMaker) (version 0) +- altered br on perl(POE) (0.11 => 1.007) +- added a new req on perl(POE) (version 1.007) + * Sun Jul 26 2009 Fedora Release Engineering - 0.5500-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -76,7 +85,7 @@ Rebuild for new perl - bump for mass rebuild * Wed Aug 09 2006 Chris Weyl 0.5500-1 -- update to cpan ver 0.55 +- update to cpan ver 0.55 * Sat Jul 8 2006 Chris Weyl 0.5402-1 - bump for fe build/release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 11 Aug 2006 04:20:41 -0000 1.3 +++ sources 26 Aug 2009 00:45:39 -0000 1.4 @@ -1 +1 @@ -802e96ec46e5142a2aa25939a55f6855 POE-Component-JobQueue-0.55.tar.gz +8c8df87bd4f1e839a2cb6cb566370f8c POE-Component-JobQueue-0.570.tar.gz From cweyl at fedoraproject.org Wed Aug 26 00:48:40 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 26 Aug 2009 00:48:40 +0000 (UTC) Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel perl-POE-Component-Server-SimpleHTTP.spec, 1.11, 1.12 Message-ID: <20090826004840.F051711C0044@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16867 Modified Files: perl-POE-Component-Server-SimpleHTTP.spec Log Message: * Tue Aug 11 2009 Chris Weyl 1.58-1 - auto-update to 1.58 (by cpan-spec-update 0.01) - added a new req on perl(Carp) (version 0) - added a new req on perl(HTTP::Date) (version 0) - added a new req on perl(HTTP::Request) (version 0) - added a new req on perl(POE) (version 1.0000) - added a new req on perl(Socket) (version 0) - added a new req on perl(Storable) (version 0) - added a new req on perl(Sys::Hostname) (version 0) Index: perl-POE-Component-Server-SimpleHTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/perl-POE-Component-Server-SimpleHTTP.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-POE-Component-Server-SimpleHTTP.spec 26 Jul 2009 14:00:22 -0000 1.11 +++ perl-POE-Component-Server-SimpleHTTP.spec 26 Aug 2009 00:48:40 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-SimpleHTTP Version: 1.58 -Release: 2%{?dist} +Release: 1%{?dist} Summary: Serve HTTP requests in POE License: GPL+ or Artistic Group: Development/Libraries @@ -45,6 +45,15 @@ BuildRequires: perl(Socket) BuildRequires: perl(Test::POE::Client::TCP) >= 0.1 BuildRequires: perl(Carp) +### auto-added reqs! +Requires: perl(Carp) +Requires: perl(HTTP::Date) +Requires: perl(HTTP::Request) +Requires: perl(POE) >= 1.0000 +Requires: perl(Socket) +Requires: perl(Storable) +Requires: perl(Sys::Hostname) + %description This module makes serving up HTTP requests a breeze in POE. @@ -84,6 +93,16 @@ rm -rf %{buildroot} %changelog +* Tue Aug 11 2009 Chris Weyl 1.58-1 +- auto-update to 1.58 (by cpan-spec-update 0.01) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(HTTP::Date) (version 0) +- added a new req on perl(HTTP::Request) (version 0) +- added a new req on perl(POE) (version 1.0000) +- added a new req on perl(Socket) (version 0) +- added a new req on perl(Storable) (version 0) +- added a new req on perl(Sys::Hostname) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 1.58-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cweyl at fedoraproject.org Wed Aug 26 00:50:54 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 26 Aug 2009 00:50:54 +0000 (UTC) Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel perl-POE-Component-Server-SimpleHTTP.spec, 1.12, 1.13 Message-ID: <20090826005054.C9DEE11C0044@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17421 Modified Files: perl-POE-Component-Server-SimpleHTTP.spec Log Message: - hm, not sure how that happened Index: perl-POE-Component-Server-SimpleHTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/perl-POE-Component-Server-SimpleHTTP.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-POE-Component-Server-SimpleHTTP.spec 26 Aug 2009 00:48:40 -0000 1.12 +++ perl-POE-Component-Server-SimpleHTTP.spec 26 Aug 2009 00:50:54 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-SimpleHTTP Version: 1.58 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Serve HTTP requests in POE License: GPL+ or Artistic Group: Development/Libraries @@ -54,6 +54,8 @@ Requires: perl(Socket) Requires: perl(Storable) Requires: perl(Sys::Hostname) +%{?perl_default_filter} + %description This module makes serving up HTTP requests a breeze in POE. @@ -93,16 +95,6 @@ rm -rf %{buildroot} %changelog -* Tue Aug 11 2009 Chris Weyl 1.58-1 -- auto-update to 1.58 (by cpan-spec-update 0.01) -- added a new req on perl(Carp) (version 0) -- added a new req on perl(HTTP::Date) (version 0) -- added a new req on perl(HTTP::Request) (version 0) -- added a new req on perl(POE) (version 1.0000) -- added a new req on perl(Socket) (version 0) -- added a new req on perl(Storable) (version 0) -- added a new req on perl(Sys::Hostname) (version 0) - * Sun Jul 26 2009 Fedora Release Engineering - 1.58-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From bugzilla at redhat.com Wed Aug 26 06:32:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 02:32:46 -0400 Subject: [Bug 519318] New: perl-GD needs to be recompiled in rawhide 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-GD needs to be recompiled in rawhide https://bugzilla.redhat.com/show_bug.cgi?id=519318 Summary: perl-GD needs to be recompiled in rawhide Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-GD AssignedTo: tcallawa at redhat.com ReportedBy: jik at kamens.brookline.ma.us QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora /usr/bin/perl: symbol lookup error: /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/auto/GD/GD.so: undefined symbol: Perl_pad_sv -- Configure bugmail: 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 Aug 26 07:41:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 03:41:46 -0400 Subject: [Bug 519318] perl-GD needs to be recompiled in rawhide In-Reply-To: References: Message-ID: <200908260741.n7Q7fkfA011895@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=519318 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG --- Comment #1 from Marcela Maslanova 2009-08-26 03:41:45 EDT --- This was fixed by rebuild of perl. Please update to perl-5.10.0-80.fc12 Reason for failure was answered here: http://osdir.com/ml/general/2009-08/msg10656.html -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 26 07:41:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 03:41:59 -0400 Subject: [Bug 519191] perl-Socket6 needs to be rebuilt against current perl in rawhide In-Reply-To: References: Message-ID: <200908260741.n7Q7fxaI011949@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=519191 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG --- Comment #1 from Marcela Maslanova 2009-08-26 03:41:58 EDT --- This was fixed by rebuild of perl. Please update to perl-5.10.0-80.fc12 Reason for failure was answered here: http://osdir.com/ml/general/2009-08/msg10656.html -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From tmraz at fedoraproject.org Wed Aug 26 08:53:08 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Wed, 26 Aug 2009 08:53:08 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-X509/devel perl-Crypt-OpenSSL-X509-openssl.patch, 1.2, 1.3 Message-ID: <20090826085308.A9AA111C0082@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11688 Modified Files: perl-Crypt-OpenSSL-X509-openssl.patch Log Message: - SHA1 is now used in the hash() call perl-Crypt-OpenSSL-X509-openssl.patch: X509.xs | 20 +++++++++++++++++++- t/x509.t | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) Index: perl-Crypt-OpenSSL-X509-openssl.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel/perl-Crypt-OpenSSL-X509-openssl.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Crypt-OpenSSL-X509-openssl.patch 25 Aug 2009 20:13:31 -0000 1.2 +++ perl-Crypt-OpenSSL-X509-openssl.patch 26 Aug 2009 08:53:08 -0000 1.3 @@ -1,50 +1,62 @@ +diff -up Crypt-OpenSSL-X509-0.7/t/x509.t.openssl Crypt-OpenSSL-X509-0.7/t/x509.t +--- Crypt-OpenSSL-X509-0.7/t/x509.t.openssl 2009-08-26 10:06:16.000000000 +0200 ++++ Crypt-OpenSSL-X509-0.7/t/x509.t 2009-08-26 10:05:21.000000000 +0200 +@@ -12,7 +12,7 @@ ok($x509->fingerprint_md5() eq '51:86:E8 + ok($x509->issuer() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary Certification Authority', 'issuer()'); + ok($x509->subject() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary Certification Authority', 'subject()'); + +-ok($x509->hash() eq '2edf7016' or '24ad0b63', hash()); ++ok($x509->hash() eq '2edf7016', hash()); + + ok($x509 = Crypt::OpenSSL::X509->new_from_file('certs/thawte.pem'), 'new_from_file()'); + diff -up Crypt-OpenSSL-X509-0.7/X509.xs.openssl Crypt-OpenSSL-X509-0.7/X509.xs --- Crypt-OpenSSL-X509-0.7/X509.xs.openssl 2008-02-23 23:18:11.000000000 +0100 -+++ Crypt-OpenSSL-X509-0.7/X509.xs 2009-08-25 22:12:33.000000000 +0200 ++++ Crypt-OpenSSL-X509-0.7/X509.xs 2009-08-25 23:12:45.000000000 +0200 @@ -252,12 +252,19 @@ accessor(x509) } else if (ix == 7) { int j; -+ #if OPENSSL_VERSION_NUMBER >= 0x10000000L ++#if OPENSSL_VERSION_NUMBER >= 0x10000000L + STACK_OF(OPENSSL_STRING) *emlst = X509_get1_email(x509); + + for (j = 0; j < sk_OPENSSL_STRING_num(emlst); j++) { + BIO_printf(bio, "%s", sk_OPENSSL_STRING_value(emlst, j)); + } -+ #else ++#else STACK *emlst = X509_get1_email(x509); for (j = 0; j < sk_num(emlst); j++) { BIO_printf(bio, "%s", sk_value(emlst, j)); } - -+ #endif ++#endif X509_email_free(emlst); } -@@ -290,6 +297,17 @@ as_string(x509, format = FORMAT_PEM) +@@ -289,7 +296,17 @@ as_string(x509, format = FORMAT_PEM) + i2d_X509_bio(bio, x509); } else if (format == FORMAT_NETSCAPE) { - -+ #if OPENSSL_VERSION_NUMBER >= 0x10000000L ++#if OPENSSL_VERSION_NUMBER >= 0x10000000L + NETSCAPE_X509 nx; + ASN1_OCTET_STRING hdr; + + hdr.data = (unsigned char *)NETSCAPE_CERT_HDR; + hdr.length = strlen(NETSCAPE_CERT_HDR); -+ nx.header = &os; ++ nx.header = &hdr; + nx.cert = x509; -+ + + ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509), bio, &nx); -+ #else ++#else ASN1_HEADER ah; ASN1_OCTET_STRING os; -@@ -300,6 +318,7 @@ as_string(x509, format = FORMAT_PEM) +@@ -300,6 +317,7 @@ as_string(x509, format = FORMAT_PEM) ah.meth = X509_asn1_meth(); ASN1_i2d_bio(i2d_ASN1_HEADER, bio, (unsigned char *)&ah); -+ #endif ++#endif } RETVAL = sv_bio_final(bio); From tmraz at fedoraproject.org Wed Aug 26 08:59:26 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Wed, 26 Aug 2009 08:59:26 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-X509/devel perl-Crypt-OpenSSL-X509-openssl.patch, 1.3, 1.4 Message-ID: <20090826085926.A0BAC11C0082@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13154 Modified Files: perl-Crypt-OpenSSL-X509-openssl.patch Log Message: - oops reversed hunk perl-Crypt-OpenSSL-X509-openssl.patch: X509.xs | 20 +++++++++++++++++++- t/x509.t | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) Index: perl-Crypt-OpenSSL-X509-openssl.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel/perl-Crypt-OpenSSL-X509-openssl.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Crypt-OpenSSL-X509-openssl.patch 26 Aug 2009 08:53:08 -0000 1.3 +++ perl-Crypt-OpenSSL-X509-openssl.patch 26 Aug 2009 08:59:26 -0000 1.4 @@ -5,8 +5,8 @@ diff -up Crypt-OpenSSL-X509-0.7/t/x509.t ok($x509->issuer() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary Certification Authority', 'issuer()'); ok($x509->subject() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary Certification Authority', 'subject()'); --ok($x509->hash() eq '2edf7016' or '24ad0b63', hash()); -+ok($x509->hash() eq '2edf7016', hash()); +-ok($x509->hash() eq '2edf7016', hash()); ++ok($x509->hash() eq '2edf7016' or '24ad0b63', hash()); ok($x509 = Crypt::OpenSSL::X509->new_from_file('certs/thawte.pem'), 'new_from_file()'); From tmraz at fedoraproject.org Wed Aug 26 09:10:20 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Wed, 26 Aug 2009 09:10:20 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-X509/devel perl-Crypt-OpenSSL-X509-openssl.patch, 1.4, 1.5 Message-ID: <20090826091020.1175811C043D@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15412 Modified Files: perl-Crypt-OpenSSL-X509-openssl.patch Log Message: * Tue Aug 25 2009 Tomas Mraz - 0.7-5 - rebuilt with new openssl perl-Crypt-OpenSSL-X509-openssl.patch: X509.xs | 20 +++++++++++++++++++- t/x509.t | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) Index: perl-Crypt-OpenSSL-X509-openssl.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel/perl-Crypt-OpenSSL-X509-openssl.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Crypt-OpenSSL-X509-openssl.patch 26 Aug 2009 08:59:26 -0000 1.4 +++ perl-Crypt-OpenSSL-X509-openssl.patch 26 Aug 2009 09:10:19 -0000 1.5 @@ -5,8 +5,8 @@ diff -up Crypt-OpenSSL-X509-0.7/t/x509.t ok($x509->issuer() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary Certification Authority', 'issuer()'); ok($x509->subject() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary Certification Authority', 'subject()'); --ok($x509->hash() eq '2edf7016', hash()); -+ok($x509->hash() eq '2edf7016' or '24ad0b63', hash()); +-ok($x509->hash() eq '2edf7016', 'hash()'); ++ok($x509->hash() eq '2edf7016' or '24ad0b63', 'hash()'); ok($x509 = Crypt::OpenSSL::X509->new_from_file('certs/thawte.pem'), 'new_from_file()'); From bugzilla at redhat.com Wed Aug 26 11:04:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 07:04:29 -0400 Subject: [Bug 519364] New: Upgrade to 0.2.1 release to add many missing APIs & fix major bugs Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Upgrade to 0.2.1 release to add many missing APIs & fix major bugs https://bugzilla.redhat.com/show_bug.cgi?id=519364 Summary: Upgrade to 0.2.1 release to add many missing APIs & fix major bugs Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Sys-Virt AssignedTo: steve at silug.org ReportedBy: berrange at redhat.com QAContact: extras-qa at fedoraproject.org CC: steve at silug.org, berrange at redhat.com, fedora-perl-devel-list at redhat.com Blocks: 498969 Classification: Fedora Target Release: --- Description of problem: libvirt in F12 is on version 0.6.4, but the perl-Sys-Virt release is missing many APIs from this release of libvirt. These APIs are needed in order to run the perl-Sys-Virt-TCK test suite recently added to F12. Please rebase to the release just announced http://www.redhat.com/archives/libvir-list/2009-August/msg00478.html Changes since 0.2.0: - Add all new APIs upto libvirt 0.6.4 (network interfaces, storage volume cloning and node device create/delete) - Fix off-by-1 in UUID stringification - Set default values for optional params. - Use SvOK check for potentially undefined string params - Export all the virError related constants - Fix some memory leaks in C layer - Remove bogus module imports from test suite FYI, I would be happy to commit & build new versions myself - just waiting for pkgdb request to be approved..... Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 26 13:13:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 09:13:44 -0400 Subject: [Bug 519395] New: cleanup patch: use better buildroot, nicer find coomands Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: cleanup patch: use better buildroot, nicer find coomands https://bugzilla.redhat.com/show_bug.cgi?id=519395 Summary: cleanup patch: use better buildroot, nicer find coomands Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: cpanspec AssignedTo: steve at silug.org ReportedBy: skasal at redhat.com QAContact: extras-qa at fedoraproject.org CC: steve at silug.org, fedora-perl-devel-list at redhat.com Classification: Fedora Target Release: --- cpanspec uses less than optimal BuildRoot, and it could use nicer forms of find commands as well. Proposed patch attached here. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 26 13:21:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 09:21:27 -0400 Subject: [Bug 519395] cleanup patch: use better buildroot, nicer find coomands In-Reply-To: References: Message-ID: <200908261321.n7QDLRYZ022170@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=519395 --- Comment #1 from Stepan Kasal 2009-08-26 09:21:26 EDT --- Created an attachment (id=358711) --> (https://bugzilla.redhat.com/attachment.cgi?id=358711) proposed patch -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 26 13:29:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 09:29:06 -0400 Subject: [Bug 156113] [PATCH] Perl is built with debugging support In-Reply-To: References: Message-ID: <200908261329.n7QDT6Sr023964@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=156113 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[PATCH] Perl is build with |[PATCH] Perl is built with |debugging support |debugging support -- Configure bugmail: 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 Aug 26 14:13:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 10:13:37 -0400 Subject: [Bug 519395] cleanup patch: use better buildroot, nicer find coomands In-Reply-To: References: Message-ID: <200908261413.n7QEDbwx006115@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=519395 Ralf Corsepius changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rc040203 at freenet.de --- Comment #2 from Ralf Corsepius 2009-08-26 10:13:36 EDT --- Stepan, I agree with your proposal on adopting the new buildroot, but I don't agree on your "nice find" changes. Rationale: * Your proposal adds adds further external commands (pipe, xargs), where using find's internal -exec is more efficient. * Your proposal is sensitive to white space quoting, due to using xargs (The original construct also is, due to missing quotes) * -size 0 complies to POSIX, -empty doesn't. May-be you should explain which issues you are trying to solve. I don't see them. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Wed Aug 26 15:03:35 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 26 Aug 2009 15:03:35 +0000 (UTC) Subject: rpms/perl-Sys-Virt/devel .cvsignore, 1.4, 1.5 perl-Sys-Virt.spec, 1.17, 1.18 sources, 1.4, 1.5 perl-Sys-Virt-free.patch, 1.1, NONE Message-ID: <20090826150335.28A6F11C0082@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv389 Modified Files: .cvsignore perl-Sys-Virt.spec sources Removed Files: perl-Sys-Virt-free.patch Log Message: - new upstream version - remove upstreamed patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 30 Mar 2009 15:18:07 -0000 1.4 +++ .cvsignore 26 Aug 2009 15:03:34 -0000 1.5 @@ -1 +1 @@ -Sys-Virt-0.2.0.tar.gz +Sys-Virt-0.2.1.tar.gz Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- perl-Sys-Virt.spec 26 Jul 2009 16:38:01 -0000 1.17 +++ perl-Sys-Virt.spec 26 Aug 2009 15:03:35 -0000 1.18 @@ -1,18 +1,17 @@ Name: perl-Sys-Virt -Version: 0.2.0 -Release: 3%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz -Patch1: %{name}-free.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(XML::XPath) -BuildRequires: libvirt-devel >= 0.6.1 +BuildRequires: libvirt-devel >= 0.6.4 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -22,7 +21,6 @@ virtualization containers to be managed %prep %setup -q -n Sys-Virt-%{version} -%patch1 -p1 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL sed -i -e '/\.spec\.PL$/d' MANIFEST @@ -41,9 +39,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 f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -type f \( -name .packlist -o -name '*.bs' -empty \) | + xargs rm -f +find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \; %{_fixperms} $RPM_BUILD_ROOT/* @@ -61,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Aug 26 2009 Stepan Kasal - 0.2.1-1 +- new upstream version +- remove upstreamed patch + * Sun Jul 26 2009 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 30 Mar 2009 15:18:07 -0000 1.4 +++ sources 26 Aug 2009 15:03:35 -0000 1.5 @@ -1 +1 @@ -c8968a476c9130521b317f9f729a22d9 Sys-Virt-0.2.0.tar.gz +d87ebf92922a66412124b0ee9544dd6d Sys-Virt-0.2.1.tar.gz --- perl-Sys-Virt-free.patch DELETED --- From bugzilla at redhat.com Wed Aug 26 15:48:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 11:48:44 -0400 Subject: [Bug 519395] cleanup patch: use better buildroot, nicer find coomands In-Reply-To: References: Message-ID: <200908261548.n7QFmiTi030599@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=519395 --- Comment #3 from Stepan Kasal 2009-08-26 11:48:44 EDT --- (In reply to comment #2) > May-be you should explain which issues you are trying to solve. I don't see > them. Well, I have to admit that I'm not trying to solve any real problem, I was just replacing things I did not like with "nicer" patterns. I wanted to make the cpanspec-generated code as educative as possible, because it gets replicated many times. Thank you, Ralf, for your comment, you made me to think more about the changes. Rationale follows. > I agree with your proposal on adopting the new buildroot, Great. Even FPG mention that this is the best of the allowed alternatives. > * Your proposal adds further external commands (pipe, xargs), where using > find's internal -exec is more efficient. Generally speaking, xargs is often more efficient than -exec, as it calls the command only once for many arguments. That's why I prefer it. But in this case, you are right: the rm command is called ony a few times, if ever, so it is more appropriate here. Anyway, there is a way to combine both advantages: we can use find ... -exec rm -f {} + The plus terminator in find is defined by POSIX. > * -size 0 complies to POSIX, -empty doesn't. Right. > * Your proposal is sensitive to white space quoting, due to using xargs Right. To fix it, I'd have to use "-print0|xargs -0", another non-POSIX feature. > (The original construct also is, due to missing quotes) Right, should be fixed. I think that the values in @MACROS should contain quotes and then would be used unquoted. To sum up, you convinced me to back out my changes to first two instances of "find", except for perhaps changing the -exec delimiter to +. But I think the situation is different with the last instance of find: find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; Note that the stderr redirection does not apply to rmdir, but to the whole find command. Consequently, any error output from find is discarded. At the very least, we should make this clear by reordering the arguments: find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} \; 2>/dev/null But I should it would be better to overcome this limitation by using the non-POSIX predicate -empty (-size 0 does not work for directories). That means I still support my original proposal. I'll post an updated patch tomorrow. -- Configure bugmail: 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 Aug 26 15:51:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 11:51:55 -0400 Subject: [Bug 519364] Upgrade to 0.2.1 release to add many missing APIs & fix major bugs In-Reply-To: References: Message-ID: <200908261551.n7QFptjR001190@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=519364 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE AssignedTo|steve at silug.org |skasal at redhat.com --- Comment #1 from Stepan Kasal 2009-08-26 11:51:54 EDT --- fixed in rawhide, thanks for your 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 Aug 26 16:04:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 12:04:48 -0400 Subject: [Bug 519395] cleanup patch: use better buildroot, nicer find coomands In-Reply-To: References: Message-ID: <200908261604.n7QG4m0C003613@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=519395 Paul Howarth changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul at city-fan.org --- Comment #4 from Paul Howarth 2009-08-26 12:04:48 EDT --- (In reply to comment #3) > Anyway, there is a way to combine both advantages: we can use > find ... -exec rm -f {} + > The plus terminator in find is defined by POSIX. That may be so but you still need a relatively recent version of find to use it. If cpanspec is changed to use the plus terminator, the generated spec files will be incompatible with EL-5, let alone EL-4. -- Configure bugmail: 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 Aug 26 21:30:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Aug 2009 17:30:51 -0400 Subject: [Bug 505576] perl-PAR-Packer not built with $RPM_OPT_FLAGS In-Reply-To: References: Message-ID: <200908262130.n7QLUpvY007280@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=505576 Ville Skytt? changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Reopened Status|CLOSED |ASSIGNED Resolution|RAWHIDE | --- Comment #3 from Ville Skytt? 2009-08-26 17:30:51 EDT --- Hmm, where were these changes made? I don't see any changes in CVS nor new builds in koji. -- Configure bugmail: 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 Wed Aug 26 23:01:52 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Wed, 26 Aug 2009 23:01:52 +0000 (UTC) Subject: rpms/perl-BZ-Client/F-10 import.log, NONE, 1.1 perl-BZ-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090826230153.0340311C0417@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-BZ-Client/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26881/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-BZ-Client.spec Log Message: Initial import. --- NEW FILE import.log --- perl-BZ-Client-1_02-1_fc11:F-10:perl-BZ-Client-1.02-1.fc11.src.rpm:1251327623 --- NEW FILE perl-BZ-Client.spec --- Name: perl-BZ-Client Version: 1.02 Release: 1%{?dist} Summary: A client for the Bugzilla web services API License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/BZ-Client/ Source0: http://www.cpan.org/authors/id/J/JW/JWIED/BZ-Client-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(LWP) BuildRequires: perl(XML::Parser) BuildRequires: perl(XML::Writer) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides an interface to the Bugzilla web services API. %prep %setup -q -n BZ-Client-%{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 LICENSE %{perl_vendorlib}/BZ %{_mandir}/man3/* %changelog * Tue Aug 11 2009 Emmanuel Seyman 1.02-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-BZ-Client/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 Aug 2009 22:25:15 -0000 1.1 +++ .cvsignore 26 Aug 2009 23:01:51 -0000 1.2 @@ -0,0 +1 @@ +BZ-Client-1.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-BZ-Client/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 Aug 2009 22:25:15 -0000 1.1 +++ sources 26 Aug 2009 23:01:51 -0000 1.2 @@ -0,0 +1 @@ +5b2672bebb843e251cfa440cb1bec419 BZ-Client-1.02.tar.gz From cweyl at alumni.drew.edu Thu Aug 27 04:15:13 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Wed, 26 Aug 2009 21:15:13 -0700 Subject: The broken perl in dist-f12 this weekend In-Reply-To: <20090824160432.GA7530@camelia.ucw.cz> References: <20090824160432.GA7530@camelia.ucw.cz> Message-ID: <7dd7ab490908262115h326df805s6c3c7764036e4cfd@mail.gmail.com> On Mon, Aug 24, 2009 at 9:04 AM, Stepan Kasal wrote: > > As explained above, this was my fault, Chris is innocent. ?:-) Hmm, that's not what I'm used to hearing! :-) My apologies for triggering this, even accidentally. -Chris -- Chris Weyl Ex astris, scientia From bugzilla at redhat.com Thu Aug 27 09:32:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Aug 2009 05:32:21 -0400 Subject: [Bug 519648] virStorageVolLookupBy* not implemented In-Reply-To: References: Message-ID: <200908270932.n7R9WLsM019468@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=519648 Daniel Berrange changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|519647 | -- Configure bugmail: 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 Aug 27 09:31:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Aug 2009 05:31:18 -0400 Subject: [Bug 519648] New: virStorageVolLookupBy* not implemented Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: virStorageVolLookupBy* not implemented https://bugzilla.redhat.com/show_bug.cgi?id=519648 Summary: virStorageVolLookupBy* not implemented Product: Fedora Version: 11 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Sys-Virt AssignedTo: steve at silug.org ReportedBy: mbooth at redhat.com QAContact: extras-qa at fedoraproject.org CC: steve at silug.org, berrange at redhat.com, fedora-perl-devel-list at redhat.com Depends on: 519647 Classification: Fedora Target Release: --- Clone Of: 519647 +++ This bug was initially created as a clone of Bug #519647 +++ Description of problem: The following calls available in the C api have no perl bindings: virStorageVolLookupByKey virStorageVolLookupByName virStorageVolLookupByPath Version-Release number of selected component (if applicable): perl-Sys-Virt-0.2.0-2.fc11.x86_64 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 27 14:14:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Aug 2009 10:14:00 -0400 Subject: [Bug 519710] New: flags argument of $pool->refresh() undocumented Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: flags argument of $pool->refresh() undocumented https://bugzilla.redhat.com/show_bug.cgi?id=519710 Summary: flags argument of $pool->refresh() undocumented Product: Fedora Version: 11 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Sys-Virt AssignedTo: steve at silug.org ReportedBy: mbooth at redhat.com QAContact: extras-qa at fedoraproject.org CC: steve at silug.org, berrange at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora Target Release: --- Description of problem: man Sys::Virt::StoragePool says: $pool->refresh(); Refresh the storage pool state. Typically this will rescan the list of storage volumes. However this code: $pool->refresh(); dies with: Usage: Sys::Virt::StoragePool::refresh(pool, flags) at /home/mbooth/src/virt-v2v/snapshot/virt-snapshot.pl line 328. Version-Release number of selected component (if applicable): perl-Sys-Virt-0.2.0-2.fc11.x86_64 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 27 14:21:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Aug 2009 10:21:02 -0400 Subject: [Bug 519712] New: flags argument of $pool->refresh() undocumented Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: flags argument of $pool->refresh() undocumented https://bugzilla.redhat.com/show_bug.cgi?id=519712 Summary: flags argument of $pool->refresh() undocumented Product: Red Hat Enterprise Linux 5 Version: 5.4 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Sys-Virt AssignedTo: berrange at redhat.com ReportedBy: mbooth at redhat.com CC: steve at silug.org, berrange at redhat.com, fedora-perl-devel-list at redhat.com Classification: Red Hat Target Release: --- Clone Of: 519710 +++ This bug was initially created as a clone of Bug #519710 +++ Description of problem: man Sys::Virt::StoragePool says: $pool->refresh(); Refresh the storage pool state. Typically this will rescan the list of storage volumes. However this code: $pool->refresh(); dies with: Usage: Sys::Virt::StoragePool::refresh(pool, flags) at /home/mbooth/src/virt-v2v/snapshot/virt-snapshot.pl line 328. Version-Release number of selected component (if applicable): perl-Sys-Virt-0.2.0-3.el5 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 27 14:43:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Aug 2009 10:43:14 -0400 Subject: [Bug 519395] cleanup patch: use better buildroot, nicer find coomands In-Reply-To: References: Message-ID: <200908271443.n7REhEEx022687@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=519395 --- Comment #5 from Stepan Kasal 2009-08-27 10:43:13 EDT --- (In reply to comment #4) > > find ... -exec rm -f {} + ... > will be incompatible with EL-5, let alone EL-4. Right, so I will not use it. Thank you for warning me. OTOH, I have just checked that -empty (to detect an empty directory) is present on RHEL 4.5, so we can safely use it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 27 15:05:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Aug 2009 11:05:12 -0400 Subject: [Bug 519395] cleanup patch: use better buildroot, nicer find coomands In-Reply-To: References: Message-ID: <200908271505.n7RF5C3G022286@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=519395 --- Comment #6 from Ralf Corsepius 2009-08-27 11:05:11 EDT --- Well, -empty has been present on many OSes for ages (even on non-Linux system). Nevertheless it's not part of POSIX. I.e. your patch adds a portability regression. However, I guess, I have to emphasize my actual points: * You are fixing anything - Don't "try to fix" what is not broken. * You are adding new regressions, -- Configure bugmail: 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 Aug 28 04:45:01 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 28 Aug 2009 04:45:01 +0000 (UTC) Subject: rpms/perl-PerlIO-gzip/devel .cvsignore, 1.2, 1.3 perl-PerlIO-gzip.spec, 1.4, 1.5 Message-ID: <20090828044501.84DDC11C0044@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-PerlIO-gzip/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11966 Modified Files: .cvsignore perl-PerlIO-gzip.spec Log Message: * Thu Aug 27 2009 Chris Weyl 0.18-5 - update filtering Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-gzip/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 3 Feb 2009 04:46:10 -0000 1.2 +++ .cvsignore 28 Aug 2009 04:45:01 -0000 1.3 @@ -1 +1,9 @@ PerlIO-gzip-0.18.tar.gz +PerlIO-gzip-* +clog +*.rpm +*.gz +*.tar +.build* +i386 +x86_64 Index: perl-PerlIO-gzip.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-gzip/devel/perl-PerlIO-gzip.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-PerlIO-gzip.spec 26 Jul 2009 16:12:44 -0000 1.4 +++ perl-PerlIO-gzip.spec 28 Aug 2009 04:45:01 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-PerlIO-gzip Version: 0.18 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl extension to provide a PerlIO layer to gzip/gunzip # See Makefile.PL, gzip.xs, etc. License: GPL+ or Artistic @@ -20,10 +20,7 @@ BuildRequires: perl(ExtUtils::MakeMaker # test BuildRequires: perl(Test::More) -# don't provide the private XS.so() lib -%global _use_internal_dependency_generator 0 -%global provfind /bin/sh -c "grep -v '%perl_vendorarch.*\\.so$' | %__find_provides" -%global __find_provides %provfind +%{?perl_default_filter} %description PerlIO::gzip provides a PerlIO layer that manipulates files in the format @@ -67,6 +64,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Aug 27 2009 Chris Weyl 0.18-5 +- update filtering + * Sun Jul 26 2009 Fedora Release Engineering - 0.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cweyl at fedoraproject.org Fri Aug 28 05:17:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 28 Aug 2009 05:17:18 +0000 (UTC) Subject: rpms/perl-Sub-Name/devel perl-Sub-Name.spec,1.10,1.11 Message-ID: <20090828051718.422DD11C0044@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Name/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28229 Modified Files: perl-Sub-Name.spec Log Message: * Thu Aug 27 2009 Chris Weyl - 0.04-4 - Filtering errant private provides Index: perl-Sub-Name.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Name/devel/perl-Sub-Name.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Sub-Name.spec 26 Jul 2009 16:35:58 -0000 1.10 +++ perl-Sub-Name.spec 28 Aug 2009 05:17:18 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Sub-Name Version: 0.04 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Name -- or rename -- a sub License: GPL+ or Artistic Group: Development/Libraries @@ -11,6 +11,8 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(ExtUtils::MakeMaker) +%{?perl_default_filter} + %description This module allows one to "name" or rename subroutines, including anonymous ones. @@ -51,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Aug 27 2009 Chris Weyl - 0.04-4 +- Filtering errant private provides + * Sun Jul 26 2009 Fedora Release Engineering - 0.04-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cweyl at fedoraproject.org Fri Aug 28 05:21:36 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 28 Aug 2009 05:21:36 +0000 (UTC) Subject: rpms/perl-Sub-Identify/devel perl-Sub-Identify.spec,1.10,1.11 Message-ID: <20090828052136.5A4BF11C0044@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Identify/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30324 Modified Files: perl-Sub-Identify.spec Log Message: * Thu Aug 27 2009 Chris Weyl - 0.04-5 - Filtering errant private provides Index: perl-Sub-Identify.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Identify/devel/perl-Sub-Identify.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Sub-Identify.spec 26 Jul 2009 16:35:29 -0000 1.10 +++ perl-Sub-Identify.spec 28 Aug 2009 05:21:36 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Sub-Identify Version: 0.04 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Retrieve names of code references License: GPL+ or Artistic Group: Development/Libraries @@ -11,6 +11,8 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Sub::Identify allows you to retrieve the real name of code references. For this, it uses perl's introspection mechanism, provided by the B module. @@ -18,7 +20,7 @@ this, it uses perl's introspection mecha %prep %setup -q -n Sub-Identify-%{version} -perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/* +perl -pi -e 's|^#!perl|#!%{__perl}|' t/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -49,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Thu Aug 27 2009 Chris Weyl - 0.04-5 +- Filtering errant private provides + * Sun Jul 26 2009 Fedora Release Engineering - 0.04-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cweyl at alumni.drew.edu Fri Aug 28 06:10:23 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Thu, 27 Aug 2009 23:10:23 -0700 Subject: OT: $9.99 Learning Perl and Mastering Perl e-books from O'Reilly Message-ID: <7dd7ab490908272310ta354fccna47f3f72dec53c50@mail.gmail.com> This is, ah, slightly off-topic, but it seems like something others might be interested in. :) http://use.perl.org/articles/09/08/24/2012226.shtml -- Chris Weyl Ex astris, scientia From bugzilla at redhat.com Fri Aug 28 07:32:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Aug 2009 03:32:31 -0400 Subject: [Bug 156113] [PATCH] Perl is built with debugging support In-Reply-To: References: Message-ID: <200908280732.n7S7WVmV023863@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=156113 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cweyl at alumni.drew.edu --- Comment #7 from Chris Weyl 2009-08-28 03:32:28 EDT --- (In reply to comment #6) > (In reply to comment #5) > > I guess that the Release notes should mention that unlike in Fedora 9--11, perl > > in Fedora 12 is compiled without -DDEBUGGING again. > > No, the fix will probably come with perl 5.10.1 in F-13. > I'm afraid we won't have a production build of perl in F-12. After all, no one > noticed for three releases of Fedora... Either that, or rebuild all the arch-specific perl-* packages out there after making this change. That wouldn't be too complex (create a tag; loop, bump & build to the tag; merge back to dist-f12); but it would be a lot of churn for the middle of a beta cycle. (Not that far more complicated changes haven't been introduced around this point before...) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pghmcfc at fedoraproject.org Fri Aug 28 08:21:04 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 28 Aug 2009 08:21:04 +0000 (UTC) Subject: rpms/perl-Sysadm-Install/devel .cvsignore, 1.4, 1.5 perl-Sysadm-Install.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20090828082104.660F511C0044@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-serv23052 Modified Files: .cvsignore perl-Sysadm-Install.spec sources Log Message: Update to 0.31 (improved UTF-8 support) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 3 Jul 2009 09:07:56 -0000 1.4 +++ .cvsignore 28 Aug 2009 08:21:01 -0000 1.5 @@ -1 +1 @@ -Sysadm-Install-0.29.tar.gz +Sysadm-Install-0.31.tar.gz Index: perl-Sysadm-Install.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/perl-Sysadm-Install.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Sysadm-Install.spec 26 Jul 2009 16:38:33 -0000 1.5 +++ perl-Sysadm-Install.spec 28 Aug 2009 08:21:01 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Typical installation tasks for system administrators Name: perl-Sysadm-Install -Version: 0.29 -Release: 2%{?dist} +Version: 0.31 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Sysadm-Install/ @@ -56,7 +56,7 @@ everything, but suppresses any write act %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null %{__chmod} -R u+w %{buildroot}/* %clean @@ -72,7 +72,10 @@ everything, but suppresses any write act %{_mandir}/man3/Sysadm::Install.3pm* %changelog -* Sun Jul 26 2009 Fedora Release Engineering - 0.29-2 +* Fri Aug 28 2009 Paul Howarth 0.31-1 +- Update to 0.31 (improved UTF-8 support) + +* Sun Jul 26 2009 Fedora Release Engineering 0.29-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jul 3 2009 Paul Howarth 0.29-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 3 Jul 2009 09:07:56 -0000 1.4 +++ sources 28 Aug 2009 08:21:02 -0000 1.5 @@ -1 +1 @@ -8c2f201d2fc577fb6fa873638cae1219 Sysadm-Install-0.29.tar.gz +e17a6cb9b9c509250774c6fb7c50f627 Sysadm-Install-0.31.tar.gz From bugzilla at redhat.com Fri Aug 28 10:26:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Aug 2009 06:26:21 -0400 Subject: [Bug 496891] perl-Net-Jabber not available in EPEL In-Reply-To: References: Message-ID: <200908281026.n7SAQLPa031029@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=496891 Xavier Bachelot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xavier at bachelot.org Component|perl-Net-Jabber |perl-Net-Jabber Version|rawhide |el5 Product|Fedora |Fedora EPEL -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 28 10:25:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Aug 2009 06:25:38 -0400 Subject: [Bug 496891] perl-Net-Jabber not available in EPEL In-Reply-To: References: Message-ID: <200908281025.n7SAPcNw030833@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=496891 Xavier Bachelot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NEXTRELEASE --- Comment #6 from Xavier Bachelot 2009-08-28 06:25:37 EDT --- perl-XML-Stream, perl-Net-XMPP and perl-Net-Jabber are now in EPEL 5. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From buildsys at fedoraproject.org Fri Aug 28 12:04:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Fri, 28 Aug 2009 12:04:39 +0000 (UTC) Subject: Broken dependencies: perl-Crypt-OpenSSL-DSA Message-ID: <20090828120439.075F01F8219@releng2.fedora.phx.redhat.com> perl-Crypt-OpenSSL-DSA has broken dependencies in the development tree: On ppc: perl-Crypt-OpenSSL-DSA-0.13-11.fc12.ppc requires libcrypto.so.8 perl-Crypt-OpenSSL-DSA-0.13-11.fc12.ppc requires libssl.so.8 On x86_64: perl-Crypt-OpenSSL-DSA-0.13-11.fc12.x86_64 requires libcrypto.so.8()(64bit) perl-Crypt-OpenSSL-DSA-0.13-11.fc12.x86_64 requires libssl.so.8()(64bit) On i386: perl-Crypt-OpenSSL-DSA-0.13-11.fc12.i686 requires libcrypto.so.8 perl-Crypt-OpenSSL-DSA-0.13-11.fc12.i686 requires libssl.so.8 On ppc64: perl-Crypt-OpenSSL-DSA-0.13-11.fc12.ppc64 requires libcrypto.so.8()(64bit) perl-Crypt-OpenSSL-DSA-0.13-11.fc12.ppc64 requires libssl.so.8()(64bit) Please resolve this as soon as possible. From skasal at redhat.com Fri Aug 28 13:45:57 2009 From: skasal at redhat.com (Stepan Kasal) Date: Fri, 28 Aug 2009 15:45:57 +0200 Subject: tests in %doc? Message-ID: <20090828134557.GA18193@camelia.ucw.cz> Hello, I have noticed that some of the perl module packages do pack their tests in the %doc subdirectory. Is that intentional? Is it because the user might want to runthe test suite on the installed package? The packages I noticed were the following: perl-Class-MOP-0.92-1.fc12.x86_64 perl-Class-Method-Modifiers-1.04-1.fc12.noarch perl-Moose-0.89-1.fc12.noarch perl-MooseX-Getopt-0.18-1.fc12.noarch perl-Mouse-0.27-1.fc12.noarch perl-namespace-clean-0.11-2.fc12.noarch all owned by Chris Weyl. But I do not assert that this list complete. Thanks for any explanation, Stepan From tibbs at math.uh.edu Fri Aug 28 13:47:20 2009 From: tibbs at math.uh.edu (Jason L Tibbitts III) Date: Fri, 28 Aug 2009 08:47:20 -0500 Subject: tests in %doc? In-Reply-To: <20090828134557.GA18193@camelia.ucw.cz> (Stepan Kasal's message of "Fri, 28 Aug 2009 15:45:57 +0200") References: <20090828134557.GA18193@camelia.ucw.cz> Message-ID: >>>>> "SK" == Stepan Kasal writes: SK> Hello, I have noticed that some of the perl module packages do pack SK> their tests in the %doc subdirectory. Is that intentional? One maintainer insists on doing it. I think it's pointless, but I gave up arguing long ago. - J< From skasal at redhat.com Fri Aug 28 14:11:26 2009 From: skasal at redhat.com (Stepan Kasal) Date: Fri, 28 Aug 2009 16:11:26 +0200 Subject: #! /usr/bin/perl preferred Message-ID: <20090828141126.GA18997@camelia.ucw.cz> Hello, at certain periods of time, it was recommended to use #!/usr/bin/env . Some people consider it ugly. (The humble opinion of the author of this mail is the same.) Currently there is popular mood to remove "/usr/bin/env python", see http://fedoraproject.org/wiki/Features/SystemPythonExecutablesUseSystemPython We could follow this movement and replace #! ?/(usr/)?bin/env perl by mere #! /usr/bin/perl To assist with this change, I searched all Fedora packages (on x86_64 only) for the issue. Attached below please find the list of affected files, grouped by maintainers and packages. Have a nice weekend, Stepan alexlan: perl-bioperl /usr/bin/bp_seqfeature_gff3.pl /usr/share/doc/perl-bioperl-1.6.0/examples/root/exceptions1.pl /usr/share/doc/perl-bioperl-1.6.0/examples/root/exceptions2.pl /usr/share/doc/perl-bioperl-1.6.0/examples/root/exceptions3.pl /usr/share/doc/perl-bioperl-1.6.0/examples/root/exceptions4.pl /usr/share/doc/perl-bioperl-1.6.0/examples/searchio/custom_writer.pl /usr/share/doc/perl-bioperl-1.6.0/examples/searchio/hspwriter.pl /usr/share/doc/perl-bioperl-1.6.0/examples/searchio/rawwriter.pl /usr/share/doc/perl-bioperl-1.6.0/examples/tools/seq_pattern.pl andriy: renrot /usr/bin/renrot athimm: mediawiki(mediawiki-nomath) /usr/share/mediawiki/maintenance/fetchInterwiki.pl vtk(vtk-devel) /usr/lib64/vtk-5.4/doxygen/doc_class2example.pl /usr/lib64/vtk-5.4/doxygen/doc_cleanhtml.pl /usr/lib64/vtk-5.4/doxygen/doc_codematch.pl /usr/lib64/vtk-5.4/doxygen/doc_contributors.pl /usr/lib64/vtk-5.4/doxygen/doc_header2doxygen.pl /usr/lib64/vtk-5.4/doxygen/doc_index.pl /usr/lib64/vtk-5.4/doxygen/doc_rmpath.pl /usr/lib64/vtk-5.4/doxygen/doc_version.pl /usr/share/doc/vtk-devel-5.4.2/Upgrading/DiagAttribute.pl /usr/share/doc/vtk-devel-5.4.2/Upgrading/UpgradeFrom32.pl atkac: tigervnc(tigervnc-server) /usr/bin/vncserver ausil: konversation /usr/share/kde4/apps/konversation/scripts/cmd /usr/share/kde4/apps/konversation/scripts/fortune /usr/share/kde4/apps/konversation/scripts/uptime bonii: teseq /usr/bin/reseq c4chris: lagan /usr/bin/lagan /usr/lib64/lagan/anal_gloc.pl /usr/lib64/lagan/rechaos.pl /usr/lib64/lagan/utils/cmerge2.pl /usr/lib64/lagan/utils/draft.pl /usr/lib64/lagan/utils/mextract.pl /usr/lib64/lagan/utils/mf2bin.pl /usr/lib64/lagan/utils/mpretty.pl /usr/lib64/lagan/utils/mproject.pl /usr/lib64/lagan/utils/mrun.pl /usr/lib64/lagan/utils/mrunfile.pl /usr/lib64/lagan/utils/mrunpairs.pl /usr/lib64/lagan/utils/mviz.pl cweyl: perl-Class-MOP /usr/share/doc/perl-Class-MOP-0.92/t/086_rebless_instance_away.t /usr/share/doc/perl-Class-MOP-0.92/t/307_null_stash.t /usr/share/doc/perl-Class-MOP-0.92/t/lib/SyntaxError.pm perl-Class-Method-Modifiers /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/000-load.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/001-error.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/002-cache.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/003-basic.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/004-around.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/005-return.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/010-before-args.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/011-after-args.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/012-around-args.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/020-multiple-inheritance.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/030-multiple-before.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/031-multiple-after.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/032-multiple-around.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/034-multiple-everything.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/035-multiple-everything-twice.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/040-twice-orig.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/041-modify-parent.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/051-undef-list-ctxt.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/060-caller.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/070-modify-multiple-at-once.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/080-multiple-modifiers.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/081-sub-and-modifier.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/090-diamond.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/100-class-mop-method-modifiers.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/101-bank-account.t perl-Moose /usr/share/doc/perl-Moose-0.89/t/020_attributes/024_attribute_traits_parameterized.t /usr/share/doc/perl-Moose-0.89/t/020_attributes/027_accessor_override_method.t /usr/share/doc/perl-Moose-0.89/t/030_roles/019_build.t /usr/share/doc/perl-Moose-0.89/t/030_roles/034_create_role.t /usr/share/doc/perl-Moose-0.89/t/030_roles/035_anonymous_roles.t /usr/share/doc/perl-Moose-0.89/t/030_roles/036_free_anonymous_roles.t /usr/share/doc/perl-Moose-0.89/t/030_roles/037_create_role_subclass.t /usr/share/doc/perl-Moose-0.89/t/030_roles/038_new_meta_role.t /usr/share/doc/perl-Moose-0.89/t/030_roles/039_application_toclass.t /usr/share/doc/perl-Moose-0.89/t/030_roles/040_role_for_combination.t /usr/share/doc/perl-Moose-0.89/t/050_metaclasses/017_use_base_of_moose.t /usr/share/doc/perl-Moose-0.89/t/050_metaclasses/020_metaclass_parameterized_traits.t /usr/share/doc/perl-Moose-0.89/t/050_metaclasses/022_new_metaclass.t /usr/share/doc/perl-Moose-0.89/t/100_bugs/014_DEMOLISHALL.t /usr/share/doc/perl-Moose-0.89/t/100_bugs/019_moose_octal_defaults.t /usr/share/doc/perl-Moose-0.89/t/300_immutable/014_immutable_metaclass_with_traits.t perl-MooseX-Getopt /usr/share/doc/perl-MooseX-Getopt-0.18/t/008_configfromfile.t perl-Mouse /usr/share/doc/perl-Mouse-0.27/t/001-strict.t /usr/share/doc/perl-Mouse-0.27/t/002-warnings.t /usr/share/doc/perl-Mouse-0.27/t/003-mouse-object.t /usr/share/doc/perl-Mouse-0.27/t/004-auto-subclass.t /usr/share/doc/perl-Mouse-0.27/t/005-extends.t /usr/share/doc/perl-Mouse-0.27/t/006-unimport.t /usr/share/doc/perl-Mouse-0.27/t/007-attributes.t /usr/share/doc/perl-Mouse-0.27/t/008-default.t /usr/share/doc/perl-Mouse-0.27/t/009-default-code.t /usr/share/doc/perl-Mouse-0.27/t/010-required.t /usr/share/doc/perl-Mouse-0.27/t/011-lazy.t /usr/share/doc/perl-Mouse-0.27/t/012-predicate.t /usr/share/doc/perl-Mouse-0.27/t/013-clearer.t /usr/share/doc/perl-Mouse-0.27/t/014-build.t /usr/share/doc/perl-Mouse-0.27/t/015-demolish.t /usr/share/doc/perl-Mouse-0.27/t/016-trigger.t /usr/share/doc/perl-Mouse-0.27/t/017-default-reference.t /usr/share/doc/perl-Mouse-0.27/t/018-multiattr-has.t /usr/share/doc/perl-Mouse-0.27/t/019-handles.t /usr/share/doc/perl-Mouse-0.27/t/020-load-class.t /usr/share/doc/perl-Mouse-0.27/t/021-weak-ref.t /usr/share/doc/perl-Mouse-0.27/t/022-init-arg.t /usr/share/doc/perl-Mouse-0.27/t/023-builder.t /usr/share/doc/perl-Mouse-0.27/t/024-isa.t /usr/share/doc/perl-Mouse-0.27/t/025-more-isa.t /usr/share/doc/perl-Mouse-0.27/t/026-auto-deref.t /usr/share/doc/perl-Mouse-0.27/t/028-subclass-attr.t /usr/share/doc/perl-Mouse-0.27/t/029-new.t /usr/share/doc/perl-Mouse-0.27/t/030-has-plus.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/019_build.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/failing/034_create_role.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/failing/035_anonymous_roles.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/failing/036_free_anonymous_roles.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/failing/037_create_role_subclass.t /usr/share/doc/perl-Mouse-0.27/t/031-clone.t /usr/share/doc/perl-Mouse-0.27/t/032-buildargs.t /usr/share/doc/perl-Mouse-0.27/t/033-readwrite.t /usr/share/doc/perl-Mouse-0.27/t/034-apply_all_roles.t /usr/share/doc/perl-Mouse-0.27/t/038-main.t /usr/share/doc/perl-Mouse-0.27/t/039-subtype.t /usr/share/doc/perl-Mouse-0.27/t/040-existing-subclass.t /usr/share/doc/perl-Mouse-0.27/t/041-enum.t /usr/share/doc/perl-Mouse-0.27/t/042-override.t /usr/share/doc/perl-Mouse-0.27/t/043-parameterized-type.t /usr/share/doc/perl-Mouse-0.27/t/044-attribute-metaclass.t /usr/share/doc/perl-Mouse-0.27/t/047-attribute-metaclass-role.t /usr/share/doc/perl-Mouse-0.27/t/049-coercion-application-order.t /usr/share/doc/perl-Mouse-0.27/t/100-meta-class.t /usr/share/doc/perl-Mouse-0.27/t/101-meta-attribute.t /usr/share/doc/perl-Mouse-0.27/t/400-define-role.t /usr/share/doc/perl-Mouse-0.27/t/401-meta-role.t /usr/share/doc/perl-Mouse-0.27/t/402-attribute-application.t /usr/share/doc/perl-Mouse-0.27/t/403-method-modifiers.t /usr/share/doc/perl-Mouse-0.27/t/404-role-overrides.t /usr/share/doc/perl-Mouse-0.27/t/600-tiny-tiny.t /usr/share/doc/perl-Mouse-0.27/t/601-tiny-mouse.t /usr/share/doc/perl-Mouse-0.27/t/602-mouse-tiny.t /usr/share/doc/perl-Mouse-0.27/t/603-octal-defaults.t perl-Text-RecordParser /usr/bin/tab2graph /usr/bin/tablify /usr/bin/tabmerge perl-namespace-clean /usr/share/doc/perl-namespace-clean-0.11/t/00-basic.t /usr/share/doc/perl-namespace-clean-0.11/t/01-function-wipeout.t /usr/share/doc/perl-namespace-clean-0.11/t/02-inheritance.t /usr/share/doc/perl-namespace-clean-0.11/t/03-unimport.t /usr/share/doc/perl-namespace-clean-0.11/t/04-except.t /usr/share/doc/perl-namespace-clean-0.11/t/05-explicit-cleanee.t dledford: lam /usr/lib64/lam/bin/mpiexec ianweller: python-mwlib /usr/lib64/python2.6/site-packages/mwlib/EasyTimeline.pl iarnell: perl-App-Nopaste(nopaste) /usr/bin/nopaste perl-Devel-REPL /usr/bin/re.pl perl-HTML-GenToc /usr/bin/hypertoc perl-Lexical-Persistence /usr/share/doc/perl-Lexical-Persistence-1.01/eg/persistence.perl /usr/share/doc/perl-Lexical-Persistence-1.01/eg/repl-mst.perl perl-Module-Used /usr/bin/modules-used perl-WWW-Pastebin-PastebinCom-Create /usr/share/doc/perl-WWW-Pastebin-PastebinCom-Create-0.002/examples/create.pl jamatos: tellico /usr/share/apps/kconf_update/tellico-1-3-update.pl jfearn: publican /usr/bin/StSe_Reports /usr/bin/create_book /usr/bin/po2sgml /usr/bin/po2xlf /usr/bin/rmImages /usr/bin/xlf2pot /usr/bin/xmlClean jjames: latexmk /usr/bin/latexmk sphinxbase /usr/bin/sphinx_lm_sort jnovy: texlive(texlive-doc) /usr/bin/texdoctk texlive(texlive-utils) /usr/bin/e2pall /usr/bin/epstopdf texlive-texmf(texlive-texmf-doc) /usr/share/texmf/doc/latex/register/reg_list.pl /usr/share/texmf/doc/latex/savetrees/makethin.pl joost: lazarus /usr/lib64/lazarus/docs/xml/find_cvs_fpdoc_files.pl /usr/lib64/lazarus/docs/xml/multi_makeskel.pl /usr/lib64/lazarus/tools/delete_non_svn_files.pl /usr/lib64/lazarus/tools/install/replace_in_files.pl jorton: subversion /usr/share/doc/subversion-1.6.5/tools/hook-scripts/commit-access-control.pl karlik: ekg2(perl-ekg2) /usr/share/ekg2/scripts/audioscrobbler_bot.pl /usr/share/ekg2/scripts/dns.pl /usr/share/ekg2/scripts/ggbe.pl /usr/share/ekg2/scripts/slownik.pl /usr/share/ekg2/scripts/xmms.pl kevin: exo /usr/libexec/exo-compose-mail-0.3 liangsuilong: shutter /usr/share/shutter/resources/system/plugins/perl/sp3drotate/sp3drotate /usr/share/shutter/resources/system/plugins/perl/spbardistortion/spbardistortion /usr/share/shutter/resources/system/plugins/perl/spnegate/spnegate /usr/share/shutter/resources/system/plugins/perl/sppolaroid/sppolaroid /usr/share/shutter/resources/system/plugins/perl/spresize/spresize /usr/share/shutter/resources/system/plugins/perl/spsepia/spsepia /usr/share/shutter/resources/system/plugins/perl/spwatermark/spwatermark lkundrak: centerim /usr/bin/cimconv maatkit /usr/bin/mk-archiver /usr/bin/mk-audit /usr/bin/mk-checksum-filter /usr/bin/mk-deadlock-logger /usr/bin/mk-duplicate-key-checker /usr/bin/mk-find /usr/bin/mk-heartbeat /usr/bin/mk-log-parser /usr/bin/mk-parallel-dump /usr/bin/mk-parallel-restore /usr/bin/mk-profile-compact /usr/bin/mk-query-profiler /usr/bin/mk-show-grants /usr/bin/mk-slave-delay /usr/bin/mk-slave-find /usr/bin/mk-slave-move /usr/bin/mk-slave-prefetch /usr/bin/mk-slave-restart /usr/bin/mk-table-checksum /usr/bin/mk-table-sync /usr/bin/mk-visual-explain lucilanga: xastir /usr/share/xastir/object2shp.pl matt: condor /usr/bin/condor_run /usr/sbin/condor_updates_stats /usr/sbin/condor_vm_vmware.pl mcepl: syncevolution /usr/bin/synccompare mgarski: xscorch /usr/share/doc/xscorch-0.2.1/make_text_data.pl mhlavink: squirrelmail /usr/share/squirrelmail/config/conf.pl mildew: sudo /usr/share/doc/sudo-1.7.1/sudoers2ldif mmcgrath: perl-SOAP-Lite /usr/bin/SOAPsh.pl /usr/bin/XMLRPCsh.pl /usr/bin/stubmaker.pl /usr/share/doc/perl-SOAP-Lite-0.710.08/examples/XMLRPC/xmlrpc.cgi /usr/share/doc/perl-SOAP-Lite-0.710.08/examples/XMLRPC/xmlrpc.daemon nphilipp: rss-glx /usr/bin/rss-glx-rss-glx_install.pl orion: plplot(plplot-perl) /usr/share/plplot5.9.4/examples/perl/x01.pl /usr/share/plplot5.9.4/examples/perl/x02.pl /usr/share/plplot5.9.4/examples/perl/x03.pl /usr/share/plplot5.9.4/examples/perl/x04.pl /usr/share/plplot5.9.4/examples/perl/x05.pl /usr/share/plplot5.9.4/examples/perl/x06.pl /usr/share/plplot5.9.4/examples/perl/x07.pl /usr/share/plplot5.9.4/examples/perl/x08.pl /usr/share/plplot5.9.4/examples/perl/x09.pl /usr/share/plplot5.9.4/examples/perl/x10.pl /usr/share/plplot5.9.4/examples/perl/x11.pl /usr/share/plplot5.9.4/examples/perl/x12.pl /usr/share/plplot5.9.4/examples/perl/x13.pl /usr/share/plplot5.9.4/examples/perl/x14.pl /usr/share/plplot5.9.4/examples/perl/x15.pl /usr/share/plplot5.9.4/examples/perl/x16.pl /usr/share/plplot5.9.4/examples/perl/x17.pl /usr/share/plplot5.9.4/examples/perl/x18.pl /usr/share/plplot5.9.4/examples/perl/x19.pl /usr/share/plplot5.9.4/examples/perl/x20.pl /usr/share/plplot5.9.4/examples/perl/x21.pl /usr/share/plplot5.9.4/examples/perl/x22.pl /usr/share/plplot5.9.4/examples/perl/x23.pl /usr/share/plplot5.9.4/examples/perl/x24.pl /usr/share/plplot5.9.4/examples/perl/x25.pl /usr/share/plplot5.9.4/examples/perl/x26.pl /usr/share/plplot5.9.4/examples/perl/x27.pl /usr/share/plplot5.9.4/examples/perl/x28.pl /usr/share/plplot5.9.4/examples/perl/x29.pl /usr/share/plplot5.9.4/examples/perl/x30.pl /usr/share/plplot5.9.4/examples/perl/x31.pl rmeggins: 389-admin /usr/lib64/dirsrv/cgi-bin/ds_create /usr/lib64/dirsrv/cgi-bin/ds_remove /usr/lib64/dirsrv/cgi-bin/ds_unregister /usr/lib64/dirsrv/cgi-bin/repl-monitor-cgi.pl /usr/sbin/migrate-ds-admin.pl /usr/sbin/register-ds-admin.pl /usr/sbin/remove-ds-admin.pl /usr/sbin/setup-ds-admin.pl 389-ds-base /usr/bin/cl-dump.pl /usr/bin/dbgen.pl /usr/bin/logconv.pl /usr/bin/repl-monitor.pl /usr/sbin/migrate-ds.pl /usr/sbin/remove-ds.pl /usr/sbin/setup-ds.pl 389-dsgw /usr/lib64/dirsrv/dsgw-cgi-bin/myorg /usr/lib64/dirsrv/dsgw-cgi-bin/org sdz: blazeblogger /usr/bin/blaze-add /usr/bin/blaze-config /usr/bin/blaze-edit /usr/bin/blaze-init /usr/bin/blaze-list /usr/bin/blaze-log /usr/bin/blaze-make /usr/bin/blaze-remove spot: google-perftools /usr/bin/pprof steve: perl-Pugs-Compiler-Rule /usr/bin/compile_p6grammar.pl stingray: flow-tools /usr/share/flow-tools/asn2c /usr/share/flow-tools/gasn /usr/share/flow-tools/gprot /usr/share/flow-tools/gserv than: kdeadmin /usr/share/kde4/apps/knetworkconf/backends/debug.pl /usr/share/kde4/apps/knetworkconf/backends/file.pl /usr/share/kde4/apps/knetworkconf/backends/general.pl /usr/share/kde4/apps/knetworkconf/backends/network-conf /usr/share/kde4/apps/knetworkconf/backends/network.pl /usr/share/kde4/apps/knetworkconf/backends/parse.pl /usr/share/kde4/apps/knetworkconf/backends/platform.pl /usr/share/kde4/apps/knetworkconf/backends/process.pl /usr/share/kde4/apps/knetworkconf/backends/replace.pl /usr/share/kde4/apps/knetworkconf/backends/report.pl /usr/share/kde4/apps/knetworkconf/backends/service-list.pl /usr/share/kde4/apps/knetworkconf/backends/service.pl /usr/share/kde4/apps/knetworkconf/backends/util.pl /usr/share/kde4/apps/knetworkconf/backends/xml.pl kdesdk /usr/bin/colorsvn /usr/bin/cvs-clean /usr/bin/cvsblame /usr/bin/cvscheck /usr/bin/cvslastchange /usr/bin/extend_dmalloc /usr/bin/extractattr /usr/bin/extractrc /usr/bin/includemocs /usr/bin/kdemangen.pl /usr/bin/noncvslist /usr/bin/svn-clean /usr/bin/svnlastchange /usr/share/kde4/apps/umbrello/headings/heading.pm tmraz: pcsc-tools /usr/bin/ATR_analysis /usr/bin/gscriptor /usr/bin/scriptor tuxbrewr: conman /usr/bin/conmen varekova: pilot-link(pilot-link-perl) /usr/bin/pilot-ietf2datebook From rc040203 at freenet.de Fri Aug 28 14:22:58 2009 From: rc040203 at freenet.de (Ralf Corsepius) Date: Fri, 28 Aug 2009 16:22:58 +0200 Subject: #! /usr/bin/perl preferred In-Reply-To: <20090828141126.GA18997@camelia.ucw.cz> References: <20090828141126.GA18997@camelia.ucw.cz> Message-ID: <4A97E842.2040203@freenet.de> On 08/28/2009 04:11 PM, Stepan Kasal wrote: > Hello, > at certain periods of time, it was recommended to use #!/usr/bin/env . > > Some people consider it ugly. (The humble opinion of the author of > this mail is the same.) My opinion is converse. Actually I think _you_ (as a perl maintainer) are shooting yourselves into your own foot. Consider you have another "perl" installed in parallel the official vendor perl and want to test a particular application suite with it. Using env you can simply use your "experimental perl". Removing it, you will normally have to edit all of your applications' scripts, etc. Not necessarily nice! > Currently there is popular mood to remove "/usr/bin/env python", see > http://fedoraproject.org/wiki/Features/SystemPythonExecutablesUseSystemPython Sigh, ... the mob rules? To me, this campaign goes much too far. Ralf From bugzilla at redhat.com Fri Aug 28 16:17:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Aug 2009 12:17:41 -0400 Subject: [Bug 520153] New: testsuite fails because of openssl-1.0.0beta3 crash Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: testsuite fails because of openssl-1.0.0beta3 crash https://bugzilla.redhat.com/show_bug.cgi?id=520153 Summary: testsuite fails because of openssl-1.0.0beta3 crash Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: ASSIGNED Severity: medium Priority: low Component: perl-Crypt-OpenSSL-DSA AssignedTo: skasal at redhat.com ReportedBy: skasal at redhat.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com, wjhns174 at hardakers.net Depends on: 520152 Classification: Fedora Target Release: --- The test suite runs "openssl dgst ..." so that it can compare the results. But hte command fails because of bug #520152. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Fri Aug 28 16:24:05 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Fri, 28 Aug 2009 16:24:05 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-DSA/devel perl-Crypt-OpenSSL-DSA.spec, 1.10, 1.11 Message-ID: <20090828162405.9B41A11C0078@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Crypt-OpenSSL-DSA/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19846 Modified Files: perl-Crypt-OpenSSL-DSA.spec Log Message: - disable tests to work around bug #520152 Index: perl-Crypt-OpenSSL-DSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-DSA/devel/perl-Crypt-OpenSSL-DSA.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Crypt-OpenSSL-DSA.spec 21 Aug 2009 15:17:33 -0000 1.10 +++ perl-Crypt-OpenSSL-DSA.spec 28 Aug 2009 16:24:05 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-DSA Version: 0.13 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Perl interface to OpenSSL for DSA License: GPL+ or Artistic Group: Development/Libraries @@ -38,7 +38,8 @@ find %{buildroot} -type f -name '*.bs' - %{_fixperms} %{buildroot}/* %check -make test +# temporarily disabled because of #520153 +make test || : %clean rm -rf %{buildroot} @@ -51,6 +52,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Aug 28 2009 Stepan Kasal - 0.13-13 +- disable tests to work around bug #520152 + * Fri Aug 21 2009 Tomas Mraz - 0.13-12 - rebuilt with new openssl From skasal at redhat.com Fri Aug 28 16:25:41 2009 From: skasal at redhat.com (Stepan Kasal) Date: Fri, 28 Aug 2009 18:25:41 +0200 Subject: Broken dependencies: perl-Crypt-OpenSSL-DSA In-Reply-To: <20090828120439.075F01F8219@releng2.fedora.phx.redhat.com> References: <20090828120439.075F01F8219@releng2.fedora.phx.redhat.com> Message-ID: <20090828162541.GA21569@camelia.ucw.cz> Hello all, > perl-Crypt-OpenSSL-DSA-0.13-11.fc12 requires libcrypto.so.8, libssl.so.8 I deugged this and it seems the test suite is failing because the etalon "openssl dgst" command crashes. I filed it as bug #520152. Then I disabled the tests in the module and filed a bug 520153 as a tracker of this workaround. Have a nice day, Stepan From ruben at fedoraproject.org Fri Aug 28 16:08:04 2009 From: ruben at fedoraproject.org (Ruben Kerkhof) Date: Fri, 28 Aug 2009 16:08:04 +0000 (UTC) Subject: rpms/perl-Nagios-Plugin/F-11 import.log, NONE, 1.1 perl-Nagios-Plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090828160804.D30DA11C0081@cvs1.fedora.phx.redhat.com> Author: ruben Update of /cvs/pkgs/rpms/perl-Nagios-Plugin/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15086/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Nagios-Plugin.spec Log Message: Initial import --- NEW FILE import.log --- perl-Nagios-Plugin-0_33-2_fc11:F-11:perl-Nagios-Plugin-0.33-2.fc11.src.rpm:1251475572 --- NEW FILE perl-Nagios-Plugin.spec --- Name: perl-Nagios-Plugin Version: 0.33 Release: 2%{?dist} Summary: Family of perl modules to streamline writing Nagios plugins License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Nagios-Plugin/ Source0: http://www.cpan.org/modules/by-module/Nagios/Nagios-Plugin-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor) Requires: perl(Class::Accessor::Fast) BuildRequires: perl(Config::Tiny) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Math::Calc::Units) BuildRequires: perl(Params::Validate) BuildRequires: perl(Test::More) >= 0.62 Requires: perl(Class::Accessor) Requires: perl(Class::Accessor::Fast) Requires: perl(Config::Tiny) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Nagios::Plugin and its associated Nagios::Plugin::* modules are a family of perl modules to streamline writing Nagios plugins. The main end user modules are Nagios::Plugin, providing an object-oriented interface to the entire Nagios::Plugin::* collection, and Nagios::Plugin::Functions, providing a simpler functional interface to a useful subset of the available functionality. %prep %setup -q -n Nagios-Plugin-%{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/* %changelog * Thu Aug 27 2009 Ruben Kerkhof 0.33-2 - Review fixes (#517497) * Thu Aug 13 2009 Ruben Kerkhof 0.33-1 - Initial import Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Nagios-Plugin/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 28 Aug 2009 14:41:34 -0000 1.1 +++ .cvsignore 28 Aug 2009 16:08:04 -0000 1.2 @@ -0,0 +1 @@ +Nagios-Plugin-0.33.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Nagios-Plugin/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 28 Aug 2009 14:41:34 -0000 1.1 +++ sources 28 Aug 2009 16:08:04 -0000 1.2 @@ -0,0 +1 @@ +7f5e00a3d683b1d39b169d9d772de33b Nagios-Plugin-0.33.tar.gz From skasal at redhat.com Fri Aug 28 14:11:26 2009 From: skasal at redhat.com (Stepan Kasal) Date: Fri, 28 Aug 2009 16:11:26 +0200 Subject: #! /usr/bin/perl preferred Message-ID: <20090828141126.GA18997@camelia.ucw.cz> Hello, at certain periods of time, it was recommended to use #!/usr/bin/env . Some people consider it ugly. (The humble opinion of the author of this mail is the same.) Currently there is popular mood to remove "/usr/bin/env python", see http://fedoraproject.org/wiki/Features/SystemPythonExecutablesUseSystemPython We could follow this movement and replace #! ?/(usr/)?bin/env perl by mere #! /usr/bin/perl To assist with this change, I searched all Fedora packages (on x86_64 only) for the issue. Attached below please find the list of affected files, grouped by maintainers and packages. Have a nice weekend, Stepan alexlan: perl-bioperl /usr/bin/bp_seqfeature_gff3.pl /usr/share/doc/perl-bioperl-1.6.0/examples/root/exceptions1.pl /usr/share/doc/perl-bioperl-1.6.0/examples/root/exceptions2.pl /usr/share/doc/perl-bioperl-1.6.0/examples/root/exceptions3.pl /usr/share/doc/perl-bioperl-1.6.0/examples/root/exceptions4.pl /usr/share/doc/perl-bioperl-1.6.0/examples/searchio/custom_writer.pl /usr/share/doc/perl-bioperl-1.6.0/examples/searchio/hspwriter.pl /usr/share/doc/perl-bioperl-1.6.0/examples/searchio/rawwriter.pl /usr/share/doc/perl-bioperl-1.6.0/examples/tools/seq_pattern.pl andriy: renrot /usr/bin/renrot athimm: mediawiki(mediawiki-nomath) /usr/share/mediawiki/maintenance/fetchInterwiki.pl vtk(vtk-devel) /usr/lib64/vtk-5.4/doxygen/doc_class2example.pl /usr/lib64/vtk-5.4/doxygen/doc_cleanhtml.pl /usr/lib64/vtk-5.4/doxygen/doc_codematch.pl /usr/lib64/vtk-5.4/doxygen/doc_contributors.pl /usr/lib64/vtk-5.4/doxygen/doc_header2doxygen.pl /usr/lib64/vtk-5.4/doxygen/doc_index.pl /usr/lib64/vtk-5.4/doxygen/doc_rmpath.pl /usr/lib64/vtk-5.4/doxygen/doc_version.pl /usr/share/doc/vtk-devel-5.4.2/Upgrading/DiagAttribute.pl /usr/share/doc/vtk-devel-5.4.2/Upgrading/UpgradeFrom32.pl atkac: tigervnc(tigervnc-server) /usr/bin/vncserver ausil: konversation /usr/share/kde4/apps/konversation/scripts/cmd /usr/share/kde4/apps/konversation/scripts/fortune /usr/share/kde4/apps/konversation/scripts/uptime bonii: teseq /usr/bin/reseq c4chris: lagan /usr/bin/lagan /usr/lib64/lagan/anal_gloc.pl /usr/lib64/lagan/rechaos.pl /usr/lib64/lagan/utils/cmerge2.pl /usr/lib64/lagan/utils/draft.pl /usr/lib64/lagan/utils/mextract.pl /usr/lib64/lagan/utils/mf2bin.pl /usr/lib64/lagan/utils/mpretty.pl /usr/lib64/lagan/utils/mproject.pl /usr/lib64/lagan/utils/mrun.pl /usr/lib64/lagan/utils/mrunfile.pl /usr/lib64/lagan/utils/mrunpairs.pl /usr/lib64/lagan/utils/mviz.pl cweyl: perl-Class-MOP /usr/share/doc/perl-Class-MOP-0.92/t/086_rebless_instance_away.t /usr/share/doc/perl-Class-MOP-0.92/t/307_null_stash.t /usr/share/doc/perl-Class-MOP-0.92/t/lib/SyntaxError.pm perl-Class-Method-Modifiers /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/000-load.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/001-error.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/002-cache.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/003-basic.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/004-around.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/005-return.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/010-before-args.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/011-after-args.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/012-around-args.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/020-multiple-inheritance.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/030-multiple-before.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/031-multiple-after.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/032-multiple-around.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/034-multiple-everything.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/035-multiple-everything-twice.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/040-twice-orig.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/041-modify-parent.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/051-undef-list-ctxt.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/060-caller.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/070-modify-multiple-at-once.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/080-multiple-modifiers.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/081-sub-and-modifier.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/090-diamond.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/100-class-mop-method-modifiers.t /usr/share/doc/perl-Class-Method-Modifiers-1.04/t/101-bank-account.t perl-Moose /usr/share/doc/perl-Moose-0.89/t/020_attributes/024_attribute_traits_parameterized.t /usr/share/doc/perl-Moose-0.89/t/020_attributes/027_accessor_override_method.t /usr/share/doc/perl-Moose-0.89/t/030_roles/019_build.t /usr/share/doc/perl-Moose-0.89/t/030_roles/034_create_role.t /usr/share/doc/perl-Moose-0.89/t/030_roles/035_anonymous_roles.t /usr/share/doc/perl-Moose-0.89/t/030_roles/036_free_anonymous_roles.t /usr/share/doc/perl-Moose-0.89/t/030_roles/037_create_role_subclass.t /usr/share/doc/perl-Moose-0.89/t/030_roles/038_new_meta_role.t /usr/share/doc/perl-Moose-0.89/t/030_roles/039_application_toclass.t /usr/share/doc/perl-Moose-0.89/t/030_roles/040_role_for_combination.t /usr/share/doc/perl-Moose-0.89/t/050_metaclasses/017_use_base_of_moose.t /usr/share/doc/perl-Moose-0.89/t/050_metaclasses/020_metaclass_parameterized_traits.t /usr/share/doc/perl-Moose-0.89/t/050_metaclasses/022_new_metaclass.t /usr/share/doc/perl-Moose-0.89/t/100_bugs/014_DEMOLISHALL.t /usr/share/doc/perl-Moose-0.89/t/100_bugs/019_moose_octal_defaults.t /usr/share/doc/perl-Moose-0.89/t/300_immutable/014_immutable_metaclass_with_traits.t perl-MooseX-Getopt /usr/share/doc/perl-MooseX-Getopt-0.18/t/008_configfromfile.t perl-Mouse /usr/share/doc/perl-Mouse-0.27/t/001-strict.t /usr/share/doc/perl-Mouse-0.27/t/002-warnings.t /usr/share/doc/perl-Mouse-0.27/t/003-mouse-object.t /usr/share/doc/perl-Mouse-0.27/t/004-auto-subclass.t /usr/share/doc/perl-Mouse-0.27/t/005-extends.t /usr/share/doc/perl-Mouse-0.27/t/006-unimport.t /usr/share/doc/perl-Mouse-0.27/t/007-attributes.t /usr/share/doc/perl-Mouse-0.27/t/008-default.t /usr/share/doc/perl-Mouse-0.27/t/009-default-code.t /usr/share/doc/perl-Mouse-0.27/t/010-required.t /usr/share/doc/perl-Mouse-0.27/t/011-lazy.t /usr/share/doc/perl-Mouse-0.27/t/012-predicate.t /usr/share/doc/perl-Mouse-0.27/t/013-clearer.t /usr/share/doc/perl-Mouse-0.27/t/014-build.t /usr/share/doc/perl-Mouse-0.27/t/015-demolish.t /usr/share/doc/perl-Mouse-0.27/t/016-trigger.t /usr/share/doc/perl-Mouse-0.27/t/017-default-reference.t /usr/share/doc/perl-Mouse-0.27/t/018-multiattr-has.t /usr/share/doc/perl-Mouse-0.27/t/019-handles.t /usr/share/doc/perl-Mouse-0.27/t/020-load-class.t /usr/share/doc/perl-Mouse-0.27/t/021-weak-ref.t /usr/share/doc/perl-Mouse-0.27/t/022-init-arg.t /usr/share/doc/perl-Mouse-0.27/t/023-builder.t /usr/share/doc/perl-Mouse-0.27/t/024-isa.t /usr/share/doc/perl-Mouse-0.27/t/025-more-isa.t /usr/share/doc/perl-Mouse-0.27/t/026-auto-deref.t /usr/share/doc/perl-Mouse-0.27/t/028-subclass-attr.t /usr/share/doc/perl-Mouse-0.27/t/029-new.t /usr/share/doc/perl-Mouse-0.27/t/030-has-plus.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/019_build.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/failing/034_create_role.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/failing/035_anonymous_roles.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/failing/036_free_anonymous_roles.t /usr/share/doc/perl-Mouse-0.27/t/030_roles/failing/037_create_role_subclass.t /usr/share/doc/perl-Mouse-0.27/t/031-clone.t /usr/share/doc/perl-Mouse-0.27/t/032-buildargs.t /usr/share/doc/perl-Mouse-0.27/t/033-readwrite.t /usr/share/doc/perl-Mouse-0.27/t/034-apply_all_roles.t /usr/share/doc/perl-Mouse-0.27/t/038-main.t /usr/share/doc/perl-Mouse-0.27/t/039-subtype.t /usr/share/doc/perl-Mouse-0.27/t/040-existing-subclass.t /usr/share/doc/perl-Mouse-0.27/t/041-enum.t /usr/share/doc/perl-Mouse-0.27/t/042-override.t /usr/share/doc/perl-Mouse-0.27/t/043-parameterized-type.t /usr/share/doc/perl-Mouse-0.27/t/044-attribute-metaclass.t /usr/share/doc/perl-Mouse-0.27/t/047-attribute-metaclass-role.t /usr/share/doc/perl-Mouse-0.27/t/049-coercion-application-order.t /usr/share/doc/perl-Mouse-0.27/t/100-meta-class.t /usr/share/doc/perl-Mouse-0.27/t/101-meta-attribute.t /usr/share/doc/perl-Mouse-0.27/t/400-define-role.t /usr/share/doc/perl-Mouse-0.27/t/401-meta-role.t /usr/share/doc/perl-Mouse-0.27/t/402-attribute-application.t /usr/share/doc/perl-Mouse-0.27/t/403-method-modifiers.t /usr/share/doc/perl-Mouse-0.27/t/404-role-overrides.t /usr/share/doc/perl-Mouse-0.27/t/600-tiny-tiny.t /usr/share/doc/perl-Mouse-0.27/t/601-tiny-mouse.t /usr/share/doc/perl-Mouse-0.27/t/602-mouse-tiny.t /usr/share/doc/perl-Mouse-0.27/t/603-octal-defaults.t perl-Text-RecordParser /usr/bin/tab2graph /usr/bin/tablify /usr/bin/tabmerge perl-namespace-clean /usr/share/doc/perl-namespace-clean-0.11/t/00-basic.t /usr/share/doc/perl-namespace-clean-0.11/t/01-function-wipeout.t /usr/share/doc/perl-namespace-clean-0.11/t/02-inheritance.t /usr/share/doc/perl-namespace-clean-0.11/t/03-unimport.t /usr/share/doc/perl-namespace-clean-0.11/t/04-except.t /usr/share/doc/perl-namespace-clean-0.11/t/05-explicit-cleanee.t dledford: lam /usr/lib64/lam/bin/mpiexec ianweller: python-mwlib /usr/lib64/python2.6/site-packages/mwlib/EasyTimeline.pl iarnell: perl-App-Nopaste(nopaste) /usr/bin/nopaste perl-Devel-REPL /usr/bin/re.pl perl-HTML-GenToc /usr/bin/hypertoc perl-Lexical-Persistence /usr/share/doc/perl-Lexical-Persistence-1.01/eg/persistence.perl /usr/share/doc/perl-Lexical-Persistence-1.01/eg/repl-mst.perl perl-Module-Used /usr/bin/modules-used perl-WWW-Pastebin-PastebinCom-Create /usr/share/doc/perl-WWW-Pastebin-PastebinCom-Create-0.002/examples/create.pl jamatos: tellico /usr/share/apps/kconf_update/tellico-1-3-update.pl jfearn: publican /usr/bin/StSe_Reports /usr/bin/create_book /usr/bin/po2sgml /usr/bin/po2xlf /usr/bin/rmImages /usr/bin/xlf2pot /usr/bin/xmlClean jjames: latexmk /usr/bin/latexmk sphinxbase /usr/bin/sphinx_lm_sort jnovy: texlive(texlive-doc) /usr/bin/texdoctk texlive(texlive-utils) /usr/bin/e2pall /usr/bin/epstopdf texlive-texmf(texlive-texmf-doc) /usr/share/texmf/doc/latex/register/reg_list.pl /usr/share/texmf/doc/latex/savetrees/makethin.pl joost: lazarus /usr/lib64/lazarus/docs/xml/find_cvs_fpdoc_files.pl /usr/lib64/lazarus/docs/xml/multi_makeskel.pl /usr/lib64/lazarus/tools/delete_non_svn_files.pl /usr/lib64/lazarus/tools/install/replace_in_files.pl jorton: subversion /usr/share/doc/subversion-1.6.5/tools/hook-scripts/commit-access-control.pl karlik: ekg2(perl-ekg2) /usr/share/ekg2/scripts/audioscrobbler_bot.pl /usr/share/ekg2/scripts/dns.pl /usr/share/ekg2/scripts/ggbe.pl /usr/share/ekg2/scripts/slownik.pl /usr/share/ekg2/scripts/xmms.pl kevin: exo /usr/libexec/exo-compose-mail-0.3 liangsuilong: shutter /usr/share/shutter/resources/system/plugins/perl/sp3drotate/sp3drotate /usr/share/shutter/resources/system/plugins/perl/spbardistortion/spbardistortion /usr/share/shutter/resources/system/plugins/perl/spnegate/spnegate /usr/share/shutter/resources/system/plugins/perl/sppolaroid/sppolaroid /usr/share/shutter/resources/system/plugins/perl/spresize/spresize /usr/share/shutter/resources/system/plugins/perl/spsepia/spsepia /usr/share/shutter/resources/system/plugins/perl/spwatermark/spwatermark lkundrak: centerim /usr/bin/cimconv maatkit /usr/bin/mk-archiver /usr/bin/mk-audit /usr/bin/mk-checksum-filter /usr/bin/mk-deadlock-logger /usr/bin/mk-duplicate-key-checker /usr/bin/mk-find /usr/bin/mk-heartbeat /usr/bin/mk-log-parser /usr/bin/mk-parallel-dump /usr/bin/mk-parallel-restore /usr/bin/mk-profile-compact /usr/bin/mk-query-profiler /usr/bin/mk-show-grants /usr/bin/mk-slave-delay /usr/bin/mk-slave-find /usr/bin/mk-slave-move /usr/bin/mk-slave-prefetch /usr/bin/mk-slave-restart /usr/bin/mk-table-checksum /usr/bin/mk-table-sync /usr/bin/mk-visual-explain lucilanga: xastir /usr/share/xastir/object2shp.pl matt: condor /usr/bin/condor_run /usr/sbin/condor_updates_stats /usr/sbin/condor_vm_vmware.pl mcepl: syncevolution /usr/bin/synccompare mgarski: xscorch /usr/share/doc/xscorch-0.2.1/make_text_data.pl mhlavink: squirrelmail /usr/share/squirrelmail/config/conf.pl mildew: sudo /usr/share/doc/sudo-1.7.1/sudoers2ldif mmcgrath: perl-SOAP-Lite /usr/bin/SOAPsh.pl /usr/bin/XMLRPCsh.pl /usr/bin/stubmaker.pl /usr/share/doc/perl-SOAP-Lite-0.710.08/examples/XMLRPC/xmlrpc.cgi /usr/share/doc/perl-SOAP-Lite-0.710.08/examples/XMLRPC/xmlrpc.daemon nphilipp: rss-glx /usr/bin/rss-glx-rss-glx_install.pl orion: plplot(plplot-perl) /usr/share/plplot5.9.4/examples/perl/x01.pl /usr/share/plplot5.9.4/examples/perl/x02.pl /usr/share/plplot5.9.4/examples/perl/x03.pl /usr/share/plplot5.9.4/examples/perl/x04.pl /usr/share/plplot5.9.4/examples/perl/x05.pl /usr/share/plplot5.9.4/examples/perl/x06.pl /usr/share/plplot5.9.4/examples/perl/x07.pl /usr/share/plplot5.9.4/examples/perl/x08.pl /usr/share/plplot5.9.4/examples/perl/x09.pl /usr/share/plplot5.9.4/examples/perl/x10.pl /usr/share/plplot5.9.4/examples/perl/x11.pl /usr/share/plplot5.9.4/examples/perl/x12.pl /usr/share/plplot5.9.4/examples/perl/x13.pl /usr/share/plplot5.9.4/examples/perl/x14.pl /usr/share/plplot5.9.4/examples/perl/x15.pl /usr/share/plplot5.9.4/examples/perl/x16.pl /usr/share/plplot5.9.4/examples/perl/x17.pl /usr/share/plplot5.9.4/examples/perl/x18.pl /usr/share/plplot5.9.4/examples/perl/x19.pl /usr/share/plplot5.9.4/examples/perl/x20.pl /usr/share/plplot5.9.4/examples/perl/x21.pl /usr/share/plplot5.9.4/examples/perl/x22.pl /usr/share/plplot5.9.4/examples/perl/x23.pl /usr/share/plplot5.9.4/examples/perl/x24.pl /usr/share/plplot5.9.4/examples/perl/x25.pl /usr/share/plplot5.9.4/examples/perl/x26.pl /usr/share/plplot5.9.4/examples/perl/x27.pl /usr/share/plplot5.9.4/examples/perl/x28.pl /usr/share/plplot5.9.4/examples/perl/x29.pl /usr/share/plplot5.9.4/examples/perl/x30.pl /usr/share/plplot5.9.4/examples/perl/x31.pl rmeggins: 389-admin /usr/lib64/dirsrv/cgi-bin/ds_create /usr/lib64/dirsrv/cgi-bin/ds_remove /usr/lib64/dirsrv/cgi-bin/ds_unregister /usr/lib64/dirsrv/cgi-bin/repl-monitor-cgi.pl /usr/sbin/migrate-ds-admin.pl /usr/sbin/register-ds-admin.pl /usr/sbin/remove-ds-admin.pl /usr/sbin/setup-ds-admin.pl 389-ds-base /usr/bin/cl-dump.pl /usr/bin/dbgen.pl /usr/bin/logconv.pl /usr/bin/repl-monitor.pl /usr/sbin/migrate-ds.pl /usr/sbin/remove-ds.pl /usr/sbin/setup-ds.pl 389-dsgw /usr/lib64/dirsrv/dsgw-cgi-bin/myorg /usr/lib64/dirsrv/dsgw-cgi-bin/org sdz: blazeblogger /usr/bin/blaze-add /usr/bin/blaze-config /usr/bin/blaze-edit /usr/bin/blaze-init /usr/bin/blaze-list /usr/bin/blaze-log /usr/bin/blaze-make /usr/bin/blaze-remove spot: google-perftools /usr/bin/pprof steve: perl-Pugs-Compiler-Rule /usr/bin/compile_p6grammar.pl stingray: flow-tools /usr/share/flow-tools/asn2c /usr/share/flow-tools/gasn /usr/share/flow-tools/gprot /usr/share/flow-tools/gserv than: kdeadmin /usr/share/kde4/apps/knetworkconf/backends/debug.pl /usr/share/kde4/apps/knetworkconf/backends/file.pl /usr/share/kde4/apps/knetworkconf/backends/general.pl /usr/share/kde4/apps/knetworkconf/backends/network-conf /usr/share/kde4/apps/knetworkconf/backends/network.pl /usr/share/kde4/apps/knetworkconf/backends/parse.pl /usr/share/kde4/apps/knetworkconf/backends/platform.pl /usr/share/kde4/apps/knetworkconf/backends/process.pl /usr/share/kde4/apps/knetworkconf/backends/replace.pl /usr/share/kde4/apps/knetworkconf/backends/report.pl /usr/share/kde4/apps/knetworkconf/backends/service-list.pl /usr/share/kde4/apps/knetworkconf/backends/service.pl /usr/share/kde4/apps/knetworkconf/backends/util.pl /usr/share/kde4/apps/knetworkconf/backends/xml.pl kdesdk /usr/bin/colorsvn /usr/bin/cvs-clean /usr/bin/cvsblame /usr/bin/cvscheck /usr/bin/cvslastchange /usr/bin/extend_dmalloc /usr/bin/extractattr /usr/bin/extractrc /usr/bin/includemocs /usr/bin/kdemangen.pl /usr/bin/noncvslist /usr/bin/svn-clean /usr/bin/svnlastchange /usr/share/kde4/apps/umbrello/headings/heading.pm tmraz: pcsc-tools /usr/bin/ATR_analysis /usr/bin/gscriptor /usr/bin/scriptor tuxbrewr: conman /usr/bin/conmen varekova: pilot-link(pilot-link-perl) /usr/bin/pilot-ietf2datebook From skasal at redhat.com Fri Aug 28 16:25:41 2009 From: skasal at redhat.com (Stepan Kasal) Date: Fri, 28 Aug 2009 18:25:41 +0200 Subject: Broken dependencies: perl-Crypt-OpenSSL-DSA In-Reply-To: <20090828120439.075F01F8219@releng2.fedora.phx.redhat.com> References: <20090828120439.075F01F8219@releng2.fedora.phx.redhat.com> Message-ID: <20090828162541.GA21569@camelia.ucw.cz> Hello all, > perl-Crypt-OpenSSL-DSA-0.13-11.fc12 requires libcrypto.so.8, libssl.so.8 I deugged this and it seems the test suite is failing because the etalon "openssl dgst" command crashes. I filed it as bug #520152. Then I disabled the tests in the module and filed a bug 520153 as a tracker of this workaround. Have a nice day, Stepan From cweyl at fedoraproject.org Fri Aug 28 16:47:50 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 28 Aug 2009 16:47:50 +0000 (UTC) Subject: rpms/perl-PerlIO-gzip/devel perl-PerlIO-gzip.spec,1.5,1.6 Message-ID: <20090828164750.2E69A11C0078@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-PerlIO-gzip/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28234 Modified Files: perl-PerlIO-gzip.spec Log Message: release bump Index: perl-PerlIO-gzip.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PerlIO-gzip/devel/perl-PerlIO-gzip.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-PerlIO-gzip.spec 28 Aug 2009 04:45:01 -0000 1.5 +++ perl-PerlIO-gzip.spec 28 Aug 2009 16:47:50 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-PerlIO-gzip Version: 0.18 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perl extension to provide a PerlIO layer to gzip/gunzip # See Makefile.PL, gzip.xs, etc. License: GPL+ or Artistic @@ -64,6 +64,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Aug 28 2009 Chris Weyl 0.18-6 +- bump + * Thu Aug 27 2009 Chris Weyl 0.18-5 - update filtering From bugzilla at redhat.com Fri Aug 28 18:00:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Aug 2009 14:00:02 -0400 Subject: [Bug 156113] Perl is built with debugging support In-Reply-To: References: Message-ID: <200908281800.n7SI024d023281@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=156113 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #113734|0 |1 is obsolete| | -- Configure bugmail: 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 Aug 28 17:59:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Aug 2009 13:59:23 -0400 Subject: [Bug 156113] Perl is built with debugging support In-Reply-To: References: Message-ID: <200908281759.n7SHxNdY027577@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=156113 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Patch | Summary|[PATCH] Perl is built with |Perl is built with |debugging support |debugging support --- Comment #8 from Stepan Kasal 2009-08-28 13:59:20 EDT --- (In reply to comment #7) > That wouldn't be too complex (create a tag; [...] This was also my first impression when I discovered this problem. Fortunately, I do not have the rights to create a tag; I had to apply for it. A discussion followed, I had to advocate that I really need the tag; as time passed, I began to see more consequences and decided that this change is not as easy as it seems to be. First, I want to have dependencies right. My own system is randomly updated rawhide: at random times, I do "yum update some-packages" and I suppose that the dependencies are there mo ensure that everything works. Currently, Fedora has debug perl and debug modules, i.e., all were compiled with -DDEBUGGING. We would like to get have production perl and production modules. But debug modules do not work with production perl. The dependencies should reflect this. So the current debug modules have to require something that will not be provided by the production perl. What could that be? I cannot invent anything better than perl(:MODULE_COMPAT_5.10.0) So our final production perl may not provide that; it will provide perl(:MODULE_COMPAT_5.10.1) instead. But at beginning of August, when I consideres this move, there was still no 5.10.1 release candidate available. Top be able to do this, I would have to start by creating a snapshot labeled 5.10.1rc0 or some such. (The following week the alpha was postponed. But I afraid they didn't mean it as an opprtunity to start something that might then cause anither slip.) This was the main reason why I decide to leave fixing this bug for early dist-f13. But there were also two supportive reasons: Reason 1: I wanted to do exactly what Chris said: > create a tag; loop, bump & build to the tag; merge back to dist-f12 But that building to the tag is actually bootstrapping; you have to respect the BuildRequires and Requires. In theory, that should be easy. But we are not a source distribution, you cannot just "make world", so this is something which is not tested yet, so something is bound to break. And, indeed, Tom spot Callaway witnessed from his work on packaging 5.10.0 that such a bootstrap is a real PITA. Reason 2: Moreover, this is not the only change bound to the version number increase. The other one was advertised here: http://article.gmane.org/gmane.linux.redhat.fedora.perl/9664 > [...] but it would be a lot of churn for the middle of a beta cycle. Another consequence of asking for the tag was that they adverted me from my idea to slip in during the beta period. The risks are not worth the gain. I hope this all explains why we will (almost surely) stay with debug perl for Fedora 12. This comment does not discuss whether the change should be done using a separate tag or not. But that's an implementation issue that can be discussed on the fedora-perl-devel-list. [the "patch" keyword is no longer relevant] -- Configure bugmail: 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 Aug 28 18:27:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Aug 2009 14:27:33 -0400 Subject: [Bug 519395] cleanup patch: use better buildroot, nicer find coomands In-Reply-To: References: Message-ID: <200908281827.n7SIRXSA001228@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=519395 --- Comment #7 from Stepan Kasal 2009-08-28 14:27:32 EDT --- (In reply to comment #6) > * You are fixing anything - Don't "try to fix" what is not broken. > * You are adding new regressions, That is a good angle of view, and you convinced me to back out some of the originally proposed changes. But the command find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; is very confusing and its current state. The first impression is, naturally, that it means "run rmdir with stderr redirected to /dev/null". Only after some concentration, the reader realizes that the redirection applies to the whole find command. Changing the position of the redirection is the minimum that should be done (see the end of comment #3). But, still, running "find 2>/dev/null" is not nice. What can be done about it? It would be nice if we were able to instruct find to execute rmdir redirecting its stderr; but all ways I can imagine are too complicated. So I want to do a trade: sacrifice a tiny bit of portability in order to see the error messages from find. Does that sound fair? -- Configure bugmail: 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 Aug 28 18:37:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 28 Aug 2009 14:37:54 -0400 Subject: [Bug 519395] cleanup patch: use better buildroot, nicer find coomands In-Reply-To: References: Message-ID: <200908281837.n7SIbsOd031572@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=519395 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #358711|0 |1 is obsolete| | --- Comment #8 from Stepan Kasal 2009-08-28 14:37:53 EDT --- Created an attachment (id=359104) --> (https://bugzilla.redhat.com/attachment.cgi?id=359104) proposed patch 2 This updated patch contains 3 fixes: 1) better buildroot 2) buildroot now can contains spaces -- see the middle of comment #3 3) "find 2>/dev/null" fix -- see end of comment #3 and comment #7 Is this patch OK? -- Configure bugmail: 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 Fri Aug 28 18:49:30 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Fri, 28 Aug 2009 11:49:30 -0700 Subject: tests in %doc? In-Reply-To: References: <20090828134557.GA18193@camelia.ucw.cz> Message-ID: <7dd7ab490908281149l3c9c409x5f5f8dd5698c28d6@mail.gmail.com> On Fri, Aug 28, 2009 at 6:47 AM, Jason L Tibbitts III wrote: >>>>>> "SK" == Stepan Kasal writes: > > SK> Hello, I have noticed that some of the perl module packages do pack > SK> their tests in the %doc subdirectory. Is that intentional? > > One maintainer insists on doing it. ?I think it's pointless, but I gave > up arguing long ago. Yeah... Boy did people get worked up about that :) I was doing it for a couple reasons: It's not unusual for the tests to be better than the docs... especially for examples of how to do things: I can't speak for anyone else but I routinely look at tests when the POD doesn't do an amazing job cluing me in. It's not unusual to see POD refer the reader to the tests, as well. This seems to be particularly true of some of the faster-moving packages, like early Moose and Catalyst. Another reason is that sometimes we make changes to the tests as part of the packaging. One of the nice things about having them available in %_docdir is that they can be run on your system. And, sometimes it's nice to be able to rerun the _actual_ tests after making upgrades to part of a module's dependency chain... Though, ideally we'd have things rigged such that someone could retest, say, all their installed MooseX::* after a perl-Moose (or perl-Class-MOP or ...) upgrade. IMHO, something like this could substantially help Fedora/RedHat's somewhat tarnished (deservedly or not, no judgement here) image w.r.t. Perl QA. But I digress :) In any case, I've generally suspended this pending some magic to automagically package them up -- e.g., create a -tests subpackage the way -debuginfo packages are automatically created; allowing the tests to be available w/o having them in %_docdir. There are a couple different ways to do this, ranging from fully automated (extending %debug_package or the like) to a macro explicitly invoked. I haven't had a chance to work on this in quite some time, but there are some preliminary pages out at: https://fedoraproject.org/wiki/Features/FullyTestablePerl https://fedoraproject.org/wiki/Features/FullyTestablePerl/RpmMacros One of the blockers here is touching base with either p5p or (more likely) perl-qa, for some guidance as to where to keep tests. If memory serves, there was some previous discussion in those realms about doing something like this, so coordinating -- or at least making them aware, with a possibility for input -- would be good. -Chris -- Chris Weyl Ex astris, scientia From cweyl at alumni.drew.edu Fri Aug 28 19:20:28 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Fri, 28 Aug 2009 12:20:28 -0700 Subject: #! /usr/bin/perl preferred In-Reply-To: <4A97E842.2040203@freenet.de> References: <20090828141126.GA18997@camelia.ucw.cz> <4A97E842.2040203@freenet.de> Message-ID: <7dd7ab490908281220k705f9529j49eaa041bfd9ef06@mail.gmail.com> On Fri, Aug 28, 2009 at 7:22 AM, Ralf Corsepius wrote: > Consider you have another "perl" installed in parallel the official vendor > perl and want to test a particular application suite with it. > > Using env you can simply use your "experimental perl". > > Removing it, you will normally have to edit all of your applications' > scripts, etc. Not necessarily nice! Yeah. I've actually been running into that over the last couple months... at $work, we have machines at several different OS levels, and a smattering of RH, SLES, etc. Building and installing Perl independently of the system Perl helps get around some of the cruftiness of the machines, especially as we can't replace the system Perl as it may have OS implications. Hardcoding /usr/bin/perl makes switching tricky... (and then one ends up sorting through scripts with different interpreters hardcoded... which makes life even more exciting.) I actually ended up writing a module that would re-exec itself under a newer Perl if it found it, but that requires a change to add it to production code. Being able to change at the environment level which Perl is invoked does make life easier. Frankly -- is it hurting anything we do? If not, then I'd say let's not worry about it. TMTOWTDI :) -Chris -- Chris Weyl Ex astris, scientia From skasal at redhat.com Fri Aug 28 19:25:40 2009 From: skasal at redhat.com (Stepan Kasal) Date: Fri, 28 Aug 2009 21:25:40 +0200 Subject: tests in %doc? In-Reply-To: <7dd7ab490908281149l3c9c409x5f5f8dd5698c28d6@mail.gmail.com> References: <20090828134557.GA18193@camelia.ucw.cz> <7dd7ab490908281149l3c9c409x5f5f8dd5698c28d6@mail.gmail.com> Message-ID: <20090828192540.GB32298@camelia.ucw.cz> Hello Chris, On Fri, Aug 28, 2009 at 11:49:30AM -0700, Chris Weyl wrote: > It's not unusual for the tests to be better than the docs... ... > Another reason is that sometimes we make changes to the tests as part ... > In any case, I've generally suspended this pending some magic to > automagically package them up -- e.g., create a -tests subpackage the ... > https://fedoraproject.org/wiki/Features/FullyTestablePerl this was really an interesting and enlightening explanation. Thank you very much for it, Stepan From skasal at redhat.com Fri Aug 28 20:07:23 2009 From: skasal at redhat.com (Stepan Kasal) Date: Fri, 28 Aug 2009 22:07:23 +0200 Subject: #! /usr/bin/perl preferred In-Reply-To: <7dd7ab490908281220k705f9529j49eaa041bfd9ef06@mail.gmail.com> References: <20090828141126.GA18997@camelia.ucw.cz> <4A97E842.2040203@freenet.de> <7dd7ab490908281220k705f9529j49eaa041bfd9ef06@mail.gmail.com> Message-ID: <20090828200723.GC32298@camelia.ucw.cz> Hello, let me explain. I was told "they are doing this env clenup with python scripts don't you want to do it for perl as well?" My hands were quicker than my brain and I did the search. Only when I was about to post the results, I realized that I'm actually not convinced about the issue. The official reasoning is that if a system tool is written in Python, we want to "guarantee" that it works, so we would rather run it with Fedora Python, not with a random experimental Python. Likewise for Perl; if logrotate or some such were written in perl, it should just work (modulo Fedora Perl bugs), and the whole system should not crash just because of a random /usr/local/bin/perl. Actually, what Chris said seems to support this reasoning: > [...], especially as we can't replace the system > Perl as it may have OS implications. The sentence seems to support what is proposed here: the Fedora-delivered scripts should have /usr/bin/perl hardcoded, so that "OS implications" are avoided. Fedora users not satisfied with our system perl can place #!/usr/bin/env to _their_ scripts, so that the scripts mutate with every mutation of _their_ local build of perl.. But from this point of view, we should take care that Fedora-delivered shell script never call "perl"; they should always use /usr/bin/perl. Taking this to the extreme, one can never know what is deliberately put in the PATH, so we should carefully call /usr/bin/gawk, /bin/rm, etc. Or we should mahe sure to sanitize PATH at the begining of every script... As I said, I'm not fully convinced by the official reasoning. At this point of time, I do not see any flaw in Ralf's reasoning. But I do not want to engage in any war. Let's forget about this and return to more important issues. Stepan From cweyl at fedoraproject.org Fri Aug 28 22:22:17 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 28 Aug 2009 22:22:17 +0000 (UTC) Subject: rpms/perl-Sub-Identify/devel perl-Sub-Identify.spec,1.11,1.12 Message-ID: <20090828222217.D90BA11C0078@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Identify/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23261 Modified Files: perl-Sub-Identify.spec Log Message: release bump Index: perl-Sub-Identify.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Identify/devel/perl-Sub-Identify.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Sub-Identify.spec 28 Aug 2009 05:21:36 -0000 1.11 +++ perl-Sub-Identify.spec 28 Aug 2009 22:22:17 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Sub-Identify Version: 0.04 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Retrieve names of code references License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Fri Aug 28 2009 Chris Weyl 0.04-6 +- bump + * Thu Aug 27 2009 Chris Weyl - 0.04-5 - Filtering errant private provides From cweyl at fedoraproject.org Sat Aug 29 02:11:52 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 29 Aug 2009 02:11:52 +0000 (UTC) Subject: rpms/perl-Net-CUPS/devel perl-Net-CUPS.spec,1.15,1.16 Message-ID: <20090829021152.7AF8611C0078@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Net-CUPS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12361 Modified Files: perl-Net-CUPS.spec Log Message: release bump Index: perl-Net-CUPS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-CUPS/devel/perl-Net-CUPS.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-Net-CUPS.spec 24 Aug 2009 02:11:15 -0000 1.15 +++ perl-Net-CUPS.spec 29 Aug 2009 02:11:52 -0000 1.16 @@ -1,6 +1,6 @@ Name: perl-Net-CUPS Version: 0.61 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl bindings to the CUPS C API Interface License: GPL+ or Artistic Group: Development/Libraries @@ -57,6 +57,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Aug 28 2009 Chris Weyl 0.61-3 +- bump + * Sun Aug 23 2009 Chris Weyl 0.61-2 - add filtering to remove private so metadata From cweyl at fedoraproject.org Sat Aug 29 04:31:52 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 29 Aug 2009 04:31:52 +0000 (UTC) Subject: rpms/perl-App-Cmd/devel .cvsignore, 1.5, 1.6 perl-App-Cmd.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090829043152.1DFBB11C009F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cmd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28040 Modified Files: .cvsignore perl-App-Cmd.spec sources Log Message: * Sat Aug 29 2009 Chris Weyl 0.207-1 - switch filtering to perl_default_filter - auto-update to 0.207 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 24 Aug 2009 02:12:10 -0000 1.5 +++ .cvsignore 29 Aug 2009 04:31:51 -0000 1.6 @@ -1 +1 @@ -App-Cmd-0.206.tar.gz +App-Cmd-0.207.tar.gz Index: perl-App-Cmd.spec =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/perl-App-Cmd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-App-Cmd.spec 24 Aug 2009 02:12:10 -0000 1.8 +++ perl-App-Cmd.spec 29 Aug 2009 04:31:51 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-App-Cmd -Version: 0.206 +Version: 0.207 Release: 1%{?dist} # see lib/App/Cmd.pm License: GPL+ or Artistic @@ -25,6 +25,8 @@ Requires: perl(Module::Pluggable:: Requires: perl(Sub::Exporter) >= 0.975 Requires: perl(Sub::Install) +%{?perl_default_filter} + %description App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things @@ -37,25 +39,6 @@ For information on how to start using Ap perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t -# make sure doc/tests don't generate provides -# note we first filter out the bits in _docdir... -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` -EOF - -%define __perl_provides %{_builddir}/App-Cmd-%{version}/%{name}-prov -chmod +x %{__perl_provides} - -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` -EOF - -%define __perl_requires %{_builddir}/App-Cmd-%{version}/%{name}-req -chmod +x %{__perl_requires} - - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -82,6 +65,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Aug 29 2009 Chris Weyl 0.207-1 +- switch filtering to perl_default_filter +- auto-update to 0.207 (by cpan-spec-update 0.01) + * Sun Aug 23 2009 Chris Weyl 0.206-1 - auto-update to 0.206 (by cpan-spec-update 0.01) - altered br on perl(Getopt::Long::Descriptive) (0.06 => 0.075) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 24 Aug 2009 02:12:10 -0000 1.5 +++ sources 29 Aug 2009 04:31:51 -0000 1.6 @@ -1 +1 @@ -14b921942c7840b63a3fe0335ab69849 App-Cmd-0.206.tar.gz +4856b13b9c1ffb4ac21fddc0026801e7 App-Cmd-0.207.tar.gz From cweyl at fedoraproject.org Sat Aug 29 05:41:27 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 29 Aug 2009 05:41:27 +0000 (UTC) Subject: rpms/perl-local-lib/devel .cvsignore, 1.6, 1.7 perl-local-lib.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <20090829054127.D8DCB11C009F@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-serv9686 Modified Files: .cvsignore perl-local-lib.spec sources Log Message: * Sat Aug 29 2009 Chris Weyl 1.004006-1 - auto-update to 1.004006 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 25 Aug 2009 06:26:23 -0000 1.6 +++ .cvsignore 29 Aug 2009 05:41:27 -0000 1.7 @@ -1 +1 @@ -local-lib-1.004005.tar.gz +local-lib-1.004006.tar.gz Index: perl-local-lib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/perl-local-lib.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-local-lib.spec 25 Aug 2009 06:26:23 -0000 1.6 +++ perl-local-lib.spec 29 Aug 2009 05:41:27 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-local-lib -Version: 1.004005 +Version: 1.004006 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic License: GPL+ or Artistic @@ -74,6 +74,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Aug 29 2009 Chris Weyl 1.004006-1 +- auto-update to 1.004006 (by cpan-spec-update 0.01) + * Tue Aug 25 2009 Chris Weyl 1.004005-1 - auto-update to 1.004005 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 25 Aug 2009 06:26:23 -0000 1.6 +++ sources 29 Aug 2009 05:41:27 -0000 1.7 @@ -1 +1 @@ -80fc0977311592f7937a448c4b6577c5 local-lib-1.004005.tar.gz +33b14a93fe4325bbb8837cb6b6336b26 local-lib-1.004006.tar.gz From cweyl at fedoraproject.org Sat Aug 29 07:36:29 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 29 Aug 2009 07:36:29 +0000 (UTC) Subject: rpms/perl-GStreamer/devel .cvsignore, 1.3, 1.4 perl-GStreamer.spec, 1.10, 1.11 Message-ID: <20090829073629.F0DB911C009F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-GStreamer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2454 Modified Files: .cvsignore perl-GStreamer.spec Log Message: * Sat Aug 29 2009 Chris Weyl - 0.15-4 - Filter errant private provides Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GStreamer/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 3 Mar 2009 04:39:00 -0000 1.3 +++ .cvsignore 29 Aug 2009 07:36:27 -0000 1.4 @@ -1,9 +1 @@ GStreamer-0.15.tar.gz -GStreamer-* -*.rpm -*.gz -*.tar -clog -.build* -x86_64 -i386 Index: perl-GStreamer.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GStreamer/devel/perl-GStreamer.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-GStreamer.spec 30 Jul 2009 16:15:16 -0000 1.10 +++ perl-GStreamer.spec 29 Aug 2009 07:36:27 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-GStreamer Version: 0.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl bindings to the GStreamer framework License: LGPLv2+ Group: Development/Libraries @@ -22,6 +22,8 @@ BuildRequires: perl(Glib::MakeHelper) # test BuildRequires: perl(Test::More) +%{?perl_default_filter} + %description GStreamer makes everybody dance like crazy. It provides the means to play, stream, and convert nearly any type of media -- be it audio or video. @@ -69,6 +71,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 29 2009 Chris Weyl - 0.15-4 +- Filter errant private provides + * Thu Jul 30 2009 Ralf Cors?pius - 0.15-3 - Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). From iarnell at fedoraproject.org Sat Aug 29 09:30:59 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 29 Aug 2009 09:30:59 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Natural/devel .cvsignore, 1.6, 1.7 perl-DateTime-Format-Natural.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <20090829093059.E370611C009F@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22496 Modified Files: .cvsignore perl-DateTime-Format-Natural.spec sources Log Message: * Sat Aug 29 2009 Iain Arnell 0.78-1 - update to latest upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 21 Jun 2009 07:36:21 -0000 1.6 +++ .cvsignore 29 Aug 2009 09:30:59 -0000 1.7 @@ -1 +1 @@ -DateTime-Format-Natural-0.77.tar.gz +DateTime-Format-Natural-0.78.tar.gz Index: perl-DateTime-Format-Natural.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel/perl-DateTime-Format-Natural.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-DateTime-Format-Natural.spec 26 Jul 2009 05:38:02 -0000 1.7 +++ perl-DateTime-Format-Natural.spec 29 Aug 2009 09:30:59 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-Natural -Version: 0.77 -Release: 2%{?dist} +Version: 0.78 +Release: 1%{?dist} Summary: Create machine readable date/time with natural parsing logic License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 29 2009 Iain Arnell 0.78-1 +- update to latest upstream version + * Sat Jul 25 2009 Fedora Release Engineering - 0.77-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 21 Jun 2009 07:36:21 -0000 1.6 +++ sources 29 Aug 2009 09:30:59 -0000 1.7 @@ -1 +1 @@ -38b8e8dce0c36b783e9843b5a1f15405 DateTime-Format-Natural-0.77.tar.gz +67b88a73252aa7574952618d7f548638 DateTime-Format-Natural-0.78.tar.gz From iarnell at fedoraproject.org Sat Aug 29 09:40:47 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 29 Aug 2009 09:40:47 +0000 (UTC) Subject: rpms/perl-HTML-Defang/devel .cvsignore, 1.2, 1.3 perl-HTML-Defang.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090829094047.BF03D11C009F@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-serv24311 Modified Files: .cvsignore perl-HTML-Defang.spec sources Log Message: * Sat Aug 29 2009 Iain Arnell 1.02-1 - update to latest upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Defang/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 May 2009 03:05:26 -0000 1.2 +++ .cvsignore 29 Aug 2009 09:40:46 -0000 1.3 @@ -1 +1 @@ -HTML-Defang-1.01.tar.gz +HTML-Defang-1.02.tar.gz Index: perl-HTML-Defang.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Defang/devel/perl-HTML-Defang.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-HTML-Defang.spec 26 Jul 2009 06:23:55 -0000 1.2 +++ perl-HTML-Defang.spec 29 Aug 2009 09:40:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-HTML-Defang -Version: 1.01 -Release: 2%{?dist} +Version: 1.02 +Release: 1%{?dist} Summary: Cleans HTML and CSS of executable contents License: GPL+ or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Aug 29 2009 Iain Arnell 1.02-1 +- update to latest upstream version + * Sat Jul 25 2009 Fedora Release Engineering - 1.01-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Defang/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 May 2009 03:05:26 -0000 1.2 +++ sources 29 Aug 2009 09:40:47 -0000 1.3 @@ -1 +1 @@ -f8c2540c7fe33a26f4a79b8cc1ef3846 HTML-Defang-1.01.tar.gz +c49e61f3491dc529b6e62ec699562685 HTML-Defang-1.02.tar.gz From rc040203 at freenet.de Sun Aug 30 16:12:01 2009 From: rc040203 at freenet.de (Ralf Corsepius) Date: Sun, 30 Aug 2009 18:12:01 +0200 Subject: #! /usr/bin/perl preferred In-Reply-To: <20090828200723.GC32298@camelia.ucw.cz> References: <20090828141126.GA18997@camelia.ucw.cz> <4A97E842.2040203@freenet.de> <7dd7ab490908281220k705f9529j49eaa041bfd9ef06@mail.gmail.com> <20090828200723.GC32298@camelia.ucw.cz> Message-ID: <4A9AA4D1.2020302@freenet.de> On 08/28/2009 10:07 PM, Stepan Kasal wrote: > Hello, > > let me explain. I was told "they are doing this env clenup > with python scripts don't you want to do it for perl as well?" Then let me add: The FPC had discussed this topic during its last meeting and didn't agree upon the proposal. cf. http://meetbot.fedoraproject.org/fedora-meeting/2009-08-19/fedora-meeting.2009-08-19-16.01.log.html#l-38 for details. > My hands were quicker than my brain and I did the search. > > Only when I was about to post the results, I realized that I'm > actually not convinced about the issue. > > The official reasoning is that if a system tool is written in Python, > we want to "guarantee" that it works, so we would rather run it with > Fedora Python, not with a random experimental Python. Likewise for > Perl; if logrotate or some such were written in perl, it should just > work (modulo Fedora Perl bugs), and the whole system should not crash > just because of a random /usr/local/bin/perl. Well, yes there are ways for users to shoot themselves into the foot. As I wrote many times, installing to /usr/local is special, ... don't do it unless you know what you are doing ;-) > Actually, what Chris said seems to support this reasoning: >> [...], especially as we can't replace the system >> Perl as it may have OS implications. Of cause, envs bears some risks to shot yourselves into the foot - it's a double side sword, with pros and cons at the same time. For example, a user might have a customized "perl"-script (e.g. a perl wrapper) installed on his $PATH (e.g. to ~/bin), because he isn't root on a particular system and is developing a perl application. > At this point of time, I do not see any flaw in Ralf's reasoning. > But I do not want to engage in any war. It's not necessarily a war. Both, allowing and disallowing env come at price. It's a descison to balance the pros and cons. The big question is: Would disallowing env mean be a true improvement (e.g. wrt. system robustness and safety) or would it mean a serious usability regression wrt. flexibility to developers? Some people say "this way", others say "that way". I for one (as a developer), prefer the flexibility env provides and do not see serious risks nor do I see many advantages in disallowing "env". An uneducated user will always be able find ways to shoot himselves into the foot and needs to go through a learning curve - This might be an unpopular thought, but ... as trivial as it is, it's not avoidable. > Let's forget about this and return to more important issues. Ralf From xulchris at fedoraproject.org Sun Aug 30 17:21:59 2009 From: xulchris at fedoraproject.org (xulchris) Date: Sun, 30 Aug 2009 17:21:59 +0000 (UTC) Subject: rpms/perl-MP3-Info/EL-5 .cvsignore, 1.5, 1.6 perl-MP3-Info.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090830172159.7920511C0072@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/perl-MP3-Info/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20505/EL-5 Modified Files: .cvsignore perl-MP3-Info.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/EL-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 30 Sep 2007 14:43:45 -0000 1.5 +++ .cvsignore 30 Aug 2009 17:21:58 -0000 1.6 @@ -1 +1 @@ -MP3-Info-1.23.tar.gz +MP3-Info-1.24.tar.gz Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/EL-5/perl-MP3-Info.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-MP3-Info.spec 30 Sep 2007 14:46:44 -0000 1.9 +++ perl-MP3-Info.spec 30 Aug 2009 17:21:59 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-MP3-Info -Version: 1.23 +Version: 1.24 Release: 1%{?dist} Summary: Manipulate / fetch info from MP3 audio files @@ -52,6 +52,18 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 30 2009 Christopher Stone 1.24-1 +- Upstream sync + +* Sun Jul 26 2009 Fedora Release Engineering - 1.23-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1.23-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Mar 06 2008 Tom "spot" Callaway - 1.23-2 +Rebuild for new perl + * Sun Sep 30 2007 Christopher Stone 1.23-1 - Upstream sync Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/EL-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 30 Sep 2007 14:43:45 -0000 1.5 +++ sources 30 Aug 2009 17:21:59 -0000 1.6 @@ -1 +1 @@ -fd0b5e0d88ee01454180e3941ab11541 MP3-Info-1.23.tar.gz +fb4bcc43764e3b46c3a7c74b50ed7a44 MP3-Info-1.24.tar.gz From xulchris at fedoraproject.org Sun Aug 30 17:21:59 2009 From: xulchris at fedoraproject.org (xulchris) Date: Sun, 30 Aug 2009 17:21:59 +0000 (UTC) Subject: rpms/perl-MP3-Info/F-10 .cvsignore, 1.5, 1.6 perl-MP3-Info.spec, 1.11, 1.12 sources, 1.5, 1.6 Message-ID: <20090830172159.E758511C0072@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/perl-MP3-Info/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20505/F-10 Modified Files: .cvsignore perl-MP3-Info.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/F-10/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 30 Sep 2007 14:43:49 -0000 1.5 +++ .cvsignore 30 Aug 2009 17:21:59 -0000 1.6 @@ -1 +1 @@ -MP3-Info-1.23.tar.gz +MP3-Info-1.24.tar.gz Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/F-10/perl-MP3-Info.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-MP3-Info.spec 7 Mar 2008 02:08:38 -0000 1.11 +++ perl-MP3-Info.spec 30 Aug 2009 17:21:59 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-MP3-Info -Version: 1.23 -Release: 2%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries @@ -52,6 +52,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 30 2009 Christopher Stone 1.24-1 +- Upstream sync + +* Sun Jul 26 2009 Fedora Release Engineering - 1.23-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1.23-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Mar 06 2008 Tom "spot" Callaway - 1.23-2 Rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 30 Sep 2007 14:43:49 -0000 1.5 +++ sources 30 Aug 2009 17:21:59 -0000 1.6 @@ -1 +1 @@ -fd0b5e0d88ee01454180e3941ab11541 MP3-Info-1.23.tar.gz +fb4bcc43764e3b46c3a7c74b50ed7a44 MP3-Info-1.24.tar.gz From xulchris at fedoraproject.org Sun Aug 30 17:22:00 2009 From: xulchris at fedoraproject.org (xulchris) Date: Sun, 30 Aug 2009 17:22:00 +0000 (UTC) Subject: rpms/perl-MP3-Info/F-11 .cvsignore, 1.5, 1.6 perl-MP3-Info.spec, 1.12, 1.13 sources, 1.5, 1.6 Message-ID: <20090830172200.AE0C811C0072@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/perl-MP3-Info/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20505/F-11 Modified Files: .cvsignore perl-MP3-Info.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/F-11/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 30 Sep 2007 14:43:49 -0000 1.5 +++ .cvsignore 30 Aug 2009 17:21:59 -0000 1.6 @@ -1 +1 @@ -MP3-Info-1.23.tar.gz +MP3-Info-1.24.tar.gz Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/F-11/perl-MP3-Info.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-MP3-Info.spec 26 Feb 2009 21:16:48 -0000 1.12 +++ perl-MP3-Info.spec 30 Aug 2009 17:22:00 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-MP3-Info -Version: 1.23 -Release: 3%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries @@ -52,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 30 2009 Christopher Stone 1.24-1 +- Upstream sync + +* Sun Jul 26 2009 Fedora Release Engineering - 1.23-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 1.23-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 30 Sep 2007 14:43:49 -0000 1.5 +++ sources 30 Aug 2009 17:22:00 -0000 1.6 @@ -1 +1 @@ -fd0b5e0d88ee01454180e3941ab11541 MP3-Info-1.23.tar.gz +fb4bcc43764e3b46c3a7c74b50ed7a44 MP3-Info-1.24.tar.gz From xulchris at fedoraproject.org Sun Aug 30 17:22:00 2009 From: xulchris at fedoraproject.org (xulchris) Date: Sun, 30 Aug 2009 17:22:00 +0000 (UTC) Subject: rpms/perl-MP3-Info/devel .cvsignore, 1.5, 1.6 perl-MP3-Info.spec, 1.13, 1.14 sources, 1.5, 1.6 Message-ID: <20090830172200.E0C7911C02CA@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/perl-MP3-Info/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20505/devel Modified Files: .cvsignore perl-MP3-Info.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 30 Sep 2007 14:43:49 -0000 1.5 +++ .cvsignore 30 Aug 2009 17:22:00 -0000 1.6 @@ -1 +1 @@ -MP3-Info-1.23.tar.gz +MP3-Info-1.24.tar.gz Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/devel/perl-MP3-Info.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-MP3-Info.spec 26 Jul 2009 09:05:40 -0000 1.13 +++ perl-MP3-Info.spec 30 Aug 2009 17:22:00 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-MP3-Info -Version: 1.23 -Release: 4%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 30 2009 Christopher Stone 1.24-1 +- Upstream sync + * Sun Jul 26 2009 Fedora Release Engineering - 1.23-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MP3-Info/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 30 Sep 2007 14:43:49 -0000 1.5 +++ sources 30 Aug 2009 17:22:00 -0000 1.6 @@ -1 +1 @@ -fd0b5e0d88ee01454180e3941ab11541 MP3-Info-1.23.tar.gz +fb4bcc43764e3b46c3a7c74b50ed7a44 MP3-Info-1.24.tar.gz From bugzilla at redhat.com Mon Aug 31 10:53:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 06:53:07 -0400 Subject: [Bug 520401] New: perl-Compress-Raw-Bzip2-2.021 is available Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-Compress-Raw-Bzip2-2.021 is available https://bugzilla.redhat.com/show_bug.cgi?id=520401 Summary: perl-Compress-Raw-Bzip2-2.021 is available Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: ASSIGNED Keywords: FutureFeature Severity: medium Priority: low Component: perl-Compress-Raw-Bzip2 AssignedTo: skasal at redhat.com ReportedBy: upstream-release-monitoring at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: skasal at redhat.com, fedora-perl-devel-list at redhat.com, mmaslano at redhat.com Classification: Fedora Latest upstream release: 2.021 Current version in Fedora Rawhide: 2.020 URL: http://www.cpan.org/modules/by-module/Compress/ Please consult the package update guidelines before you issue an update to a stable branch: https://fedoraproject.org/wiki/Package_update_guidelines More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_Release_Monitoring -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From msuchy at redhat.com Mon Aug 31 11:38:07 2009 From: msuchy at redhat.com (=?UTF-8?B?TWlyb3NsYXYgU3VjaMO9?=) Date: Mon, 31 Aug 2009 13:38:07 +0200 Subject: #! /usr/bin/perl preferred In-Reply-To: <7dd7ab490908281220k705f9529j49eaa041bfd9ef06@mail.gmail.com> References: <20090828141126.GA18997@camelia.ucw.cz> <4A97E842.2040203@freenet.de> <7dd7ab490908281220k705f9529j49eaa041bfd9ef06@mail.gmail.com> Message-ID: <4A9BB61F.5000108@redhat.com> Chris Weyl wrote: > Yeah. I've actually been running into that over the last couple > months... at $work, we have machines at several different OS levels, > and a smattering of RH, SLES, etc. Building and installing Perl > independently of the system Perl helps get around some of the > cruftiness of the machines, especially as we can't replace the system > Perl as it may have OS implications. Having two perl (and two anything else) is first step to maintance hell. We have virtualization, chroot.... for such experiments. > (and then one ends > up sorting through scripts with different interpreters hardcoded... > which makes life even more exciting.) How does it differ from half system using one perl and half using second perl? One pain or second pain? > Frankly -- is it hurting anything we do? If not, then I'd say let's > not worry about it. TMTOWTDI :) It comes to question, who is our target user. If this was asked on Ubuntu forum I would argue as loud as possible for /usr/bin/perl, because possibility that somebody will make some mess in /local or ~ /bin is high, and env will make it worse. But we are Fedora, so I will not argue about it here since, I have to admit, I do not now who is target user of Fedora. -- Miroslav Suchy Red Hat Satellite Engineering From bugzilla at redhat.com Mon Aug 31 11:33:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 07:33:54 -0400 Subject: [Bug 520153] testsuite fails because of openssl-1.0.0beta3 crash In-Reply-To: References: Message-ID: <200908311133.n7VBXsGu022181@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=520153 Bug 520153 depends on bug 520152, which changed state. Bug 520152 Summary: command crashes: "openssl dgst -dss1 ..." https://bugzilla.redhat.com/show_bug.cgi?id=520152 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kwizart at fedoraproject.org Mon Aug 31 13:23:17 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 13:23:17 +0000 (UTC) Subject: rpms/perl-Devel-FindRef/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 perl-Devel-FindRef.spec, 1.4, 1.5 Message-ID: <20090831132317.F25A211C0263@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Devel-FindRef/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31665 Modified Files: sources .cvsignore perl-Devel-FindRef.spec Log Message: Update to 1.422 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-FindRef/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 27 Jul 2009 08:41:51 -0000 1.2 +++ sources 31 Aug 2009 13:23:17 -0000 1.3 @@ -1 +1 @@ -b14f71c5be088ae674bc821cfdcb56f7 Devel-FindRef-1.42.tar.gz +2c92401767653f1ba8b98f36f23fae8d Devel-FindRef-1.422.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-FindRef/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 27 Jul 2009 08:41:51 -0000 1.2 +++ .cvsignore 31 Aug 2009 13:23:17 -0000 1.3 @@ -1 +1 @@ -Devel-FindRef-1.42.tar.gz +Devel-FindRef-1.422.tar.gz Index: perl-Devel-FindRef.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-FindRef/devel/perl-Devel-FindRef.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Devel-FindRef.spec 4 Aug 2009 19:44:34 -0000 1.4 +++ perl-Devel-FindRef.spec 31 Aug 2009 13:23:17 -0000 1.5 @@ -1,11 +1,11 @@ Name: perl-Devel-FindRef Version: 1.42 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Where is that reference to my variable hiding? License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-FindRef/ -Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Devel-FindRef-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Devel-FindRef-%{version}2.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)) @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Devel*.3* %changelog +* Mon Aug 31 2009 Nicolas Chauvet (kwizart) 1.42-4 +- Update internal version to 1.422 + * Tue Aug 4 2009 Stepan Kasal 1.42-3 - back out the previous rebuild From kasal at fedoraproject.org Mon Aug 31 13:24:57 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 31 Aug 2009 13:24:57 +0000 (UTC) Subject: rpms/perl-Crypt-OpenSSL-DSA/devel perl-Crypt-OpenSSL-DSA.spec, 1.11, 1.12 Message-ID: <20090831132457.8BA8F11C0072@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Crypt-OpenSSL-DSA/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32281 Modified Files: perl-Crypt-OpenSSL-DSA.spec Log Message: re-enable tests Index: perl-Crypt-OpenSSL-DSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-DSA/devel/perl-Crypt-OpenSSL-DSA.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Crypt-OpenSSL-DSA.spec 28 Aug 2009 16:24:05 -0000 1.11 +++ perl-Crypt-OpenSSL-DSA.spec 31 Aug 2009 13:24:57 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-DSA Version: 0.13 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Perl interface to OpenSSL for DSA License: GPL+ or Artistic Group: Development/Libraries @@ -38,8 +38,7 @@ find %{buildroot} -type f -name '*.bs' - %{_fixperms} %{buildroot}/* %check -# temporarily disabled because of #520153 -make test || : +make test %clean rm -rf %{buildroot} @@ -52,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Aug 31 2009 Stepan Kasal - 0.13-14 +- re-enable tests + * Fri Aug 28 2009 Stepan Kasal - 0.13-13 - disable tests to work around bug #520152 From kwizart at fedoraproject.org Mon Aug 31 13:31:20 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 13:31:20 +0000 (UTC) Subject: rpms/perl-Devel-FindRef/devel perl-Devel-FindRef.spec,1.5,1.6 Message-ID: <20090831133120.75D2B11C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Devel-FindRef/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2233 Modified Files: perl-Devel-FindRef.spec Log Message: Update to 5 Index: perl-Devel-FindRef.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-FindRef/devel/perl-Devel-FindRef.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Devel-FindRef.spec 31 Aug 2009 13:23:17 -0000 1.5 +++ perl-Devel-FindRef.spec 31 Aug 2009 13:31:20 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Devel-FindRef Version: 1.42 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Where is that reference to my variable hiding? License: GPL+ or Artistic Group: Development/Libraries @@ -17,7 +17,7 @@ very hard. Fortunately, perl keeps track references "backwards" is usually possible. %prep -%setup -q -n Devel-FindRef-%{version} +%setup -q -n Devel-FindRef-%{version}2 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Devel*.3* %changelog -* Mon Aug 31 2009 Nicolas Chauvet (kwizart) 1.42-4 +* Mon Aug 31 2009 Nicolas Chauvet (kwizart) 1.42-5 - Update internal version to 1.422 * Tue Aug 4 2009 Stepan Kasal 1.42-3 From P at draigBrady.com Mon Aug 31 12:39:48 2009 From: P at draigBrady.com (=?ISO-8859-1?Q?P=E1draig_Brady?=) Date: Mon, 31 Aug 2009 13:39:48 +0100 Subject: #! /usr/bin/perl preferred In-Reply-To: <20090828141126.GA18997@camelia.ucw.cz> References: <20090828141126.GA18997@camelia.ucw.cz> Message-ID: <4A9BC494.2040004@draigBrady.com> Stepan Kasal wrote: > Hello, > at certain periods of time, it was recommended to use #!/usr/bin/env . > > Some people consider it ugly. (The humble opinion of the author of > this mail is the same.) > > Currently there is popular mood to remove "/usr/bin/env python", see > http://fedoraproject.org/wiki/Features/SystemPythonExecutablesUseSystemPython That page says there "Should be no user-visible change for non-Python experts." However I notice that the output from `ps` lists the actual script name, rather than just "python". The same is true for perl. This is a worth mentioning both for the benefit it provides and the minimal chance for breaking stuff. cheers, P?draig. From kwizart at fedoraproject.org Mon Aug 31 13:33:42 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 13:33:42 +0000 (UTC) Subject: rpms/perl-IO-Async/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 perl-IO-Async.spec, 1.2, 1.3 Message-ID: <20090831133342.B9CA111C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-IO-Async/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2799 Modified Files: sources .cvsignore perl-IO-Async.spec Log Message: Update to 0.23 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Aug 2009 07:17:03 -0000 1.2 +++ sources 31 Aug 2009 13:33:42 -0000 1.3 @@ -1 +1 @@ -92cfc798a468e32aa1bd3d85ef1029e1 IO-Async-0.22.tar.gz +9dd6cfe42fca273cf49d9b3dd6272f1a IO-Async-0.23.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 11 Aug 2009 07:17:03 -0000 1.2 +++ .cvsignore 31 Aug 2009 13:33:42 -0000 1.3 @@ -1 +1 @@ -IO-Async-0.22.tar.gz +IO-Async-0.23.tar.gz Index: perl-IO-Async.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/devel/perl-IO-Async.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-IO-Async.spec 11 Aug 2009 07:19:03 -0000 1.2 +++ perl-IO-Async.spec 31 Aug 2009 13:33:42 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-IO-Async -Version: 0.22 -Release: 2%{?dist} +Version: 0.23 +Release: 1%{?dist} Summary: A collection of modules that implement asynchronous filehandle IO Group: Development/Libraries @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 0.23-1 +- Update to 0.23 + * Tue Aug 11 2009 kwizart < kwizart at gmail.com > - 0.22-2 - Add Missing BR From kwizart at fedoraproject.org Mon Aug 31 13:42:23 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 13:42:23 +0000 (UTC) Subject: rpms/perl-IO-Async/F-11 sources,1.2,1.3 perl-IO-Async.spec,1.1,1.2 Message-ID: <20090831134223.CDCAE11C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-IO-Async/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5194 Modified Files: sources perl-IO-Async.spec Log Message: UPdate to 0.23 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Aug 2009 07:20:59 -0000 1.2 +++ sources 31 Aug 2009 13:42:23 -0000 1.3 @@ -1 +1 @@ -92cfc798a468e32aa1bd3d85ef1029e1 IO-Async-0.22.tar.gz +9dd6cfe42fca273cf49d9b3dd6272f1a IO-Async-0.23.tar.gz Index: perl-IO-Async.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/F-11/perl-IO-Async.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-IO-Async.spec 11 Aug 2009 07:20:59 -0000 1.1 +++ perl-IO-Async.spec 31 Aug 2009 13:42:23 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-IO-Async -Version: 0.22 -Release: 2%{?dist} +Version: 0.23 +Release: 1%{?dist} Summary: A collection of modules that implement asynchronous filehandle IO Group: Development/Libraries @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 0.23-1 +- Update to 0.23 + * Tue Aug 11 2009 kwizart < kwizart at gmail.com > - 0.22-2 - Add Missing BR From bugzilla at redhat.com Mon Aug 31 13:43:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 09:43:40 -0400 Subject: [Bug 520153] testsuite fails because of openssl-1.0.0beta3 crash In-Reply-To: References: Message-ID: <200908311343.n7VDheqe017687@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=520153 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #1 from Stepan Kasal 2009-08-31 09:43:39 EDT --- fixed in perl-Crypt-OpenSSL-DSA-0.13-14 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kwizart at fedoraproject.org Mon Aug 31 13:43:43 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 13:43:43 +0000 (UTC) Subject: rpms/perl-IO-Async/F-10 sources,1.2,1.3 perl-IO-Async.spec,1.1,1.2 Message-ID: <20090831134343.4E80911C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-IO-Async/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5607 Modified Files: sources perl-IO-Async.spec Log Message: Update to 0.23 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 11 Aug 2009 07:22:07 -0000 1.2 +++ sources 31 Aug 2009 13:43:43 -0000 1.3 @@ -1 +1 @@ -92cfc798a468e32aa1bd3d85ef1029e1 IO-Async-0.22.tar.gz +9dd6cfe42fca273cf49d9b3dd6272f1a IO-Async-0.23.tar.gz Index: perl-IO-Async.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Async/F-10/perl-IO-Async.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-IO-Async.spec 11 Aug 2009 07:22:07 -0000 1.1 +++ perl-IO-Async.spec 31 Aug 2009 13:43:43 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-IO-Async -Version: 0.22 -Release: 2%{?dist} +Version: 0.23 +Release: 1%{?dist} Summary: A collection of modules that implement asynchronous filehandle IO Group: Development/Libraries @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 0.23-1 +- Update to 0.23 + * Tue Aug 11 2009 kwizart < kwizart at gmail.com > - 0.22-2 - Add Missing BR From bugzilla at redhat.com Mon Aug 31 13:42:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 09:42:12 -0400 Subject: [Bug 520431] New: package unusable, missing dependency "POE::Component::Pluggable" Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: package unusable, missing dependency "POE::Component::Pluggable" https://bugzilla.redhat.com/show_bug.cgi?id=520431 Summary: package unusable, missing dependency "POE::Component::Pluggable" Product: Fedora Version: 11 Platform: All OS/Version: Linux Status: NEW Severity: high Priority: low Component: perl-POE-Component-IRC AssignedTo: cweyl at alumni.drew.edu ReportedBy: mschmidt at redhat.com QAContact: extras-qa at fedoraproject.org CC: cweyl at alumni.drew.edu, fedora-perl-devel-list at redhat.com Classification: Fedora Target Release: --- Description of problem: perl-POE-Component-IRC is not usable. Attempt to use this module fails with compilation error about empty class "POE::Component::Pluggable". This class does not seem to found in any Fedora package. Version-Release number of selected component (if applicable): perl-POE-Component-IRC-5.88-2.fc11.noarch perl-5.10.0-73.fc11.x86_64 How reproducible: always Steps to Reproduce: perl -e 'use POE::Component::IRC;' Actual results: Base class package "POE::Component::Pluggable" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl .). at /usr/lib/perl5/vendor_perl/5.10.0/POE/Component/IRC.pm line 17 BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/POE/Component/IRC.pm line 17. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. Expected results: No 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 kwizart at fedoraproject.org Mon Aug 31 14:23:57 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 14:23:57 +0000 (UTC) Subject: rpms/perl-AnyEvent/devel perl-AnyEvent.spec,1.18,1.19 Message-ID: <20090831142357.3760E11C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17604 Modified Files: perl-AnyEvent.spec Log Message: Update to 5.112 Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/perl-AnyEvent.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- perl-AnyEvent.spec 27 Jul 2009 15:32:58 -0000 1.18 +++ perl-AnyEvent.spec 31 Aug 2009 14:23:57 -0000 1.19 @@ -1,14 +1,14 @@ -%define version_anyevent 4.87 +%global subver 2 Name: perl-AnyEvent -Version: 4.870 +Version: 5.11 Release: 1%{?dist} Summary: Framework for multiple event loops Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/AnyEvent/ -Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version_anyevent}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version}%{?subver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,7 +26,7 @@ peacefully at any one time). %prep -%setup -q -n AnyEvent-%{version_anyevent} +%setup -q -n AnyEvent-%{version}%{?subver} # Filter unwanted Requires: cat << \EOF > %{name}-req @@ -36,11 +36,10 @@ cat << \EOF > %{name}-req sed -e '/perl(EV)/d' | \ sed -e '/perl(Irssi)/d' | \ sed -e '/^perl(Qt/d' | \ - sed -e '/^perl(IO::Async/d' | \ sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF -%define __perl_requires %{_builddir}/AnyEvent-%{version_anyevent}/%{name}-req +%define __perl_requires %{_builddir}/AnyEvent-%{version}%{?subver}/%{name}-req chmod +x %{name}-req # Filter unwanted Provides: @@ -50,7 +49,7 @@ cat << \EOF > %{name}-prov sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF -%define __perl_provides %{_builddir}/AnyEvent-%{version_anyevent}/%{name}-prov +%define __perl_provides %{_builddir}/AnyEvent-%{version}%{?subver}/%{name}-prov chmod +x %{name}-prov %build @@ -77,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes COPYING README +%{perl_vendorlib}/AE.pm %{perl_vendorlib}/AnyEvent* %{_mandir}/man3/*.3* From kwizart at fedoraproject.org Mon Aug 31 14:27:25 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 14:27:25 +0000 (UTC) Subject: rpms/perl-AnyEvent/devel sources,1.13,1.14 .cvsignore,1.13,1.14 Message-ID: <20090831142725.28C7811C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18800 Modified Files: sources .cvsignore Log Message: Fix source Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- sources 27 Jul 2009 15:17:30 -0000 1.13 +++ sources 31 Aug 2009 14:27:24 -0000 1.14 @@ -1 +1 @@ -f7545a658210639a5e4bd5e81a6884e0 AnyEvent-4.87.tar.gz +21f43e5fc3e55a079f672add72c64262 AnyEvent-5.112.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 27 Jul 2009 15:17:30 -0000 1.13 +++ .cvsignore 31 Aug 2009 14:27:25 -0000 1.14 @@ -1 +1 @@ -AnyEvent-4.87.tar.gz +AnyEvent-5.112.tar.gz From skasal at redhat.com Mon Aug 31 14:27:55 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 31 Aug 2009 16:27:55 +0200 Subject: Correction: #! /usr/bin/perl NOT preferred In-Reply-To: <20090828141126.GA18997@camelia.ucw.cz> References: <20090828141126.GA18997@camelia.ucw.cz> Message-ID: <20090831142755.GA3935@camelia.ucw.cz> Hello all. In short: "#!/usr/bin/env perl" is OK in Fedora. In my previous mail, I asked you to delete the (/usr)?/bin/env calls from #! lines of Fedora scripts. I would like to withdraw that request. A discussion followed that post on fedora-perl-devel-list, which actually proved that "/usr/bin/env perl" is the preferred alternative, not the deprecated one. But the most important bit of information has been pointed out by Ralf Corsepius: Fedora Packaging Committee considered a proposal to forbid /usr/bin/env on 2009-08-19, but it did not agreed upon it. (For details, see http://meetbot.fedoraproject.org/fedora-meeting/2009-08-19/fedora-meeting.2009-08-19-16.01.log.html#l-38 ) Both alternatives are OK, follow your own preferrence. Have a nice day, Stepan From kwizart at fedoraproject.org Mon Aug 31 14:34:20 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 14:34:20 +0000 (UTC) Subject: rpms/perl-AnyEvent/devel perl-AnyEvent.spec,1.19,1.20 Message-ID: <20090831143420.9304211C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21539 Modified Files: perl-AnyEvent.spec Log Message: Misssing changelog Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/perl-AnyEvent.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- perl-AnyEvent.spec 31 Aug 2009 14:23:57 -0000 1.19 +++ perl-AnyEvent.spec 31 Aug 2009 14:34:20 -0000 1.20 @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 5.11-1 +- Update to 5.112 (rpm version : 5.11 ) + * Mon Jul 27 2009 kwizart < kwizart at gmail.com > - 4.870-1 - Update to 4.87 (rpm version : 4.870 ) - Add more filter requires to workaround rhbz#512553 From kwizart at fedoraproject.org Mon Aug 31 14:34:45 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 14:34:45 +0000 (UTC) Subject: rpms/perl-AnyEvent/devel perl-AnyEvent.spec,1.20,1.21 Message-ID: <20090831143445.6650111C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21632 Modified Files: perl-AnyEvent.spec Log Message: Bump Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/perl-AnyEvent.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- perl-AnyEvent.spec 31 Aug 2009 14:34:20 -0000 1.20 +++ perl-AnyEvent.spec 31 Aug 2009 14:34:45 -0000 1.21 @@ -2,7 +2,7 @@ Name: perl-AnyEvent Version: 5.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Framework for multiple event loops Group: Development/Libraries @@ -82,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 5.11-1 +* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 5.11-2 - Update to 5.112 (rpm version : 5.11 ) * Mon Jul 27 2009 kwizart < kwizart at gmail.com > - 4.870-1 From kwizart at fedoraproject.org Mon Aug 31 15:11:58 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 15:11:58 +0000 (UTC) Subject: rpms/perl-Devel-FindRef/devel Devel-FindRef-1.422-nocommon.patch, NONE, 1.1 import.log, 1.1, 1.2 perl-Devel-FindRef.spec, 1.6, 1.7 Message-ID: <20090831151158.C50CF11C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Devel-FindRef/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3628/devel Modified Files: import.log perl-Devel-FindRef.spec Added Files: Devel-FindRef-1.422-nocommon.patch Log Message: Add patch to get rid of common:sense Devel-FindRef-1.422-nocommon.patch: FindRef.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- NEW FILE Devel-FindRef-1.422-nocommon.patch --- diff -up Devel-FindRef-1.422/FindRef.pm.notcommon Devel-FindRef-1.422/FindRef.pm --- Devel-FindRef-1.422/FindRef.pm.notcommon 2009-08-30 16:34:21.000000000 +0200 +++ Devel-FindRef-1.422/FindRef.pm 2009-08-31 17:04:02.923253867 +0200 @@ -1,6 +1,8 @@ package Devel::FindRef; -use common::sense; +use strict qw(vars subs); +use feature qw(say state switch); +no warnings; use XSLoader; use Scalar::Util; Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-FindRef/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 27 Jul 2009 08:41:51 -0000 1.1 +++ import.log 31 Aug 2009 15:11:58 -0000 1.2 @@ -1 +1,2 @@ perl-Devel-FindRef-1_42-1_fc11:HEAD:perl-Devel-FindRef-1.42-1.fc11.src.rpm:1248684080 +perl-Devel-FindRef-1_42-6_fc11:HEAD:perl-Devel-FindRef-1.42-6.fc11.src.rpm:1251731428 Index: perl-Devel-FindRef.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-FindRef/devel/perl-Devel-FindRef.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Devel-FindRef.spec 31 Aug 2009 13:31:20 -0000 1.6 +++ perl-Devel-FindRef.spec 31 Aug 2009 15:11:58 -0000 1.7 @@ -1,11 +1,12 @@ Name: perl-Devel-FindRef Version: 1.42 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Where is that reference to my variable hiding? License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-FindRef/ Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Devel-FindRef-%{version}2.tar.gz +Patch0: Devel-FindRef-1.422-nocommon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -18,6 +19,7 @@ references "backwards" is usually possib %prep %setup -q -n Devel-FindRef-%{version}2 +%patch0 -p1 -b .nocommon %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" From bugzilla at redhat.com Mon Aug 31 15:14:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 11:14:26 -0400 Subject: [Bug 520431] package unusable, missing dependency "POE::Component::Pluggable" In-Reply-To: References: Message-ID: <200908311514.n7VFEQh3028035@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520431 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Depends on| |520460 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kwizart at fedoraproject.org Mon Aug 31 15:15:55 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 15:15:55 +0000 (UTC) Subject: rpms/perl-BDB/devel sources, 1.6, 1.7 .cvsignore, 1.5, 1.6 perl-BDB.spec, 1.7, 1.8 Message-ID: <20090831151555.16B0311C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-BDB/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4823 Modified Files: sources .cvsignore perl-BDB.spec Log Message: Update to 1.84 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-BDB/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 3 Feb 2009 13:33:21 -0000 1.6 +++ sources 31 Aug 2009 15:15:54 -0000 1.7 @@ -1 +1 @@ -a12983a333e47255cb730851b20548de BDB-1.83.tar.gz +64c976f7850ce4accfb615a301467e8c BDB-1.84.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-BDB/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 3 Feb 2009 13:34:43 -0000 1.5 +++ .cvsignore 31 Aug 2009 15:15:54 -0000 1.6 @@ -1 +1 @@ -BDB-1.83.tar.gz +BDB-1.84.tar.gz Index: perl-BDB.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-BDB/devel/perl-BDB.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-BDB.spec 26 Feb 2009 11:19:36 -0000 1.7 +++ perl-BDB.spec 31 Aug 2009 15:15:54 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-BDB -Version: 1.83 -Release: 2%{?dist} +Version: 1.84 +Release: 1%{?dist} Summary: Asynchronous Berkeley DB access Group: Development/Libraries @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.84-1 +- Update to 1.84 + * Thu Feb 26 2009 Fedora Release Engineering - 1.83-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From kwizart at fedoraproject.org Mon Aug 31 15:21:53 2009 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Mon, 31 Aug 2009 15:21:53 +0000 (UTC) Subject: rpms/perl-BDB/devel BDB-1.84-nocommon.patch, NONE, 1.1 import.log, NONE, 1.1 perl-BDB.spec, 1.8, 1.9 Message-ID: <20090831152153.59DAD11C0072@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-BDB/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6762/devel Modified Files: perl-BDB.spec Added Files: BDB-1.84-nocommon.patch import.log Log Message: Add patch to get rid of nosense BDB-1.84-nocommon.patch: BDB.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- NEW FILE BDB-1.84-nocommon.patch --- diff -up BDB-1.84/BDB.pm.nocommon BDB-1.84/BDB.pm --- BDB-1.84/BDB.pm.nocommon 2009-07-17 06:18:47.000000000 +0200 +++ BDB-1.84/BDB.pm 2009-08-31 17:18:28.246005452 +0200 @@ -105,7 +105,9 @@ result in a runtime error). package BDB; -use common::sense; +use strict qw(vars subs); +use feature qw(say state switch); +no warnings; use base 'Exporter'; --- NEW FILE import.log --- perl-BDB-1_84-1_fc11:HEAD:perl-BDB-1.84-1.fc11.src.rpm:1251732031 Index: perl-BDB.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-BDB/devel/perl-BDB.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-BDB.spec 31 Aug 2009 15:15:54 -0000 1.8 +++ perl-BDB.spec 31 Aug 2009 15:21:53 -0000 1.9 @@ -7,6 +7,7 @@ Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/BDB/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/BDB-%{version}.tar.gz +Patch0: BDB-1.84-nocommon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) @@ -19,6 +20,7 @@ Asynchronous Berkeley DB access. %prep %setup -q -n BDB-%{version} +%patch0 -p1 -b .nocommon %build @@ -54,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.84-1 - Update to 1.84 +- Add Patch to get rid of common:sense * Thu Feb 26 2009 Fedora Release Engineering - 1.83-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From jpazdziora at redhat.com Mon Aug 31 15:28:20 2009 From: jpazdziora at redhat.com (Jan Pazdziora) Date: Mon, 31 Aug 2009 17:28:20 +0200 Subject: Correction: #! /usr/bin/perl NOT preferred In-Reply-To: <20090831142755.GA3935@camelia.ucw.cz> References: <20090828141126.GA18997@camelia.ucw.cz> <20090831142755.GA3935@camelia.ucw.cz> Message-ID: <20090831152820.GE10267@redhat.com> On Mon, Aug 31, 2009 at 04:27:55PM +0200, Stepan Kasal wrote: > Hello all. > > In short: "#!/usr/bin/env perl" is OK in Fedora. > > In my previous mail, I asked you to delete the (/usr)?/bin/env calls > from #! lines of Fedora scripts. > > I would like to withdraw that request. > > A discussion followed that post on fedora-perl-devel-list, which > actually proved that "/usr/bin/env perl" is the preferred > alternative, not the deprecated one. So, is /usr/bin/env the preferred one, or is it the same in preference with /usr/bin/perl? -- Jan Pazdziora Senior Software Engineer, Satellite Engineering, Red Hat From tcallawa at redhat.com Mon Aug 31 16:07:47 2009 From: tcallawa at redhat.com (Tom "spot" Callaway) Date: Mon, 31 Aug 2009 12:07:47 -0400 Subject: Correction: #! /usr/bin/perl NOT preferred In-Reply-To: <20090831152820.GE10267@redhat.com> References: <20090828141126.GA18997@camelia.ucw.cz> <20090831142755.GA3935@camelia.ucw.cz> <20090831152820.GE10267@redhat.com> Message-ID: <4A9BF553.80807@redhat.com> On 08/31/2009 11:28 AM, Jan Pazdziora wrote: > So, is /usr/bin/env the preferred one, or is it the same in > preference with /usr/bin/perl? I would not say that either is preferred. IMHO, you should leave upstream scripts in place, as long as they use either /usr/bin/env perl or /usr/bin/perl. There are benefits and disadvantages to each choice. ~spot From bugzilla at redhat.com Mon Aug 31 20:11:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 16:11:08 -0400 Subject: [Bug 520505] New: Spurious dependency on perl(Test::More) Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Spurious dependency on perl(Test::More) https://bugzilla.redhat.com/show_bug.cgi?id=520505 Summary: Spurious dependency on perl(Test::More) Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-JSON AssignedTo: cweyl at alumni.drew.edu ReportedBy: ville.skytta at iki.fi QAContact: extras-qa at fedoraproject.org CC: cweyl at alumni.drew.edu, fedora-perl-devel-list at redhat.com Classification: Fedora perl-JSON has a spurious dependency on perl(Test::More) (and another on perl(JSON) but that's harmless) coming from somewhere in t/* in docs. IMO the best fix here (and something that should be done by default in practically all perl packages) would be to _not_ package test suite code at all. -- Configure bugmail: 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 Aug 31 21:18:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 17:18:30 -0400 Subject: [Bug 512553] perl-AnyEvent-4.820-1.fc12 has missing dependencies in rawhide In-Reply-To: References: Message-ID: <200908312118.n7VLIUeW011905@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=512553 Bug 512553 depends on bug 512729, which changed state. Bug 512729 Summary: Review Request: perl-IO-Async - A collection of modules that implement asynchronous filehandle IO https://bugzilla.redhat.com/show_bug.cgi?id=512729 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 31 22:58:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 18:58:40 -0400 Subject: [Bug 520530] New: cpanspec adds /usr/local/bin/perl as dependency to created rpms? Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: cpanspec adds /usr/local/bin/perl as dependency to created rpms? https://bugzilla.redhat.com/show_bug.cgi?id=520530 Summary: cpanspec adds /usr/local/bin/perl as dependency to created rpms? Product: Fedora Version: 11 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: cpanspec AssignedTo: steve at silug.org ReportedBy: kernel at pkts.ca QAContact: extras-qa at fedoraproject.org CC: steve at silug.org, fedora-perl-devel-list at redhat.com Classification: Fedora Created an attachment (id=359330) --> (https://bugzilla.redhat.com/attachment.cgi?id=359330) cpan2spec -b HTML::Tree > /tmp/a Description of problem: I can't install HTML::Tree using the rpm generated by cpanspec, because it has /usr/local/bin/perl as a dependency. Version-Release number of selected component (if applicable): cpanspec-1.78-2.fc11.noarch rpm-build-4.7.1-1.fc11.i586 How reproducible: Always Steps to Reproduce: 1. cpanspec -b HTML::Tree 2. rpm -Uvh /home/kernel/rpmbuild/SOURCES/noarch/perl-HTML-Tree-3.23-1.fc11.noarch.rpm 3. Actual results: error: Failed dependencies: /usr/local/bin/perl is needed by perl-HTML-Tree-3.23-1.fc11.noarch Expected results: Painless install Additional info: The produced spec file doesn't have any reference to /usr/local/bin/perl, so it may be rpmbuild causing the problem...? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 31 23:05:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 19:05:12 -0400 Subject: [Bug 520530] cpanspec adds /usr/local/bin/perl as dependency to created rpms? In-Reply-To: References: Message-ID: <200908312305.n7VN5CTl010467@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=520530 --- Comment #1 from Penelope Fudd 2009-08-31 19:05:11 EDT --- Created an attachment (id=359331) --> (https://bugzilla.redhat.com/attachment.cgi?id=359331) perl-HTML-Tree.spec file from cpanspec -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 31 23:13:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 19:13:07 -0400 Subject: [Bug 520530] cpanspec adds /usr/local/bin/perl as dependency to created rpms? In-Reply-To: References: Message-ID: <200908312313.n7VND7t9011746@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=520530 --- Comment #3 from Paul Howarth 2009-08-31 19:13:06 EDT --- It comes from here: http://cpansearch.perl.org/src/PETEK/HTML-Tree-3.23/htmltree This script has a /usr/local/bin/perl shellbang and rpm adds a dependency for it. Normal practice would be to edit this in %prep of the spec file and change it to a %{__perl} shellbang. -- Configure bugmail: 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 Aug 31 23:12:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 31 Aug 2009 19:12:35 -0400 Subject: [Bug 520530] cpanspec adds /usr/local/bin/perl as dependency to created rpms? In-Reply-To: References: Message-ID: <200908312312.n7VNCZOk001093@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520530 --- Comment #2 from Jason Tibbitts 2009-08-31 19:12:34 EDT --- Cpanspec doesn't do that. More likely one of the scripts the package installs calls /usr/local/bin/perl and RPM's automatic dependency generation sees that and adds a dependency for it. Grep through the installed files, see which one needs fixing, and add code to the spec file to change /usr/local/bin/perl to /usr/bin/perl. This is a normal thing for you to have to do when creating an 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.