From cweyl at fedoraproject.org Tue Jul 1 03:42:31 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Jul 2008 03:42:31 GMT Subject: rpms/perl-Perl-Critic/devel .cvsignore, 1.10, 1.11 perl-Perl-Critic.spec, 1.16, 1.17 sources, 1.10, 1.11 Message-ID: <200807010342.m613gVqd027408@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Perl-Critic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27354 Modified Files: .cvsignore perl-Perl-Critic.spec sources Log Message: * Sun Mar 09 2008 Chris Weyl 1.082-1 - update to 1.082 - resolve BZ#431577 - add t/ examples/ extras/ tools/, and filter Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 14 Jan 2008 23:32:59 -0000 1.10 +++ .cvsignore 1 Jul 2008 03:41:41 -0000 1.11 @@ -1 +1 @@ -Perl-Critic-1.080.tar.gz +Perl-Critic-1.082.tar.gz Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/perl-Perl-Critic.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Perl-Critic.spec 28 Feb 2008 13:01:55 -0000 1.16 +++ perl-Perl-Critic.spec 1 Jul 2008 03:41:41 -0000 1.17 @@ -1,15 +1,17 @@ Name: perl-Perl-Critic -Version: 1.080 -Release: 3%{?dist} +Version: 1.082 +Release: 1%{?dist} Summary: Critique Perl source code for best-practices Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Perl-Critic/ Source0: http://www.cpan.org/authors/id/T/TH/THALJEF/perlcritic/Perl-Critic-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Perl/Perl-Critic-%{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(Module::Build) BuildRequires: perl(B::Keywords) >= 1.05 BuildRequires: perl(Config::Tiny) >= 2 @@ -17,12 +19,12 @@ BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Pluggable) >= 3.1 -BuildRequires: perl(PPI) >= 1.118 +BuildRequires: perl(PPI) >= 1.201 BuildRequires: perl(String::Format) >= 1.13 BuildRequires: perl(Perl::Tidy) BuildRequires: perl(Test::Memory::Cycle) -BuildRequires: perl(Readonly::XS) -BuildRequires: perl(Exception::Class) +BuildRequires: perl(Readonly) >= 1.03 +BuildRequires: perl(Exception::Class) >= 1.23 # BuildRequires: perl(Regexp::Parser) # Author tests #BuildRequires: perl(Test::Perl::Critic) @@ -32,7 +34,7 @@ BuildRequires: perl(Test::Spelling) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + Requires: perl(Module::Pluggable) >= 3.1 Requires(hint): perl(Perl::Tidy) @@ -51,6 +53,18 @@ %prep %setup -q -n Perl-Critic-%{version} +find . -type f -exec chmod -c -x {} + + +# make sure doc/tests don't generate provides +# note we first filter out the bits in _docdir... +cat << \EOF > %{name}-prov +#!/bin/sh +FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` +%{__perl_provides} $FOO +EOF + +%define __perl_provides %{_builddir}/Perl-Critic-%{version}/%{name}-prov +chmod +x %{__perl_provides} %build %{__perl} Build.PL installdirs=vendor @@ -60,13 +74,14 @@ %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check # Additional requirements of author tests: # Test::Perl::Critic, Test::Kwalitee -TEST_AUTHOR=1 ./Build test +#TEST_AUTHOR=1 ./Build test +./Build test %clean @@ -75,7 +90,7 @@ %files %defattr(-,root,root,-) -%doc Changes LICENSE README TODO.pod +%doc Changes LICENSE README TODO.pod examples/ extras/ tools/ %{_bindir}/* %{perl_vendorlib}/Perl/ %{_mandir}/man1/*.1* @@ -83,6 +98,11 @@ %changelog +* Sun Mar 09 2008 Chris Weyl 1.082-1 +- update to 1.082 +- resolve BZ#431577 +- add t/ examples/ extras/ tools/, and filter + * Wed Feb 27 2008 Tom "spot" Callaway - 1.080-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 14 Jan 2008 23:32:59 -0000 1.10 +++ sources 1 Jul 2008 03:41:41 -0000 1.11 @@ -1 +1 @@ -a094cce997e96954b7fc7c21f1e91cc2 Perl-Critic-1.080.tar.gz +f2ad44e084444b42f1b59b0f2f3bb387 Perl-Critic-1.082.tar.gz From bugzilla at redhat.com Tue Jul 1 03:48:02 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Jun 2008 23:48:02 -0400 Subject: [Bug 431577] Build fails depending on current locale In-Reply-To: Message-ID: <200807010348.m613m2cm015496@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Build fails depending on current locale https://bugzilla.redhat.com/show_bug.cgi?id=431577 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From cweyl at alumni.drew.edu 2008-06-30 23:48 EST ------- Fixed in rawhide (dropped author tests), package building now. Will push out to F-8, F-9, as the occasion arises. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Tue Jul 1 03:59:41 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Jul 2008 03:59:41 GMT Subject: rpms/perl-Perl-Critic/F-9 perl-Perl-Critic.spec, 1.16, 1.17 sources, 1.10, 1.11 Message-ID: <200807010359.m613xfVU027777@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Perl-Critic/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27699 Modified Files: perl-Perl-Critic.spec sources Log Message: * Sun Mar 09 2008 Chris Weyl 1.082-1 - update to 1.082 - resolve BZ#431577 - add t/ examples/ extras/ tools/, and filter Index: perl-Perl-Critic.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/F-9/perl-Perl-Critic.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Perl-Critic.spec 28 Feb 2008 13:01:55 -0000 1.16 +++ perl-Perl-Critic.spec 1 Jul 2008 03:58:44 -0000 1.17 @@ -1,15 +1,17 @@ Name: perl-Perl-Critic -Version: 1.080 -Release: 3%{?dist} +Version: 1.082 +Release: 1%{?dist} Summary: Critique Perl source code for best-practices Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Perl-Critic/ Source0: http://www.cpan.org/authors/id/T/TH/THALJEF/perlcritic/Perl-Critic-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Perl/Perl-Critic-%{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(Module::Build) BuildRequires: perl(B::Keywords) >= 1.05 BuildRequires: perl(Config::Tiny) >= 2 @@ -17,12 +19,12 @@ BuildRequires: perl(IO::String) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Pluggable) >= 3.1 -BuildRequires: perl(PPI) >= 1.118 +BuildRequires: perl(PPI) >= 1.201 BuildRequires: perl(String::Format) >= 1.13 BuildRequires: perl(Perl::Tidy) BuildRequires: perl(Test::Memory::Cycle) -BuildRequires: perl(Readonly::XS) -BuildRequires: perl(Exception::Class) +BuildRequires: perl(Readonly) >= 1.03 +BuildRequires: perl(Exception::Class) >= 1.23 # BuildRequires: perl(Regexp::Parser) # Author tests #BuildRequires: perl(Test::Perl::Critic) @@ -32,7 +34,7 @@ BuildRequires: perl(Test::Spelling) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + Requires: perl(Module::Pluggable) >= 3.1 Requires(hint): perl(Perl::Tidy) @@ -51,6 +53,18 @@ %prep %setup -q -n Perl-Critic-%{version} +find . -type f -exec chmod -c -x {} + + +# make sure doc/tests don't generate provides +# note we first filter out the bits in _docdir... +cat << \EOF > %{name}-prov +#!/bin/sh +FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` +%{__perl_provides} $FOO +EOF + +%define __perl_provides %{_builddir}/Perl-Critic-%{version}/%{name}-prov +chmod +x %{__perl_provides} %build %{__perl} Build.PL installdirs=vendor @@ -60,13 +74,14 @@ %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check # Additional requirements of author tests: # Test::Perl::Critic, Test::Kwalitee -TEST_AUTHOR=1 ./Build test +#TEST_AUTHOR=1 ./Build test +./Build test %clean @@ -75,7 +90,7 @@ %files %defattr(-,root,root,-) -%doc Changes LICENSE README TODO.pod +%doc Changes LICENSE README TODO.pod examples/ extras/ tools/ %{_bindir}/* %{perl_vendorlib}/Perl/ %{_mandir}/man1/*.1* @@ -83,6 +98,11 @@ %changelog +* Sun Mar 09 2008 Chris Weyl 1.082-1 +- update to 1.082 +- resolve BZ#431577 +- add t/ examples/ extras/ tools/, and filter + * Wed Feb 27 2008 Tom "spot" Callaway - 1.080-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Perl-Critic/F-9/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 14 Jan 2008 23:32:59 -0000 1.10 +++ sources 1 Jul 2008 03:58:44 -0000 1.11 @@ -1 +1 @@ -a094cce997e96954b7fc7c21f1e91cc2 Perl-Critic-1.080.tar.gz +f2ad44e084444b42f1b59b0f2f3bb387 Perl-Critic-1.082.tar.gz From cweyl at fedoraproject.org Tue Jul 1 04:04:59 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Jul 2008 04:04:59 GMT Subject: rpms/perl-Sub-Exporter/devel .cvsignore, 1.6, 1.7 perl-Sub-Exporter.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200807010404.m6144xsj002432@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2397 Modified Files: .cvsignore perl-Sub-Exporter.spec sources Log Message: * Mon Jun 30 2008 Chris Weyl 0.979-1 - update to 0.979 - drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 25 Jan 2008 00:42:05 -0000 1.6 +++ .cvsignore 1 Jul 2008 04:04:08 -0000 1.7 @@ -1 +1 @@ -Sub-Exporter-0.978.tar.gz +Sub-Exporter-0.979.tar.gz Index: perl-Sub-Exporter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/perl-Sub-Exporter.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Sub-Exporter.spec 28 Feb 2008 13:12:55 -0000 1.7 +++ perl-Sub-Exporter.spec 1 Jul 2008 04:04:09 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.978 -Release: 2%{?dist} +Version: 0.979 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -16,7 +16,6 @@ BuildRequires: perl(Params::Util) >= 0.14 BuildRequires: perl(Sub::Install) >= 0.92 # testing... -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildRequires: perl(Package::Generator) @@ -59,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Mon Jun 30 2008 Chris Weyl 0.979-1 +- update to 0.979 +- drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) + * Wed Feb 27 2008 Tom "spot" Callaway - 0.978-2 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 25 Jan 2008 00:42:05 -0000 1.6 +++ sources 1 Jul 2008 04:04:09 -0000 1.7 @@ -1 +1 @@ -70916cbe086996a5eed99871c7fbb99e Sub-Exporter-0.978.tar.gz +a064aa08503c69420527133d22ce12c9 Sub-Exporter-0.979.tar.gz From cweyl at fedoraproject.org Tue Jul 1 04:10:33 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Jul 2008 04:10:33 GMT Subject: rpms/perl-Sub-Exporter/F-9 perl-Sub-Exporter.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200807010410.m614AXwR002681@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2632 Modified Files: perl-Sub-Exporter.spec sources Log Message: * Mon Jun 30 2008 Chris Weyl 0.979-1 - update to 0.979 - drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) Index: perl-Sub-Exporter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/F-9/perl-Sub-Exporter.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Sub-Exporter.spec 28 Feb 2008 13:12:55 -0000 1.7 +++ perl-Sub-Exporter.spec 1 Jul 2008 04:09:33 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Sub-Exporter -Version: 0.978 -Release: 2%{?dist} +Version: 0.979 +Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines License: GPL+ or Artistic Group: Development/Libraries @@ -16,7 +16,6 @@ BuildRequires: perl(Params::Util) >= 0.14 BuildRequires: perl(Sub::Install) >= 0.92 # testing... -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildRequires: perl(Package::Generator) @@ -59,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Mon Jun 30 2008 Chris Weyl 0.979-1 +- update to 0.979 +- drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) + * Wed Feb 27 2008 Tom "spot" Callaway - 0.978-2 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 25 Jan 2008 00:42:05 -0000 1.6 +++ sources 1 Jul 2008 04:09:33 -0000 1.7 @@ -1 +1 @@ -70916cbe086996a5eed99871c7fbb99e Sub-Exporter-0.978.tar.gz +a064aa08503c69420527133d22ce12c9 Sub-Exporter-0.979.tar.gz From cweyl at fedoraproject.org Tue Jul 1 04:11:01 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Jul 2008 04:11:01 GMT Subject: rpms/perl-Sub-Exporter/F-8 perl-Sub-Exporter.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200807010411.m614B1SS002775@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Exporter/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2657 Modified Files: perl-Sub-Exporter.spec sources Log Message: * Mon Jun 30 2008 Chris Weyl 0.979-1 - update to 0.979 - drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) Index: perl-Sub-Exporter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/F-8/perl-Sub-Exporter.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Sub-Exporter.spec 10 Aug 2007 00:54:38 -0000 1.5 +++ perl-Sub-Exporter.spec 1 Jul 2008 04:10:14 -0000 1.6 @@ -1,8 +1,8 @@ Name: perl-Sub-Exporter -Version: 0.975 +Version: 0.979 Release: 1%{?dist} Summary: Sophisticated exporter for custom-built routines -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sub-Exporter/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz @@ -16,7 +16,6 @@ BuildRequires: perl(Params::Util) >= 0.14 BuildRequires: perl(Sub::Install) >= 0.92 # testing... -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildRequires: perl(Package::Generator) @@ -59,6 +58,18 @@ %{_mandir}/man3/* %changelog +* Mon Jun 30 2008 Chris Weyl 0.979-1 +- update to 0.979 +- drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod) + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.978-2 +- Rebuild for perl 5.10 (again) + +* Thu Jan 24 2008 Tom "spot" Callaway 0.978-1 +- update to 0.978 +- fix license tag +- rebuild for new perl + * Thu Aug 09 2007 Chris Weyl 0.975-1 - update to 0.975 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sub-Exporter/F-8/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 10 Aug 2007 00:54:38 -0000 1.5 +++ sources 1 Jul 2008 04:10:14 -0000 1.6 @@ -1 +1 @@ -5a4deeea702fa184117624c84dbd960c Sub-Exporter-0.975.tar.gz +a064aa08503c69420527133d22ce12c9 Sub-Exporter-0.979.tar.gz From pghmcfc at fedoraproject.org Tue Jul 1 08:41:03 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 1 Jul 2008 08:41:03 GMT Subject: rpms/perl-MIME-tools/devel .cvsignore, 1.8, 1.9 perl-MIME-tools.spec, 1.21, 1.22 sources, 1.8, 1.9 Message-ID: <200807010841.m618f3Uq002884@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-MIME-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2833 Modified Files: .cvsignore perl-MIME-tools.spec sources Log Message: Update to 5.427 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-tools/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Mar 2008 11:10:54 -0000 1.8 +++ .cvsignore 1 Jul 2008 08:39:42 -0000 1.9 @@ -1 +1 @@ -MIME-tools-5.426.tar.gz +MIME-tools-5.427.tar.gz Index: perl-MIME-tools.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-tools/devel/perl-MIME-tools.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-MIME-tools.spec 19 Mar 2008 11:10:54 -0000 1.21 +++ perl-MIME-tools.spec 1 Jul 2008 08:39:42 -0000 1.22 @@ -2,7 +2,7 @@ # in Fedora prior to Fedora 9 (it's a core module) Name: perl-MIME-tools -Version: 5.426 +Version: 5.427 Release: 1%{?dist} Summary: Modules for parsing and creating MIME entities in Perl Group: Development/Libraries @@ -15,6 +15,7 @@ BuildRequires: perl(File::Path) >= 1 BuildRequires: perl(File::Spec) >= 0.6 BuildRequires: perl(File::Temp) >= 0.18 +BuildRequires: perl(IO::File) >= 1.13 BuildRequires: perl(IO::Stringy) >= 2.110 BuildRequires: perl(MIME::Base64) >= 3.03 BuildRequires: perl-MailTools >= 1.50 @@ -79,6 +80,10 @@ %{_mandir}/man3/MIME::*.3pm* %changelog +* Tue Jul 1 2008 Paul Howarth 5.427-1 +- Update to 5.427 +- Require and BuildRequire perl(IO::File) >= 1.13 + * Wed Mar 19 2008 Paul Howarth 5.426-1 - Update to 5.426 - Now require File::Temp >= 0.18 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-tools/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Mar 2008 11:10:54 -0000 1.8 +++ sources 1 Jul 2008 08:39:42 -0000 1.9 @@ -1 +1 @@ -87ab3a328e56268f551ff3ef5f51f416 MIME-tools-5.426.tar.gz +4333caa7238cb9eafb5f7fb39fcbd8e7 MIME-tools-5.427.tar.gz From bugzilla at redhat.com Tue Jul 1 09:45:59 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Jul 2008 05:45:59 -0400 Subject: [Bug 453549] EPEL branch for perl-Test-MockObject In-Reply-To: Message-ID: <200807010945.m619jxXO026870@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-Test-MockObject https://bugzilla.redhat.com/show_bug.cgi?id=453549 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 1 09:45:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Jul 2008 05:45:29 -0400 Subject: [Bug 453549] New: EPEL branch for perl-Test-MockObject Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=453549 Summary: EPEL branch for perl-Test-MockObject Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Test-MockObject AssignedTo: lkundrak at v3.sk ReportedBy: lkundrak at v3.sk QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com New Package CVS Request ======================= Package Name: perl-Test-MockObject New branche: EL-5 New branch owner: lkundrak Cvsextras Commits to new branch: yes No response from maintainer, mailed him on Wed, 18 Jun 2008. As usual, I'll gladly pass the package to the Fedora maintainer (or anyone) if he expresses with to maintain it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 1 11:10:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Jul 2008 07:10:56 -0400 Subject: [Bug 453564] New: perl-Digest-Nilsimsa not built for perl 5.10.0 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=453564 Summary: perl-Digest-Nilsimsa not built for perl 5.10.0 Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Digest-Nilsimsa AssignedTo: wtogami at redhat.com ReportedBy: paul at city-fan.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com The F-9 package of perl-Digest-Nilsimsa has modules in "perl 5.8.8" paths, which are not found by F-9's perl 5.10.0. The package therefore needs rebuilding for perl 5.10.0. There was a mass rebuild of perl packages late in the F-9 development period but this package missed out on it, possibly because it is missing a perl version "module compat" dependency and hence didn't have broken deps when perl was upgraded to 5.10.0. Since the ACLs are open for this package, I'll go ahead and fix it myself. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From pghmcfc at fedoraproject.org Tue Jul 1 12:29:42 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 1 Jul 2008 12:29:42 GMT Subject: rpms/perl-Digest-Nilsimsa/F-9 perl-Digest-Nilsimsa.spec,1.12,1.13 Message-ID: <200807011229.m61CTgkD016097@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Digest-Nilsimsa/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16013 Modified Files: perl-Digest-Nilsimsa.spec Log Message: - Add perl(:MODULE_COMPAT...) dependency (#453564) - Remove redundant buildreq perl - Clean buildroot at start of %%install - Move "make test" to %%check - Install into %%{perl_vendorarch} and use "make pure_install" - Fix argument order for find with -depth - Only specify compiler flags once - Only specify version number once Index: perl-Digest-Nilsimsa.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Digest-Nilsimsa/F-9/perl-Digest-Nilsimsa.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Digest-Nilsimsa.spec 20 Feb 2008 06:56:38 -0000 1.12 +++ perl-Digest-Nilsimsa.spec 1 Jul 2008 12:28:38 -0000 1.13 @@ -1,17 +1,17 @@ Name: perl-Digest-Nilsimsa Version: 0.06 -Release: 9%{?dist}.1 +Release: 10%{?dist} Summary: Perl interface to the Nilsima Algorithm Group: Development/Libraries License: GPLv2+ -Source0: http://www.cpan.org/authors/id/V/VI/VIPUL/Digest-Nilsimsa-0.06.tar.gz +Source0: http://www.cpan.org/authors/id/V/VI/VIPUL/Digest-Nilsimsa-%{version}.tar.gz URL: http://search.cpan.org/dist/Digest-Nilsimsa/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. @@ -22,21 +22,23 @@ %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" -make test +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} %install -make install \ - PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \ - INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib} -find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \ - -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +rm -rf $RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* +%check +make test + + %clean rm -rf $RPM_BUILD_ROOT @@ -44,12 +46,22 @@ %files %defattr(-,root,root,-) %doc COPYING README -%{_libdir}/perl*/* +%{perl_vendorarch}/Digest/ +%{perl_vendorarch}/auto/Digest/ %{_mandir}/man3/*.3* - %changelog -* Wed Feb 20 2008 Fedora Release Engineering - 0.06-9.1 +* Tue Jul 1 2008 Paul Howarth 0.06-10 +- Add perl(:MODULE_COMPAT...) dependency (#453564) +- Remove redundant buildreq perl +- Clean buildroot at start of %%install +- Move "make test" to %%check +- Install into %%{perl_vendorarch} and use "make pure_install" +- Fix argument order for find with -depth +- Only specify compiler flags once +- Only specify version number once + +* Wed Feb 20 2008 Fedora Release Engineering 0.06-9.1 - Autorebuild for GCC 4.3 * Mon Oct 15 2007 Tom "spot" Callaway 0.06-8.1 From bugzilla at redhat.com Tue Jul 1 12:41:02 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Jul 2008 08:41:02 -0400 Subject: [Bug 453564] perl-Digest-Nilsimsa not built for perl 5.10.0 In-Reply-To: Message-ID: <200807011241.m61Cf25v014412@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Digest-Nilsimsa not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453564 ------- Additional Comments From updates at fedoraproject.org 2008-07-01 08:41 EST ------- perl-Digest-Nilsimsa-0.06-10.fc9 has been submitted as an update for Fedora 9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From corsepiu at fedoraproject.org Tue Jul 1 14:54:33 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 1 Jul 2008 14:54:33 GMT Subject: rpms/perl-Log-Dispatch-FileRotate/F-9 .cvsignore, 1.4, 1.5 perl-Log-Dispatch-FileRotate.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200807011454.m61EsXD7006024@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5964 Modified Files: .cvsignore perl-Log-Dispatch-FileRotate.spec sources Log Message: * Fri Jun 27 2008 Ralf Cors??pius - 1.18-1 - Upstream update. - Add --with-tests. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Nov 2006 21:14:12 -0000 1.4 +++ .cvsignore 1 Jul 2008 14:53:39 -0000 1.5 @@ -1 +1 @@ -Log-Dispatch-FileRotate-1.16.tar.gz +Log-Dispatch-FileRotate-1.18.tar.gz Index: perl-Log-Dispatch-FileRotate.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/F-9/perl-Log-Dispatch-FileRotate.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Log-Dispatch-FileRotate.spec 2 Feb 2008 19:25:59 -0000 1.5 +++ perl-Log-Dispatch-FileRotate.spec 1 Jul 2008 14:53:39 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Log-Dispatch-FileRotate -Version: 1.16 -Release: 2%{?dist} +Version: 1.18 +Release: 1%{?dist} Summary: Log to files that archive/rotate themselves Group: Development/Libraries @@ -13,8 +13,8 @@ BuildRequires: perl(Date::Manip) BuildRequires: perl(Log::Dispatch) BuildRequires: perl(ExtUtils::MakeMaker) -# See comment in the %check section -# BuildRequires: perl(Log::Log4perl) >= 0.23 +# See comment in the %%check section +%{?_with_tests:BuildRequires: perl(Log::Log4perl) >= 0.23} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -43,7 +43,7 @@ %check # Test suite disabled: circular dependencies with Log::Log4perl -# make test +%{?_with_tests:make test} %clean @@ -58,6 +58,14 @@ %changelog +* Fri Jun 27 2008 Ralf Cors??pius - 1.18-1 +- Upstream update. +- Add --with-tests. + +* Tue Jun 03 2008 Ralf Cors??pius - 1.16-3 +- Use %%%%check in comments to work-around rpm bogusly parsing + %%check in comments (BZ 449419). + * Sat Feb 2 2008 Tom "spot" Callaway - 1.16-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Nov 2006 21:14:12 -0000 1.4 +++ sources 1 Jul 2008 14:53:39 -0000 1.5 @@ -1 +1 @@ -3cd1d75510a6297df487ca016763bdbe Log-Dispatch-FileRotate-1.16.tar.gz +0b38c15305a1f203204be0c6ebcd219f Log-Dispatch-FileRotate-1.18.tar.gz From corsepiu at fedoraproject.org Tue Jul 1 14:56:24 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 1 Jul 2008 14:56:24 GMT Subject: rpms/perl-Log-Dispatch-FileRotate/F-8 .cvsignore, 1.4, 1.5 perl-Log-Dispatch-FileRotate.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200807011456.m61EuOFS006265@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6154 Modified Files: .cvsignore perl-Log-Dispatch-FileRotate.spec sources Log Message: * Fri Jun 27 2008 Ralf Cors??pius - 1.18-1 - Upstream update. - Add --with-tests. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/F-8/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Nov 2006 21:14:12 -0000 1.4 +++ .cvsignore 1 Jul 2008 14:55:29 -0000 1.5 @@ -1 +1 @@ -Log-Dispatch-FileRotate-1.16.tar.gz +Log-Dispatch-FileRotate-1.18.tar.gz Index: perl-Log-Dispatch-FileRotate.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/F-8/perl-Log-Dispatch-FileRotate.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Log-Dispatch-FileRotate.spec 16 Oct 2007 20:55:54 -0000 1.4 +++ perl-Log-Dispatch-FileRotate.spec 1 Jul 2008 14:55:29 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Log-Dispatch-FileRotate -Version: 1.16 -Release: 1%{?dist}.1 +Version: 1.18 +Release: 1%{?dist} Summary: Log to files that archive/rotate themselves Group: Development/Libraries @@ -13,8 +13,8 @@ BuildRequires: perl(Date::Manip) BuildRequires: perl(Log::Dispatch) BuildRequires: perl(ExtUtils::MakeMaker) -# See comment in the %check section -# BuildRequires: perl(Log::Log4perl) >= 0.23 +# See comment in the %%check section +%{?_with_tests:BuildRequires: perl(Log::Log4perl) >= 0.23} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -43,7 +43,7 @@ %check # Test suite disabled: circular dependencies with Log::Log4perl -# make test +%{?_with_tests:make test} %clean @@ -58,6 +58,17 @@ %changelog +* Fri Jun 27 2008 Ralf Cors??pius - 1.18-1 +- Upstream update. +- Add --with-tests. + +* Tue Jun 03 2008 Ralf Cors??pius - 1.16-3 +- Use %%%%check in comments to work-around rpm bogusly parsing + %%check in comments (BZ 449419). + +* Sat Feb 2 2008 Tom "spot" Callaway - 1.16-2 +- rebuild for new perl + * Tue Oct 16 2007 Tom "spot" Callaway - 1.16-1.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/F-8/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Nov 2006 21:14:12 -0000 1.4 +++ sources 1 Jul 2008 14:55:29 -0000 1.5 @@ -1 +1 @@ -3cd1d75510a6297df487ca016763bdbe Log-Dispatch-FileRotate-1.16.tar.gz +0b38c15305a1f203204be0c6ebcd219f Log-Dispatch-FileRotate-1.18.tar.gz From bugzilla at redhat.com Tue Jul 1 16:56:43 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Jul 2008 12:56:43 -0400 Subject: [Bug 453549] EPEL branch for perl-Test-MockObject In-Reply-To: Message-ID: <200807011656.m61GuhSn012616@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-Test-MockObject https://bugzilla.redhat.com/show_bug.cgi?id=453549 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-07-01 12:56 EST ------- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 1 17:59:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Jul 2008 13:59:46 -0400 Subject: [Bug 453549] EPEL branch for perl-Test-MockObject In-Reply-To: Message-ID: <200807011759.m61HxkVY024446@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-Test-MockObject https://bugzilla.redhat.com/show_bug.cgi?id=453549 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From lkundrak at v3.sk 2008-07-01 13:59 EST ------- Imported and built. Thanks! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From steve at fedoraproject.org Tue Jul 1 22:38:44 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 1 Jul 2008 22:38:44 GMT Subject: rpms/perl-Params-CallbackRequest/devel .cvsignore, 1.3, 1.4 perl-Params-CallbackRequest.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200807012238.m61MciP9031427@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Params-CallbackRequest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31374 Modified Files: .cvsignore perl-Params-CallbackRequest.spec sources Log Message: Update to 1.19. BR Test::Simple. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-CallbackRequest/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 May 2008 23:16:55 -0000 1.3 +++ .cvsignore 1 Jul 2008 22:37:43 -0000 1.4 @@ -1 +1 @@ -Params-CallbackRequest-1.18.tar.gz +Params-CallbackRequest-1.19.tar.gz Index: perl-Params-CallbackRequest.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-CallbackRequest/devel/perl-Params-CallbackRequest.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Params-CallbackRequest.spec 16 May 2008 23:16:55 -0000 1.3 +++ perl-Params-CallbackRequest.spec 1 Jul 2008 22:37:43 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Params-CallbackRequest -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Functional and object-oriented callback architecture License: GPL+ or Artistic @@ -11,8 +11,9 @@ BuildRequires: perl(Exception::Class) >= 1.10 BuildRequires: perl(Module::Build) BuildRequires: perl(Params::Validate) >= 0.59 -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.17 BuildRequires: perl(Test::Pod) >= 1.20 +BuildRequires: perl(Test::Simple) >= 0.17 Requires: perl(Exception::Class) >= 1.10 Requires: perl(Params::Validate) >= 0.59 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -53,6 +54,10 @@ %{_mandir}/man3/* %changelog +* Tue Jul 01 2008 Steven Pritchard 1.19-1 +- Update to 1.19. +- BR Test::Simple. + * Fri May 16 2008 Steven Pritchard 1.18-1 - Update to 1.18. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-CallbackRequest/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 May 2008 23:16:55 -0000 1.3 +++ sources 1 Jul 2008 22:37:43 -0000 1.4 @@ -1 +1 @@ -b25ad37c87ea1b9dce4238482ae48368 Params-CallbackRequest-1.18.tar.gz +f186de85520a70c4e7bf85a53e8c51df Params-CallbackRequest-1.19.tar.gz From steve at fedoraproject.org Tue Jul 1 22:39:29 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 1 Jul 2008 22:39:29 GMT Subject: rpms/perl-Test-CPAN-Meta/devel .cvsignore, 1.3, 1.4 perl-Test-CPAN-Meta.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200807012239.m61MdTaO031526@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-CPAN-Meta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31413 Modified Files: .cvsignore perl-Test-CPAN-Meta.spec sources Log Message: Update to 0.12. BR Test::Builder and Test::Builder::Tester. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-CPAN-Meta/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Jun 2008 19:56:08 -0000 1.3 +++ .cvsignore 1 Jul 2008 22:38:29 -0000 1.4 @@ -1 +1 @@ -Test-CPAN-Meta-0.11.tar.gz +Test-CPAN-Meta-0.12.tar.gz Index: perl-Test-CPAN-Meta.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-CPAN-Meta/devel/perl-Test-CPAN-Meta.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-CPAN-Meta.spec 4 Jun 2008 19:56:08 -0000 1.2 +++ perl-Test-CPAN-Meta.spec 1 Jul 2008 22:38:29 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Test-CPAN-Meta -Version: 0.11 +Version: 0.12 Release: 1%{?dist} Summary: Validation of the META.yml file in a CPAN distribution License: GPL+ or Artistic @@ -10,7 +10,9 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Parse::CPAN::Meta) >= 0.02 -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Builder) +BuildRequires: perl(Test::Builder::Tester) +BuildRequires: perl(Test::More) >= 0.70 BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 0.08 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,6 +57,10 @@ %{_mandir}/man3/* %changelog +* Tue Jul 01 2008 Steven Pritchard 0.12-1 +- Update to 0.12. +- BR Test::Builder and Test::Builder::Tester. + * Wed Jun 04 2008 Steven Pritchard 0.11-1 - Update to 0.11. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-CPAN-Meta/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Jun 2008 19:56:08 -0000 1.3 +++ sources 1 Jul 2008 22:38:29 -0000 1.4 @@ -1 +1 @@ -571b1405010c64fc5eb1557e17e4fd4d Test-CPAN-Meta-0.11.tar.gz +f734933622757cf00361e08189a1e7ce Test-CPAN-Meta-0.12.tar.gz From steve at fedoraproject.org Tue Jul 1 22:44:41 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 1 Jul 2008 22:44:41 GMT Subject: rpms/perl-Authen-SASL/devel .cvsignore, 1.5, 1.6 perl-Authen-SASL.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200807012244.m61Mifkk032002@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Authen-SASL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31872 Modified Files: .cvsignore perl-Authen-SASL.spec sources Log Message: Update to 2.12. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Authen-SASL/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 15 May 2008 17:29:05 -0000 1.5 +++ .cvsignore 1 Jul 2008 22:43:32 -0000 1.6 @@ -1 +1 @@ -Authen-SASL-2.11.tar.gz +Authen-SASL-2.12.tar.gz Index: perl-Authen-SASL.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Authen-SASL/devel/perl-Authen-SASL.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Authen-SASL.spec 15 May 2008 17:29:05 -0000 1.9 +++ perl-Authen-SASL.spec 1 Jul 2008 22:43:32 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-Authen-SASL -Version: 2.11 +Version: 2.12 Release: 1%{?dist} Summary: SASL Authentication framework for Perl License: GPL+ or Artistic @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 01 2008 Steven Pritchard 2.12-1 +- Update to 2.12. + * Thu May 15 2008 Steven Pritchard 2.11-1 - Update to 2.11. - Fix find option order. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Authen-SASL/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 May 2008 17:29:05 -0000 1.5 +++ sources 1 Jul 2008 22:43:32 -0000 1.6 @@ -1 +1 @@ -1b13b9305d8dfd2017300ac9401a74b3 Authen-SASL-2.11.tar.gz +ddbcb7917bf3659d5cf1ee6b681f06d4 Authen-SASL-2.12.tar.gz From bugzilla at redhat.com Wed Jul 2 06:32:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 2 Jul 2008 02:32:20 -0400 Subject: [Bug 453564] perl-Digest-Nilsimsa not built for perl 5.10.0 In-Reply-To: Message-ID: <200807020632.m626WKgj023353@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Digest-Nilsimsa not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453564 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA ------- Additional Comments From updates at fedoraproject.org 2008-07-02 02:32 EST ------- perl-Digest-Nilsimsa-0.06-10.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Digest-Nilsimsa'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-5936 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Wed Jul 2 06:44:53 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 2 Jul 2008 06:44:53 GMT Subject: rpms/perl-Test-WWW-Mechanize-Catalyst/devel .cvsignore, 1.2, 1.3 perl-Test-WWW-Mechanize-Catalyst.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200807020644.m626irSa011642@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11592 Modified Files: .cvsignore perl-Test-WWW-Mechanize-Catalyst.spec sources Log Message: * Tue Jul 01 2008 Chris Weyl 0.42-1 - update to 0.42 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 Mar 2008 19:32:15 -0000 1.2 +++ .cvsignore 2 Jul 2008 06:44:01 -0000 1.3 @@ -1 +1 @@ -Test-WWW-Mechanize-Catalyst-0.41.tar.gz +Test-WWW-Mechanize-Catalyst-0.42.tar.gz Index: perl-Test-WWW-Mechanize-Catalyst.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/devel/perl-Test-WWW-Mechanize-Catalyst.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-WWW-Mechanize-Catalyst.spec 18 Mar 2008 19:33:11 -0000 1.2 +++ perl-Test-WWW-Mechanize-Catalyst.spec 2 Jul 2008 06:44:01 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Test-WWW-Mechanize-Catalyst -Version: 0.41 -Release: 2%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Test::WWW::Mechanize for Catalyst License: GPL+ or Artistic Group: Development/Libraries @@ -83,6 +83,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 01 2008 Chris Weyl 0.42-1 +- update to 0.42 + * Tue Mar 18 2008 Chris Weyl 0.41-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Mar 2008 19:32:15 -0000 1.2 +++ sources 2 Jul 2008 06:44:01 -0000 1.3 @@ -1 +1 @@ -efffcede181df9658c99472e51cade3f Test-WWW-Mechanize-Catalyst-0.41.tar.gz +4df4846626c81d0ea15ecaf6861c2114 Test-WWW-Mechanize-Catalyst-0.42.tar.gz From cweyl at fedoraproject.org Wed Jul 2 06:45:29 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 2 Jul 2008 06:45:29 GMT Subject: rpms/perl-Test-WWW-Mechanize-Catalyst/F-9 perl-Test-WWW-Mechanize-Catalyst.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200807020645.m626jTqo011719@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11630 Modified Files: perl-Test-WWW-Mechanize-Catalyst.spec sources Log Message: * Tue Jul 01 2008 Chris Weyl 0.42-1 - update to 0.42 Index: perl-Test-WWW-Mechanize-Catalyst.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/F-9/perl-Test-WWW-Mechanize-Catalyst.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-WWW-Mechanize-Catalyst.spec 18 Mar 2008 19:33:11 -0000 1.2 +++ perl-Test-WWW-Mechanize-Catalyst.spec 2 Jul 2008 06:44:41 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Test-WWW-Mechanize-Catalyst -Version: 0.41 -Release: 2%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Test::WWW::Mechanize for Catalyst License: GPL+ or Artistic Group: Development/Libraries @@ -83,6 +83,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 01 2008 Chris Weyl 0.42-1 +- update to 0.42 + * Tue Mar 18 2008 Chris Weyl 0.41-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 Mar 2008 19:32:15 -0000 1.2 +++ sources 2 Jul 2008 06:44:41 -0000 1.3 @@ -1 +1 @@ -efffcede181df9658c99472e51cade3f Test-WWW-Mechanize-Catalyst-0.41.tar.gz +4df4846626c81d0ea15ecaf6861c2114 Test-WWW-Mechanize-Catalyst-0.42.tar.gz From cweyl at fedoraproject.org Wed Jul 2 06:55:58 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 2 Jul 2008 06:55:58 GMT Subject: rpms/perl-Test-WWW-Mechanize-Catalyst/F-8 perl-Test-WWW-Mechanize-Catalyst.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200807020655.m626tweI012091@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12049 Modified Files: perl-Test-WWW-Mechanize-Catalyst.spec sources Log Message: * Tue Jul 01 2008 Chris Weyl 0.42-1 - update to 0.42 Index: perl-Test-WWW-Mechanize-Catalyst.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/F-8/perl-Test-WWW-Mechanize-Catalyst.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Test-WWW-Mechanize-Catalyst.spec 30 Mar 2008 21:53:08 -0000 1.1 +++ perl-Test-WWW-Mechanize-Catalyst.spec 2 Jul 2008 06:54:45 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Test-WWW-Mechanize-Catalyst -Version: 0.41 -Release: 2%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Test::WWW::Mechanize for Catalyst License: GPL+ or Artistic Group: Development/Libraries @@ -83,6 +83,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 01 2008 Chris Weyl 0.42-1 +- update to 0.42 + * Tue Mar 18 2008 Chris Weyl 0.41-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Mar 2008 21:53:08 -0000 1.2 +++ sources 2 Jul 2008 06:54:45 -0000 1.3 @@ -1 +1 @@ -efffcede181df9658c99472e51cade3f Test-WWW-Mechanize-Catalyst-0.41.tar.gz +4df4846626c81d0ea15ecaf6861c2114 Test-WWW-Mechanize-Catalyst-0.42.tar.gz From kwizart at fedoraproject.org Wed Jul 2 20:34:18 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Wed, 2 Jul 2008 20:34:18 GMT Subject: rpms/perl-Lingua-Preferred/devel import.log, NONE, 1.1 perl-Lingua-Preferred.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807022034.m62KYIiF012731@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Lingua-Preferred/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12679/devel Modified Files: .cvsignore sources Added Files: import.log perl-Lingua-Preferred.spec Log Message: Initial import for devel --- NEW FILE import.log --- perl-Lingua-Preferred-0_2_4-2_fc8_kwizart:HEAD:perl-Lingua-Preferred-0.2.4-2.fc8.kwizart.src.rpm:1215030699 --- NEW FILE perl-Lingua-Preferred.spec --- Name: perl-Lingua-Preferred Version: 0.2.4 Release: 2%{?dist} Summary: Perl extension to choose a language Group: Development/Libraries License: GPLv2+ or Artistic URL: http://search.cpan.org/dist/Lingua-Preferred/ Source0: http://search.cpan.org/CPAN/authors/id/E/ED/EDAVIS/Lingua-Preferred-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Correct for lots of packages, other common choices include eg. Module::Build BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Many web browsers let you specify which languages you understand. Then they negotiate with the web server to get documents in the best language possible. This is something similar in Perl. %prep %setup -q -n Lingua-Preferred-%{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}/Lingua %{perl_vendorlib}/auto/Lingua %{_mandir}/man3/*.3* %changelog * Thu May 1 2008 kwizart < kwizart at gmail.com > - 0.2.4-2 - Fix directory listed twice. * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 0.2.4-1 - Initial package for Fedora Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Preferred/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Jun 2008 14:48:24 -0000 1.1 +++ .cvsignore 2 Jul 2008 20:33:32 -0000 1.2 @@ -0,0 +1 @@ +Lingua-Preferred-0.2.4.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Preferred/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Jun 2008 14:48:24 -0000 1.1 +++ sources 2 Jul 2008 20:33:32 -0000 1.2 @@ -0,0 +1 @@ +37e883fafb05b1439de1121f41e8ad75 Lingua-Preferred-0.2.4.tar.gz From kwizart at fedoraproject.org Wed Jul 2 20:52:31 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Wed, 2 Jul 2008 20:52:31 GMT Subject: rpms/perl-Lingua-Preferred/F-9 perl-Lingua-Preferred.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807022052.m62KqVMa013334@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Lingua-Preferred/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13293 Modified Files: sources Added Files: perl-Lingua-Preferred.spec Log Message: Initial import for F-9 --- NEW FILE perl-Lingua-Preferred.spec --- Name: perl-Lingua-Preferred Version: 0.2.4 Release: 2%{?dist} Summary: Perl extension to choose a language Group: Development/Libraries License: GPLv2+ or Artistic URL: http://search.cpan.org/dist/Lingua-Preferred/ Source0: http://search.cpan.org/CPAN/authors/id/E/ED/EDAVIS/Lingua-Preferred-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Correct for lots of packages, other common choices include eg. Module::Build BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Many web browsers let you specify which languages you understand. Then they negotiate with the web server to get documents in the best language possible. This is something similar in Perl. %prep %setup -q -n Lingua-Preferred-%{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}/Lingua %{perl_vendorlib}/auto/Lingua %{_mandir}/man3/*.3* %changelog * Thu May 1 2008 kwizart < kwizart at gmail.com > - 0.2.4-2 - Fix directory listed twice. * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 0.2.4-1 - Initial package for Fedora Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Preferred/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Jun 2008 14:48:24 -0000 1.1 +++ sources 2 Jul 2008 20:51:37 -0000 1.2 @@ -0,0 +1 @@ +37e883fafb05b1439de1121f41e8ad75 Lingua-Preferred-0.2.4.tar.gz From kwizart at fedoraproject.org Wed Jul 2 21:02:04 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Wed, 2 Jul 2008 21:02:04 GMT Subject: rpms/perl-Lingua-Preferred/F-8 perl-Lingua-Preferred.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807022102.m62L246Q020126@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Lingua-Preferred/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18479 Modified Files: sources Added Files: perl-Lingua-Preferred.spec Log Message: -initial import for F-8 --- NEW FILE perl-Lingua-Preferred.spec --- Name: perl-Lingua-Preferred Version: 0.2.4 Release: 2%{?dist} Summary: Perl extension to choose a language Group: Development/Libraries License: GPLv2+ or Artistic URL: http://search.cpan.org/dist/Lingua-Preferred/ Source0: http://search.cpan.org/CPAN/authors/id/E/ED/EDAVIS/Lingua-Preferred-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Correct for lots of packages, other common choices include eg. Module::Build BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Many web browsers let you specify which languages you understand. Then they negotiate with the web server to get documents in the best language possible. This is something similar in Perl. %prep %setup -q -n Lingua-Preferred-%{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}/Lingua %{perl_vendorlib}/auto/Lingua %{_mandir}/man3/*.3* %changelog * Thu May 1 2008 kwizart < kwizart at gmail.com > - 0.2.4-2 - Fix directory listed twice. * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 0.2.4-1 - Initial package for Fedora Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Lingua-Preferred/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Jun 2008 14:48:24 -0000 1.1 +++ sources 2 Jul 2008 21:01:19 -0000 1.2 @@ -0,0 +1 @@ +37e883fafb05b1439de1121f41e8ad75 Lingua-Preferred-0.2.4.tar.gz From cweyl at fedoraproject.org Thu Jul 3 06:08:05 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 3 Jul 2008 06:08:05 GMT Subject: rpms/perl-Module-Find/devel .cvsignore, 1.2, 1.3 perl-Module-Find.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200807030608.m6368585013016@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Find/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12842 Modified Files: .cvsignore perl-Module-Find.spec sources Log Message: * Wed Jul 02 2008 Chris Weyl 0.06-1 - update to 0.06 - add examples/ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Find/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Dec 2006 09:23:28 -0000 1.2 +++ .cvsignore 3 Jul 2008 06:07:16 -0000 1.3 @@ -1 +1 @@ -Module-Find-0.05.tar.gz +Module-Find-0.06.tar.gz Index: perl-Module-Find.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Find/devel/perl-Module-Find.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Module-Find.spec 8 Feb 2008 18:07:42 -0000 1.2 +++ perl-Module-Find.spec 3 Jul 2008 06:07:16 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Module-Find -Version: 0.05 -Release: 2%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: Find and use installed modules in a (sub)category Group: Development/Libraries @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -34,7 +35,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -47,12 +48,16 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README examples/ %{perl_vendorlib}/Module/ %{_mandir}/man3/*.3pm* %changelog +* Wed Jul 02 2008 Chris Weyl 0.06-1 +- update to 0.06 +- add examples/ + * Fri Feb 8 2008 Tom "spot" Callaway - 0.05-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Find/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Dec 2006 09:23:28 -0000 1.2 +++ sources 3 Jul 2008 06:07:16 -0000 1.3 @@ -1 +1 @@ -1b756c84e476fc8179fcf2699a4d1a86 Module-Find-0.05.tar.gz +64254ded9d9aea2845a2c7cf25a2949b Module-Find-0.06.tar.gz From scop at fedoraproject.org Thu Jul 3 16:22:25 2008 From: scop at fedoraproject.org (Ville Skytta) Date: Thu, 3 Jul 2008 16:22:25 GMT Subject: rpms/perl-HTML-Encoding/devel .cvsignore, 1.6, 1.7 perl-HTML-Encoding.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <200807031622.m63GMPVs026600@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/pkgs/rpms/perl-HTML-Encoding/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26532 Modified Files: .cvsignore perl-HTML-Encoding.spec sources Log Message: * Thu Jul 3 2008 Ville Skytt?? - 0.60-1 - 0.60. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Encoding/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Apr 2008 18:36:12 -0000 1.6 +++ .cvsignore 3 Jul 2008 16:21:32 -0000 1.7 @@ -1 +1 @@ -HTML-Encoding-0.57.tar.gz +HTML-Encoding-0.60.tar.gz Index: perl-HTML-Encoding.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Encoding/devel/perl-HTML-Encoding.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-HTML-Encoding.spec 10 Apr 2008 18:36:12 -0000 1.9 +++ perl-HTML-Encoding.spec 3 Jul 2008 16:21:32 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-HTML-Encoding -Version: 0.57 +Version: 0.60 Release: 1%{?dist} Summary: Determine the encoding of HTML/XML/XHTML documents @@ -56,6 +56,9 @@ %changelog +* Thu Jul 3 2008 Ville Skytt?? - 0.60-1 +- 0.60. + * Thu Apr 10 2008 Ville Skytt?? - 0.57-1 - 0.57. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Encoding/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Apr 2008 18:36:12 -0000 1.6 +++ sources 3 Jul 2008 16:21:32 -0000 1.7 @@ -1 +1 @@ -4cd6465e1a676ec3ba1e9a30f7788183 HTML-Encoding-0.57.tar.gz +b6a0ded3d1a085bc7b3cdb5ae07e89d2 HTML-Encoding-0.60.tar.gz From bugzilla at redhat.com Fri Jul 4 15:08:51 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Jul 2008 11:08:51 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: Message-ID: <200807041508.m64F8p1f015851@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: cpan2rpm misses dependency on ExtUtils::MakeMaker https://bugzilla.redhat.com/show_bug.cgi?id=280991 chepkov at yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chepkov at yahoo.com ------- Additional Comments From chepkov at yahoo.com 2008-07-04 11:08 EST ------- The package seems to be broken: $ env|grep LANG LANG=en_US $ cat /etc/fedora-release Fedora release 9 (Sulphur) $ cat ~/.rpmmacros %_topdir %(echo $HOME)/rpmbuild %_smp_mflags -j3 %__arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot %debug_package %{nil} $ cpan2rpm Convert::EBCDIC -- cpan2rpm - Ver: 2.028 -- Upgrade check Fetch: HTTP -- module: Convert::EBCDIC -- Using cached URL: http://search.cpan.org//CPAN/authors/id/C/CX/CXL/Convert- EBCDIC-0.06.tar.gz Tarball found - not fetching Metadata retrieval Tarball extraction: [/home/vvc/rpmbuild/SOURCES/Convert-EBCDIC-0.06.tar.gz] Can't locate object method "interpolate" via package "Pod::Text" at /usr/bin/cpan2rpm line 522. cannot chdir to /tmp/OA68ob6vhi/Convert-EBCDIC-0.06 from /tmp/OA68ob6vhi: No such file or directory, aborting. at /usr/lib/perl5/5.10.0/File/Temp.pm line 893 END failed--call queue aborted at /usr/bin/cpan2rpm line 522. -- Done -- -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jul 4 15:51:48 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Jul 2008 11:51:48 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: Message-ID: <200807041551.m64Fpmxs026173@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: cpan2rpm misses dependency on ExtUtils::MakeMaker https://bugzilla.redhat.com/show_bug.cgi?id=280991 ------- Additional Comments From chepkov at yahoo.com 2008-07-04 11:51 EST ------- Created an attachment (id=311046) --> (https://bugzilla.redhat.com/attachment.cgi?id=311046&action=view) cpan2rpm patch It seems at some point Pod::Text functionality was moved to Pod::Parser. This patch makes cpan2rpm to work again. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jul 4 18:24:34 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Jul 2008 14:24:34 -0400 Subject: [Bug 447907] RFE: Please branch and build perl-Ima-DBI for EPEL-5 In-Reply-To: Message-ID: <200807041824.m64IOYlc011480@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: RFE: Please branch and build perl-Ima-DBI for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447907 poelstra at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |poelstra at redhat.com Status|ON_QA |NEEDINFO Flag| |needinfo?(kanarip at kanarip.co | |m) ------- Additional Comments From poelstra at redhat.com 2008-07-04 14:24 EST ------- what is the status of this bug and the events of comment #1? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jul 4 19:08:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Jul 2008 15:08:44 -0400 Subject: [Bug 447907] RFE: Please branch and build perl-Ima-DBI for EPEL-5 In-Reply-To: Message-ID: <200807041908.m64J8itB023085@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: RFE: Please branch and build perl-Ima-DBI for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447907 kanarip at kanarip.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From kanarip at kanarip.com 2008-07-04 15:08 EST ------- It is done, thanks. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jul 4 19:08:45 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Jul 2008 15:08:45 -0400 Subject: [Bug 447908] RFE: Please branch and build perl-Class-DBI for EPEL-5 In-Reply-To: Message-ID: <200807041908.m64J8jok023111@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: RFE: Please branch and build perl-Class-DBI for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447908 Bug 447908 depends on bug 447907, which changed state. Bug 447907 Summary: RFE: Please branch and build perl-Ima-DBI for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447907 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ON_QA |NEEDINFO Status|NEEDINFO |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jul 4 19:47:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Jul 2008 15:47:37 -0400 Subject: [Bug 447921] perl-Unicode-MapUTF8 not rebuilt for Fedora 9 In-Reply-To: Message-ID: <200807041947.m64Jlb80021727@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Unicode-MapUTF8 not rebuilt for Fedora 9 https://bugzilla.redhat.com/show_bug.cgi?id=447921 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ON_QA ------- Additional Comments From paul at city-fan.org 2008-07-04 15:47 EST ------- OK, in the absence of any response from Aurelien and since this fix is basically a no-brainer, I've tagged and built it myself and will now request an update in bodhi. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jul 4 19:48:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Jul 2008 15:48:14 -0400 Subject: [Bug 447921] perl-Unicode-MapUTF8 not rebuilt for Fedora 9 In-Reply-To: Message-ID: <200807041948.m64JmEJR001597@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Unicode-MapUTF8 not rebuilt for Fedora 9 https://bugzilla.redhat.com/show_bug.cgi?id=447921 ------- Additional Comments From updates at fedoraproject.org 2008-07-04 15:48 EST ------- perl-Unicode-MapUTF8-1.11-8.fc9 has been submitted as an update for Fedora 9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From kevin at fedoraproject.org Fri Jul 4 20:15:57 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 4 Jul 2008 20:15:57 GMT Subject: rpms/perl-AnyEvent - New directory Message-ID: <200807042015.m64KFvdT029119@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-AnyEvent In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsV29046/rpms/perl-AnyEvent Log Message: Directory /cvs/extras/rpms/perl-AnyEvent added to the repository From kevin at fedoraproject.org Fri Jul 4 20:16:15 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 4 Jul 2008 20:16:15 GMT Subject: rpms/perl-AnyEvent/devel - New directory Message-ID: <200807042016.m64KGFZm029133@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-AnyEvent/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsV29046/rpms/perl-AnyEvent/devel Log Message: Directory /cvs/extras/rpms/perl-AnyEvent/devel added to the repository From kevin at fedoraproject.org Fri Jul 4 20:16:36 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 4 Jul 2008 20:16:36 GMT Subject: rpms/perl-AnyEvent Makefile,NONE,1.1 Message-ID: <200807042016.m64KGaCs029200@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-AnyEvent In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsV29046/rpms/perl-AnyEvent Added Files: Makefile Log Message: Setup of module perl-AnyEvent --- NEW FILE Makefile --- # Top level Makefile for module perl-AnyEvent all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Fri Jul 4 20:16:50 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 4 Jul 2008 20:16:50 GMT Subject: rpms/perl-AnyEvent/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200807042016.m64KGoPi029222@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-AnyEvent/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsV29046/rpms/perl-AnyEvent/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-AnyEvent --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-AnyEvent # $Id: Makefile,v 1.1 2008/07/04 20:16:36 kevin Exp $ NAME := perl-AnyEvent SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From kwizart at fedoraproject.org Fri Jul 4 21:49:07 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Fri, 4 Jul 2008 21:49:07 GMT Subject: rpms/perl-AnyEvent/devel import.log, NONE, 1.1 perl-AnyEvent.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807042149.m64Ln73G026284@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26026/devel Modified Files: .cvsignore sources Added Files: import.log perl-AnyEvent.spec Log Message: Initial import --- NEW FILE import.log --- perl-AnyEvent-4_161-1_fc8_kwizart:HEAD:perl-AnyEvent-4.161-1.fc8.kwizart.src.rpm:1215208060 --- NEW FILE perl-AnyEvent.spec --- Name: perl-AnyEvent Version: 4.161 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}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) # Needed for test BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description AnyEvent provides a framework for multiple event loops. %prep %setup -q -n AnyEvent-%{version} # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(Tk)/d' | \ sed -e '/perl(EV)/d' | \ sed -e '/^perl(Qt/d' | \ sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF %define __perl_requires %{_builddir}/AnyEvent-%{version}/%{name}-req chmod +x %{name}-req # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF %define __perl_provides %{_builddir}/AnyEvent-%{version}/%{name}-prov chmod +x %{name}-prov %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 # PERL_ANYEVENT_NET_TESTS shoudn't be set to avoid network tests # on our builder. make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes COPYING README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Jul 4 2008 kwizart < kwizart at gmail.com > - 4.161-1 - Update to 4.161 * Mon Jun 23 2008 kwizart < kwizart at gmail.com > - 4.152-1 - Update to 4.152 * Mon Jun 9 2008 kwizart < kwizart at gmail.com > - 4.151-1 - Update to 4.151 * Thu Jun 5 2008 kwizart < kwizart at gmail.com > - 4.13-1 - Update to 4.13 * Tue Jun 3 2008 kwizart < kwizart at gmail.com > - 4.12-1 - Update to 4.12 * Thu May 29 2008 kwizart < kwizart at gmail.com > - 4.1-1 - Update to 4.1 * Tue May 27 2008 kwizart < kwizart at gmail.com > - 3.5-1 - Update to 3.5 * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 3.3-1 - Initial package for Fedora Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jul 2008 20:16:36 -0000 1.1 +++ .cvsignore 4 Jul 2008 21:48:21 -0000 1.2 @@ -0,0 +1 @@ +AnyEvent-4.161.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jul 2008 20:16:36 -0000 1.1 +++ sources 4 Jul 2008 21:48:21 -0000 1.2 @@ -0,0 +1 @@ +f131ab601868a4f30fe3819931ae9093 AnyEvent-4.161.tar.gz From kwizart at fedoraproject.org Fri Jul 4 22:04:42 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Fri, 4 Jul 2008 22:04:42 GMT Subject: rpms/perl-AnyEvent/F-9 perl-AnyEvent.spec,NONE,1.1 sources,1.1,1.2 Message-ID: <200807042204.m64M4g52003269@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3134 Modified Files: sources Added Files: perl-AnyEvent.spec Log Message: Initial import for F-9 --- NEW FILE perl-AnyEvent.spec --- Name: perl-AnyEvent Version: 4.161 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}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) # Needed for test BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description AnyEvent provides a framework for multiple event loops. %prep %setup -q -n AnyEvent-%{version} # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(Tk)/d' | \ sed -e '/perl(EV)/d' | \ sed -e '/^perl(Qt/d' | \ sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF %define __perl_requires %{_builddir}/AnyEvent-%{version}/%{name}-req chmod +x %{name}-req # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF %define __perl_provides %{_builddir}/AnyEvent-%{version}/%{name}-prov chmod +x %{name}-prov %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 # PERL_ANYEVENT_NET_TESTS shoudn't be set to avoid network tests # on our builder. make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes COPYING README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Jul 4 2008 kwizart < kwizart at gmail.com > - 4.161-1 - Update to 4.161 * Mon Jun 23 2008 kwizart < kwizart at gmail.com > - 4.152-1 - Update to 4.152 * Mon Jun 9 2008 kwizart < kwizart at gmail.com > - 4.151-1 - Update to 4.151 * Thu Jun 5 2008 kwizart < kwizart at gmail.com > - 4.13-1 - Update to 4.13 * Tue Jun 3 2008 kwizart < kwizart at gmail.com > - 4.12-1 - Update to 4.12 * Thu May 29 2008 kwizart < kwizart at gmail.com > - 4.1-1 - Update to 4.1 * Tue May 27 2008 kwizart < kwizart at gmail.com > - 3.5-1 - Update to 3.5 * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 3.3-1 - Initial package for Fedora Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jul 2008 20:16:36 -0000 1.1 +++ sources 4 Jul 2008 22:03:52 -0000 1.2 @@ -0,0 +1 @@ +f131ab601868a4f30fe3819931ae9093 AnyEvent-4.161.tar.gz From kwizart at fedoraproject.org Fri Jul 4 22:07:43 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Fri, 4 Jul 2008 22:07:43 GMT Subject: rpms/perl-AnyEvent/F-8 perl-AnyEvent.spec,NONE,1.1 sources,1.1,1.2 Message-ID: <200807042207.m64M7hm7003760@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3652 Modified Files: sources Added Files: perl-AnyEvent.spec Log Message: Initial import for F-8 --- NEW FILE perl-AnyEvent.spec --- Name: perl-AnyEvent Version: 4.161 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}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) # Needed for test BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description AnyEvent provides a framework for multiple event loops. %prep %setup -q -n AnyEvent-%{version} # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(Tk)/d' | \ sed -e '/perl(EV)/d' | \ sed -e '/^perl(Qt/d' | \ sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF %define __perl_requires %{_builddir}/AnyEvent-%{version}/%{name}-req chmod +x %{name}-req # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF %define __perl_provides %{_builddir}/AnyEvent-%{version}/%{name}-prov chmod +x %{name}-prov %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 # PERL_ANYEVENT_NET_TESTS shoudn't be set to avoid network tests # on our builder. make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes COPYING README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Jul 4 2008 kwizart < kwizart at gmail.com > - 4.161-1 - Update to 4.161 * Mon Jun 23 2008 kwizart < kwizart at gmail.com > - 4.152-1 - Update to 4.152 * Mon Jun 9 2008 kwizart < kwizart at gmail.com > - 4.151-1 - Update to 4.151 * Thu Jun 5 2008 kwizart < kwizart at gmail.com > - 4.13-1 - Update to 4.13 * Tue Jun 3 2008 kwizart < kwizart at gmail.com > - 4.12-1 - Update to 4.12 * Thu May 29 2008 kwizart < kwizart at gmail.com > - 4.1-1 - Update to 4.1 * Tue May 27 2008 kwizart < kwizart at gmail.com > - 3.5-1 - Update to 3.5 * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 3.3-1 - Initial package for Fedora Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jul 2008 20:16:36 -0000 1.1 +++ sources 4 Jul 2008 22:06:53 -0000 1.2 @@ -0,0 +1 @@ +f131ab601868a4f30fe3819931ae9093 AnyEvent-4.161.tar.gz From bugzilla at redhat.com Sat Jul 5 22:19:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Jul 2008 18:19:29 -0400 Subject: [Bug 454169] New: Please rebuild perl-File-Type for EPEL 4 and 5 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=454169 Summary: Please rebuild perl-File-Type for EPEL 4 and 5 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-File-Type AssignedTo: steve at silug.org ReportedBy: redhat-bugzilla at linuxnetz.de QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com,scheck at etes.de Description of problem: Please rebuild perl-File-Type for EPEL 4 and 5 Version-Release number of selected component (if applicable): perl-File-Type-0.22-6 Actual results: No perl-File-Type in EPEL 4 and 5 Expected results: Package perl-File-Type in EPEL 4 and 5 Additional info: Please let me know, when you're not interested in maintaining the package there. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sat Jul 5 22:20:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Jul 2008 18:20:49 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200807052220.m65MKnjG026477@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please build latest amavisd-new for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=249079 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |9 ------- Additional Comments From fedora-triage-list at redhat.com 2008-05-13 23:05 EST ------- Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping ------- Additional Comments From redhat-bugzilla at linuxnetz.de 2008-07-05 18:20 EST ------- Ping? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From steve at fedoraproject.org Sun Jul 6 03:35:37 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Sun, 6 Jul 2008 03:35:37 GMT Subject: rpms/cpanspec/EL-5 import.log,1.1,NONE Message-ID: <200807060335.m663Zb7f017835@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/cpanspec/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17764 Removed Files: import.log Log Message: Update to 1.77, etc. --- import.log DELETED --- From bugzilla at redhat.com Sun Jul 6 04:12:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Jul 2008 00:12:23 -0400 Subject: [Bug 454169] Please rebuild perl-File-Type for EPEL 4 and 5 In-Reply-To: Message-ID: <200807060412.m664CNts010320@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please rebuild perl-File-Type for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=454169 steve at silug.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From steve at silug.org 2008-07-06 00:12 EST ------- Built on both branches. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jul 6 04:16:57 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Jul 2008 00:16:57 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200807060416.m664Gvme011308@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please build latest amavisd-new for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=249079 steve at silug.org changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9 |rawhide -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Sun Jul 6 05:07:19 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 6 Jul 2008 05:07:19 GMT Subject: rpms/perl-Module-Starter/devel .cvsignore, 1.2, 1.3 perl-Module-Starter.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200807060507.m6657J19002208@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2124 Modified Files: .cvsignore perl-Module-Starter.spec sources Log Message: * Sat Jul 05 2008 Chris Weyl 1.470-1 - update to 1.470 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Aug 2006 14:40:30 -0000 1.2 +++ .cvsignore 6 Jul 2008 05:06:18 -0000 1.3 @@ -1 +1 @@ -Module-Starter-1.42.tar.gz +Module-Starter-1.470.tar.gz Index: perl-Module-Starter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/perl-Module-Starter.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Module-Starter.spec 5 Mar 2008 22:44:46 -0000 1.4 +++ perl-Module-Starter.spec 6 Jul 2008 05:06:18 -0000 1.5 @@ -1,17 +1,17 @@ Name: perl-Module-Starter -Version: 1.42 -Release: 5%{?dist} +Version: 1.470 +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 -Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Module-Starter-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/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) +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) @@ -66,6 +66,9 @@ %changelog +* Sat Jul 05 2008 Chris Weyl 1.470-1 +- update to 1.470 + * Wed Mar 5 2008 Tom "spot" Callaway 1.42-5 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Aug 2006 14:40:30 -0000 1.2 +++ sources 6 Jul 2008 05:06:18 -0000 1.3 @@ -1 +1 @@ -baf4a379d93c3a49c90a889626783d88 Module-Starter-1.42.tar.gz +abf79063c5a1025d3ec884ab2d561161 Module-Starter-1.470.tar.gz From bugzilla at redhat.com Sun Jul 6 06:12:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Jul 2008 02:12:46 -0400 Subject: [Bug 447921] perl-Unicode-MapUTF8 not rebuilt for Fedora 9 In-Reply-To: Message-ID: <200807060612.m666CkPX003219@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Unicode-MapUTF8 not rebuilt for Fedora 9 https://bugzilla.redhat.com/show_bug.cgi?id=447921 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |1.11-8.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jul 6 06:12:43 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Jul 2008 02:12:43 -0400 Subject: [Bug 447921] perl-Unicode-MapUTF8 not rebuilt for Fedora 9 In-Reply-To: Message-ID: <200807060612.m666ChuX014502@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Unicode-MapUTF8 not rebuilt for Fedora 9 https://bugzilla.redhat.com/show_bug.cgi?id=447921 ------- Additional Comments From updates at fedoraproject.org 2008-07-06 02:12 EST ------- perl-Unicode-MapUTF8-1.11-8.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jul 6 06:12:12 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Jul 2008 02:12:12 -0400 Subject: [Bug 453564] perl-Digest-Nilsimsa not built for perl 5.10.0 In-Reply-To: Message-ID: <200807060612.m666CC1F014324@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Digest-Nilsimsa not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453564 ------- Additional Comments From updates at fedoraproject.org 2008-07-06 02:12 EST ------- perl-Digest-Nilsimsa-0.06-10.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jul 6 06:12:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Jul 2008 02:12:14 -0400 Subject: [Bug 453564] perl-Digest-Nilsimsa not built for perl 5.10.0 In-Reply-To: Message-ID: <200807060612.m666CEoD014350@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Digest-Nilsimsa not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453564 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |0.06-10.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From buildsys at fedoraproject.org Sun Jul 6 12:18:21 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 06 Jul 2008 12:18:21 -0000 Subject: Broken dependencies in EPEL - 2008-07-06 Message-ID: <20080706121821.16526.46564@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(Parse::CPAN::Packages) perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jul 6 12:24:03 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 06 Jul 2008 12:24:03 -0000 Subject: Broken dependencies in EPEL - 2008-07-06 Message-ID: <20080706122403.16550.63737@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-x86_64 unresolved deps: perl(Parse::CPAN::Packages) perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jul 6 12:29:09 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 06 Jul 2008 12:29:09 -0000 Subject: Broken dependencies in EPEL - 2008-07-06 Message-ID: <20080706122909.16572.6980@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(Parse::CPAN::Packages) perl(Archive::Zip) From pghmcfc at fedoraproject.org Mon Jul 7 08:33:38 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 7 Jul 2008 08:33:38 GMT Subject: rpms/perl-Crypt-RSA/devel .cvsignore, 1.3, 1.4 perl-Crypt-RSA.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200807070833.m678XcaG007700@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-RSA/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7606 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: * Mon Jul 7 2008 Paul Howarth 1.96-1 - Update to 1.96 - Convert "Changes" to UTF-8 - Shellbangs no longer need removing - Module is now UTF-8 and doesn't need converting - Need manual perl(Class::Loader) dep due to move to use of "use base", as rpm auto-dep-finder doesn't spot it Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Dec 2006 08:57:41 -0000 1.3 +++ .cvsignore 7 Jul 2008 08:32:26 -0000 1.4 @@ -1 +1 @@ -Crypt-RSA-1.58.tar.gz +Crypt-RSA-1.96.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Crypt-RSA.spec 6 Mar 2008 15:08:47 -0000 1.7 +++ perl-Crypt-RSA.spec 7 Jul 2008 08:32:26 -0000 1.8 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.58 -Release: 4%{?dist} +Version: 1.96 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -23,6 +23,7 @@ BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) +Requires: perl(Class::Loader) >= 2.00 %description Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key @@ -37,12 +38,9 @@ %prep %setup -q -n Crypt-RSA-%{version} -# Remove pointless shellbangs -/usr/bin/find ./lib -name '*.pm' -print | /usr/bin/xargs %{__sed} -i -e '/^#! *\/usr\/bin\/perl /d' - # Convert documentation to UTF-8 -/usr/bin/iconv -f iso-8859-1 -t utf-8 -o lib/Crypt/RSA.pm.utf-8 lib/Crypt/RSA.pm -%{__mv} -f lib/Crypt/RSA.pm.utf-8 lib/Crypt/RSA.pm +/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes +%{__mv} -f Changes.utf-8 Changes %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -89,6 +87,14 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Mon Jul 7 2008 Paul Howarth 1.96-1 +- Update to 1.96 +- Convert "Changes" to UTF-8 +- Shellbangs no longer need removing +- Module is now UTF-8 and doesn't need converting +- Need manual perl(Class::Loader) dep due to move to use of "use base", + as rpm auto-dep-finder doesn't spot it + * Thu Mar 6 2008 Tom "spot" Callaway 1.58-4 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Dec 2006 08:57:41 -0000 1.3 +++ sources 7 Jul 2008 08:32:26 -0000 1.4 @@ -1 +1 @@ -fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz +98874ddaa3c9445fa07e8ef345308133 Crypt-RSA-1.96.tar.gz From bugzilla at redhat.com Mon Jul 7 10:31:02 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:02 -0400 Subject: [Bug 443273] conmux can't locate Conmux.pm In-Reply-To: Message-ID: <200807071031.m67AV2w3013754@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: conmux can't locate Conmux.pm https://bugzilla.redhat.com/show_bug.cgi?id=443273 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:04 -0400 Subject: [Bug 454256] dbxml-perl not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AV4V0013793@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: dbxml-perl not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=454256 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:05 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:05 -0400 Subject: [Bug 454253] geoqo not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AV5MG013830@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: geoqo not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=454253 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:06 -0400 Subject: [Bug 454087] GraphicsMagick-perl not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AV6qm013866@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: GraphicsMagick-perl not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=454087 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:08 -0400 Subject: [Bug 454080] hamlib-perl not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AV8GH013914@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: hamlib-perl not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=454080 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:09 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:09 -0400 Subject: [Bug 454075] JSDoc not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AV9qJ013949@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: JSDoc not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=454075 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:11 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:11 -0400 Subject: [Bug 453935] libpreludedb-perl not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVBgw013982@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: libpreludedb-perl not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453935 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:17 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:17 -0400 Subject: [Bug 453413] nkf not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVHYH014142@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: nkf not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453413 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:13 -0400 Subject: [Bug 453932] libprelude-perl should have perl(:MODULE_COMPAT...) dependency In-Reply-To: Message-ID: <200807071031.m67AVDrp014025@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: libprelude-perl should have perl(:MODULE_COMPAT...) dependency https://bugzilla.redhat.com/show_bug.cgi?id=453932 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:21 -0400 Subject: [Bug 453564] perl-Digest-Nilsimsa not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVLsQ014239@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Digest-Nilsimsa not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453564 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:16 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:16 -0400 Subject: [Bug 453923] munin package should have perl(:MODULE_COMPAT...) dependency In-Reply-To: Message-ID: <200807071031.m67AVGIh014110@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: munin package should have perl(:MODULE_COMPAT...) dependency https://bugzilla.redhat.com/show_bug.cgi?id=453923 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:22 -0400 Subject: [Bug 453411] perl-mogilefs-server not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVM14014281@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-mogilefs-server not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453411 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:20 -0400 Subject: [Bug 453751] OpenIPMI-perl not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVKbo014212@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: OpenIPMI-perl not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453751 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:18 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:18 -0400 Subject: [Bug 453759] ocaml-cil-cilly not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVInN014179@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: ocaml-cil-cilly not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453759 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:15 -0400 Subject: [Bug 453925] mapserver-perl package should have perl(:MODULE_COMPAT...) dependency In-Reply-To: Message-ID: <200807071031.m67AVFwX014076@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: mapserver-perl package should have perl(:MODULE_COMPAT...) dependency https://bugzilla.redhat.com/show_bug.cgi?id=453925 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:23 -0400 Subject: [Bug 449362] No Fedora 9 version of perl-Net-Netmask In-Reply-To: Message-ID: <200807071031.m67AVNTQ014310@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: No Fedora 9 version of perl-Net-Netmask https://bugzilla.redhat.com/show_bug.cgi?id=449362 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:25 -0400 Subject: [Bug 453120] perl-openbabel not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVP8x014352@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-openbabel not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453120 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:26 -0400 Subject: [Bug 453116] perl-Time-Duration not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVQbo014386@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Time-Duration not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453116 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:30 -0400 Subject: [Bug 442548] Needs rebuild for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVU18014557@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Needs rebuild for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=442548 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:32 -0400 Subject: [Bug 453579] remctl-perl not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVWOJ014594@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: remctl-perl not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453579 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:28 -0400 Subject: [Bug 453100] perl-XML-Generator-DBI not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVSWa014470@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-XML-Generator-DBI not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453100 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:27 -0400 Subject: [Bug 447921] perl-Unicode-MapUTF8 not rebuilt for Fedora 9 In-Reply-To: Message-ID: <200807071031.m67AVRV7014412@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Unicode-MapUTF8 not rebuilt for Fedora 9 https://bugzilla.redhat.com/show_bug.cgi?id=447921 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:34 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:34 -0400 Subject: [Bug 453590] Zoneminder package should have perl(:MODULE_COMPAT...) dependency In-Reply-To: Message-ID: <200807071031.m67AVYvF014673@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Zoneminder package should have perl(:MODULE_COMPAT...) dependency https://bugzilla.redhat.com/show_bug.cgi?id=453590 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:29 -0400 Subject: [Bug 448082] perl-XML-TreeBuilder files installed outside @INC paths In-Reply-To: Message-ID: <200807071031.m67AVTrQ014500@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-XML-TreeBuilder files installed outside @INC paths https://bugzilla.redhat.com/show_bug.cgi?id=448082 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:01 -0400 Subject: [Bug 454257] New: Tracker for bugs relating to F-9 perl packages not rebuilt for perl 5.10.0 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=454257 Summary: Tracker for bugs relating to F-9 perl packages not rebuilt for perl 5.10.0 Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl AssignedTo: paul at city-fan.org ReportedBy: paul at city-fan.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel- list at redhat.com,rc040203 at freenet.de,rnorwood at redhat.com, skasal at redhat.com,tcallawa at redhat.com A number of perl packages were released for F-9 with modules installed into 5.8.8-versioned directories where Fedora 9's perl couldn't find them. Almost all of these were missing a perl(:MODULE_COMPAT...) dependency. This is a tracker for bugs raised for this issue. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 7 10:31:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 06:31:33 -0400 Subject: [Bug 453586] sysusage not built for perl 5.10.0 In-Reply-To: Message-ID: <200807071031.m67AVXse014629@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: sysusage not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453586 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454257 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From pghmcfc at fedoraproject.org Mon Jul 7 14:47:43 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 7 Jul 2008 14:47:43 GMT Subject: rpms/perl-Crypt-RSA/devel .cvsignore, 1.4, 1.5 perl-Crypt-RSA.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200807071447.m67Elh4b007357@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-RSA/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7202 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: * Mon Jul 7 2008 Paul Howarth 1.97-1 - Update to 1.97 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 7 Jul 2008 08:32:26 -0000 1.4 +++ .cvsignore 7 Jul 2008 14:46:35 -0000 1.5 @@ -1 +1 @@ -Crypt-RSA-1.96.tar.gz +Crypt-RSA-1.97.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Crypt-RSA.spec 7 Jul 2008 08:32:26 -0000 1.8 +++ perl-Crypt-RSA.spec 7 Jul 2008 14:46:35 -0000 1.9 @@ -1,6 +1,6 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.96 +Version: 1.97 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -87,6 +87,9 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Mon Jul 7 2008 Paul Howarth 1.97-1 +- Update to 1.97 + * Mon Jul 7 2008 Paul Howarth 1.96-1 - Update to 1.96 - Convert "Changes" to UTF-8 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jul 2008 08:32:26 -0000 1.4 +++ sources 7 Jul 2008 14:46:35 -0000 1.5 @@ -1 +1 @@ -98874ddaa3c9445fa07e8ef345308133 Crypt-RSA-1.96.tar.gz +d61b0bf8c66938cc2caf5a58c63e9006 Crypt-RSA-1.97.tar.gz From bugzilla at redhat.com Tue Jul 8 03:52:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Jul 2008 23:52:47 -0400 Subject: [Bug 184530] Review Request: perl-RPM2 In-Reply-To: Message-ID: <200807080352.m683qlLG031072@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: perl-RPM2 Alias: perl-RPM2 https://bugzilla.redhat.com/show_bug.cgi?id=184530 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Fedora Extras |Fedora Version|devel |rawhide -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 8 04:39:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Jul 2008 00:39:04 -0400 Subject: [Bug 449656] FTBFS perl-Net-Netmask-1.9015-1.fc8 In-Reply-To: Message-ID: <200807080439.m684d47C026394@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Net-Netmask-1.9015-1.fc8 https://bugzilla.redhat.com/show_bug.cgi?id=449656 matt_domsch at dell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 8 04:39:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Jul 2008 00:39:03 -0400 Subject: [Bug 449656] FTBFS perl-Net-Netmask-1.9015-1.fc8 In-Reply-To: Message-ID: <200807080439.m684d3CH026369@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Net-Netmask-1.9015-1.fc8 https://bugzilla.redhat.com/show_bug.cgi?id=449656 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:21 EST ------- Created an attachment (id=308127) --> (https://bugzilla.redhat.com/attachment.cgi?id=308127&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:22 EST ------- Created an attachment (id=308128) --> (https://bugzilla.redhat.com/attachment.cgi?id=308128&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:22 EST ------- Created an attachment (id=308129) --> (https://bugzilla.redhat.com/attachment.cgi?id=308129&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:22 EST ------- Created an attachment (id=308130) --> (https://bugzilla.redhat.com/attachment.cgi?id=308130&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From matt_domsch at dell.com 2008-07-08 00:39 EST ------- builds as of 2008-07-03, version 1.9015-2.fc10. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 8 05:48:19 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Jul 2008 01:48:19 -0400 Subject: [Bug 449544] FTBFS perl-XML-LibXSLT-1.63-5.fc9 In-Reply-To: Message-ID: <200807080548.m685mJTS002552@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-XML-LibXSLT-1.63-5.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449544 Bug 449544 depends on bug 449717, which changed state. Bug 449717 Summary: %check in rpm-spec comments kills rpm.specs https://bugzilla.redhat.com/show_bug.cgi?id=449717 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE Status|CLOSED |ASSIGNED Resolution|RAWHIDE | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From corsepiu at fedoraproject.org Tue Jul 8 09:39:59 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 8 Jul 2008 09:39:59 GMT Subject: rpms/perl-Calendar-Simple/F-9 .cvsignore, 1.5, 1.6 perl-Calendar-Simple.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200807080939.m689dxSm003019@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Calendar-Simple/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2825/F-9 Modified Files: .cvsignore perl-Calendar-Simple.spec sources Log Message: * Tue Jul 08 2008 Ralf Cors??pius - 1.20-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-9/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 11 Mar 2008 04:11:51 -0000 1.5 +++ .cvsignore 8 Jul 2008 09:38:35 -0000 1.6 @@ -1 +1 @@ -Calendar-Simple-1.19.tar.gz +Calendar-Simple-1.20.tar.gz Index: perl-Calendar-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-9/perl-Calendar-Simple.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Calendar-Simple.spec 11 Mar 2008 04:11:51 -0000 1.9 +++ perl-Calendar-Simple.spec 8 Jul 2008 09:38:35 -0000 1.10 @@ -1,6 +1,6 @@ Summary: Perl extension to create simple calendars Name: perl-Calendar-Simple -Version: 1.19 +Version: 1.20 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Ralf Cors??pius - 1.20-1 +- Upstream update. + * Tue Mar 11 2008 Ralf Cors??pius - 1.19-1 - Upstream update. - Reflect upstream having dropped "COPYING". Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 11 Mar 2008 04:11:51 -0000 1.5 +++ sources 8 Jul 2008 09:38:35 -0000 1.6 @@ -1 +1 @@ -b4f974f74f615b8aadfdba43b3a646f1 Calendar-Simple-1.19.tar.gz +8f67dc77caba570339ada69b453b2a1d Calendar-Simple-1.20.tar.gz From corsepiu at fedoraproject.org Tue Jul 8 09:40:03 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 8 Jul 2008 09:40:03 GMT Subject: rpms/perl-Calendar-Simple/devel .cvsignore, 1.5, 1.6 perl-Calendar-Simple.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200807080940.m689e3dn003030@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Calendar-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2825/devel Modified Files: .cvsignore perl-Calendar-Simple.spec sources Log Message: * Tue Jul 08 2008 Ralf Cors??pius - 1.20-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 11 Mar 2008 04:11:51 -0000 1.5 +++ .cvsignore 8 Jul 2008 09:38:14 -0000 1.6 @@ -1 +1 @@ -Calendar-Simple-1.19.tar.gz +Calendar-Simple-1.20.tar.gz Index: perl-Calendar-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/devel/perl-Calendar-Simple.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Calendar-Simple.spec 11 Mar 2008 04:11:51 -0000 1.9 +++ perl-Calendar-Simple.spec 8 Jul 2008 09:38:14 -0000 1.10 @@ -1,6 +1,6 @@ Summary: Perl extension to create simple calendars Name: perl-Calendar-Simple -Version: 1.19 +Version: 1.20 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Ralf Cors??pius - 1.20-1 +- Upstream update. + * Tue Mar 11 2008 Ralf Cors??pius - 1.19-1 - Upstream update. - Reflect upstream having dropped "COPYING". Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 11 Mar 2008 04:11:51 -0000 1.5 +++ sources 8 Jul 2008 09:38:14 -0000 1.6 @@ -1 +1 @@ -b4f974f74f615b8aadfdba43b3a646f1 Calendar-Simple-1.19.tar.gz +8f67dc77caba570339ada69b453b2a1d Calendar-Simple-1.20.tar.gz From corsepiu at fedoraproject.org Tue Jul 8 09:40:07 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 8 Jul 2008 09:40:07 GMT Subject: rpms/perl-Calendar-Simple/F-8 .cvsignore, 1.5, 1.6 perl-Calendar-Simple.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200807080940.m689e7DG003038@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Calendar-Simple/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2825/F-8 Modified Files: .cvsignore perl-Calendar-Simple.spec sources Log Message: * Tue Jul 08 2008 Ralf Cors??pius - 1.20-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-8/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Apr 2008 12:29:30 -0000 1.5 +++ .cvsignore 8 Jul 2008 09:38:59 -0000 1.6 @@ -1 +1 @@ -Calendar-Simple-1.19.tar.gz +Calendar-Simple-1.20.tar.gz Index: perl-Calendar-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-8/perl-Calendar-Simple.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Calendar-Simple.spec 7 Apr 2008 12:29:30 -0000 1.8 +++ perl-Calendar-Simple.spec 8 Jul 2008 09:38:59 -0000 1.9 @@ -1,6 +1,6 @@ Summary: Perl extension to create simple calendars Name: perl-Calendar-Simple -Version: 1.19 +Version: 1.20 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -51,10 +51,16 @@ %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Ralf Cors??pius - 1.20-1 +- Upstream update. + * Tue Mar 11 2008 Ralf Cors??pius - 1.19-1 - Upstream update. - Reflect upstream having dropped "COPYING". +* Thu Mar 06 2008 Tom "spot" Callaway - 1.17-3 +Rebuild for new perl + * Fri Aug 17 2007 Ralf Cors??pius - 1.17-2 - Update license tag. - Reflect perl package split. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-8/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Apr 2008 12:29:30 -0000 1.5 +++ sources 8 Jul 2008 09:38:59 -0000 1.6 @@ -1 +1 @@ -b4f974f74f615b8aadfdba43b3a646f1 Calendar-Simple-1.19.tar.gz +8f67dc77caba570339ada69b453b2a1d Calendar-Simple-1.20.tar.gz From lkundrak at fedoraproject.org Tue Jul 8 10:03:49 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Tue, 8 Jul 2008 10:03:49 GMT Subject: rpms/perl-Text-CSV_XS/devel import.log, NONE, 1.1 .cvsignore, 1.5, 1.6 perl-Text-CSV_XS.spec, 1.12, 1.13 sources, 1.5, 1.6 Message-ID: <200807081003.m68A3niv011118@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-Text-CSV_XS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11017/devel Modified Files: .cvsignore perl-Text-CSV_XS.spec sources Added Files: import.log Log Message: 0.52 --- NEW FILE import.log --- perl-Text-CSV_XS-0_52-1_fc9:HEAD:perl-Text-CSV_XS-0.52-1.fc9.src.rpm:1215511340 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Jun 2007 13:45:08 -0000 1.5 +++ .cvsignore 8 Jul 2008 10:02:34 -0000 1.6 @@ -1 +1 @@ -Text-CSV_XS-0.30.tar.gz +Text-CSV_XS-0.52.tgz Index: perl-Text-CSV_XS.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/devel/perl-Text-CSV_XS.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Text-CSV_XS.spec 3 Mar 2008 20:19:20 -0000 1.12 +++ perl-Text-CSV_XS.spec 8 Jul 2008 10:02:34 -0000 1.13 @@ -1,12 +1,12 @@ Name: perl-Text-CSV_XS -Version: 0.30 -Release: 5%{?dist} +Version: 0.52 +Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CSV_XS/ -Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) @@ -55,6 +55,9 @@ %changelog +* Tue Jul 08 2008 Lubomir Rintel - 0.52-1 +- Updated to 0.52 to solve an issue with perl 5.10 + * Wed Feb 27 2008 Tom "spot" Callaway - 0.30-5 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 23 Jun 2007 13:45:08 -0000 1.5 +++ sources 8 Jul 2008 10:02:34 -0000 1.6 @@ -1 +1 @@ -33e1562283bcacddd6dadcc5a73e522d Text-CSV_XS-0.30.tar.gz +2cd7a3b74930cb92e579e5a890712361 Text-CSV_XS-0.52.tgz From kwizart at fedoraproject.org Tue Jul 8 11:39:09 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Tue, 8 Jul 2008 11:39:09 GMT Subject: rpms/perl-AnyEvent/F-8 perl-AnyEvent.spec,1.1,1.2 Message-ID: <200807081139.m68Bd9nf024325@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24255 Modified Files: perl-AnyEvent.spec Log Message: - Exlude ppc64 on F-8 Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/F-8/perl-AnyEvent.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-AnyEvent.spec 4 Jul 2008 22:06:53 -0000 1.1 +++ perl-AnyEvent.spec 8 Jul 2008 11:38:21 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-AnyEvent Version: 4.161 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Framework for multiple event loops Group: Development/Libraries @@ -9,6 +9,8 @@ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +ExcludeArch: ppc64 + BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) # Needed for test @@ -75,6 +77,9 @@ %changelog +* Tue Jul 8 2008 kwizart < kwizart at gmail.com > - 4.161-1.1 +- Exlude ppc64 on F-8 + * Fri Jul 4 2008 kwizart < kwizart at gmail.com > - 4.161-1 - Update to 4.161 From bugzilla at redhat.com Tue Jul 8 14:50:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Jul 2008 10:50:28 -0400 Subject: [Bug 430177] clamd.d/amavisd.conf configuration directives require boolean arguments In-Reply-To: Message-ID: <200807081450.m68EoSfH009534@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: clamd.d/amavisd.conf configuration directives require boolean arguments https://bugzilla.redhat.com/show_bug.cgi?id=430177 johan-fedora at deds.nl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johan-fedora at deds.nl Status|NEW |NEEDINFO Flag| |needinfo?(steve at silug.org) ------- Additional Comments From johan-fedora at deds.nl 2008-07-08 10:50 EST ------- Steven, is this issue still present? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 8 14:56:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Jul 2008 10:56:55 -0400 Subject: [Bug 454442] New: New version of amavisd-new available Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=454442 Summary: New version of amavisd-new available Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: amavisd-new AssignedTo: steve at silug.org ReportedBy: johan-fedora at deds.nl QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: On 2008-06-29 amavisd-new 2.6.1 was released. Rawhide has version 2.5.2. Could you update amavisd-new to the latest release? Version-Release number of selected component (if applicable): 2.5.2-2 How reproducible: Always -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From pghmcfc at fedoraproject.org Tue Jul 8 15:08:10 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 8 Jul 2008 15:08:10 GMT Subject: rpms/perl-Crypt-RSA/devel .cvsignore, 1.5, 1.6 perl-Crypt-RSA.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200807081508.m68F8AIP000629@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-RSA/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv515 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: * Tue Jul 8 2008 Paul Howarth 1.98-1 - Update to 1.98 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2008 14:46:35 -0000 1.5 +++ .cvsignore 8 Jul 2008 15:07:08 -0000 1.6 @@ -1 +1 @@ -Crypt-RSA-1.97.tar.gz +Crypt-RSA-1.98.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Crypt-RSA.spec 7 Jul 2008 14:46:35 -0000 1.9 +++ perl-Crypt-RSA.spec 8 Jul 2008 15:07:08 -0000 1.10 @@ -1,6 +1,6 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.97 +Version: 1.98 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -87,6 +87,9 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Tue Jul 8 2008 Paul Howarth 1.98-1 +- Update to 1.98 + * Mon Jul 7 2008 Paul Howarth 1.97-1 - Update to 1.97 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2008 14:46:35 -0000 1.5 +++ sources 8 Jul 2008 15:07:08 -0000 1.6 @@ -1 +1 @@ -d61b0bf8c66938cc2caf5a58c63e9006 Crypt-RSA-1.97.tar.gz +c0bfb2df955be680ef5642bffec15b74 Crypt-RSA-1.98.tar.gz From lkundrak at fedoraproject.org Tue Jul 8 15:09:22 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Tue, 8 Jul 2008 15:09:22 GMT Subject: rpms/perl-Text-CSV_XS/devel perl-Text-CSV_XS-0.52-svupgrade.patch, NONE, 1.1 perl-Text-CSV_XS.spec, 1.13, 1.14 Message-ID: <200807081509.m68F9MCU000761@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-Text-CSV_XS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv642 Modified Files: perl-Text-CSV_XS.spec Added Files: perl-Text-CSV_XS-0.52-svupgrade.patch Log Message: * Tue Jul 08 2008 Lubomir Rintel - 0.52-2 - Actually solving the issue mentioned in previous change perl-Text-CSV_XS-0.52-svupgrade.patch: --- NEW FILE perl-Text-CSV_XS-0.52-svupgrade.patch --- Under some circumstances, newSVpv() returns SV of higher type than SVt_PVIV, such as SVt_PVMG. Lubomir Rintel Upstream: http://repo.or.cz/w/Text-CSV_XS.git?a=commit;h=72d4bab14e22e62699e90eeb306c606435ef31a6 diff -urp Text-CSV_XS-0.52.orig/CSV_XS.xs Text-CSV_XS-0.52/CSV_XS.xs --- Text-CSV_XS-0.52.orig/CSV_XS.xs 2008-06-17 12:20:00.000000000 +0200 +++ Text-CSV_XS-0.52/CSV_XS.xs 2008-07-08 14:42:33.000000000 +0200 @@ -181,7 +181,7 @@ static SV *SetDiag (csv_t *csv, int xse) while (xs_errors[i].xs_errno && xs_errors[i].xs_errno != xse) i++; if ((err = newSVpv (xs_errors[i].xs_errstr, 0))) { - sv_upgrade (err, SVt_PVIV); + SvUPGRADE (err, SVt_PVIV); SvIV_set (err, xse); SvIOK_on (err); hv_store (csv->self, "_ERROR_DIAG", 11, err, 0); Index: perl-Text-CSV_XS.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/devel/perl-Text-CSV_XS.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Text-CSV_XS.spec 8 Jul 2008 10:02:34 -0000 1.13 +++ perl-Text-CSV_XS.spec 8 Jul 2008 15:08:21 -0000 1.14 @@ -1,12 +1,13 @@ Name: perl-Text-CSV_XS Version: 0.52 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CSV_XS/ Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz +Patch0: perl-Text-CSV_XS-0.52-svupgrade.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) @@ -21,6 +22,7 @@ %prep %setup -q -n Text-CSV_XS-%{version} +%patch0 -p1 -b .svupgrade chmod -c a-x examples/* @@ -55,6 +57,9 @@ %changelog +* Tue Jul 08 2008 Lubomir Rintel - 0.52-2 +- Actually solving the issue mentioned in previous change + * Tue Jul 08 2008 Lubomir Rintel - 0.52-1 - Updated to 0.52 to solve an issue with perl 5.10 From lkundrak at fedoraproject.org Tue Jul 8 15:23:37 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Tue, 8 Jul 2008 15:23:37 GMT Subject: rpms/perl-Text-CSV_XS/F-9 perl-Text-CSV_XS-0.30-svupgrade.patch, NONE, 1.1 perl-Text-CSV_XS.spec, 1.12, 1.13 Message-ID: <200807081523.m68FNbMO001489@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-Text-CSV_XS/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1356 Modified Files: perl-Text-CSV_XS.spec Added Files: perl-Text-CSV_XS-0.30-svupgrade.patch Log Message: * Tue Jul 08 2008 Lubomir Rintel - 0.30-6 - Actually solving the issue mentioned in previous change perl-Text-CSV_XS-0.30-svupgrade.patch: --- NEW FILE perl-Text-CSV_XS-0.30-svupgrade.patch --- Under some circumstances, newSVpv() returns SV of higher type than SVt_PVIV, such as SVt_PVMG. Lubomir Rintel diff -urp Text-CSV_XS-0.52.orig/CSV_XS.xs Text-CSV_XS-0.52/CSV_XS.xs --- Text-CSV_XS-0.52.orig/CSV_XS.xs 2008-06-17 12:20:00.000000000 +0200 +++ Text-CSV_XS-0.52/CSV_XS.xs 2008-07-08 14:42:33.000000000 +0200 @@ -181,7 +181,7 @@ static SV *SetDiag (csv_t *csv, int xse) while (xs_errors[i].xs_errno && xs_errors[i].xs_errno != xse) i++; if ((err = newSVpv (xs_errors[i].xs_errstr, 0))) { - sv_upgrade (err, SVt_PVIV); + SvUPGRADE (err, SVt_PVIV); SvIV_set (err, xse); SvIOK_on (err); hv_store (csv->self, "_ERROR_DIAG", 11, err, 0); Index: perl-Text-CSV_XS.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/F-9/perl-Text-CSV_XS.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Text-CSV_XS.spec 3 Mar 2008 20:19:20 -0000 1.12 +++ perl-Text-CSV_XS.spec 8 Jul 2008 15:22:19 -0000 1.13 @@ -1,12 +1,13 @@ Name: perl-Text-CSV_XS Version: 0.30 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CSV_XS/ Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tar.gz +Patch0: perl-Text-CSV_XS-0.30-svupgrade.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) @@ -21,6 +22,7 @@ %prep %setup -q -n Text-CSV_XS-%{version} +%patch0 -p1 -b .svupgrade chmod -c a-x examples/* @@ -55,6 +57,9 @@ %changelog +* Tue Jul 08 2008 Lubomir Rintel - 0.30-6 +- Actually solving the issue mentioned in previous change + * Wed Feb 27 2008 Tom "spot" Callaway - 0.30-5 - Rebuild for perl 5.10 (again) From corsepiu at fedoraproject.org Tue Jul 8 15:24:04 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 8 Jul 2008 15:24:04 GMT Subject: rpms/perl-Params-Util/devel perl-Params-Util.spec,1.31,1.32 Message-ID: <200807081524.m68FO4wN001549@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1434 Modified Files: perl-Params-Util.spec Log Message: * Tue Jul 08 2008 Ralf Cors??pius - 0.33-2 - Unconditionally BR: perl(Test::CPAN::Meta). Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/devel/perl-Params-Util.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- perl-Params-Util.spec 2 Jun 2008 10:59:28 -0000 1.31 +++ perl-Params-Util.spec 8 Jul 2008 15:23:14 -0000 1.32 @@ -19,10 +19,7 @@ # Required by the tests BuildRequires: perl(Test::Pod) >= 1.00 -%if 0%{?fedora} >= 9 -# FIXME: Not available for FC < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 -%endif %description Params::Util provides a basic set of importable functions that @@ -61,6 +58,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Ralf Cors??pius - 0.33-2 +- Unconditionally BR: perl(Test::CPAN::Meta). + * Mon Jun 02 2008 Ralf Cors??pius - 0.33-1 - Upstream update. - Conditionally BR: perl(Test::CPAN::Meta). From corsepiu at fedoraproject.org Tue Jul 8 15:53:33 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 8 Jul 2008 15:53:33 GMT Subject: rpms/perl-Params-Util/F-9 perl-Params-Util.spec,1.31,1.32 Message-ID: <200807081553.m68FrXXC003791@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Util/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3677 Modified Files: perl-Params-Util.spec Log Message: * Tue Jul 08 2008 Ralf Cors??pius - 0.33-2 - Unconditionally BR: perl(Test::CPAN::Meta). Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/perl-Params-Util.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- perl-Params-Util.spec 2 Jun 2008 10:59:57 -0000 1.31 +++ perl-Params-Util.spec 8 Jul 2008 15:52:36 -0000 1.32 @@ -1,6 +1,6 @@ Name: perl-Params-Util Version: 0.33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple standalone param-checking functions License: GPL+ or Artistic Group: Development/Libraries @@ -19,10 +19,7 @@ # Required by the tests BuildRequires: perl(Test::Pod) >= 1.00 -%if 0%{?fedora} >= 9 -# FIXME: Not available for FC < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 -%endif %description Params::Util provides a basic set of importable functions that @@ -61,6 +58,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Ralf Cors??pius - 0.33-2 +- Unconditionally BR: perl(Test::CPAN::Meta). + * Mon Jun 02 2008 Ralf Cors??pius - 0.33-1 - Upstream update. - Conditionally BR: perl(Test::CPAN::Meta). From steve at fedoraproject.org Tue Jul 8 16:52:53 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 8 Jul 2008 16:52:53 GMT Subject: rpms/perl-DateTime/devel .cvsignore, 1.20, 1.21 perl-DateTime.spec, 1.27, 1.28 sources, 1.20, 1.21 Message-ID: <200807081652.m68Gqrah014573@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-DateTime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14504 Modified Files: .cvsignore perl-DateTime.spec sources Log Message: Update to DateTime::TimeZone 0.7701. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 31 May 2008 18:29:05 -0000 1.20 +++ .cvsignore 8 Jul 2008 16:51:53 -0000 1.21 @@ -1,3 +1,3 @@ DateTime-0.4302.tar.gz DateTime-Locale-0.4001.tar.gz -DateTime-TimeZone-0.77.tar.gz +DateTime-TimeZone-0.7701.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- perl-DateTime.spec 31 May 2008 18:29:05 -0000 1.27 +++ perl-DateTime.spec 8 Jul 2008 16:51:53 -0000 1.28 @@ -1,9 +1,9 @@ -%define DTTimeZone_version 0.77 +%define DTTimeZone_version 0.7701 %define DTLocale_version 0.4001 Name: perl-DateTime Version: 0.4302 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Date and time objects License: GPL+ or Artistic @@ -148,6 +148,9 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Tue Jul 08 2008 Steven Pritchard 1:0.4302-2 +- Update to DateTime::TimeZone 0.7701. + * Sat May 31 2008 Steven Pritchard 1:0.4302-1 - Update to DateTime 0.4302. - Update to DateTime::TimeZone 0.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 31 May 2008 18:29:05 -0000 1.20 +++ sources 8 Jul 2008 16:51:53 -0000 1.21 @@ -1,3 +1,3 @@ 419405573f3a01cf621e692e65dc9fbe DateTime-0.4302.tar.gz 04cd7e65e4c773dfce972699aafc1f64 DateTime-Locale-0.4001.tar.gz -854643d5871ebbfd889dabf290e2310d DateTime-TimeZone-0.77.tar.gz +cf56d3770231d59853f4edcd6b56cc45 DateTime-TimeZone-0.7701.tar.gz From steve at fedoraproject.org Tue Jul 8 16:55:20 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 8 Jul 2008 16:55:20 GMT Subject: rpms/perl-DateTime-Format-Strptime/devel perl-DateTime-Format-Strptime-004_locale_defaults.patch, NONE, 1.1 perl-DateTime-Format-Strptime.spec, 1.5, 1.6 Message-ID: <200807081655.m68GtKNB014713@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14661 Modified Files: perl-DateTime-Format-Strptime.spec Added Files: perl-DateTime-Format-Strptime-004_locale_defaults.patch Log Message: Patch t/004_locale_defaults.t to work around change in DateTime::Locale. perl-DateTime-Format-Strptime-004_locale_defaults.patch: --- NEW FILE perl-DateTime-Format-Strptime-004_locale_defaults.patch --- --- DateTime-Format-Strptime-1.0702/t/004_locale_defaults.t.orig 2007-09-17 19:16:15.000000000 -0500 +++ DateTime-Format-Strptime-1.0702/t/004_locale_defaults.t 2008-07-08 11:46:16.000000000 -0500 @@ -29,9 +29,9 @@ ['en_GB', '%c', '31 Dec 1998 12:34:56'], # French #);my @tests = ( - ['fr', '%x', '31 d?c 1998'], + ['fr', '%x', '31 d?c. 1998'], ['fr', '%X', '12:34:56'], - ['fr', '%c', '31 d?c 1998 12:34:56'], + ['fr', '%c', '31 d?c. 1998 12:34:56'], ); foreach (@tests) { Index: perl-DateTime-Format-Strptime.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/devel/perl-DateTime-Format-Strptime.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-DateTime-Format-Strptime.spec 4 Mar 2008 19:28:12 -0000 1.5 +++ perl-DateTime-Format-Strptime.spec 8 Jul 2008 16:54:21 -0000 1.6 @@ -1,11 +1,12 @@ Name: perl-DateTime-Format-Strptime Version: 1.0702 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parse and format strp and strf time patterns License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-Strptime/ Source0: http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tgz +Patch0: perl-DateTime-Format-Strptime-004_locale_defaults.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DateTime) @@ -24,6 +25,7 @@ %prep %setup -q -n DateTime-Format-Strptime-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -52,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Steven Pritchard 1.0702-3 +- Patch t/004_locale_defaults.t to work around change in DateTime::Locale. + * Tue Mar 04 2008 Tom "spot" Callaway 1.0702-2 - rebuild for new perl From bugzilla at redhat.com Wed Jul 9 02:54:54 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Jul 2008 22:54:54 -0400 Subject: [Bug 439706] Catalyst-Manual: update to latest version In-Reply-To: Message-ID: <200807090254.m692ssGR008601@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Catalyst-Manual: update to latest version https://bugzilla.redhat.com/show_bug.cgi?id=439706 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |5.7012-2.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 9 02:54:52 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Jul 2008 22:54:52 -0400 Subject: [Bug 439706] Catalyst-Manual: update to latest version In-Reply-To: Message-ID: <200807090254.m692sqeR015259@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Catalyst-Manual: update to latest version https://bugzilla.redhat.com/show_bug.cgi?id=439706 ------- Additional Comments From updates at fedoraproject.org 2008-07-08 22:54 EST ------- perl-Catalyst-Manual-5.7012-2.fc9, perl-Catalyst-Devel-1.07-1.fc9, perl-Catalyst-Runtime-5.7014-3.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Wed Jul 9 04:52:10 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 9 Jul 2008 04:52:10 GMT Subject: rpms/perl-MooseX-Object-Pluggable/devel .cvsignore, 1.3, 1.4 perl-MooseX-Object-Pluggable.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200807090452.m694qAKw010970@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10942 Modified Files: .cvsignore perl-MooseX-Object-Pluggable.spec sources Log Message: * Tue Jul 08 2008 Chris Weyl 0.0007-1 - update to 0.0007 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Apr 2007 15:51:41 -0000 1.3 +++ .cvsignore 9 Jul 2008 04:51:21 -0000 1.4 @@ -1 +1 @@ -MooseX-Object-Pluggable-0.0005.tar.gz +MooseX-Object-Pluggable-0.0007.tar.gz Index: perl-MooseX-Object-Pluggable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/perl-MooseX-Object-Pluggable.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-MooseX-Object-Pluggable.spec 5 Mar 2008 15:05:21 -0000 1.4 +++ perl-MooseX-Object-Pluggable.spec 9 Jul 2008 04:51:21 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-MooseX-Object-Pluggable -Version: 0.0005 -Release: 2%{?dist} +Version: 0.0007 +Release: 1%{?dist} Summary: Make your Moose classes pluggable License: GPL+ or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ Source0: http://www.cpan.org/authors/id/G/GR/GRODITI/MooseX-Object-Pluggable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch + BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Module::Pluggable::Object) @@ -19,10 +20,13 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# otherwise we have a tone of "provides" from files in doc. We only really -# provide one module, so... -AutoProv: no -Provides: perl(MooseX::Object::Pluggable) = 0.0005 +# keep rpmlint happy +Requires: perl(strict), perl(warnings), perl(Moose) + +# otherwise we have a ton of "provides" from files in doc. We only really +# provide one package, so... +AutoProv: no +Provides: perl(MooseX::Object::Pluggable) = %{version} %description This module aids in the development and deploment of plugin-enabled @@ -32,6 +36,8 @@ %prep %setup -q -n MooseX-Object-Pluggable-%{version} +perl -pi -e 's|^#!perl|#!/usr/bin/perl|; s|^#!/usr/local|#!/usr|' t/*.t + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -56,11 +62,14 @@ %files %defattr(-,root,root,-) -%doc Changes README t/lib/ +%doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Chris Weyl 0.0007-1 +- update to 0.0007 + * Wed Mar 05 2008 Tom "spot" Callaway 0.0005-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Apr 2007 15:51:41 -0000 1.3 +++ sources 9 Jul 2008 04:51:21 -0000 1.4 @@ -1 +1 @@ -1f99a83797957ccf97a732601bf22356 MooseX-Object-Pluggable-0.0005.tar.gz +412dfaf26c334c4a1e88ab39fefaa9b7 MooseX-Object-Pluggable-0.0007.tar.gz From cweyl at fedoraproject.org Wed Jul 9 04:59:31 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 9 Jul 2008 04:59:31 GMT Subject: rpms/perl-MooseX-Object-Pluggable/devel perl-MooseX-Object-Pluggable.spec, 1.5, 1.6 Message-ID: <200807090459.m694xVfJ011446@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11401 Modified Files: perl-MooseX-Object-Pluggable.spec Log Message: * Tue Jul 08 2008 Chris Weyl 0.0007-2 - ...and fix build failure Index: perl-MooseX-Object-Pluggable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/perl-MooseX-Object-Pluggable.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-MooseX-Object-Pluggable.spec 9 Jul 2008 04:51:21 -0000 1.5 +++ perl-MooseX-Object-Pluggable.spec 9 Jul 2008 04:58:44 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-MooseX-Object-Pluggable Version: 0.0007 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Make your Moose classes pluggable License: GPL+ or Artistic Group: Development/Libraries @@ -53,8 +53,6 @@ %{_fixperms} %{buildroot}/* %check -# nix failing developer test -rm t/pod-coverage.t make test %clean @@ -67,6 +65,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Chris Weyl 0.0007-2 +- ...and fix build failure + * Tue Jul 08 2008 Chris Weyl 0.0007-1 - update to 0.0007 From cweyl at fedoraproject.org Wed Jul 9 05:16:19 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 9 Jul 2008 05:16:19 GMT Subject: rpms/perl-MooseX-Object-Pluggable/F-9 perl-MooseX-Object-Pluggable.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200807090516.m695GJAQ018864@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Object-Pluggable/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18785 Modified Files: perl-MooseX-Object-Pluggable.spec sources Log Message: * Tue Jul 08 2008 Chris Weyl 0.0007-2 - ...and fix build failure Index: perl-MooseX-Object-Pluggable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/F-9/perl-MooseX-Object-Pluggable.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-MooseX-Object-Pluggable.spec 5 Mar 2008 15:05:21 -0000 1.4 +++ perl-MooseX-Object-Pluggable.spec 9 Jul 2008 05:15:30 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-MooseX-Object-Pluggable -Version: 0.0005 +Version: 0.0007 Release: 2%{?dist} Summary: Make your Moose classes pluggable License: GPL+ or Artistic @@ -8,6 +8,7 @@ Source0: http://www.cpan.org/authors/id/G/GR/GRODITI/MooseX-Object-Pluggable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch + BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Module::Pluggable::Object) @@ -19,10 +20,13 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# otherwise we have a tone of "provides" from files in doc. We only really -# provide one module, so... -AutoProv: no -Provides: perl(MooseX::Object::Pluggable) = 0.0005 +# keep rpmlint happy +Requires: perl(strict), perl(warnings), perl(Moose) + +# otherwise we have a ton of "provides" from files in doc. We only really +# provide one package, so... +AutoProv: no +Provides: perl(MooseX::Object::Pluggable) = %{version} %description This module aids in the development and deploment of plugin-enabled @@ -32,6 +36,8 @@ %prep %setup -q -n MooseX-Object-Pluggable-%{version} +perl -pi -e 's|^#!perl|#!/usr/bin/perl|; s|^#!/usr/local|#!/usr|' t/*.t + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -47,8 +53,6 @@ %{_fixperms} %{buildroot}/* %check -# nix failing developer test -rm t/pod-coverage.t make test %clean @@ -56,11 +60,17 @@ %files %defattr(-,root,root,-) -%doc Changes README t/lib/ +%doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Chris Weyl 0.0007-2 +- ...and fix build failure + +* Tue Jul 08 2008 Chris Weyl 0.0007-1 +- update to 0.0007 + * Wed Mar 05 2008 Tom "spot" Callaway 0.0005-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Apr 2007 15:51:41 -0000 1.3 +++ sources 9 Jul 2008 05:15:30 -0000 1.4 @@ -1 +1 @@ -1f99a83797957ccf97a732601bf22356 MooseX-Object-Pluggable-0.0005.tar.gz +412dfaf26c334c4a1e88ab39fefaa9b7 MooseX-Object-Pluggable-0.0007.tar.gz From cweyl at fedoraproject.org Wed Jul 9 05:16:32 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 9 Jul 2008 05:16:32 GMT Subject: rpms/perl-MooseX-Object-Pluggable/F-8 perl-MooseX-Object-Pluggable.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200807090516.m695GWIU018930@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Object-Pluggable/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18790 Modified Files: perl-MooseX-Object-Pluggable.spec sources Log Message: * Tue Jul 08 2008 Chris Weyl 0.0007-2 - ...and fix build failure Index: perl-MooseX-Object-Pluggable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/F-8/perl-MooseX-Object-Pluggable.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-MooseX-Object-Pluggable.spec 19 Apr 2007 15:51:41 -0000 1.3 +++ perl-MooseX-Object-Pluggable.spec 9 Jul 2008 05:15:41 -0000 1.4 @@ -1,13 +1,14 @@ Name: perl-MooseX-Object-Pluggable -Version: 0.0005 -Release: 1%{?dist} +Version: 0.0007 +Release: 2%{?dist} Summary: Make your Moose classes pluggable -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-Object-Pluggable/ Source0: http://www.cpan.org/authors/id/G/GR/GRODITI/MooseX-Object-Pluggable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch + BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Module::Pluggable::Object) @@ -19,10 +20,13 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# otherwise we have a tone of "provides" from files in doc. We only really -# provide one module, so... -AutoProv: no -Provides: perl(MooseX::Object::Pluggable) = 0.0005 +# keep rpmlint happy +Requires: perl(strict), perl(warnings), perl(Moose) + +# otherwise we have a ton of "provides" from files in doc. We only really +# provide one package, so... +AutoProv: no +Provides: perl(MooseX::Object::Pluggable) = %{version} %description This module aids in the development and deploment of plugin-enabled @@ -32,6 +36,8 @@ %prep %setup -q -n MooseX-Object-Pluggable-%{version} +perl -pi -e 's|^#!perl|#!/usr/bin/perl|; s|^#!/usr/local|#!/usr|' t/*.t + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -47,8 +53,6 @@ %{_fixperms} %{buildroot}/* %check -# nix failing developer test -rm t/pod-coverage.t make test %clean @@ -56,11 +60,20 @@ %files %defattr(-,root,root,-) -%doc Changes README t/lib/ +%doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Chris Weyl 0.0007-2 +- ...and fix build failure + +* Tue Jul 08 2008 Chris Weyl 0.0007-1 +- update to 0.0007 + +* Wed Mar 05 2008 Tom "spot" Callaway 0.0005-2 +- rebuild for new perl + * Thu Apr 19 2007 Chris Weyl 0.0005-1 - update to 0.0005 - update BR's Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/F-8/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Apr 2007 15:51:41 -0000 1.3 +++ sources 9 Jul 2008 05:15:41 -0000 1.4 @@ -1 +1 @@ -1f99a83797957ccf97a732601bf22356 MooseX-Object-Pluggable-0.0005.tar.gz +412dfaf26c334c4a1e88ab39fefaa9b7 MooseX-Object-Pluggable-0.0007.tar.gz From corsepiu at fedoraproject.org Wed Jul 9 05:23:01 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 05:23:01 GMT Subject: rpms/perl-Params-Util/F-8 perl-Params-Util.spec,1.26,1.27 Message-ID: <200807090523.m695N1rj019347@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Util/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19294 Modified Files: perl-Params-Util.spec Log Message: * Tue Jul 08 2008 Ralf Cors??pius - 0.33-2 - Unconditionally BR: perl(Test::CPAN::Meta). Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-8/perl-Params-Util.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- perl-Params-Util.spec 2 Jun 2008 11:00:14 -0000 1.26 +++ perl-Params-Util.spec 9 Jul 2008 05:22:03 -0000 1.27 @@ -1,6 +1,6 @@ Name: perl-Params-Util Version: 0.33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple standalone param-checking functions License: GPL+ or Artistic Group: Development/Libraries @@ -19,10 +19,7 @@ # Required by the tests BuildRequires: perl(Test::Pod) >= 1.00 -%if 0%{?fedora} >= 9 -# FIXME: Not available for FC < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 -%endif %description Params::Util provides a basic set of importable functions that @@ -61,6 +58,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 08 2008 Ralf Cors??pius - 0.33-2 +- Unconditionally BR: perl(Test::CPAN::Meta). + * Mon Jun 02 2008 Ralf Cors??pius - 0.33-1 - Upstream update. - Conditionally BR: perl(Test::CPAN::Meta). From corsepiu at fedoraproject.org Wed Jul 9 05:35:19 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 05:35:19 GMT Subject: rpms/perl-Regexp-Common/F-9 .cvsignore, 1.2, 1.3 perl-Regexp-Common.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <200807090535.m695ZJHO020109@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Regexp-Common/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20041 Modified Files: .cvsignore perl-Regexp-Common.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Regexp-Common/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Aug 2005 00:10:13 -0000 1.2 +++ .cvsignore 9 Jul 2008 05:34:17 -0000 1.3 @@ -1 +1 @@ -Regexp-Common-2.120.tar.gz +Regexp-Common-2.122.tar.gz Index: perl-Regexp-Common.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Regexp-Common/F-9/perl-Regexp-Common.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Regexp-Common.spec 5 Mar 2008 22:14:40 -0000 1.7 +++ perl-Regexp-Common.spec 9 Jul 2008 05:34:17 -0000 1.8 @@ -1,8 +1,10 @@ Name: perl-Regexp-Common -Version: 2.120 -Release: 7%{?dist} +Version: 2.122 +Release: 1%{?dist} Summary: Regexp::Common Perl module -License: Artistic +# Old Artistic 1.0 is also valid, but we won't list it here since it is non-free. +# Also, it would throw off the automated license check and flag this package. +License: Artistic 2.0 or MIT or BSD Group: Development/Libraries URL: http://search.cpan.org/dist/Regexp-Common/ Source0: http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz @@ -42,6 +44,10 @@ %{_mandir}/man3/* %changelog +* Thu May 29 2008 Tom "spot" Callaway - 2.122-1 +- update to 2.122 +- license change + * Wed Mar 5 2008 Tom "spot" Callaway - 2.120-7 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Regexp-Common/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2005 00:10:13 -0000 1.2 +++ sources 9 Jul 2008 05:34:17 -0000 1.3 @@ -1 +1 @@ -a14f2a3c3f2718a567ec26f57a2bae13 Regexp-Common-2.120.tar.gz +fdd82fb77f2ef7f85aefd7cfb5107729 Regexp-Common-2.122.tar.gz From corsepiu at fedoraproject.org Wed Jul 9 05:41:34 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 05:41:34 GMT Subject: rpms/perl-Regexp-Common/F-8 .cvsignore, 1.2, 1.3 perl-Regexp-Common.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200807090541.m695fYGl020667@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Regexp-Common/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20553 Modified Files: .cvsignore perl-Regexp-Common.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Regexp-Common/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Aug 2005 00:10:13 -0000 1.2 +++ .cvsignore 9 Jul 2008 05:40:44 -0000 1.3 @@ -1 +1 @@ -Regexp-Common-2.120.tar.gz +Regexp-Common-2.122.tar.gz Index: perl-Regexp-Common.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Regexp-Common/F-8/perl-Regexp-Common.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Regexp-Common.spec 29 Aug 2007 09:56:25 -0000 1.6 +++ perl-Regexp-Common.spec 9 Jul 2008 05:40:44 -0000 1.7 @@ -1,8 +1,10 @@ Name: perl-Regexp-Common -Version: 2.120 -Release: 6%{?dist} +Version: 2.122 +Release: 1%{?dist} Summary: Regexp::Common Perl module -License: Artistic +# Old Artistic 1.0 is also valid, but we won't list it here since it is non-free. +# Also, it would throw off the automated license check and flag this package. +License: Artistic 2.0 or MIT or BSD Group: Development/Libraries URL: http://search.cpan.org/dist/Regexp-Common/ Source0: http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz @@ -42,6 +44,13 @@ %{_mandir}/man3/* %changelog +* Thu May 29 2008 Tom "spot" Callaway - 2.122-1 +- update to 2.122 +- license change + +* Wed Mar 5 2008 Tom "spot" Callaway - 2.120-7 +- rebuild for new perl + * Wed Aug 29 2007 Ralf Cors??pius - 2.120-6 - BR: perl(ExtUtils::MakeMaker). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Regexp-Common/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2005 00:10:13 -0000 1.2 +++ sources 9 Jul 2008 05:40:44 -0000 1.3 @@ -1 +1 @@ -a14f2a3c3f2718a567ec26f57a2bae13 Regexp-Common-2.120.tar.gz +fdd82fb77f2ef7f85aefd7cfb5107729 Regexp-Common-2.122.tar.gz From corsepiu at fedoraproject.org Wed Jul 9 08:32:56 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 08:32:56 GMT Subject: rpms/perl-Mail-GnuPG/devel perl-Mail-GnuPG.spec,1.9,1.10 Message-ID: <200807090832.m698WuNM017380@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Mail-GnuPG/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17342 Modified Files: perl-Mail-GnuPG.spec Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 0.15-2 - Cleanup spec file. Index: perl-Mail-GnuPG.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-GnuPG/devel/perl-Mail-GnuPG.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Mail-GnuPG.spec 12 Mar 2008 17:51:52 -0000 1.9 +++ perl-Mail-GnuPG.spec 9 Jul 2008 08:32:03 -0000 1.10 @@ -1,7 +1,7 @@ Name: perl-Mail-GnuPG Summary: Process email with GPG Version: 0.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Mail-GnuPG/ @@ -9,11 +9,7 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -%if "%{version}" >= "0.08" -Source0: http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/Mail-GnuPG-%{version}.tar.gz -%else Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSPIER/Mail-GnuPG-%{version}.tar.gz -%endif BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(GnuPG::Interface) @@ -56,13 +52,16 @@ %{_mandir}/man3/* %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 0.15-2 +- Cleanup spec file. + * Wed Mar 12 2008 Ralf Cors??pius - 0.15-1 - Upstream update. - Correct license tag: GPLv2 or Artistic-v1.0. - Convert README to utf8. * Thu Mar 06 2008 Tom "spot" Callaway - 0.10-2 -Rebuild for new perl +- Rebuild for new perl * Tue Sep 04 2007 Ralf Cors??pius - 0.10-1 - Upstream update. From corsepiu at fedoraproject.org Wed Jul 9 08:35:07 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 08:35:07 GMT Subject: rpms/perl-Mail-GnuPG/F-9 perl-Mail-GnuPG.spec,1.9,1.10 Message-ID: <200807090835.m698Z7Jv017504@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Mail-GnuPG/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17461 Modified Files: perl-Mail-GnuPG.spec Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 0.15-2 - Cleanup spec file. Index: perl-Mail-GnuPG.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-GnuPG/F-9/perl-Mail-GnuPG.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Mail-GnuPG.spec 12 Mar 2008 17:51:52 -0000 1.9 +++ perl-Mail-GnuPG.spec 9 Jul 2008 08:34:11 -0000 1.10 @@ -1,7 +1,7 @@ Name: perl-Mail-GnuPG Summary: Process email with GPG Version: 0.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Mail-GnuPG/ @@ -9,11 +9,7 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -%if "%{version}" >= "0.08" -Source0: http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/Mail-GnuPG-%{version}.tar.gz -%else Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSPIER/Mail-GnuPG-%{version}.tar.gz -%endif BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(GnuPG::Interface) @@ -56,13 +52,16 @@ %{_mandir}/man3/* %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 0.15-2 +- Cleanup spec file. + * Wed Mar 12 2008 Ralf Cors??pius - 0.15-1 - Upstream update. - Correct license tag: GPLv2 or Artistic-v1.0. - Convert README to utf8. * Thu Mar 06 2008 Tom "spot" Callaway - 0.10-2 -Rebuild for new perl +- Rebuild for new perl * Tue Sep 04 2007 Ralf Cors??pius - 0.10-1 - Upstream update. From corsepiu at fedoraproject.org Wed Jul 9 08:36:09 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 08:36:09 GMT Subject: rpms/perl-File-Slurp/devel perl-File-Slurp.spec,1.11,1.12 Message-ID: <200807090836.m698a9t6017574@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Slurp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17505 Modified Files: perl-File-Slurp.spec Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 9999.13-4 - Re-activate tests. Index: perl-File-Slurp.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Slurp/devel/perl-File-Slurp.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-File-Slurp.spec 28 Feb 2008 13:10:58 -0000 1.11 +++ perl-File-Slurp.spec 9 Jul 2008 08:35:08 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-File-Slurp Version: 9999.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Efficient Reading/Writing of Complete Files License: GPL+ or Artistic Group: Development/Libraries @@ -44,9 +44,7 @@ rm -rf $RPM_BUILD_ROOT %check -# This works fine, everywhere except the odd -# Fedora builder environment. :/ -# make test +make test %files %defattr(-,root,root,-) @@ -56,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 9999.13-4 +- Re-activate tests. + * Wed Feb 27 2008 Tom "spot" Callaway - 9999.13-3 - Rebuild for perl 5.10 (again) From corsepiu at fedoraproject.org Wed Jul 9 08:41:05 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 08:41:05 GMT Subject: rpms/perl-Mail-GnuPG/F-8 .cvsignore, 1.3, 1.4 perl-Mail-GnuPG.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200807090841.m698f53u017841@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Mail-GnuPG/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17783 Modified Files: .cvsignore perl-Mail-GnuPG.spec sources Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 0.15-2 - Cleanup spec file. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-GnuPG/F-8/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Sep 2007 09:19:28 -0000 1.3 +++ .cvsignore 9 Jul 2008 08:40:03 -0000 1.4 @@ -1 +1 @@ -Mail-GnuPG-0.10.tar.gz +Mail-GnuPG-0.15.tar.gz Index: perl-Mail-GnuPG.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-GnuPG/F-8/perl-Mail-GnuPG.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Mail-GnuPG.spec 4 Sep 2007 09:19:28 -0000 1.6 +++ perl-Mail-GnuPG.spec 9 Jul 2008 08:40:04 -0000 1.7 @@ -1,19 +1,15 @@ Name: perl-Mail-GnuPG Summary: Process email with GPG -Version: 0.10 -Release: 1%{?dist} -License: GPL+ or Artistic +Version: 0.15 +Release: 2%{?dist} +License: GPLv2 or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Mail-GnuPG/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -%if "%{version}" >= "0.08" -Source0: http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/Mail-GnuPG-%{version}.tar.gz -%else Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSPIER/Mail-GnuPG-%{version}.tar.gz -%endif BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(GnuPG::Interface) @@ -29,6 +25,8 @@ %prep %setup -q -n Mail-GnuPG-%{version} +iconv -f iso-8859-1 -t utf-8 README > README~ +mv README~ README %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -54,6 +52,17 @@ %{_mandir}/man3/* %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 0.15-2 +- Cleanup spec file. + +* Wed Mar 12 2008 Ralf Cors??pius - 0.15-1 +- Upstream update. +- Correct license tag: GPLv2 or Artistic-v1.0. +- Convert README to utf8. + +* Thu Mar 06 2008 Tom "spot" Callaway - 0.10-2 +- Rebuild for new perl + * Tue Sep 04 2007 Ralf Cors??pius - 0.10-1 - Upstream update. - Reflect source url having changed. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-GnuPG/F-8/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Sep 2007 09:19:28 -0000 1.3 +++ sources 9 Jul 2008 08:40:04 -0000 1.4 @@ -1 +1 @@ -12a24de59a383d803f99dd579db83c57 Mail-GnuPG-0.10.tar.gz +7f18a7af0d8998a3f362e8e12abe16a2 Mail-GnuPG-0.15.tar.gz From corsepiu at fedoraproject.org Wed Jul 9 08:44:05 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 08:44:05 GMT Subject: rpms/perl-File-Slurp/F-9 perl-File-Slurp.spec,1.11,1.12 Message-ID: <200807090844.m698i5vh018031@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Slurp/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17964 Modified Files: perl-File-Slurp.spec Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 9999.13-4 - Re-activate tests. Index: perl-File-Slurp.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Slurp/F-9/perl-File-Slurp.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-File-Slurp.spec 28 Feb 2008 13:10:58 -0000 1.11 +++ perl-File-Slurp.spec 9 Jul 2008 08:43:06 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-File-Slurp Version: 9999.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Efficient Reading/Writing of Complete Files License: GPL+ or Artistic Group: Development/Libraries @@ -44,9 +44,7 @@ rm -rf $RPM_BUILD_ROOT %check -# This works fine, everywhere except the odd -# Fedora builder environment. :/ -# make test +make test %files %defattr(-,root,root,-) @@ -56,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 9999.13-4 +- Re-activate tests. + * Wed Feb 27 2008 Tom "spot" Callaway - 9999.13-3 - Rebuild for perl 5.10 (again) From corsepiu at fedoraproject.org Wed Jul 9 08:46:41 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 08:46:41 GMT Subject: rpms/perl-File-Slurp/F-8 .cvsignore, 1.4, 1.5 perl-File-Slurp.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200807090846.m698kfNK018176@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Slurp/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18127 Modified Files: .cvsignore perl-File-Slurp.spec sources Log Message: Sync with F-9. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Slurp/F-8/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Mar 2006 10:16:04 -0000 1.4 +++ .cvsignore 9 Jul 2008 08:45:48 -0000 1.5 @@ -1 +1 @@ -File-Slurp-9999.12.tar.gz +File-Slurp-9999.13.tar.gz Index: perl-File-Slurp.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Slurp/F-8/perl-File-Slurp.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-File-Slurp.spec 2 Sep 2007 07:49:57 -0000 1.7 +++ perl-File-Slurp.spec 9 Jul 2008 08:45:48 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-File-Slurp -Version: 9999.12 -Release: 3%{?dist} +Version: 9999.13 +Release: 4%{?dist} Summary: Efficient Reading/Writing of Complete Files License: GPL+ or Artistic Group: Development/Libraries @@ -54,6 +54,21 @@ %{_mandir}/man3/* %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 9999.13-4 +- Re-activate tests. + +* Wed Feb 27 2008 Tom "spot" Callaway - 9999.13-3 +- Rebuild for perl 5.10 (again) + +* Thu Jan 24 2008 Tom "spot" Callaway - 9999.13-2 +- disable tests, due to wacky Fedora builders + +* Thu Jan 24 2008 Tom "spot" Callaway - 9999.13-1 +- go to 9999.13 to fix build failures against perl 5.10.0 + +* Sun Jan 20 2008 Tom "spot" Callaway - 9999.12-4 +- rebuild for new perl + * Sun Sep 02 2007 Ralf Cors??pius - 9999.12-3 - Update license tag. - BR: perl(ExtUtils::MakeMaker). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Slurp/F-8/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Mar 2006 10:16:04 -0000 1.4 +++ sources 9 Jul 2008 08:45:48 -0000 1.5 @@ -1 +1 @@ -6a162082834307bac95be3e3fc955ce9 File-Slurp-9999.12.tar.gz +ac3cd9d466b99d1534762ff3549aaa66 File-Slurp-9999.13.tar.gz From corsepiu at fedoraproject.org Wed Jul 9 10:37:41 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 10:37:41 GMT Subject: rpms/perl-Class-Data-Inheritable/devel perl-Class-Data-Inheritable.spec, 1.8, 1.9 Message-ID: <200807091037.m69Abfl6005779@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Data-Inheritable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5681/devel Modified Files: perl-Class-Data-Inheritable.spec Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 0.06-5 - Fix broken Source0-URL. Index: perl-Class-Data-Inheritable.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Data-Inheritable/devel/perl-Class-Data-Inheritable.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Class-Data-Inheritable.spec 28 Feb 2008 13:01:38 -0000 1.8 +++ perl-Class-Data-Inheritable.spec 9 Jul 2008 10:35:21 -0000 1.9 @@ -1,11 +1,11 @@ Name: perl-Class-Data-Inheritable Version: 0.06 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Inheritable, overridable class data Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Class-Data-Inheritable/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Class-Data-Inheritable-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Class-Data-Inheritable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -45,6 +45,9 @@ %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 0.06-5 +- Fix broken Source0-URL. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.06-4 - Rebuild for perl 5.10 (again) From corsepiu at fedoraproject.org Wed Jul 9 10:37:48 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 10:37:48 GMT Subject: rpms/perl-Class-Data-Inheritable/F-9 perl-Class-Data-Inheritable.spec, 1.8, 1.9 Message-ID: <200807091037.m69AbmJ9005782@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Data-Inheritable/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5681/F-9 Modified Files: perl-Class-Data-Inheritable.spec Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 0.06-5 - Fix broken Source0-URL. Index: perl-Class-Data-Inheritable.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Data-Inheritable/F-9/perl-Class-Data-Inheritable.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Class-Data-Inheritable.spec 28 Feb 2008 13:01:38 -0000 1.8 +++ perl-Class-Data-Inheritable.spec 9 Jul 2008 10:36:12 -0000 1.9 @@ -1,11 +1,11 @@ Name: perl-Class-Data-Inheritable Version: 0.06 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Inheritable, overridable class data Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Class-Data-Inheritable/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Class-Data-Inheritable-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Class-Data-Inheritable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -45,6 +45,9 @@ %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 0.06-5 +- Fix broken Source0-URL. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.06-4 - Rebuild for perl 5.10 (again) From corsepiu at fedoraproject.org Wed Jul 9 10:37:50 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 10:37:50 GMT Subject: rpms/perl-Class-Data-Inheritable/F-8 perl-Class-Data-Inheritable.spec, 1.6, 1.7 Message-ID: <200807091037.m69AboBs005787@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Data-Inheritable/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5681/F-8 Modified Files: perl-Class-Data-Inheritable.spec Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 0.06-5 - Fix broken Source0-URL. Index: perl-Class-Data-Inheritable.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Data-Inheritable/F-8/perl-Class-Data-Inheritable.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Class-Data-Inheritable.spec 24 Aug 2007 19:36:06 -0000 1.6 +++ perl-Class-Data-Inheritable.spec 9 Jul 2008 10:36:48 -0000 1.7 @@ -1,11 +1,11 @@ Name: perl-Class-Data-Inheritable Version: 0.06 -Release: 2%{?dist} +Release: 5%{?dist} Summary: Inheritable, overridable class data Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Class-Data-Inheritable/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Class-Data-Inheritable-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Class-Data-Inheritable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -45,6 +45,15 @@ %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 0.06-5 +- Fix broken Source0-URL. + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.06-4 +- Rebuild for perl 5.10 (again) + +* Mon Jan 14 2008 Tom "spot" Callaway 0.06-3 +- rebuild for new perl + * Fri Aug 24 2007 Tom "spot" Callaway 0.06-2 - license fix From corsepiu at fedoraproject.org Wed Jul 9 10:41:19 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 10:41:19 GMT Subject: rpms/perl-Class-Data-Inheritable/devel .cvsignore, 1.5, 1.6 perl-Class-Data-Inheritable.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200807091041.m69AfJTQ005989@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Data-Inheritable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5927 Modified Files: .cvsignore perl-Class-Data-Inheritable.spec sources Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 0.08-1 - Upstream update. - BR: perl(Test::Pod), perl(Test::Pod::Coverage). Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Data-Inheritable/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 17 Jan 2007 23:52:40 -0000 1.5 +++ .cvsignore 9 Jul 2008 10:40:21 -0000 1.6 @@ -1 +1 @@ -Class-Data-Inheritable-0.06.tar.gz +Class-Data-Inheritable-0.08.tar.gz Index: perl-Class-Data-Inheritable.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Data-Inheritable/devel/perl-Class-Data-Inheritable.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Class-Data-Inheritable.spec 9 Jul 2008 10:35:21 -0000 1.9 +++ perl-Class-Data-Inheritable.spec 9 Jul 2008 10:40:21 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Class-Data-Inheritable -Version: 0.06 -Release: 5%{?dist} +Version: 0.08 +Release: 1%{?dist} Summary: Inheritable, overridable class data Group: Development/Libraries License: GPL+ or Artistic @@ -12,6 +12,10 @@ BuildRequires: perl >= 1:5.6.1, perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# For improved tests +BuildRequires: perl(Test::Pod::Coverage) >= 1.00 +BuildRequires: perl(Test::Pod) >= 1.00 + %description Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your @@ -45,6 +49,10 @@ %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 0.08-1 +- Upstream update. +- BR: perl(Test::Pod), perl(Test::Pod::Coverage). + * Wed Jul 09 2008 Ralf Cors??pius - 0.06-5 - Fix broken Source0-URL. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Data-Inheritable/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 17 Jan 2007 23:52:40 -0000 1.5 +++ sources 9 Jul 2008 10:40:21 -0000 1.6 @@ -1 +1 @@ -86d95ee16854a5503dc9f86a2f2ffa83 Class-Data-Inheritable-0.06.tar.gz +fc0fe65926eb8fb932743559feb54eb9 Class-Data-Inheritable-0.08.tar.gz From corsepiu at fedoraproject.org Wed Jul 9 11:15:01 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 11:15:01 GMT Subject: rpms/perl-ExtUtils-PkgConfig/devel .cvsignore, 1.4, 1.5 perl-ExtUtils-PkgConfig.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200807091115.m69BF1sV014295@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14247 Modified Files: .cvsignore perl-ExtUtils-PkgConfig.spec sources Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 1.11-1 - Upstream update. - Reflect Source0-URL having changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Nov 2007 21:39:37 -0000 1.4 +++ .cvsignore 9 Jul 2008 11:14:03 -0000 1.5 @@ -1 +1 @@ -ExtUtils-PkgConfig-1.08.tar.gz +ExtUtils-PkgConfig-1.11.tar.gz Index: perl-ExtUtils-PkgConfig.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/devel/perl-ExtUtils-PkgConfig.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-ExtUtils-PkgConfig.spec 2 Feb 2008 18:44:48 -0000 1.14 +++ perl-ExtUtils-PkgConfig.spec 9 Jul 2008 11:14:03 -0000 1.15 @@ -1,12 +1,12 @@ Name: perl-ExtUtils-PkgConfig -Version: 1.08 -Release: 2%{?dist} +Version: 1.11 +Release: 1%{?dist} Summary: Simplistic interface to pkg-config Group: Development/Libraries License: LGPLv2+ URL: http://search.cpan.org/dist/ExtUtils-PkgConfig/ -Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ExtUtils-PkgConfig-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-PkgConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -59,6 +59,10 @@ %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 1.11-1 +- Upstream update. +- Reflect Source0-URL having changed. + * Sat Feb 2 2008 Tom "spot" Callaway - 1.08-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Nov 2007 21:39:37 -0000 1.4 +++ sources 9 Jul 2008 11:14:03 -0000 1.5 @@ -1 +1 @@ -7bd9e8a7b1f0c624281b4eb0acc90384 ExtUtils-PkgConfig-1.08.tar.gz +cd68998c1f370d6c48042447f76ede9f ExtUtils-PkgConfig-1.11.tar.gz From corsepiu at fedoraproject.org Wed Jul 9 14:42:07 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 14:42:07 GMT Subject: rpms/perl-ExtUtils-PkgConfig/F-9 .cvsignore, 1.4, 1.5 perl-ExtUtils-PkgConfig.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200807091442.m69Eg7A7012902@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12847 Modified Files: .cvsignore perl-ExtUtils-PkgConfig.spec sources Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 1.11-1 - Upstream update. - Reflect Source0-URL having changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Nov 2007 21:39:37 -0000 1.4 +++ .cvsignore 9 Jul 2008 14:40:54 -0000 1.5 @@ -1 +1 @@ -ExtUtils-PkgConfig-1.08.tar.gz +ExtUtils-PkgConfig-1.11.tar.gz Index: perl-ExtUtils-PkgConfig.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/F-9/perl-ExtUtils-PkgConfig.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-ExtUtils-PkgConfig.spec 2 Feb 2008 18:44:48 -0000 1.14 +++ perl-ExtUtils-PkgConfig.spec 9 Jul 2008 14:40:54 -0000 1.15 @@ -1,12 +1,12 @@ Name: perl-ExtUtils-PkgConfig -Version: 1.08 -Release: 2%{?dist} +Version: 1.11 +Release: 1%{?dist} Summary: Simplistic interface to pkg-config Group: Development/Libraries License: LGPLv2+ URL: http://search.cpan.org/dist/ExtUtils-PkgConfig/ -Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/ExtUtils-PkgConfig-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-PkgConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -59,6 +59,10 @@ %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 1.11-1 +- Upstream update. +- Reflect Source0-URL having changed. + * Sat Feb 2 2008 Tom "spot" Callaway - 1.08-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Nov 2007 21:39:37 -0000 1.4 +++ sources 9 Jul 2008 14:40:54 -0000 1.5 @@ -1 +1 @@ -7bd9e8a7b1f0c624281b4eb0acc90384 ExtUtils-PkgConfig-1.08.tar.gz +cd68998c1f370d6c48042447f76ede9f ExtUtils-PkgConfig-1.11.tar.gz From corsepiu at fedoraproject.org Wed Jul 9 15:41:02 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 9 Jul 2008 15:41:02 GMT Subject: rpms/perl-ExtUtils-PkgConfig/F-8 .cvsignore, 1.3, 1.4 perl-ExtUtils-PkgConfig.spec, 1.12, 1.13 sources, 1.3, 1.4 Message-ID: <200807091541.m69Ff2BM022934@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22882 Modified Files: .cvsignore perl-ExtUtils-PkgConfig.spec sources Log Message: * Wed Jul 09 2008 Ralf Cors??pius - 1.11-1 - Upstream update. - Reflect Source0-URL having changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/F-8/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Feb 2005 02:57:17 -0000 1.3 +++ .cvsignore 9 Jul 2008 15:40:02 -0000 1.4 @@ -1 +1 @@ -ExtUtils-PkgConfig-1.07.tar.gz +ExtUtils-PkgConfig-1.11.tar.gz Index: perl-ExtUtils-PkgConfig.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/F-8/perl-ExtUtils-PkgConfig.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-ExtUtils-PkgConfig.spec 16 Oct 2007 14:35:24 -0000 1.12 +++ perl-ExtUtils-PkgConfig.spec 9 Jul 2008 15:40:02 -0000 1.13 @@ -1,12 +1,12 @@ Name: perl-ExtUtils-PkgConfig -Version: 1.07 -Release: 5%{?dist}.2 +Version: 1.11 +Release: 1%{?dist} Summary: Simplistic interface to pkg-config Group: Development/Libraries License: LGPLv2+ URL: http://search.cpan.org/dist/ExtUtils-PkgConfig/ -Source0: http://www.cpan.org/authors/id/R/RM/RMCFARLA/Gtk2-Perl/ExtUtils-PkgConfig-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-PkgConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -59,6 +59,16 @@ %changelog +* Wed Jul 09 2008 Ralf Cors??pius - 1.11-1 +- Upstream update. +- Reflect Source0-URL having changed. + +* Sat Feb 2 2008 Tom "spot" Callaway - 1.08-2 +- rebuild for new perl + +* Fri Nov 30 2007 Tom "spot" Callaway - 1.08-1 +- 1.08 + * Tue Oct 16 2007 Tom "spot" Callaway - 1.07-5.2 - add BR: perl(Test::More) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-PkgConfig/F-8/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Feb 2005 02:57:17 -0000 1.3 +++ sources 9 Jul 2008 15:40:02 -0000 1.4 @@ -1 +1 @@ -a8cf945d09c6458cb27228218e9a2f45 ExtUtils-PkgConfig-1.07.tar.gz +cd68998c1f370d6c48042447f76ede9f ExtUtils-PkgConfig-1.11.tar.gz From bugzilla at redhat.com Wed Jul 9 16:26:54 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Jul 2008 12:26:54 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200807091626.m69GQsZb026120@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please build latest amavisd-new for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=249079 ------- Additional Comments From steve at silug.org 2008-07-09 12:26 EST ------- I'm going to work on updating rawhide to the latest version (see bug 454442), so while I'm at it, I'll try to figure out what it will take to get that into EL-5 at least. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From kevin at fedoraproject.org Wed Jul 9 17:00:25 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 9 Jul 2008 17:00:25 GMT Subject: rpms/perl-Getopt-Long-Descriptive - New directory Message-ID: <200807091700.m69H0PTE003053@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsBU3013/rpms/perl-Getopt-Long-Descriptive Log Message: Directory /cvs/extras/rpms/perl-Getopt-Long-Descriptive added to the repository From kevin at fedoraproject.org Wed Jul 9 17:00:42 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 9 Jul 2008 17:00:42 GMT Subject: rpms/perl-Getopt-Long-Descriptive/devel - New directory Message-ID: <200807091700.m69H0gFl003074@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsBU3013/rpms/perl-Getopt-Long-Descriptive/devel Log Message: Directory /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel added to the repository From kevin at fedoraproject.org Wed Jul 9 17:00:59 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 9 Jul 2008 17:00:59 GMT Subject: rpms/perl-Getopt-Long-Descriptive Makefile,NONE,1.1 Message-ID: <200807091700.m69H0xCF003123@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsBU3013/rpms/perl-Getopt-Long-Descriptive Added Files: Makefile Log Message: Setup of module perl-Getopt-Long-Descriptive --- NEW FILE Makefile --- # Top level Makefile for module perl-Getopt-Long-Descriptive all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Wed Jul 9 17:01:30 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 9 Jul 2008 17:01:30 GMT Subject: rpms/perl-Getopt-Long-Descriptive/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200807091701.m69H1Uh7009718@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsBU3013/rpms/perl-Getopt-Long-Descriptive/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Getopt-Long-Descriptive --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Getopt-Long-Descriptive # $Id: Makefile,v 1.1 2008/07/09 17:00:59 kevin Exp $ NAME := perl-Getopt-Long-Descriptive SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From cweyl at fedoraproject.org Wed Jul 9 17:35:48 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 9 Jul 2008 17:35:48 GMT Subject: rpms/perl-Getopt-Long-Descriptive/devel import.log, NONE, 1.1 perl-Getopt-Long-Descriptive.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807091735.m69HZmeb013424@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13346/devel Modified Files: .cvsignore sources Added Files: import.log perl-Getopt-Long-Descriptive.spec Log Message: initial commit --- NEW FILE import.log --- perl-Getopt-Long-Descriptive-0_074-1_fc8:HEAD:perl-Getopt-Long-Descriptive-0.074-1.fc8.src.rpm:1215624887 --- NEW FILE perl-Getopt-Long-Descriptive.spec --- Name: perl-Getopt-Long-Descriptive Version: 0.074 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 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(IO::Scalar) BuildRequires: perl(Params::Validate) >= 0.74 # test BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # not automagically picked up... Requires: perl(IO::Scalar) %description Convenient wrapper for Getopt::Long and program usage output. %prep %setup -q -n Getopt-Long-Descriptive-%{version} perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t %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 t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jul 08 2008 Chris Weyl 0.074-1 - Specfile autogenerated by cpanspec 1.74. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Jul 2008 17:00:59 -0000 1.1 +++ .cvsignore 9 Jul 2008 17:35:00 -0000 1.2 @@ -0,0 +1 @@ +Getopt-Long-Descriptive-0.074.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Jul 2008 17:00:59 -0000 1.1 +++ sources 9 Jul 2008 17:35:00 -0000 1.2 @@ -0,0 +1 @@ +bf4931dfd87314376ecb74dc8d205944 Getopt-Long-Descriptive-0.074.tar.gz From cweyl at fedoraproject.org Wed Jul 9 18:10:23 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 9 Jul 2008 18:10:23 GMT Subject: rpms/perl-Getopt-Long-Descriptive/devel perl-Getopt-Long-Descriptive.spec, 1.1, 1.2 Message-ID: <200807091810.m69IAN78022615@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22560 Modified Files: perl-Getopt-Long-Descriptive.spec Log Message: release bump 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Getopt-Long-Descriptive.spec 9 Jul 2008 17:35:00 -0000 1.1 +++ perl-Getopt-Long-Descriptive.spec 9 Jul 2008 18:09:36 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Getopt-Long-Descriptive Version: 0.074 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Getopt::Long with usage text License: GPL+ or Artistic Group: Development/Libraries @@ -56,5 +56,8 @@ %{_mandir}/man3/* %changelog +* Wed Jul 09 2008 Chris Weyl 0.074-2 +- bump + * Tue Jul 08 2008 Chris Weyl 0.074-1 - Specfile autogenerated by cpanspec 1.74. From cweyl at fedoraproject.org Wed Jul 9 18:11:23 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 9 Jul 2008 18:11:23 GMT Subject: rpms/perl-Getopt-Long-Descriptive/F-9 import.log, NONE, 1.1 perl-Getopt-Long-Descriptive.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807091811.m69IBNco022722@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22657 Modified Files: sources Added Files: import.log perl-Getopt-Long-Descriptive.spec Log Message: pseudo-branch of perl-Getopt-Long-Descriptive to F-9 --- NEW FILE import.log --- perl-Getopt-Long-Descriptive-0_074-1_fc8:HEAD:perl-Getopt-Long-Descriptive-0.074-1.fc8.src.rpm:1215624887 --- NEW FILE perl-Getopt-Long-Descriptive.spec --- Name: perl-Getopt-Long-Descriptive Version: 0.074 Release: 2%{?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 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(IO::Scalar) BuildRequires: perl(Params::Validate) >= 0.74 # test BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # not automagically picked up... Requires: perl(IO::Scalar) %description Convenient wrapper for Getopt::Long and program usage output. %prep %setup -q -n Getopt-Long-Descriptive-%{version} perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t %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 t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jul 09 2008 Chris Weyl 0.074-2 - bump * Tue Jul 08 2008 Chris Weyl 0.074-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Jul 2008 17:00:59 -0000 1.1 +++ sources 9 Jul 2008 18:10:33 -0000 1.2 @@ -0,0 +1 @@ +bf4931dfd87314376ecb74dc8d205944 Getopt-Long-Descriptive-0.074.tar.gz From cweyl at fedoraproject.org Wed Jul 9 18:22:58 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 9 Jul 2008 18:22:58 GMT Subject: rpms/perl-Getopt-Long-Descriptive/F-8 import.log, NONE, 1.1 perl-Getopt-Long-Descriptive.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807091822.m69IMwY8023761@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23615 Modified Files: sources Added Files: import.log perl-Getopt-Long-Descriptive.spec Log Message: pseudo-branch of perl-Getopt-Long-Descriptive to F-8 --- NEW FILE import.log --- perl-Getopt-Long-Descriptive-0_074-1_fc8:HEAD:perl-Getopt-Long-Descriptive-0.074-1.fc8.src.rpm:1215624887 --- NEW FILE perl-Getopt-Long-Descriptive.spec --- Name: perl-Getopt-Long-Descriptive Version: 0.074 Release: 2%{?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 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(IO::Scalar) BuildRequires: perl(Params::Validate) >= 0.74 # test BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # not automagically picked up... Requires: perl(IO::Scalar) %description Convenient wrapper for Getopt::Long and program usage output. %prep %setup -q -n Getopt-Long-Descriptive-%{version} perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t %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 t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jul 09 2008 Chris Weyl 0.074-2 - bump * Tue Jul 08 2008 Chris Weyl 0.074-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Getopt-Long-Descriptive/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Jul 2008 17:00:59 -0000 1.1 +++ sources 9 Jul 2008 18:22:12 -0000 1.2 @@ -0,0 +1 @@ +bf4931dfd87314376ecb74dc8d205944 Getopt-Long-Descriptive-0.074.tar.gz From nigelj at fedoraproject.org Wed Jul 9 22:13:16 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Wed, 9 Jul 2008 22:13:16 GMT Subject: rpms/perl-Crypt-Rijndael/EL-4 .cvsignore,1.1,1.2 sources,1.1,1.2 Message-ID: <200807092213.m69MDGX2004459@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-Rijndael/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4433/EL-4 Modified Files: .cvsignore sources Log Message: Import From nigelj at fedoraproject.org Wed Jul 9 22:13:41 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Wed, 9 Jul 2008 22:13:41 GMT Subject: rpms/perl-Crypt-Rijndael/EL-4 perl-Crypt-Rijndael.spec,NONE,1.1 Message-ID: <200807092213.m69MDfZp004497@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-Rijndael/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4465/EL-4 Added Files: perl-Crypt-Rijndael.spec Log Message: Import --- NEW FILE perl-Crypt-Rijndael.spec --- Name: perl-Crypt-Rijndael Version: 1.06 Release: 2%{?dist} Summary: Crypt::CBC compliant Rijndael encryption module License: LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Rijndael/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Manifest) >= 1.14 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Test::Manifest) >= 1.14 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. %prep %setup -q -n Crypt-Rijndael-%{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 COPYING LICENSE NEWS README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.06-2 - Missing Test::Pod deps * Mon Jun 23 2008 Nigel Jones - 1.06-1 - Specfile autogenerated by cpanspec 1.77. From nigelj at fedoraproject.org Wed Jul 9 22:15:08 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Wed, 9 Jul 2008 22:15:08 GMT Subject: rpms/perl-Crypt-Rijndael/F-9 perl-Crypt-Rijndael.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807092215.m69MF84K004627@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-Rijndael/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4465/F-9 Modified Files: .cvsignore sources Added Files: perl-Crypt-Rijndael.spec Log Message: Import --- NEW FILE perl-Crypt-Rijndael.spec --- Name: perl-Crypt-Rijndael Version: 1.06 Release: 2%{?dist} Summary: Crypt::CBC compliant Rijndael encryption module License: LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Rijndael/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Manifest) >= 1.14 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Test::Manifest) >= 1.14 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. %prep %setup -q -n Crypt-Rijndael-%{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 COPYING LICENSE NEWS README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.06-2 - Missing Test::Pod deps * Mon Jun 23 2008 Nigel Jones - 1.06-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Rijndael/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 25 Jun 2008 02:46:40 -0000 1.1 +++ .cvsignore 9 Jul 2008 22:14:20 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Rijndael-1.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Rijndael/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 25 Jun 2008 02:46:40 -0000 1.1 +++ sources 9 Jul 2008 22:14:20 -0000 1.2 @@ -0,0 +1 @@ +adba5ba76f086d691a02021a3569a8e4 Crypt-Rijndael-1.06.tar.gz From nigelj at fedoraproject.org Wed Jul 9 22:15:20 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Wed, 9 Jul 2008 22:15:20 GMT Subject: rpms/perl-Crypt-Rijndael/F-8 perl-Crypt-Rijndael.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807092215.m69MFKNE004635@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-Rijndael/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4465/F-8 Modified Files: .cvsignore sources Added Files: perl-Crypt-Rijndael.spec Log Message: Import --- NEW FILE perl-Crypt-Rijndael.spec --- Name: perl-Crypt-Rijndael Version: 1.06 Release: 2%{?dist} Summary: Crypt::CBC compliant Rijndael encryption module License: LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Rijndael/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Manifest) >= 1.14 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Test::Manifest) >= 1.14 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. %prep %setup -q -n Crypt-Rijndael-%{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 COPYING LICENSE NEWS README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.06-2 - Missing Test::Pod deps * Mon Jun 23 2008 Nigel Jones - 1.06-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Rijndael/F-8/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 25 Jun 2008 02:46:40 -0000 1.1 +++ .cvsignore 9 Jul 2008 22:14:00 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Rijndael-1.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Rijndael/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 25 Jun 2008 02:46:40 -0000 1.1 +++ sources 9 Jul 2008 22:14:00 -0000 1.2 @@ -0,0 +1 @@ +adba5ba76f086d691a02021a3569a8e4 Crypt-Rijndael-1.06.tar.gz From nigelj at fedoraproject.org Wed Jul 9 22:15:30 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Wed, 9 Jul 2008 22:15:30 GMT Subject: rpms/perl-Crypt-Rijndael/EL-5 perl-Crypt-Rijndael.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807092215.m69MFUp6004642@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-Rijndael/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4465/EL-5 Modified Files: .cvsignore sources Added Files: perl-Crypt-Rijndael.spec Log Message: Import --- NEW FILE perl-Crypt-Rijndael.spec --- Name: perl-Crypt-Rijndael Version: 1.06 Release: 2%{?dist} Summary: Crypt::CBC compliant Rijndael encryption module License: LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Rijndael/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Manifest) >= 1.14 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Test::Manifest) >= 1.14 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. %prep %setup -q -n Crypt-Rijndael-%{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 COPYING LICENSE NEWS README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.06-2 - Missing Test::Pod deps * Mon Jun 23 2008 Nigel Jones - 1.06-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Rijndael/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 25 Jun 2008 02:46:40 -0000 1.1 +++ .cvsignore 9 Jul 2008 22:13:41 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Rijndael-1.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Rijndael/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 25 Jun 2008 02:46:40 -0000 1.1 +++ sources 9 Jul 2008 22:13:41 -0000 1.2 @@ -0,0 +1 @@ +adba5ba76f086d691a02021a3569a8e4 Crypt-Rijndael-1.06.tar.gz From nigelj at fedoraproject.org Wed Jul 9 22:15:32 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Wed, 9 Jul 2008 22:15:32 GMT Subject: rpms/perl-Crypt-Rijndael/devel perl-Crypt-Rijndael.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807092215.m69MFWS8004646@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-Rijndael/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4465/devel Modified Files: .cvsignore sources Added Files: perl-Crypt-Rijndael.spec Log Message: Import --- NEW FILE perl-Crypt-Rijndael.spec --- Name: perl-Crypt-Rijndael Version: 1.06 Release: 2%{?dist} Summary: Crypt::CBC compliant Rijndael encryption module License: LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Rijndael/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Manifest) >= 1.14 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Test::Manifest) >= 1.14 Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. %prep %setup -q -n Crypt-Rijndael-%{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 COPYING LICENSE NEWS README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.06-2 - Missing Test::Pod deps * Mon Jun 23 2008 Nigel Jones - 1.06-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Rijndael/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 25 Jun 2008 02:46:40 -0000 1.1 +++ .cvsignore 9 Jul 2008 22:14:38 -0000 1.2 @@ -0,0 +1 @@ +Crypt-Rijndael-1.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Rijndael/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 25 Jun 2008 02:46:40 -0000 1.1 +++ sources 9 Jul 2008 22:14:38 -0000 1.2 @@ -0,0 +1 @@ +adba5ba76f086d691a02021a3569a8e4 Crypt-Rijndael-1.06.tar.gz From mschwendt at gmail.com Mon Jul 7 13:57:39 2008 From: mschwendt at gmail.com (Michael Schwendt) Date: Mon, 07 Jul 2008 13:57:39 -0000 Subject: Broken dependencies in Fedora 8 - 2008-07-07 Message-ID: <20080707135739.32239.35013@faldor.intranet> Your following packages in the repository suffer from broken dependencies: package: perl-AnyEvent-4.161-1.fc8.noarch from fedora-updates-testing-8-ppc64 unresolved deps: perl(Event::Lib) From Matt_Domsch at dell.com Mon Jul 7 21:35:41 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Mon, 7 Jul 2008 16:35:41 -0500 Subject: Fedora i386 rawhide rebuild in mock status 2008-07-03 Message-ID: <20080707163541.A8977@humbolt.us.dell.com> Fedora Rawhide-in-Mock Build Results for i386 Based on the tree as of Thu Jul 3 2008. While I'm waiting on a bugzilla fix, I don't have all bugzilla numbers for existing FTBFS bugs. Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ Total packages: 5874 Number failed to build: 225 Number expected to fail due to ExclusiveArch or ExcludeArch: 13 Leaving: 212 (there may be some duplicates if rawhide has 2 versions of a package) Of those expected to have worked... aiksaurus-1.2.1-15.fc6 (build/make) uwog anjuta-2.4.1-1.fc10 (buildroot) rishi apr-api-docs-1.2.12-1.fc9 (build/make) bojan ardour-2.4.1-1.fc9 (build/make) green,jwrdegoede astyle-1.21-6.fc8 (build/make) addutko,mtasaka atlas-3.6.0-15.fc10 (build/make) qspencer audacious-plugin-fc-0.2-6 (build/make) mschwendt bes-3.5.3-3.fc9 (build/make) pertusus blacs-1.1-26.fc9.1 (build/make) spot blam-1.8.3-13.fc9 (build/make) alexlan,sindrepb bodhi-0.4.10-3.fc9 (build/make) lmacken,toshio,timlau brutus-keyring-0.9.0-6.fc8 (build/make) bpepple,colding buoh-0.8.2-4.fc9 (build/make) chabotc callweaver-1.2-0.4.rc5.20071230.fc9 (build/make) dwmw2 camstream-0.26.3-12.fc8 (build/make) nomis80 claws-mail-3.4.0-1.fc10 (build/make) awjb compat-db-4.5.20-5.fc9 (build/make) jnovy condor-7.0.0-8.fc9 (build/make) matt conexusmm-0.5.0-3.fc7 (build/make) rvinyard crossfire-1.10.0-4.fc9 (build/make) wart dap-freeform_handler-3.7.7-2.fc9 (build/make) pertusus dap-hdf4_handler-3.7.7-3.fc9 (build/make) pertusus dar-2.3.6-3.fc9 (build/make) xris db4-4.6.21-6.fc9 (build/make) jnovy dmraid-1.0.0.rc14-6.fc9 (build/make) lvm-team,agk,mornfall,bmr,mbroz,mauelsha,dwysocha drivel-2.1.1-0.5.20071130svn.fc9 (build/make) pfrields dvdauthor-0.6.14-5.fc9 (build/make) scop eclipse-3.3.2-12.fc9 (build/make) overholt,oliver,overholt eclipse-subclipse-1.2.4-9.fc9 (build/make) robmv elektra-0.6.10-6.fc9 (build/make) pertusus,kwizart fonttools-2.0-0.11.20060223cvs.fc7 (build/make) roozbeh,fonts-sig freefem++-2.24-2.fc9 (build/make) rathann gdesklets-0.36-1.fc9 (build/make) luya,owentl gdmap-0.7.5-6.fc6 (build/make) splinux genius-1.0.2-3.fc9 (build/make) gemi gimmix-0.4.2-3.fc9 (build/make) awjb gl-117-1.3.2-4.fc7 (build/make) steve glade2-2.12.2-2.fc9 (build/make) mclasen gnome-applet-tvn24-0.2.8-3.fc9 (build/make) orphan gpsim-0.22.0-5.fc8 (build/make) dionysos gstm-1.2-6.fc7 (build/make) splinux gtk+-1.2.10-61.fc9 (build/make) rdieter gtk2hs-0.9.12.1-8.fc9 (build/make) bos,petersen gtk-sharp-1.0.10-12.fc7 (build/make) pfj httpd-2.2.8-3 (build/make) jorton inkscape-0.46-2.fc9 (build/make) lkundrak,lkundrak ipa-1.1.0-2.fc10 (build/make) rcritten,simo itpp-4.0.0-2.fc9 (build/make) edhill java-1.6.0-openjdk-1.6.0.0-0.16.b09.fc10 (build/make) fitzsim,lkundrak,langel,mjw jgroups-2.2.9.2-3jpp.2 (build/make) dbhole k3b-1.0.5-2.fc10 (build/make) rrakus,rdieter kdesvn-0.14.4-1.fc10 (build/make) orion kdevelop-3.5.2-2.fc10 (build/make) than,rdieter,kkofler,ltinkl ktechlab-0.3.69-5.fc8 (build/make) chitlesh libapreq2-2.09-0.17.rc2.fc10 (build/make) bojan libdap-3.7.10-2.fc9 (build/make) pertusus libgnomecups-0.2.3-3.fc9 (build/make) davidz libgtksourceviewmm-0.3.1-1.fc8 (build/make) splinux libnc-dap-3.7.0-9.fc9 (build/make) pertusus librra-0.11-2.fc9 (build/make) awjb,abompard libtomoe-gtk-0.6.0-3.fc9 (build/make) ryo,petersen lineakd-0.9-5.fc6 (build/make) xris lineak-defaultplugin-0.9-2.fc6 (build/make) xris lineak-xosdplugin-0.9-2.fc6 (build/make) xris lsdvd-0.16-7.fc9 (build/make) thias mediatomb-0.11.0-1.fc9 (build/make) mwiriadi mimetic-0.9.3-2.fc8 (build/make) ensc mod_python-3.3.1-7 (build/make) jorton moto4lin-0.3-6.fc7 (build/make) jafo mx-2.0.6-3 (build/make) misa mx4j-3.0.1-6jpp.4 (build/make) fnasser MyPasswordSafe-0.6.7-4.20061216.fc9 (build/make) ertzing nethack-vultures-2.1.0-10.fc8 (build/make) meme oooqs2-1.0-3.fc6 (build/make) ausil openbabel-2.2.0-0.5.b5.fc10 (build/make) rathann pan-0.132-2.fc8 (build/make) adalloz,mpeters pcmanx-gtk2-0.3.5-9.336svn.fc7 (open_missing_mode) leo pekwm-0.1.5-5.fc7 (build/make) errr perl-Catalyst-Plugin-ConfigLoader-0.20-1.fc10 (build/make) cweyl,perl-sig perl-DateTime-Format-Strptime-1.0702-2.fc9 (build/make) steve,perl-sig perl-Event-Lib-1.03-3.fc10 (build/make) kwizart,perl-sig perl-MooseX-Object-Pluggable-0.0005-2.fc9 (build/make) cweyl,perl-sig perl-RRD-Simple-1.43-3.fc9 (build/make) cweyl,perl-sig perl-SVN-Mirror-0.73-3.fc9 (build/make) iburrell,perl-sig perl-Test-AutoBuild-1.2.2-3.fc9 (build/make) berrange petitboot-0.0.1-7.fc8 (build/make) dwmw2,jwboyer podsleuth-0.6.0-5.fc10 (build/make) nigelj ppl-0.9-19.fc9 (build/make) bagnara pwlib-1.10.10-6.fc9 (build/make) veillard pysvn-1.5.3-1.fc10 (build/make) ravenoak python-durus-3.5-3.fc7 (build/make) shahms python-tgcaptcha-0.11-3.fc10 (build/make) lmacken python-turboflot-0.1.1-1.fc10 (build/make) lmacken python-TurboMail-2.1-3.fc9 (build/make) lmacken pywbxml-0.1-3.fc9 (build/make) awjb qgo-1.5.4r2-1.fc9 (build/make) kaboom qps-1.9.19-0.2.b.fc7 (build/make) makghosh qt4-theme-quarticurve-0.0-0.11.beta7.fc9 (build/make) kkofler qtiplot-0.9-8.fc9 (build/make) frankb R-RScaLAPACK-0.5.1-11.fc9.2 (build/make) spot ruby-bdb-0.6.0-1.fc7 (build/make) errr rudeconfig-5.0.5-1.fc7 (build/make) homeless scalapack-1.7.5-2.fc9 (build/make) spot scim-skk-0.5.2-8.fc6 (build/make) ryo scim-tomoe-0.6.0-3.fc10 (build/make) ryo,petersen setools-3.3.4-1.fc9 (build/make) pebenito,dwalsh smarteiffel-2.3-2.fc9 (build/make) gemi spicebird-0.4-5.fc8 (build/make) tuxbrewr stardict-3.0.1-8.fc9 (build/make) cchance,zhu subcommander-1.9.93-2.fc10 (build/make) s4504kr subversion-api-docs-1.4.6-1.fc9 (build/make) bojan sugar-journal-79-3.fc9 (build/make) ausil supertux-0.3.1-1.fc9 (build/make) steve swfdec-gnome-2.22.0-1.fc9 (build/make) bpepple tachyon-0.98-0.6.20070319.fc9 (build/make) rathann tuxcmd-0.6.36-3.fc10 (build/make) tbzatek vtk-5.0.4-21.fc9 (build/make) athimm,orion wyrd-1.4.4-1.fc9 (build/make) till xemacs-21.5.28-6.fc9 (build/make) scop xml-commons-resolver-1.1-1jpp.12 (build/make) fnasser xscorch-0.2.0-12.fc8 (build/make) mgarski xsupplicant-1.2.8-7.fc10 (build/make) spot amanda-2.5.2p1-10.fc9 ['449479 NEW'] (build/make) rbrich aterm-1.0.1-2.fc9 ['440779 ASSIGNED'] (build/make) awjb bacula-2.0.3-13.fc9 ['440905 ASSIGNED'] (build/make) ixs,mmcgrath bitbake-1.8.8-1.fc8 ['440562 ASSIGNED'] (build/make) ixs bmpx-0.40.14-5.fc9 ['449431 NEW'] (build/make) akahl brltty-3.9-2.2.fc9 ['449446 NEW'] (build/make) kasal contacts-0.8-3.fc10 ['449603 NEW'] (build/make) jkeating coolkey-1.1.0-6.fc9 ['440753 NEW'] (build/make) rrelyea,jmagne djvulibre-3.5.20-2.fc9 ['440910 NEW'] (build/make) thias dxpc-3.9.1-0.3.b1.fc9 ['449644 NEW'] (build/make) guthrie ekg2-0.2-0.1.rc1.fc10 ['449637 NEW'] (build/make) rathann erlang-R12B-1.1.fc9 ['449432 NEW'] (build/make) gemi fakechroot-2.5-13.fc9 ['449447 NEW'] (build/make) athimm fakeroot-1.6.4-16.fc9 ['449659 NEW'] (build/make) athimm fish-1.23.0-2.fc9 ['440724 NEW'] (build/make) ascii,oliver fluxstyle-1.0.1-2.fc7 ['440757 NEW'] (build/make) errr fontypython-0.2.0-6.fc7 ['440756 ASSIGNED'] (build/make) cr33dog,fonts-sig freeipmi-0.5.1-3.fc9 ['440875 NEW'] (build/make) pknirsch fwbuilder-2.1.16-2.fc9 ['440846 NEW'] (build/make) ertzing gazpacho-0.7.2-2.fc8 ['440859 NEW'] (build/make) icon gcl-2.6.7-18.fc9 ['440913 NEW'] (build/make) gemi,green glib-1.2.10-29.fc9 ['449582 NEW'] (build/make) rdieter gnupg2-2.0.9-1.fc9 ['449574 NEW'] (build/make) rdieter,nalin gpgme-1.1.6-3.fc9 ['449416 NEW'] (build/make) rdieter graphviz-2.16.1-0.5.fc9 ['449410 NEW'] (build/make) jima HelixPlayer-1.0.9-2.fc9 ['449474 NEW'] (build/make) abompard ht2html-2.0-5.fc6 ['440916 NEW'] (build/make) ifoox jabbin-2.0-0.6.beta2a.fc9 ['440730 NEW'] (build/make) kurzawa kdebluetooth-1.0-0.41.beta8.fc9 ['449604 ASSIGNED'] (build/make) gilboa,scop kickpim-0.5.3-14.fc9 ['449538 ASSIGNED'] (build/make) rdieter klear-0.7.0-1.svn113.fc9 ['440755 NEW'] (build/make) trasher koffice-langpack-1.6.3-1.fc8 ['440758 ASSIGNED'] (build/make) awjb kphotobymail-0.4.1-1.fc7 ['440873 ASSIGNED'] (build/make) kushal ladspa-1.12-9.fc9 ['449542 NEW'] (build/make) thomasvs libFoundation-1.1.3-11.fc9 ['440564 ASSIGNED'] (build/make) athimm libfwbuilder-2.1.16-2.fc9 ['449591 NEW'] (build/make) ertzing libidn-0.6.14-7 ['449440 NEW'] (build/make) jorton libopensync-0.36-2.fc9 ['449510 ASSIGNED'] (build/make) awjb libsigsegv-2.4-6.fc9 ['449607 NEW'] (build/make) rdieter libzzub-0.2.3-12.fc9 ['449661 NEW'] (build/make) akahl,mtasaka lilypond-2.10.33-1.fc8 ['440826 NEW'] (build/make) qspencer linpsk-0.9-3.fc9 ['440778 ASSIGNED'] (build/make) bjensen,sindrepb,sconklin linux-atm-2.5.0-5 ['449613 NEW'] (build/make) dwmw2 lostirc-0.4.6-3.fc8 ['440921 NEW'] (build/make) splinux,splinux lrmi-0.10-4.fc9 ['449509 NEW'] (build/make) pwouters mod_suphp-0.6.3-1.fc9 ['449578 NEW'] (build/make) ixs monodevelop-0.19-6.fc9 ['449441 NEW'] (build/make) pfj mosml-2.01-11.fc9 ['449445 NEW'] (build/make) gemi muine-0.8.8-9.fc9 ['449567 NEW'] (build/make) sindrepb muine-scrobbler-0.1.8-5.fc9 ['449482 NEW'] (build/make) sindrepb mysql-gui-tools-5.0r12-5.fc9 ['440734 NEW'] (build/make) ausil nco-3.9.3-1.fc9 ['449408 NEW'] (build/make) edhill,pertusus ntfs-config-1.0-0.6.rc5.fc9 ['449585 NEW'] (build/make) laxathom ntl-5.4.2-2.fc9 ['449523 NEW'] (build/make) rdieter oggconvert-0.3.0-14.fc9 ['440943 NEW'] (build/make) ngompa pam_abl-0.2.3-4.fc9 ['449429 NEW'] (build/make) adalloz,tmraz pdsh-2.11-6.fc9 ['440811 NEEDINFO'] (build/make) kg6fnk perl-Class-MethodMaker-2.10-3.fc9 ['449442 NEW'] (build/make) dgregor,perl-sig perl-Crypt-Simple-0.06-5.fc9 ['449495 NEW'] (needs_perl_ExtUtils_MakeMaker) allisson perl-Gnome2-GConf-1.044-3.fc9 ['449470 NEW'] (build/make) cweyl,perl-sig perl-MIME-Lite-3.01-6.fc9 ['449558 NEW'] (build/make) mmcgrath,perl-sig perl-Net-CUPS-0.55-4.fc9 ['449469 NEW'] (build/make) cweyl,perl-sig perl-Net-Packet-3.25-3.fc9 ['449473 NEW'] (build/make) sindrepb perl-Net-Write-1.00-3.fc9 ['449620 NEW'] (build/make) sindrepb perl-Text-CharWidth-0.04-4.fc9 ['449483 NEW'] (build/make) athimm perl-Text-WrapI18N-0.06-3.fc9 ['449435 NEW'] (build/make) athimm perl-XML-LibXSLT-1.63-5.fc9 ['449544 ASSIGNED'] (build/make) shishz,perl-sig pic2aa-0.2.1-3.fc9 ['440764 NEW'] (build/make) kurzawa plague-0.4.4.1-4.fc7 ['440874 NEW'] (build/make) dcbw plotmm-0.1.2-6.fc9 ['440563 NEW'] (build/make) hguemar plplot-5.9.0-1.fc9 ['449488 ASSIGNED'] (build/make) orion python-memcached-1.39-1.fc8 ['440931 NEW'] (build/make) jafo python-pydns-2.3.0-5.fc7 ['440912 NEW'] (build/make) jafo python-pyspf-2.0.3-1.fc8 ['440793 NEW'] (build/make) jafo python-simpletal-4.1-5.fc7 ['440930 NEW'] (build/make) shahms python-tpg-3.1.0-4.fc7 ['440763 NEW'] (build/make) shahms pyzor-0.4.0-11.fc7 ['440790 ASSIGNED'] (build/make) ixs qa-assistant-0.4.90.5-2.fc6 ['440914 ASSIGNED'] (build/make) toshio qcad-2.0.5.0-8.fc9 ['449636 NEW'] (build/make) gemi qmmp-0.1.5-2.fc9 ['449658 ASSIGNED'] (build/make) kvolny,jwrdegoede qscintilla-2.2-1.fc10 ['449423 NEW'] (build/make) rdieter qsynth-0.2.5-7.fc9 ['440736 NEW'] (build/make) nando rapidsvn-0.9.6-1.fc9 ['449500 NEW'] (build/make) timj R-Matrix-0.999375-4.fc9 ['449530 NEW'] (build/make) tmoertel scribus-1.3.4-5.fc9 ['440766 ASSIGNED'] (build/make) awjb sos-1.8-1.fc8 ['440839 NEW'] (build/make) navid straw-0.27-12.fc9 ['440806 ASSIGNED'] (build/make) subhodip svnmailer-1.0.8-3.fc7 ['449666 ASSIGNED'] (build/make) mfleming yoltia-0.22.1-2.fc9 ['440935 NEW'] (build/make) kurzawa zhcon-0.2.6-8.fc9 ['449625 NEW'] (build/make) dchen ---------------------------------- Packages by owner: abompard: HelixPlayer,librra adalloz: pam_abl,pan addutko: astyle agk: dmraid akahl: bmpx,libzzub alexlan: blam allisson: perl-Crypt-Simple ascii: fish athimm: fakechroot,fakeroot,libFoundation,perl-Text-CharWidth,perl-Text-WrapI18N,vtk ausil: mysql-gui-tools,oooqs2,sugar-journal awjb: aterm,claws-mail,gimmix,koffice-langpack,libopensync,librra,pywbxml,scribus bagnara: ppl berrange: perl-Test-AutoBuild bjensen: linpsk bmr: dmraid bojan: apr-api-docs,libapreq2,subversion-api-docs bos: gtk2hs bpepple: brutus-keyring,swfdec-gnome cchance: stardict chabotc: buoh chitlesh: ktechlab colding: brutus-keyring cr33dog: fontypython cweyl: perl-Catalyst-Plugin-ConfigLoader,perl-Gnome2-GConf,perl-MooseX-Object-Pluggable,perl-Net-CUPS,perl-RRD-Simple davidz: libgnomecups dbhole: jgroups dcbw: plague dchen: zhcon dgregor: perl-Class-MethodMaker dionysos: gpsim dwalsh: setools dwmw2: callweaver,linux-atm,petitboot dwysocha: dmraid edhill: itpp,nco ensc: mimetic errr: fluxstyle,pekwm,ruby-bdb ertzing: MyPasswordSafe,fwbuilder,libfwbuilder fitzsim: java-1.6.0-openjdk fnasser: mx4j,xml-commons-resolver fonts-sig: fonttools,fontypython frankb: qtiplot gemi: erlang,gcl,genius,mosml,qcad,smarteiffel gilboa: kdebluetooth green: ardour,gcl guthrie: dxpc hguemar: plotmm homeless: rudeconfig iburrell: perl-SVN-Mirror icon: gazpacho ifoox: ht2html ixs: bacula,bitbake,mod_suphp,pyzor jafo: moto4lin,python-memcached,python-pydns,python-pyspf jima: graphviz jkeating: contacts jmagne: coolkey jnovy: compat-db,db4 jorton: httpd,libidn,mod_python jwboyer: petitboot jwrdegoede: ardour,qmmp kaboom: qgo kasal: brltty kg6fnk: pdsh kkofler: kdevelop,qt4-theme-quarticurve kurzawa: jabbin,pic2aa,yoltia kushal: kphotobymail kvolny: qmmp kwizart: elektra,perl-Event-Lib langel: java-1.6.0-openjdk laxathom: ntfs-config leo: pcmanx-gtk2 lkundrak: inkscape,inkscape,java-1.6.0-openjdk lmacken: bodhi,python-TurboMail,python-tgcaptcha,python-turboflot ltinkl: kdevelop luya: gdesklets lvm-team: dmraid makghosh: qps matt: condor mauelsha: dmraid mbroz: dmraid mclasen: glade2 meme: nethack-vultures mfleming: svnmailer mgarski: xscorch misa: mx mjw: java-1.6.0-openjdk mmcgrath: bacula,perl-MIME-Lite mornfall: dmraid mpeters: pan mschwendt: audacious-plugin-fc mtasaka: astyle,libzzub mwiriadi: mediatomb nalin: gnupg2 nando: qsynth navid: sos ngompa: oggconvert nigelj: podsleuth nomis80: camstream oliver: eclipse,fish orion: kdesvn,plplot,vtk orphan: gnome-applet-tvn24 overholt: eclipse,eclipse owentl: gdesklets pebenito: setools perl-sig: perl-Catalyst-Plugin-ConfigLoader,perl-Class-MethodMaker,perl-DateTime-Format-Strptime,perl-Event-Lib,perl-Gnome2-GConf,perl-MIME-Lite,perl-MooseX-Object-Pluggable,perl-Net-CUPS,perl-RRD-Simple,perl-SVN-Mirror,perl-XML-LibXSLT pertusus: bes,dap-freeform_handler,dap-hdf4_handler,elektra,libdap,libnc-dap,nco petersen: gtk2hs,libtomoe-gtk,scim-tomoe pfj: gtk-sharp,monodevelop pfrields: drivel pknirsch: freeipmi pwouters: lrmi qspencer: atlas,lilypond rathann: ekg2,freefem++,openbabel,tachyon ravenoak: pysvn rbrich: amanda rcritten: ipa rdieter: glib,gnupg2,gpgme,gtk+,k3b,kdevelop,kickpim,libsigsegv,ntl,qscintilla rishi: anjuta robmv: eclipse-subclipse roozbeh: fonttools rrakus: k3b rrelyea: coolkey rvinyard: conexusmm ryo: libtomoe-gtk,scim-skk,scim-tomoe s4504kr: subcommander sconklin: linpsk scop: dvdauthor,kdebluetooth,xemacs shahms: python-durus,python-simpletal,python-tpg shishz: perl-XML-LibXSLT simo: ipa sindrepb: blam,linpsk,muine,muine-scrobbler,perl-Net-Packet,perl-Net-Write splinux: gdmap,gstm,libgtksourceviewmm,lostirc,lostirc spot: R-RScaLAPACK,blacs,scalapack,xsupplicant steve: gl-117,perl-DateTime-Format-Strptime,supertux subhodip: straw tbzatek: tuxcmd than: kdevelop thias: djvulibre,lsdvd thomasvs: ladspa till: wyrd timj: rapidsvn timlau: bodhi tmoertel: R-Matrix tmraz: pam_abl toshio: bodhi,qa-assistant trasher: klear tuxbrewr: spicebird uwog: aiksaurus veillard: pwlib wart: crossfire xris: dar,lineak-defaultplugin,lineak-xosdplugin,lineakd zhu: stardict -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From Matt_Domsch at dell.com Mon Jul 7 21:34:43 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Mon, 7 Jul 2008 16:34:43 -0500 Subject: Fedora x86_64 rawhide rebuild in mock status 2008-07-03 Message-ID: <20080707163443.A8909@humbolt.us.dell.com> Fedora Rawhide-in-Mock Build Results for x86_64 Based on the tree as of Thu Jul 3 2008. While I'm waiting on a bugzilla fix, I don't have all bugzilla numbers for existing FTBFS bugs. Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ Total packages: 5873 Number failed to build: 260 Number expected to fail due to ExclusiveArch or ExcludeArch: 38 Leaving: 222 (there may be some duplicates if rawhide has 2 versions of a package) Of those expected to have worked... aiksaurus-1.2.1-15.fc6 (build/make) uwog anjuta-2.4.1-1.fc10 (build/make) rishi apr-api-docs-1.2.12-1.fc9 (build/make) bojan ardour-2.4.1-1.fc9 (build/make) green,jwrdegoede astyle-1.21-6.fc8 (build/make) addutko,mtasaka audacious-plugin-fc-0.2-6 (build/make) mschwendt axis-1.2.1-3jpp.9.fc10 (build/make) pcheung bes-3.5.3-3.fc9 (build/make) pertusus blacs-1.1-26.fc9.1 (build/make) spot blam-1.8.3-13.fc9 (build/make) alexlan,sindrepb bodhi-0.4.10-3.fc9 (build/make) lmacken,toshio,timlau brutus-keyring-0.9.0-6.fc8 (build/make) bpepple,colding buoh-0.8.2-4.fc9 (build/make) chabotc callweaver-1.2-0.4.rc5.20071230.fc9 (build/make) dwmw2 camstream-0.26.3-12.fc8 (build/make) nomis80 claws-mail-3.4.0-1.fc10 (build/make) awjb compat-db-4.5.20-5.fc9 (build/make) jnovy condor-7.0.0-8.fc9 (build/make) matt conexusmm-0.5.0-3.fc7 (build/make) rvinyard crossfire-1.10.0-4.fc9 (build/make) wart dap-freeform_handler-3.7.7-2.fc9 (build/make) pertusus dap-hdf4_handler-3.7.7-3.fc9 (build/make) pertusus dar-2.3.6-3.fc9 (build/make) xris db4-4.6.21-6.fc9 (build/make) jnovy dmraid-1.0.0.rc14-6.fc9 (build/make) lvm-team,agk,mornfall,bmr,mbroz,mauelsha,dwysocha drivel-2.1.1-0.5.20071130svn.fc9 (build/make) pfrields dvdauthor-0.6.14-5.fc9 (build/make) scop eclipse-3.3.2-12.fc9 (build/make) overholt,oliver,overholt elektra-0.6.10-6.fc9 (build/make) pertusus,kwizart fonttools-2.0-0.11.20060223cvs.fc7 (build/make) roozbeh,fonts-sig freefem++-2.24-2.fc9 (build/make) rathann gdesklets-0.36-1.fc9 (build/make) luya,owentl gdmap-0.7.5-6.fc6 (build/make) splinux genius-1.0.2-3.fc9 (build/make) gemi gimmix-0.4.2-3.fc9 (build/make) awjb gl-117-1.3.2-4.fc7 (build/make) steve glade2-2.12.2-2.fc9 (build/make) mclasen gnome-applet-tvn24-0.2.8-3.fc9 (build/make) orphan gpsim-0.22.0-5.fc8 (build/make) dionysos gstm-1.2-6.fc7 (build/make) splinux gtk+-1.2.10-61.fc9 (build/make) rdieter gtk2hs-0.9.12.1-8.fc9 (build/make) bos,petersen gtk-sharp-1.0.10-12.fc7 (build/make) pfj httpd-2.2.8-3 (build/make) jorton inkscape-0.46-2.fc9 (build/make) lkundrak,lkundrak ipa-1.1.0-2.fc10 (build/make) rcritten,simo itpp-4.0.0-2.fc9 (build/make) edhill javasqlite-20080420-1.fc10 (build/make) scop jgroups-2.2.9.2-3jpp.2 (build/make) dbhole k3b-1.0.5-2.fc10 (build/make) rrakus,rdieter kdesvn-0.14.4-1.fc10 (build/make) orion kdevelop-3.5.2-2.fc10 (build/make) than,rdieter,kkofler,ltinkl ktechlab-0.3.69-5.fc8 (build/make) chitlesh libapreq2-2.09-0.17.rc2.fc10 (build/make) bojan libdap-3.7.10-2.fc9 (build/make) pertusus libgnomecups-0.2.3-3.fc9 (build/make) davidz libgtksourceviewmm-0.3.1-1.fc8 (build/make) splinux libnc-dap-3.7.0-9.fc9 (build/make) pertusus librra-0.11-2.fc9 (build/make) awjb,abompard libtomoe-gtk-0.6.0-3.fc9 (build/make) ryo,petersen lineakd-0.9-5.fc6 (build/make) xris lineak-defaultplugin-0.9-2.fc6 (build/make) xris lineak-xosdplugin-0.9-2.fc6 (build/make) xris lsdvd-0.16-7.fc9 (build/make) thias mediatomb-0.11.0-1.fc9 (build/make) mwiriadi mimetic-0.9.3-2.fc8 (build/make) ensc mod_python-3.3.1-7 (build/make) jorton moto4lin-0.3-6.fc7 (build/make) jafo mx-2.0.6-3 (build/make) misa mx4j-3.0.1-6jpp.4 (build/make) fnasser MyPasswordSafe-0.6.7-4.20061216.fc9 (build/make) ertzing nethack-vultures-2.1.0-10.fc8 (build/make) meme oooqs2-1.0-3.fc6 (build/make) ausil openbabel-2.2.0-0.5.b5.fc10 (build/make) rathann pan-0.132-2.fc8 (build/make) adalloz,mpeters pcmanx-gtk2-0.3.5-9.336svn.fc7 (open_missing_mode) leo pekwm-0.1.5-5.fc7 (build/make) errr perl-Catalyst-Plugin-ConfigLoader-0.20-1.fc10 (build/make) cweyl,perl-sig perl-DateTime-Format-Strptime-1.0702-2.fc9 (build/make) steve,perl-sig perl-Event-Lib-1.03-3.fc10 (build/make) kwizart,perl-sig perl-MooseX-Object-Pluggable-0.0005-2.fc9 (build/make) cweyl,perl-sig perl-Pugs-Compiler-Rule-0.28-2.fc9 (build/make) steve,perl-sig perl-RRD-Simple-1.43-3.fc9 (build/make) cweyl,perl-sig perl-SVN-Mirror-0.73-3.fc9 (build/make) iburrell,perl-sig perl-Test-AutoBuild-1.2.2-3.fc9 (build/make) berrange petitboot-0.0.1-7.fc8 (build/make) dwmw2,jwboyer pl-5.6.57-2.fc10 (build/make) gemi,mef podsleuth-0.6.0-5.fc10 (build/make) nigelj ppl-0.9-19.fc9 (build/make) bagnara pwlib-1.10.10-6.fc9 (build/make) veillard pysvn-1.5.3-1.fc10 (build/make) ravenoak python-durus-3.5-3.fc7 (build/make) shahms python-reportlab-2.1-2.fc9 (build/make) bpepple python-tgcaptcha-0.11-3.fc10 (build/make) lmacken python-turboflot-0.1.1-1.fc10 (build/make) lmacken python-TurboMail-2.1-3.fc9 (build/make) lmacken pywbxml-0.1-3.fc9 (build/make) awjb qgo-1.5.4r2-1.fc9 (build/make) kaboom qps-1.9.19-0.2.b.fc7 (build/make) makghosh qt4-theme-quarticurve-0.0-0.11.beta7.fc9 (build/make) kkofler qtiplot-0.9-8.fc9 (build/make) frankb R-RScaLAPACK-0.5.1-11.fc9.2 (build/make) spot ruby-bdb-0.6.0-1.fc7 (build/make) errr rudeconfig-5.0.5-1.fc7 (build/make) homeless scalapack-1.7.5-2.fc9 (build/make) spot scim-skk-0.5.2-8.fc6 (build/make) ryo scim-tomoe-0.6.0-3.fc10 (build/make) ryo,petersen setools-3.3.4-1.fc9 (build/make) pebenito,dwalsh smarteiffel-2.3-2.fc9 (build/make) gemi spicebird-0.4-5.fc8 (build/make) tuxbrewr stardict-3.0.1-8.fc9 (build/make) cchance,zhu subcommander-1.9.93-2.fc10 (build/make) s4504kr subversion-api-docs-1.4.6-1.fc9 (build/make) bojan sugar-journal-79-3.fc9 (build/make) ausil supertux-0.3.1-1.fc9 (build/make) steve swfdec-gnome-2.22.0-1.fc9 (build/make) bpepple tachyon-0.98-0.6.20070319.fc9 (build/make) rathann tuxcmd-0.6.36-3.fc10 (build/make) tbzatek vtk-5.0.4-21.fc9 (build/make) athimm,orion wyrd-1.4.4-1.fc9 (build/make) till xemacs-21.5.28-6.fc9 (build/make) scop xml-commons-resolver-1.1-1jpp.12 (build/make) fnasser xscorch-0.2.0-12.fc8 (build/make) mgarski xsupplicant-1.2.8-7.fc10 (build/make) spot amanda-2.5.2p1-10.fc9 ['449479 NEW'] (build/make) rbrich aterm-1.0.1-2.fc9 ['440779 ASSIGNED'] (build/make) awjb bacula-2.0.3-13.fc9 ['440905 ASSIGNED'] (build/make) ixs,mmcgrath bitbake-1.8.8-1.fc8 ['440562 ASSIGNED'] (build/make) ixs bmpx-0.40.14-5.fc9 ['449431 NEW'] (build/make) akahl brltty-3.9-2.2.fc9 ['449446 NEW'] (build/make) kasal contacts-0.8-3.fc10 ['449603 NEW'] (build/make) jkeating coolkey-1.1.0-6.fc9 ['440753 NEW'] (build/make) rrelyea,jmagne djvulibre-3.5.20-2.fc9 ['440910 NEW'] (build/make) thias dxpc-3.9.1-0.3.b1.fc9 ['449644 NEW'] (build/make) guthrie ekg2-0.2-0.1.rc1.fc10 ['449637 NEW'] (build/make) rathann erlang-R12B-1.1.fc9 ['449432 NEW'] (build/make) gemi fakechroot-2.5-13.fc9 ['449447 NEW'] (build/make) athimm fakeroot-1.6.4-16.fc9 ['449659 NEW'] (build/make) athimm firewalk-5.0-2.fc9 ['449546 NEW'] (build/make) sindrepb fish-1.23.0-2.fc9 ['440724 NEW'] (build/make) ascii,oliver fluxstyle-1.0.1-2.fc7 ['440757 NEW'] (build/make) errr fontypython-0.2.0-6.fc7 ['440756 ASSIGNED'] (build/make) cr33dog,fonts-sig freeipmi-0.5.1-3.fc9 ['440875 NEW'] (build/make) pknirsch fwbuilder-2.1.16-2.fc9 ['440846 NEW'] (build/make) ertzing gauche-0.8.13-1.fc9 ['449627 NEW'] (build/make) gemi gauche-gl-0.4.4-3.fc9 ['449490 NEW'] (build/make) gemi gauche-gtk-0.4.1-17.fc9 ['449421 NEW'] (build/make) gemi gazpacho-0.7.2-2.fc8 ['440859 NEW'] (build/make) icon gcombust-0.1.55-13 ['449413 NEW'] (build/make) thias geronimo-specs-1.0-1.M2.2jpp.12 ['449610 NEW'] (build/make) fnasser glib-1.2.10-29.fc9 ['449582 NEW'] (build/make) rdieter gnome-specimen-0.3-1.fc8 ['440868 NEW'] (build/make) splinux gnupg2-2.0.9-1.fc9 ['449574 NEW'] (build/make) rdieter,nalin gpgme-1.1.6-3.fc9 ['449416 NEW'] (build/make) rdieter graphviz-2.16.1-0.5.fc9 ['449410 NEW'] (build/make) jima gridengine-6.1u4-1.fc10 ['449526 ASSIGNED'] (build/make) orion ht2html-2.0-5.fc6 ['440916 NEW'] (build/make) ifoox jabbin-2.0-0.6.beta2a.fc9 ['440730 NEW'] (build/make) kurzawa kdebluetooth-1.0-0.41.beta8.fc9 ['449604 ASSIGNED'] (build/make) gilboa,scop kickpim-0.5.3-14.fc9 ['449538 ASSIGNED'] (build/make) rdieter klear-0.7.0-1.svn113.fc9 ['440755 NEW'] (build/make) trasher koffice-langpack-1.6.3-1.fc8 ['440758 ASSIGNED'] (build/make) awjb kphotobymail-0.4.1-1.fc7 ['440873 ASSIGNED'] (build/make) kushal ladspa-1.12-9.fc9 ['449542 NEW'] (build/make) thomasvs libFoundation-1.1.3-11.fc9 ['440564 ASSIGNED'] (build/make) athimm libfwbuilder-2.1.16-2.fc9 ['449591 NEW'] (build/make) ertzing libgii-1.0.2-6.fc9 ['449484 NEW'] (build/make) kwizart libidn-0.6.14-7 ['449440 NEW'] (build/make) jorton libopensync-0.36-2.fc9 ['449510 ASSIGNED'] (build/make) awjb libsigsegv-2.4-6.fc9 ['449607 NEW'] (build/make) rdieter libstroke-0.5.1-17.fc9 ['449516 NEW'] (build/make) chitlesh libzzub-0.2.3-12.fc9 ['449661 NEW'] (build/make) akahl,mtasaka lilypond-2.10.33-1.fc8 ['440826 NEW'] (build/make) qspencer linpsk-0.9-3.fc9 ['440778 ASSIGNED'] (build/make) bjensen,sindrepb,sconklin linux-atm-2.5.0-5 ['449613 NEW'] (build/make) dwmw2 lostirc-0.4.6-3.fc8 ['440921 NEW'] (build/make) splinux,splinux mod_suphp-0.6.3-1.fc9 ['449578 NEW'] (build/make) ixs monodevelop-0.19-6.fc9 ['449441 NEW'] (build/make) pfj muine-0.8.8-9.fc9 ['449567 NEW'] (build/make) sindrepb mysql-connector-java-3.1.12-5.fc9 ['449529 NEW'] (build/make) ifoox mysql-gui-tools-5.0r12-5.fc9 ['440734 NEW'] (build/make) ausil nco-3.9.3-1.fc9 ['449408 NEW'] (build/make) edhill,pertusus ntfs-config-1.0-0.6.rc5.fc9 ['449585 NEW'] (build/make) laxathom ntl-5.4.2-2.fc9 ['449523 NEW'] (build/make) rdieter oggconvert-0.3.0-14.fc9 ['440943 NEW'] (build/make) ngompa pam_abl-0.2.3-4.fc9 ['449429 NEW'] (build/make) adalloz,tmraz pdsh-2.11-6.fc9 ['440811 NEEDINFO'] (build/make) kg6fnk perl-Class-MethodMaker-2.10-3.fc9 ['449442 NEW'] (build/make) dgregor,perl-sig perl-Crypt-Simple-0.06-5.fc9 ['449495 NEW'] (needs_perl_ExtUtils_MakeMaker) allisson perl-Gnome2-GConf-1.044-3.fc9 ['449470 NEW'] (build/make) cweyl,perl-sig perl-MIME-Lite-3.01-6.fc9 ['449558 NEW'] (build/make) mmcgrath,perl-sig perl-Net-CUPS-0.55-4.fc9 ['449469 NEW'] (build/make) cweyl,perl-sig perl-Net-Packet-3.25-3.fc9 ['449473 NEW'] (build/make) sindrepb perl-Net-Write-1.00-3.fc9 ['449620 NEW'] (build/make) sindrepb perl-Text-CharWidth-0.04-4.fc9 ['449483 NEW'] (build/make) athimm perl-Text-WrapI18N-0.06-3.fc9 ['449435 NEW'] (build/make) athimm perl-XML-LibXSLT-1.63-5.fc9 ['449544 ASSIGNED'] (build/make) shishz,perl-sig pic2aa-0.2.1-3.fc9 ['440764 NEW'] (build/make) kurzawa plague-0.4.4.1-4.fc7 ['440874 NEW'] (build/make) dcbw plotmm-0.1.2-6.fc9 ['440563 NEW'] (build/make) hguemar plplot-5.9.0-1.fc9 ['449488 ASSIGNED'] (build/make) orion python-memcached-1.39-1.fc8 ['440931 NEW'] (build/make) jafo python-pydns-2.3.0-5.fc7 ['440912 NEW'] (build/make) jafo python-pyspf-2.0.3-1.fc8 ['440793 NEW'] (build/make) jafo python-simpletal-4.1-5.fc7 ['440930 NEW'] (build/make) shahms python-tpg-3.1.0-4.fc7 ['440763 NEW'] (build/make) shahms pyzor-0.4.0-11.fc7 ['440790 ASSIGNED'] (build/make) ixs qa-assistant-0.4.90.5-2.fc6 ['440914 ASSIGNED'] (build/make) toshio qcad-2.0.5.0-8.fc9 ['449636 NEW'] (build/make) gemi qmmp-0.1.5-2.fc9 ['449658 ASSIGNED'] (build/make) kvolny,jwrdegoede qscintilla-2.2-1.fc10 ['449423 NEW'] (build/make) rdieter qsynth-0.2.5-7.fc9 ['440736 NEW'] (build/make) nando rapidsvn-0.9.6-1.fc9 ['449500 NEW'] (build/make) timj R-Matrix-0.999375-4.fc9 ['449530 NEW'] (build/make) tmoertel scribus-1.3.4-5.fc9 ['440766 ASSIGNED'] (build/make) awjb sos-1.8-1.fc8 ['440839 NEW'] (build/make) navid straw-0.27-12.fc9 ['440806 ASSIGNED'] (build/make) subhodip svnmailer-1.0.8-3.fc7 ['449666 ASSIGNED'] (build/make) mfleming tomcat5-5.5.26-1jpp.2.fc9 ['449618 NEW'] (build/make) devrim,devrim xlhtml-0.5-8.fc9 ['449476 NEW'] (build/make) abompard xmms-cdread-0.14-13.fc9 ['449468 NEW'] (build/make) jsoeterb yoltia-0.22.1-2.fc9 ['440935 NEW'] (build/make) kurzawa ---------------------------------- Packages by owner: abompard: librra,xlhtml adalloz: pam_abl,pan addutko: astyle agk: dmraid akahl: bmpx,libzzub alexlan: blam allisson: perl-Crypt-Simple ascii: fish athimm: fakechroot,fakeroot,libFoundation,perl-Text-CharWidth,perl-Text-WrapI18N,vtk ausil: mysql-gui-tools,oooqs2,sugar-journal awjb: aterm,claws-mail,gimmix,koffice-langpack,libopensync,librra,pywbxml,scribus bagnara: ppl berrange: perl-Test-AutoBuild bjensen: linpsk bmr: dmraid bojan: apr-api-docs,libapreq2,subversion-api-docs bos: gtk2hs bpepple: brutus-keyring,python-reportlab,swfdec-gnome cchance: stardict chabotc: buoh chitlesh: ktechlab,libstroke colding: brutus-keyring cr33dog: fontypython cweyl: perl-Catalyst-Plugin-ConfigLoader,perl-Gnome2-GConf,perl-MooseX-Object-Pluggable,perl-Net-CUPS,perl-RRD-Simple davidz: libgnomecups dbhole: jgroups dcbw: plague devrim: tomcat5,tomcat5 dgregor: perl-Class-MethodMaker dionysos: gpsim dwalsh: setools dwmw2: callweaver,linux-atm,petitboot dwysocha: dmraid edhill: itpp,nco ensc: mimetic errr: fluxstyle,pekwm,ruby-bdb ertzing: MyPasswordSafe,fwbuilder,libfwbuilder fnasser: geronimo-specs,mx4j,xml-commons-resolver fonts-sig: fonttools,fontypython frankb: qtiplot gemi: erlang,gauche,gauche-gl,gauche-gtk,genius,pl,qcad,smarteiffel gilboa: kdebluetooth green: ardour guthrie: dxpc hguemar: plotmm homeless: rudeconfig iburrell: perl-SVN-Mirror icon: gazpacho ifoox: ht2html,mysql-connector-java ixs: bacula,bitbake,mod_suphp,pyzor jafo: moto4lin,python-memcached,python-pydns,python-pyspf jima: graphviz jkeating: contacts jmagne: coolkey jnovy: compat-db,db4 jorton: httpd,libidn,mod_python jsoeterb: xmms-cdread jwboyer: petitboot jwrdegoede: ardour,qmmp kaboom: qgo kasal: brltty kg6fnk: pdsh kkofler: kdevelop,qt4-theme-quarticurve kurzawa: jabbin,pic2aa,yoltia kushal: kphotobymail kvolny: qmmp kwizart: elektra,libgii,perl-Event-Lib laxathom: ntfs-config leo: pcmanx-gtk2 lkundrak: inkscape,inkscape lmacken: bodhi,python-TurboMail,python-tgcaptcha,python-turboflot ltinkl: kdevelop luya: gdesklets lvm-team: dmraid makghosh: qps matt: condor mauelsha: dmraid mbroz: dmraid mclasen: glade2 mef: pl meme: nethack-vultures mfleming: svnmailer mgarski: xscorch misa: mx mmcgrath: bacula,perl-MIME-Lite mornfall: dmraid mpeters: pan mschwendt: audacious-plugin-fc mtasaka: astyle,libzzub mwiriadi: mediatomb nalin: gnupg2 nando: qsynth navid: sos ngompa: oggconvert nigelj: podsleuth nomis80: camstream oliver: eclipse,fish orion: gridengine,kdesvn,plplot,vtk orphan: gnome-applet-tvn24 overholt: eclipse,eclipse owentl: gdesklets pcheung: axis pebenito: setools perl-sig: perl-Catalyst-Plugin-ConfigLoader,perl-Class-MethodMaker,perl-DateTime-Format-Strptime,perl-Event-Lib,perl-Gnome2-GConf,perl-MIME-Lite,perl-MooseX-Object-Pluggable,perl-Net-CUPS,perl-Pugs-Compiler-Rule,perl-RRD-Simple,perl-SVN-Mirror,perl-XML-LibXSLT pertusus: bes,dap-freeform_handler,dap-hdf4_handler,elektra,libdap,libnc-dap,nco petersen: gtk2hs,libtomoe-gtk,scim-tomoe pfj: gtk-sharp,monodevelop pfrields: drivel pknirsch: freeipmi qspencer: lilypond rathann: ekg2,freefem++,openbabel,tachyon ravenoak: pysvn rbrich: amanda rcritten: ipa rdieter: glib,gnupg2,gpgme,gtk+,k3b,kdevelop,kickpim,libsigsegv,ntl,qscintilla rishi: anjuta roozbeh: fonttools rrakus: k3b rrelyea: coolkey rvinyard: conexusmm ryo: libtomoe-gtk,scim-skk,scim-tomoe s4504kr: subcommander sconklin: linpsk scop: dvdauthor,javasqlite,kdebluetooth,xemacs shahms: python-durus,python-simpletal,python-tpg shishz: perl-XML-LibXSLT simo: ipa sindrepb: blam,firewalk,linpsk,muine,perl-Net-Packet,perl-Net-Write splinux: gdmap,gnome-specimen,gstm,libgtksourceviewmm,lostirc,lostirc spot: R-RScaLAPACK,blacs,scalapack,xsupplicant steve: gl-117,perl-DateTime-Format-Strptime,perl-Pugs-Compiler-Rule,supertux subhodip: straw tbzatek: tuxcmd than: kdevelop thias: djvulibre,gcombust,lsdvd thomasvs: ladspa till: wyrd timj: rapidsvn timlau: bodhi tmoertel: R-Matrix tmraz: pam_abl toshio: bodhi,qa-assistant trasher: klear tuxbrewr: spicebird uwog: aiksaurus veillard: pwlib wart: crossfire xris: dar,lineak-defaultplugin,lineak-xosdplugin,lineakd zhu: stardict -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From corsepiu at fedoraproject.org Thu Jul 10 08:56:34 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Thu, 10 Jul 2008 08:56:34 GMT Subject: rpms/perl-Array-Compare/F-9 .cvsignore, 1.4, 1.5 perl-Array-Compare.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200807100856.m6A8uYBY002994@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Array-Compare/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2873/F-9 Modified Files: .cvsignore perl-Array-Compare.spec sources Log Message: * Thu Jul 10 2008 Ralf Cors??pius - 1.16-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Array-Compare/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 Apr 2007 21:12:25 -0000 1.4 +++ .cvsignore 10 Jul 2008 08:55:40 -0000 1.5 @@ -1 +1 @@ -Array-Compare-1.14.tar.gz +Array-Compare-1.16.tar.gz Index: perl-Array-Compare.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Array-Compare/F-9/perl-Array-Compare.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Array-Compare.spec 2 Mar 2008 15:56:07 -0000 1.8 +++ perl-Array-Compare.spec 10 Jul 2008 08:55:40 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Array-Compare -Version: 1.14 -Release: 3%{?dist} +Version: 1.16 +Release: 1%{?dist} Summary: Perl extension for comparing arrays Group: Development/Libraries @@ -51,6 +51,9 @@ %changelog +* Thu Jul 10 2008 Ralf Cors??pius - 1.16-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 1.14-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Array-Compare/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 Apr 2007 21:12:25 -0000 1.4 +++ sources 10 Jul 2008 08:55:40 -0000 1.5 @@ -1 +1 @@ -3042eb843496c10ff37a73d50dbc6746 Array-Compare-1.14.tar.gz +0e9741b0e6f4db2e1457092d261c64e2 Array-Compare-1.16.tar.gz From corsepiu at fedoraproject.org Thu Jul 10 08:56:40 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Thu, 10 Jul 2008 08:56:40 GMT Subject: rpms/perl-Array-Compare/devel .cvsignore, 1.4, 1.5 perl-Array-Compare.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200807100856.m6A8uep8002999@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Array-Compare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2873/devel Modified Files: .cvsignore perl-Array-Compare.spec sources Log Message: * Thu Jul 10 2008 Ralf Cors??pius - 1.16-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Array-Compare/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 Apr 2007 21:12:25 -0000 1.4 +++ .cvsignore 10 Jul 2008 08:55:00 -0000 1.5 @@ -1 +1 @@ -Array-Compare-1.14.tar.gz +Array-Compare-1.16.tar.gz Index: perl-Array-Compare.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Array-Compare/devel/perl-Array-Compare.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Array-Compare.spec 2 Mar 2008 15:56:07 -0000 1.8 +++ perl-Array-Compare.spec 10 Jul 2008 08:55:00 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Array-Compare -Version: 1.14 -Release: 3%{?dist} +Version: 1.16 +Release: 1%{?dist} Summary: Perl extension for comparing arrays Group: Development/Libraries @@ -51,6 +51,9 @@ %changelog +* Thu Jul 10 2008 Ralf Cors??pius - 1.16-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 1.14-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Array-Compare/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 Apr 2007 21:12:25 -0000 1.4 +++ sources 10 Jul 2008 08:55:00 -0000 1.5 @@ -1 +1 @@ -3042eb843496c10ff37a73d50dbc6746 Array-Compare-1.14.tar.gz +0e9741b0e6f4db2e1457092d261c64e2 Array-Compare-1.16.tar.gz From corsepiu at fedoraproject.org Thu Jul 10 08:57:00 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Thu, 10 Jul 2008 08:57:00 GMT Subject: rpms/perl-Array-Compare/F-8 .cvsignore, 1.4, 1.5 perl-Array-Compare.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200807100857.m6A8v0LS003014@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Array-Compare/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2873/F-8 Modified Files: .cvsignore perl-Array-Compare.spec sources Log Message: * Thu Jul 10 2008 Ralf Cors??pius - 1.16-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Array-Compare/F-8/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 Apr 2007 21:12:25 -0000 1.4 +++ .cvsignore 10 Jul 2008 08:56:04 -0000 1.5 @@ -1 +1 @@ -Array-Compare-1.14.tar.gz +Array-Compare-1.16.tar.gz Index: perl-Array-Compare.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Array-Compare/F-8/perl-Array-Compare.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Array-Compare.spec 5 Apr 2007 21:12:25 -0000 1.5 +++ perl-Array-Compare.spec 10 Jul 2008 08:56:04 -0000 1.6 @@ -1,10 +1,10 @@ Name: perl-Array-Compare -Version: 1.14 +Version: 1.16 Release: 1%{?dist} Summary: Perl extension for comparing arrays Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Array-Compare/ Source0: http://www.cpan.org/authors/id/D/DA/DAVECROSS/Array-Compare-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -51,6 +51,15 @@ %changelog +* Thu Jul 10 2008 Ralf Cors??pius - 1.16-1 +- Upstream update. + +* Wed Feb 27 2008 Tom "spot" Callaway - 1.14-3 +- Rebuild for perl 5.10 (again) + +* Thu Jan 31 2008 Tom "spot" Callaway - 1.14-2 +- rebuild for new perl + * Thu Apr 5 2007 Jose Pedro Oliveira - 1.14-1 - Update to 1.14. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Array-Compare/F-8/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 Apr 2007 21:12:25 -0000 1.4 +++ sources 10 Jul 2008 08:56:04 -0000 1.5 @@ -1 +1 @@ -3042eb843496c10ff37a73d50dbc6746 Array-Compare-1.14.tar.gz +0e9741b0e6f4db2e1457092d261c64e2 Array-Compare-1.16.tar.gz From cweyl at fedoraproject.org Thu Jul 10 17:06:56 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 10 Jul 2008 17:06:56 GMT Subject: rpms/perl-MooseX-Getopt/devel perl-MooseX-Getopt.spec,1.5,1.6 Message-ID: <200807101706.m6AH6uYR020765@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Getopt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20617 Modified Files: perl-MooseX-Getopt.spec Log Message: * Thu Jul 10 2008 Chris Weyl 0.13-2 - tweak Getopt::Long dep to 2.35; passes tests just fine with 2.35, and that's what we have in F-8 perl Index: perl-MooseX-Getopt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/perl-MooseX-Getopt.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-MooseX-Getopt.spec 28 Jun 2008 19:45:42 -0000 1.5 +++ perl-MooseX-Getopt.spec 10 Jul 2008 17:05:59 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-MooseX-Getopt Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Moose role for processing command line options License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Getopt::Long::Descriptive) -BuildRequires: perl(Getopt::Long) >= 2.37 +# 2.35 is what we have in F-8 perl -- tests all pass +BuildRequires: perl(Getopt::Long) >= 2.35 BuildRequires: perl(Moose) >= 0.43 # tests... @@ -31,6 +32,8 @@ %prep %setup -q -n MooseX-Getopt-%{version} +perl -pi -e 's/2.37/2.35/' Makefile.PL + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -58,6 +61,10 @@ %{_mandir}/man3/* %changelog +* Thu Jul 10 2008 Chris Weyl 0.13-2 +- tweak Getopt::Long dep to 2.35; passes tests just fine with 2.35, and that's + what we have in F-8 perl + * Sat Jun 28 2008 Chris Weyl 0.13-1 - update to 0.13 - switch to Module::Install invocations, rather than Module::Build From bugzilla at redhat.com Thu Jul 10 18:21:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Jul 2008 14:21:30 -0400 Subject: [Bug 452738] selinux denials when using razor and spamassassin (spamd) In-Reply-To: Message-ID: <200807101821.m6AILUXX015247@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: selinux denials when using razor and spamassassin (spamd) https://bugzilla.redhat.com/show_bug.cgi?id=452738 ------- Additional Comments From roth at ursus.net 2008-07-10 14:21 EST ------- Created an attachment (id=311501) --> (https://bugzilla.redhat.com/attachment.cgi?id=311501&action=view) sealert output -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Thu Jul 10 18:20:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Jul 2008 14:20:27 -0400 Subject: [Bug 452738] selinux denials when using razor and spamassassin (spamd) In-Reply-To: Message-ID: <200807101820.m6AIKR82015110@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: selinux denials when using razor and spamassassin (spamd) https://bugzilla.redhat.com/show_bug.cgi?id=452738 ------- Additional Comments From roth at ursus.net 2008-07-10 14:20 EST ------- Yes, it transitions to spamd_t, at which point it no longer has access to razor's data and config files. I'm attaching the output of 'sealert -l' for the various AVCs generated when I disable my above-posted policy changes. These were generated on a system running with selinux-policy-targeted-3.3.1-74.fc9.noarch. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Fri Jul 11 19:15:05 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 11 Jul 2008 19:15:05 GMT Subject: rpms/perl-Crypt-CBC/devel .cvsignore, 1.5, 1.6 perl-Crypt-CBC.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200807111915.m6BJF5Tt029013@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Crypt-CBC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28965 Modified Files: .cvsignore perl-Crypt-CBC.spec sources Log Message: update to 2.29, fix license Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CBC/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Feb 2007 13:25:32 -0000 1.5 +++ .cvsignore 11 Jul 2008 19:14:05 -0000 1.6 @@ -1 +1 @@ -Crypt-CBC-2.22.tar.gz +Crypt-CBC-2.29.tar.gz Index: perl-Crypt-CBC.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CBC/devel/perl-Crypt-CBC.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Crypt-CBC.spec 4 Mar 2008 02:43:11 -0000 1.8 +++ perl-Crypt-CBC.spec 11 Jul 2008 19:14:05 -0000 1.9 @@ -1,8 +1,10 @@ Summary: Encrypt Data with Cipher Block Chaining Mode Name: perl-Crypt-CBC -Version: 2.22 -Release: 3%{?dist} -License: Artistic +Version: 2.29 +Release: 1%{?dist} +# Upstream confirms that they're under the same license as perl. +# Wording in CBC.pm is less than clear, but still. +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-CBC/ Source0: http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Crypt-CBC-%{version}.tar.gz @@ -46,6 +48,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Jul 11 2008 Tom "spot" Callawau - 2.29-1 +- update to 2.29 + * Mon Mar 3 2008 Tom "spot" Callaway - 2.22-3 - work around buildsystem burp Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CBC/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Feb 2007 13:25:32 -0000 1.5 +++ sources 11 Jul 2008 19:14:05 -0000 1.6 @@ -1 +1 @@ -02622a5f0e70c1bc45c8db7985606643 Crypt-CBC-2.22.tar.gz +87ed0ae7489bd79fcb0da50d110cc1fb Crypt-CBC-2.29.tar.gz From spot at fedoraproject.org Fri Jul 11 19:21:26 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 11 Jul 2008 19:21:26 GMT Subject: devel/perl-HTML-FormatText-WithLinks perl-HTML-FormatText-WithLinks.spec, 1.7, 1.8 Message-ID: <200807111921.m6BJLQmw029313@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/devel/perl-HTML-FormatText-WithLinks In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29259 Modified Files: perl-HTML-FormatText-WithLinks.spec Log Message: fix license tag Index: perl-HTML-FormatText-WithLinks.spec =================================================================== RCS file: /cvs/pkgs/devel/perl-HTML-FormatText-WithLinks/perl-HTML-FormatText-WithLinks.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-HTML-FormatText-WithLinks.spec 7 Mar 2008 02:03:52 -0000 1.7 +++ perl-HTML-FormatText-WithLinks.spec 11 Jul 2008 19:20:37 -0000 1.8 @@ -1,10 +1,10 @@ Name: perl-HTML-FormatText-WithLinks Version: 0.09 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTML to text conversion with links as footnotes Group: Development/Libraries -License: GPL+ or Artistic+ +License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTML-FormatText-WithLinks Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -57,8 +57,11 @@ %changelog +* Fri Jul 11 2008 Tom "spot" Callaway - 0.09-3 +- fix license tag (it may be correct, but its flagging as a false positive on checks) + * Thu Mar 06 2008 Tom "spot" Callaway - 0.09-2 -Rebuild for new perl +- Rebuild for new perl * Wed Aug 8 2007 Patrice Dumas 0.09-1 - update to 0.09 From spot at fedoraproject.org Fri Jul 11 19:44:08 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 11 Jul 2008 19:44:08 GMT Subject: rpms/perl-LockFile-Simple/devel license_of_LockFile_Simple.txt, NONE, 1.1 perl-LockFile-Simple.spec, 1.2, 1.3 Message-ID: <200807111944.m6BJi8sK031441@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-LockFile-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31410 Modified Files: perl-LockFile-Simple.spec Added Files: license_of_LockFile_Simple.txt Log Message: update to 0.206, fix license tag --- NEW FILE license_of_LockFile_Simple.txt --- >From Raphael_Manfredi at pobox.com Thu Sep 27 17:03:35 2007 Return-Path: Received: from pobox.corp.redhat.com ([unix socket]) by pobox.corp.redhat.com (Cyrus v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4) with LMTPA; Thu, 27 Sep 2007 17:03:35 -0400 X-Sieve: CMU Sieve 2.2 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8RL3Xhk024974 for ; Thu, 27 Sep 2007 17:03:33 -0400 Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8RL3WPs017367 for ; Thu, 27 Sep 2007 17:03:32 -0400 Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id l8RL3MJ9004102 for ; Thu, 27 Sep 2007 17:03:22 -0400 Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id EC6013EA0C0 for ; Thu, 27 Sep 2007 23:03:21 +0200 (CEST) Received: from tours.ram.loc (mut38-4-82-233-116-188.fbx.proxad.net [82.233.116.188]) by smtp4-g19.free.fr (Postfix) with ESMTP id 155143EA0C3 for ; Thu, 27 Sep 2007 23:03:20 +0200 (CEST) Received: from nice.ram.loc (root at nice.ram.loc [192.168.0.3]) by tours.ram.loc (8.13.8/8.13.8/Debian-3) with ESMTP id l8RL3HH5016291 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 27 Sep 2007 23:03:18 +0200 Received: from nice.ram.loc (ram at localhost [127.0.0.1]) by nice.ram.loc (8.13.4/8.13.4/Debian-3) with ESMTP id l8RL3FD3031551 for ; Thu, 27 Sep 2007 23:03:15 +0200 Received: (from ram at localhost) by nice.ram.loc (8.13.4/8.13.4/Submit) id l8RL3Efa031548 for tcallawa at redhat.com; Thu, 27 Sep 2007 23:03:14 +0200 Date: Thu, 27 Sep 2007 23:03:14 +0200 From: Raphael Manfredi To: Tom spot Callaway Subject: Re: license of LockFile::Simple Message-ID: <20070927210314.GA31512 at chram.org> References: <1190926383.3457.196.camel at localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1190926383.3457.196.camel at localhost.localdomain> User-Agent: Mutt/1.5.16 (2007-06-11) X-RedHat-Spam-Score: 0 X-Scanned-By: MIMEDefang 2.58 on 172.16.48.32 X-Evolution-Source: imap://tcallawa at pobox.corp.redhat.com/ Content-Transfer-Encoding: 8bit Quoting Tom spot Callaway: : So, basically, what I'm asking is: : : Would you be willing to either: : A. Dual license LockFile::Simple as GPL+ and Artistic (aka, same license : as perl) Yes, same license as Perl is just fine. You may relicense in that way, this is my formal agreement. : B. Re-license LockFile::Simple as Artistic 2.0? No, I don't know this license at all. Raphael Index: perl-LockFile-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-LockFile-Simple/devel/perl-LockFile-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-LockFile-Simple.spec 7 Mar 2008 02:08:12 -0000 1.2 +++ perl-LockFile-Simple.spec 11 Jul 2008 19:43:14 -0000 1.3 @@ -1,11 +1,13 @@ Name: perl-LockFile-Simple -Version: 0.2.5 -Release: 2%{?dist} +Version: 0.206 +Release: 1%{?dist} Summary: Simple file locking scheme -License: Artistic +# Confirmed with copyright holder, code does not yet reflect it. +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/LockFile-Simple/ Source0: http://www.cpan.org/modules/by-module/LockFile/LockFile-Simple-%{version}.tar.gz +Source1: license_of_LockFile_Simple.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -20,6 +22,7 @@ %prep %setup -q -n LockFile-Simple-%{version} +cp %{SOURCE1} . %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -43,13 +46,18 @@ %files %defattr(-,root,root,-) -%doc ChangeLog README +%doc ChangeLog README license_of_LockFile_Simple.txt %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Jul 11 2008 Tom "spot" Callaway - 0.206-1 +- fix license tag +- bump to 0.206 +- include license attribution email + * Thu Mar 06 2008 Tom "spot" Callaway - 0.2.5-2 -Rebuild for new perl +- Rebuild for new perl * Tue Jan 16 2007 Andreas Thienemann 0.2.5-1 - Initial spec for FE From pkgdb at fedoraproject.org Fri Jul 11 19:58:48 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 11 Jul 2008 19:58:48 +0000 Subject: [pkgdb] perl-String-Ediff ownership updated Message-ID: <200807111958.m6BJwnVw015311@bastion.fedora.phx.redhat.com> Package perl-String-Ediff in Fedora devel is now owned by Tom Callaway (spot) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-String-Ediff From spot at fedoraproject.org Fri Jul 11 20:00:58 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 11 Jul 2008 20:00:58 GMT Subject: rpms/perl-String-Ediff/devel .cvsignore, 1.7, 1.8 perl-String-Ediff.spec, 1.16, 1.17 sources, 1.7, 1.8 Message-ID: <200807112000.m6BK0wLs032594@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-String-Ediff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32432 Modified Files: .cvsignore perl-String-Ediff.spec sources Log Message: 0.09, reactivate, fix license tag Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Ediff/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Aug 2005 15:37:37 -0000 1.7 +++ .cvsignore 11 Jul 2008 19:59:53 -0000 1.8 @@ -1 +1 @@ -String-Ediff-0.08.tar.gz +String-Ediff-0.09.tar.gz Index: perl-String-Ediff.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Ediff/devel/perl-String-Ediff.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-String-Ediff.spec 2 Feb 2007 13:56:49 -0000 1.16 +++ perl-String-Ediff.spec 11 Jul 2008 19:59:53 -0000 1.17 @@ -1,10 +1,10 @@ Name: perl-String-Ediff -Version: 0.08 -Release: 4%{?dist} +Version: 0.09 +Release: 1%{?dist} Summary: Produce common sub-string indices for two strings Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/String-Ediff/ Source0: http://www.cpan.org/authors/id/B/BO/BOXZOU/String-Ediff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,20 +19,6 @@ %prep -cat< - 0.09-1 +- update to 0.09 +- fix license tag + * Wed Aug 30 2006 Ville Skytt?? - 0.08-4 - Fix order of arguments to find(1). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Ediff/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Aug 2005 15:37:37 -0000 1.7 +++ sources 11 Jul 2008 19:59:53 -0000 1.8 @@ -1 +1 @@ -ec44726a6023042910aeb0d2d5dc81c1 String-Ediff-0.08.tar.gz +2ffb6803ce08e4fc64ee33b54243e6d9 String-Ediff-0.09.tar.gz From spot at fedoraproject.org Fri Jul 11 20:05:05 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 11 Jul 2008 20:05:05 GMT Subject: rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage.spec, 1.9, 1.10 Message-ID: <200807112005.m6BK5595007152@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Test-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7069 Modified Files: perl-Test-Pod-Coverage.spec Log Message: fix license tag Index: perl-Test-Pod-Coverage.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Pod-Coverage/devel/perl-Test-Pod-Coverage.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Test-Pod-Coverage.spec 27 Feb 2008 21:47:20 -0000 1.9 +++ perl-Test-Pod-Coverage.spec 11 Jul 2008 20:04:01 -0000 1.10 @@ -1,10 +1,10 @@ Name: perl-Test-Pod-Coverage Version: 1.08 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Check for pod coverage in your distribution Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Pod-Coverage/ Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -51,6 +51,9 @@ %changelog +* Fri Jul 11 2008 Tom "spot" Callaway - 1.08-6 +- fix license tag + * Wed Feb 27 2008 Tom "spot" Callaway - 1.08-5 - Rebuild for perl 5.10 (again) From tibbs at fedoraproject.org Sat Jul 12 05:58:39 2008 From: tibbs at fedoraproject.org (=?utf-8?b?SmFzb24g44OG44Kj44OT44OE?=) Date: Sat, 12 Jul 2008 05:58:39 GMT Subject: rpms/perl-PHP-Serialization/F-9 perl-PHP-Serialization.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807120558.m6C5wdoc020210@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/perl-PHP-Serialization/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20171 Modified Files: sources Added Files: perl-PHP-Serialization.spec Log Message: Initial import into F9. --- NEW FILE perl-PHP-Serialization.spec --- Name: perl-PHP-Serialization Version: 0.27 Release: 1%{?dist} Summary: Converts between PHP's serialize() output and the equivalent Perl structure License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PHP-Serialization/ Source0: http://www.cpan.org/authors/id/J/JB/JBROWN/php-serialization/PHP-Serialization-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa. %prep %setup -q -n PHP-Serialization-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Feb 05 2008 Jason Tibbitts 0.27-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PHP-Serialization/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 May 2008 19:36:57 -0000 1.1 +++ sources 12 Jul 2008 05:57:44 -0000 1.2 @@ -0,0 +1 @@ +2fb3f63071c5c2119b4eebe39b329684 PHP-Serialization-0.27.tar.gz From bugzilla at redhat.com Sat Jul 12 17:02:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 12 Jul 2008 13:02:46 -0400 Subject: [Bug 454257] Tracker for bugs relating to F-9 perl packages not rebuilt for perl 5.10.0 In-Reply-To: Message-ID: <200807121702.m6CH2kjv008222@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Tracker for bugs relating to F-9 perl packages not rebuilt for perl 5.10.0 Alias: F9_5.10_REBUILD https://bugzilla.redhat.com/show_bug.cgi?id=454257 Bug 454257 depends on bug 454080, which changed state. Bug 454080 Summary: hamlib-perl not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=454080 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE Bug 454257 depends on bug 453923, which changed state. Bug 453923 Summary: munin package should have perl(:MODULE_COMPAT...) dependency https://bugzilla.redhat.com/show_bug.cgi?id=453923 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jul 13 00:36:51 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 12 Jul 2008 20:36:51 -0400 Subject: [Bug 455151] New: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=455151 Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Catalyst-Runtime AssignedTo: cweyl at alumni.drew.edu ReportedBy: nicku at nicku.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: The file /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm occurs in both perl-Catalyst-Runtime-5.7014-3.fc9.noarch and perl-Catalyst-Manual-5.7012-2.fc9.noarch. Installation of either perl-Catalyst-Devel or perl-Catalyst-Runtime-scripts requires perl-Catalyst-Manual. This conflict has occurred some weeks previously; it prevents yum updates from proceeding. Version-Release number of selected component (if applicable): 5.7014-3.fc9 How reproducible: Always. Steps to Reproduce: 1. sudo yum -y install perl-Catalyst-Runtime 2. Attempt to install any of perl-Catalyst-Devel, perl-Catalyst-Manual or perl-Catalyst-Runtime-scripts 3. Transaction Check Error: file /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm from install of perl-Catalyst-Manual-5.7012-2.fc9.noarch conflicts with file from package perl-Catalyst-Runtime-5.7014-3.fc9.noarch Actual results: See Transaction Check Error resulting from conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm Expected results: Expect that updates provided by the one fedora updates repository would not conflict with each other, especially not multiple times over a period of weeks. Additional info: Have added this to perl-Catalyst-runtime, since it seems that Catalyst/Manual.pm would more appropriately belong to perl-Catalyst-Manual. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From buildsys at fedoraproject.org Sun Jul 13 12:17:37 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 13 Jul 2008 12:17:37 -0000 Subject: Broken dependencies in EPEL - 2008-07-13 Message-ID: <20080713121737.31297.5115@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jul 13 12:22:39 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 13 Jul 2008 12:22:39 -0000 Subject: Broken dependencies in EPEL - 2008-07-13 Message-ID: <20080713122239.31337.52094@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-x86_64 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jul 13 12:27:16 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 13 Jul 2008 12:27:16 -0000 Subject: Broken dependencies in EPEL - 2008-07-13 Message-ID: <20080713122716.31375.44189@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(Archive::Zip) From bugzilla at redhat.com Sun Jul 13 19:15:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 13 Jul 2008 15:15:32 -0400 Subject: [Bug 449470] FTBFS perl-Gnome2-GConf-1.044-3.fc9 In-Reply-To: Message-ID: <200807131915.m6DJFWLK006304@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Gnome2-GConf-1.044-3.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449470 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |1.044-4 Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:26 EST ------- Created an attachment (id=307584) --> (https://bugzilla.redhat.com/attachment.cgi?id=307584&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:26 EST ------- Created an attachment (id=307585) --> (https://bugzilla.redhat.com/attachment.cgi?id=307585&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:26 EST ------- Created an attachment (id=307586) --> (https://bugzilla.redhat.com/attachment.cgi?id=307586&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:26 EST ------- Created an attachment (id=307587) --> (https://bugzilla.redhat.com/attachment.cgi?id=307587&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-13 15:15 EST ------- http://koji.fedoraproject.org/koji/taskinfo?taskID=712984 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jul 13 19:40:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 13 Jul 2008 15:40:40 -0400 Subject: [Bug 449469] FTBFS perl-Net-CUPS-0.55-4.fc9 In-Reply-To: Message-ID: <200807131940.m6DJeeKB009974@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Net-CUPS-0.55-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449469 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |455190 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jul 13 19:37:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 13 Jul 2008 15:37:15 -0400 Subject: [Bug 449469] FTBFS perl-Net-CUPS-0.55-4.fc9 In-Reply-To: Message-ID: <200807131937.m6DJbF78009408@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Net-CUPS-0.55-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449469 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:15 EST ------- Created an attachment (id=307578) --> (https://bugzilla.redhat.com/attachment.cgi?id=307578&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:15 EST ------- Created an attachment (id=307579) --> (https://bugzilla.redhat.com/attachment.cgi?id=307579&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:15 EST ------- Created an attachment (id=307580) --> (https://bugzilla.redhat.com/attachment.cgi?id=307580&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-13 15:37 EST ------- Note this appears to be an issue with the latest cups-devel missing cups/i18n.h. Filing bug against cups... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From lkundrak at fedoraproject.org Sun Jul 13 20:12:09 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Sun, 13 Jul 2008 20:12:09 GMT Subject: rpms/perl-Sub-Identify/EL-5 import.log, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Sub-Identify.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200807132012.m6DKC97F001884@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-Sub-Identify/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1796/EL-5 Modified Files: .cvsignore perl-Sub-Identify.spec sources Added Files: import.log Log Message: merge from devel for newer perl-Class-MOP --- NEW FILE import.log --- perl-Sub-Identify-0_03-1_fc10:EL-5:perl-Sub-Identify-0.03-1.fc10.src.rpm:1215979879 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sub-Identify/EL-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Sep 2006 14:45:06 -0000 1.2 +++ .cvsignore 13 Jul 2008 20:11:10 -0000 1.3 @@ -1 +1 @@ -Sub-Identify-0.02.tar.gz +Sub-Identify-0.03.tar.gz Index: perl-Sub-Identify.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sub-Identify/EL-5/perl-Sub-Identify.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sub-Identify.spec 6 Sep 2006 14:46:21 -0000 1.2 +++ perl-Sub-Identify.spec 13 Jul 2008 20:11:10 -0000 1.3 @@ -1,13 +1,15 @@ Name: perl-Sub-Identify -Version: 0.02 -Release: 2%{?dist} +Version: 0.03 +Release: 1%{?dist} Summary: Retrieve names of code references -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sub-Identify/ Source0: http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -17,6 +19,8 @@ %prep %setup -q -n Sub-Identify-%{version} +perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/* + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -39,11 +43,24 @@ %files %defattr(-,root,root,-) -%doc Changes +%doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed May 28 2008 Chris Weyl 0.03-1 +- update to 0.03 + +* Tue Mar 04 2008 Tom "spot" Callaway 0.02-3 +- rebuild for new perl + +* Tue Oct 16 2007 Tom "spot" Callaway 0.02-2.2 +- add BR: perl(Test::More) + +* Tue Oct 16 2007 Tom "spot" Callaway 0.02-2.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Wed Sep 06 2006 Chris Weyl 0.02-2 - bump Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sub-Identify/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Sep 2006 14:45:06 -0000 1.2 +++ sources 13 Jul 2008 20:11:10 -0000 1.3 @@ -1 +1 @@ -5efae626e447e064f804e712e5fb03f2 Sub-Identify-0.02.tar.gz +1489ae54818fa5bff610bb47ee77816f Sub-Identify-0.03.tar.gz From bugzilla at redhat.com Sun Jul 13 20:52:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 13 Jul 2008 16:52:22 -0400 Subject: [Bug 449469] FTBFS perl-Net-CUPS-0.55-4.fc9 In-Reply-To: Message-ID: <200807132052.m6DKqM44027555@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Net-CUPS-0.55-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449469 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |0.56-2 Resolution| |RAWHIDE ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-13 16:52 EST ------- ...which can be worked around by removing the relevant #include from CUPS.xs. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From lkundrak at fedoraproject.org Sun Jul 13 20:58:03 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Sun, 13 Jul 2008 20:58:03 GMT Subject: rpms/perl-DateTime-Format-Strptime/EL-5 perl-DateTime-Format-Strptime-1.0700-olddtl.patch, NONE, 1.1 perl-DateTime-Format-Strptime.spec, 1.2, 1.3 Message-ID: <200807132058.m6DKw334005214@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5142 Modified Files: perl-DateTime-Format-Strptime.spec Added Files: perl-DateTime-Format-Strptime-1.0700-olddtl.patch Log Message: * Sun Jul 13 2008 Lubomir Rintel 1.0700-2.1 - Adjust some test so that it passes in el5 perl-DateTime-Format-Strptime-1.0700-olddtl.patch: --- NEW FILE perl-DateTime-Format-Strptime-1.0700-olddtl.patch --- Seems like old DateTime::Locale does not grok some date notations. Lubomir Rintel diff -urp DateTime-Format-Strptime-1.0700.orig/t/004_locale_defaults.t DateTime-Format-Strptime-1.0700/t/004_locale_defaults.t --- DateTime-Format-Strptime-1.0700.orig/t/004_locale_defaults.t 2004-08-18 04:15:01.000000000 +0200 +++ DateTime-Format-Strptime-1.0700/t/004_locale_defaults.t 2008-07-13 22:53:18.000000000 +0200 @@ -29,9 +29,9 @@ my @tests = ( ['en_GB', '%c', '31 Dec 1998 12:34:56'], # French #);my @tests = ( - ['fr', '%x', '31 d?c. 98'], + ['fr', '%x', '31 d?c 1998'], ['fr', '%X', '12:34:56'], - ['fr', '%c', '31 d?c. 98 12:34:56'], + ['fr', '%c', '31 d?c 1998 12:34:56'], ); foreach (@tests) { Index: perl-DateTime-Format-Strptime.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/EL-5/perl-DateTime-Format-Strptime.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-Strptime.spec 17 Sep 2006 19:05:46 -0000 1.2 +++ perl-DateTime-Format-Strptime.spec 13 Jul 2008 20:57:03 -0000 1.3 @@ -1,12 +1,13 @@ Name: perl-DateTime-Format-Strptime Version: 1.0700 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Parse and format strp and strf time patterns License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-Strptime/ Source0: http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tar.gz Patch0: %{name}-charset.patch +Patch1: %{name}-1.0700-olddtl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DateTime) @@ -24,6 +25,7 @@ %prep %setup -q -n DateTime-Format-Strptime-%{version} %patch0 +%patch1 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -52,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Sun Jul 13 2008 Lubomir Rintel 1.0700-2.1 +- Adjust some test so that it passes in el5 + * Sat Sep 16 2006 Steven Pritchard 1.0700-2 - Fix find option order. From nim at fedoraproject.org Fri Jul 11 21:12:14 2008 From: nim at fedoraproject.org (Nicolas Mailhot) Date: Fri, 11 Jul 2008 21:12:14 GMT Subject: rpms/perl-Convert-UUlib/devel import.log, NONE, 1.1 .cvsignore, 1.6, 1.7 perl-Convert-UUlib.spec, 1.20, 1.21 sources, 1.6, 1.7 Message-ID: <200807112112.m6BLCEoP019719@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/rpms/perl-Convert-UUlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19603/devel Modified Files: .cvsignore perl-Convert-UUlib.spec sources Added Files: import.log Log Message: ??? Fedora 10 alpha general package cleanup --- NEW FILE import.log --- perl-Convert-UUlib-1_11-1_fc10:HEAD:perl-Convert-UUlib-1.11-1.fc10.src.rpm:1215810594 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-UUlib/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 13 Aug 2007 17:26:49 -0000 1.6 +++ .cvsignore 11 Jul 2008 21:11:10 -0000 1.7 @@ -1 +1 @@ -Convert-UUlib-1.09.tar.gz +Convert-UUlib-1.11.tar.gz Index: perl-Convert-UUlib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-UUlib/devel/perl-Convert-UUlib.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-Convert-UUlib.spec 31 May 2008 12:48:12 -0000 1.20 +++ perl-Convert-UUlib.spec 11 Jul 2008 21:11:10 -0000 1.21 @@ -1,68 +1,77 @@ -%define rname Convert-UUlib +%define cpanname Convert-UUlib -Name: perl-%{rname} -Version: 1.09 -Epoch: 1 -Release: 5%{?dist} - -Summary: Perl interface to the uulib library +Name: perl-%{cpanname} +Version: 1.11 +Epoch: 1 +Release: 1%{?dist} +Summary: Perl interface to the uulib library Group: Development/Libraries License: GPL+ or Artistic -URL: http://search.cpan.org/dist/%{rname}/ -Source: http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{rname}-%{version}.tar.gz +URL: http://search.cpan.org/dist/%{cpanname}/ +Source: http://cpan.org/authors/id/M/ML/MLEHMANN/%{cpanname}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: perl(ExtUtils::MakeMaker) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description A perl interface to the uulib library (a.k.a. uudeview/uuenview) + %prep -%setup -q -n %{rname}-%{version} +%setup -q -n %{cpanname}-%{version} + %build -CFLAGS="%{optflags}" %{__perl} Makefile.PL \ - PREFIX="%{buildroot}%{_prefix}" \ - INSTALLDIRS="vendor" -make %{?_smp_mflags} OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} + %install rm -fr %{buildroot} -%makeinstall +make pure_install PERL_INSTALL_ROOT=%{buildroot} + +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' -### Clean up buildroot -find %{buildroot} -type f -name "perllocal.pod" -exec rm -f {} ';' -find %{buildroot} -type f -name ".*" -exec rm -f {} ';' -find %{buildroot} -type f -name "*.bs" -exec rm -f {} ';' +chmod -R u+rwX,g+rX %{buildroot}/* -# fix perms to enable stripping -chmod -R u+rwX,g+rX %{buildroot} %check -make test || : +make test + %clean rm -fr %{buildroot} + %files -%defattr(0644, root, root, 0755) +%defattr(0644,root,root,0755) %doc Changes COPYING* README doc/* -%doc %{_mandir}/man?/Convert::UUlib* + %dir %{perl_vendorarch}/Convert %dir %{perl_vendorarch}/auto/Convert %dir %{perl_vendorarch}/auto/Convert/UUlib + %{perl_vendorarch}/Convert/*.pm %attr(0755,root,root) %{perl_vendorarch}/auto/Convert/UUlib/*.so +%{_mandir}/man?/Convert::UUlib* + %changelog -* Sun May 31 2008 Robert Scheck 1:1.09-5 +* Fri Jul 11 2008 +- 1:1.11-1 +??? Fedora 10 alpha general package cleanup + +* Sun May 31 2008 Robert Scheck +- 1:1.09-5 - Fixed %%check section in order to get the package built -* Thu Mar 06 2008 Tom "spot" Callaway - 1:1.09-4 +* Thu Mar 06 2008 Tom "spot" Callaway +- 1:1.09-4 - Rebuild for new perl * Fri Feb 08 2008 Nicolas Mailhot Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-UUlib/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 13 Aug 2007 17:26:49 -0000 1.6 +++ sources 11 Jul 2008 21:11:10 -0000 1.7 @@ -1 +1 @@ -f4cfa860176f60a83b56816d5917e71a Convert-UUlib-1.09.tar.gz +629ef452dd98b446f191b0bb37c39091 Convert-UUlib-1.11.tar.gz From nim at fedoraproject.org Fri Jul 11 21:26:58 2008 From: nim at fedoraproject.org (Nicolas Mailhot) Date: Fri, 11 Jul 2008 21:26:58 GMT Subject: rpms/perl-Font-TTF/devel import.log, NONE, 1.1 .cvsignore, 1.6, 1.7 perl-Font-TTF.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <200807112126.m6BLQwLb020691@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/rpms/perl-Font-TTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20611/devel Modified Files: .cvsignore perl-Font-TTF.spec sources Added Files: import.log Log Message: ??? Fedora 10 alpha general package cleanup --- NEW FILE import.log --- perl-Font-TTF-0_45-1_fc10:HEAD:perl-Font-TTF-0.45-1.fc10.src.rpm:1215811435 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Font-TTF/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Feb 2008 22:02:50 -0000 1.6 +++ .cvsignore 11 Jul 2008 21:25:52 -0000 1.7 @@ -1 +1 @@ -Font-TTF-0.43.tar.gz +Font-TTF-0.45.tar.gz Index: perl-Font-TTF.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Font-TTF/devel/perl-Font-TTF.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Font-TTF.spec 7 Mar 2008 02:01:27 -0000 1.10 +++ perl-Font-TTF.spec 11 Jul 2008 21:25:52 -0000 1.11 @@ -1,27 +1,24 @@ %define cpanname Font-TTF -%define cpanver %{version} -Name: perl-%{cpanname} -Version: 0.43 -Release: 3%{?dist} -Summary: Perl library for modifying TTF font files - -Group: Development/Libraries -# Relicensing needs to be negociated with upstream whenever it gets around -# releasing a new version -License: Artistic -URL: http://search.cpan.org/dist/%{cpanname}/ -Source0: http://cpan.org/authors/id/M/MH/MHOSKEN/%{cpanname}-%{cpanver}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: perl-devel, dos2unix - -# The current FE perl template proposes this BuildRequires -# The current FE packaging guidelines say it's forbidden -# Commenting out while a consensus is reached -#BuildRequires: perl -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Name: perl-%{cpanname} +Version: 0.45 +Release: 1%{?dist} +Summary: Perl library for modifying TTF font files + +Group: Development/Libraries +# Will probalby die soonish because of the following +License: Artistic +URL: http://search.cpan.org/dist/%{cpanname}/ +Source0: http://cpan.org/authors/id/M/MH/MHOSKEN/%{cpanname}-%{version}.tar.gz +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: dos2unix +# Check requirements +BuildRequires: perl(Test::Simple) + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Perl module for TrueType font hacking. Supports reading, processing and writing @@ -35,29 +32,38 @@ %prep -%setup -q -n %{cpanname}-%{cpanver} +%setup -q -n %{cpanname}-%{version} dos2unix README.TXT COPYING lib/Font/TTF/Changes + %build -%{__perl} Makefile.PL INSTALLDIRS="vendor" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -rm -rf %{buildroot} +rm -fr %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' + +chmod -R u+rwX,g+rX %{buildroot}/* + + +%check +make test %clean -rm -rf %{buildroot} +rm -fr %{buildroot} %files %defattr(0644,root,root,0755) %doc README.TXT COPYING lib/Font/TTF/Changes + %dir %{perl_vendorlib}/Font %dir %{perl_vendorlib}/Font/TTF @@ -76,7 +82,13 @@ %changelog -* Thu Mar 06 2008 Tom "spot" Callaway - 0.43-3 +* Fri Jul 11 2008 +- 0.45-1 +??? Fedora 10 alpha general package cleanup +??? Upstream needs to relicense fast to avoid culling + +* Thu Mar 06 2008 Tom "spot" Callaway +- 0.43-3 Rebuild for new perl * Sat Feb 09 2008 Nicolas Mailhot Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Font-TTF/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Feb 2008 22:02:50 -0000 1.6 +++ sources 11 Jul 2008 21:25:52 -0000 1.7 @@ -1 +1 @@ -3a92d8019722c227a521fe121027a3ef Font-TTF-0.43.tar.gz +5cf3baa8e227c43184767240f1d57ba1 Font-TTF-0.45.tar.gz From nim at fedoraproject.org Fri Jul 11 21:42:28 2008 From: nim at fedoraproject.org (Nicolas Mailhot) Date: Fri, 11 Jul 2008 21:42:28 GMT Subject: rpms/perl-Net-Server/devel import.log, NONE, 1.1 perl-Net-Server.spec, 1.20, 1.21 Message-ID: <200807112142.m6BLgSHb021697@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/rpms/perl-Net-Server/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21646/devel Modified Files: perl-Net-Server.spec Added Files: import.log Log Message: ??? Fedora 10 alpha general package cleanup --- NEW FILE import.log --- perl-Net-Server-0_97-4_fc10:HEAD:perl-Net-Server-0.97-4.fc10.src.rpm:1215812459 Index: perl-Net-Server.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Server/devel/perl-Net-Server.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-Net-Server.spec 2 Jun 2008 21:27:07 -0000 1.20 +++ perl-Net-Server.spec 11 Jul 2008 21:41:28 -0000 1.21 @@ -1,49 +1,50 @@ -%define rname Net-Server +%define cpanname Net-Server -Name: perl-%{rname} +Name: perl-%{cpanname} Version: 0.97 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extensible, general Perl server engine Group: Development/Libraries License: GPL+ or Artistic -URL: http://search.cpan.org/dist/%{rname}/ -Source: http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/%{rname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://search.cpan.org/dist/%{cpanname}/ +Source0: http://cpan.org/authors/id/R/RH/RHANDOM/%{cpanname}-%{version}.tar.gz +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# IO::Multiplex support is optional, but since it's in Fedora and not -# including it causes build problems in some packages??? -Requires: perl(IO::Multiplex) - # Check requirements BuildRequires: perl(IO::Multiplex) BuildRequires: perl(Test::Builder) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# IO::Multiplex support is optional, but since it's in Fedora and not +# including it causes build problems in some packages??? +Requires: perl(IO::Multiplex) + %description An extensible, class oriented module written in perl and intended to be the back end layer of internet protocol servers. %prep -%setup -q -n %{rname}-%{version} - +%setup -q -n %{cpanname}-%{version} +chmod u+rw-x,go+r-wx examples/* %build -%{__perl} Makefile.PL INSTALLDIRS="vendor" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -fr %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name 'perllocal.pod' -exec rm -f {} ';' -find %{buildroot} -type f -name '.*' -exec rm -f {} ';' + +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' -chmod -R u+rwX,go-rwx %{buildroot}/* +chmod -R u+rwX,go+rX-w %{buildroot}/* %check make test @@ -54,22 +55,30 @@ %files -%defattr(0644, root, root, 0755) +%defattr(0644,root,root,0755) %doc README Changes examples + %dir %{perl_vendorlib}/Net/ %dir %{perl_vendorlib}/Net/Server + %{perl_vendorlib}/Net/Server.pm %{perl_vendorlib}/Net/Server.pod %{perl_vendorlib}/Net/Server/* + %{_mandir}/man?/Net::Server* %changelog -* Mon Jun 02 2009 Nicolas Mailhot +* Fri Jul 11 2008 +- 0.97-4 +??? Fedora 10 alpha general package cleanup + +* Mon Jun 02 2008 Nicolas Mailhot - 0.97-3 ??? remove old %%check Dag leftover rpmbuild does not like anymore -* Thu Mar 06 2008 Tom "spot" Callaway - 0.97-2 +* Thu Mar 06 2008 Tom "spot" Callaway +- 0.97-2 Rebuild for new perl * Sun Aug 12 2007 Nicolas Mailhot From nim at fedoraproject.org Fri Jul 11 21:51:58 2008 From: nim at fedoraproject.org (Nicolas Mailhot) Date: Fri, 11 Jul 2008 21:51:58 GMT Subject: rpms/perl-Net-Server/devel import.log, 1.1, 1.2 perl-Net-Server.spec, 1.21, 1.22 Message-ID: <200807112151.m6BLpwIf022055@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/rpms/perl-Net-Server/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22023/devel Modified Files: import.log perl-Net-Server.spec Log Message: ??? Fedora 10 alpha general package cleanup Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Server/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Jul 2008 21:41:28 -0000 1.1 +++ import.log 11 Jul 2008 21:50:31 -0000 1.2 @@ -1 +1,2 @@ perl-Net-Server-0_97-4_fc10:HEAD:perl-Net-Server-0.97-4.fc10.src.rpm:1215812459 +perl-Net-Server-0_97-5_fc10:HEAD:perl-Net-Server-0.97-5.fc10.src.rpm:1215812998 Index: perl-Net-Server.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Server/devel/perl-Net-Server.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-Net-Server.spec 11 Jul 2008 21:41:28 -0000 1.21 +++ perl-Net-Server.spec 11 Jul 2008 21:50:31 -0000 1.22 @@ -2,7 +2,7 @@ Name: perl-%{cpanname} Version: 0.97 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Extensible, general Perl server engine Group: Development/Libraries @@ -29,7 +29,7 @@ %prep %setup -q -n %{cpanname}-%{version} -chmod u+rw-x,go+r-wx examples/* +chmod u+rw-x,go-rwx examples/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -44,7 +44,7 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' -chmod -R u+rwX,go+rX-w %{buildroot}/* +chmod -R u+rwX,go-rwx %{buildroot}/* %check make test @@ -70,7 +70,7 @@ %changelog * Fri Jul 11 2008 -- 0.97-4 +- 0.97-5 ??? Fedora 10 alpha general package cleanup * Mon Jun 02 2008 Nicolas Mailhot From spot at fedoraproject.org Mon Jul 14 17:33:36 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 14 Jul 2008 17:33:36 GMT Subject: rpms/amavisd-new/devel amavisd-db.patch, 1.1, 1.2 amavisd-new.spec, 1.19, 1.20 Message-ID: <200807141733.m6EHXaov032617@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32545 Modified Files: amavisd-db.patch amavisd-new.spec Log Message: fix license tag amavisd-db.patch: Index: amavisd-db.patch =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-db.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amavisd-db.patch 26 Jan 2006 22:11:54 -0000 1.1 +++ amavisd-db.patch 14 Jul 2008 17:32:16 -0000 1.2 @@ -1,22 +1,24 @@ ---- ./amavisd-nanny.org 2005-09-19 15:26:59.000000000 +0200 -+++ ./amavisd-nanny 2005-09-19 15:27:37.000000000 +0200 -@@ -51,7 +51,7 @@ - my($activettl) = 10*60; # stuck active children are sent a SIGTERM after this - # many seconds - --my($db_home) = '/var/amavis/db'; # DB databases directory -+my($db_home) = '/var/spool/amavisd/db'; # DB databases directory - my($dbfile) = 'nanny.db'; - my($wakeuptime) = 2; # seconds - ---- ./amavisd-agent.org 2005-09-19 15:28:15.000000000 +0200 -+++ ./amavisd-agent 2005-09-19 15:20:24.000000000 +0200 -@@ -107,7 +107,7 @@ - # main program starts here - $SIG{INT} = sub { die "\n" }; # do the END code block +diff -up amavisd-agent.org amavisd-agent +--- amavisd-agent.org 2008-07-14 13:24:20.000000000 -0400 ++++ amavisd-agent 2008-07-14 13:25:00.000000000 -0400 +@@ -146,7 +146,7 @@ sub fmt_ticks($) { + { die "Usage: $0 [ -w ]\n" } + } my($env) = BerkeleyDB::Env->new( - '-Home'=>'/var/amavis/db', '-Flags'=> DB_INIT_CDB | DB_INIT_MPOOL); + '-Home'=>'/var/spool/amavisd/db', '-Flags'=> DB_INIT_CDB | DB_INIT_MPOOL); defined $env or die "BDB no env: $BerkeleyDB::Error $!"; my($db) = BerkeleyDB::Hash->new( '-Filename'=>'snmp.db', '-Flags'=>DB_RDONLY, '-Env'=>$env ); +diff -up amavisd-nanny.org amavisd-nanny +--- amavisd-nanny.org 2008-07-14 13:23:54.000000000 -0400 ++++ amavisd-nanny 2008-07-14 13:24:13.000000000 -0400 +@@ -56,7 +56,7 @@ my($idlettl) = 3*60*60; # idle children + my($activettl) = 10*60; # stuck active children are sent a SIGTERM + # after this many seconds + +-my($db_home) = '/var/amavis/db'; # DB databases directory ++my($db_home) = '/var/spool/amavisd/db'; # DB databases directory + my($dbfile) = 'nanny.db'; + my($wakeuptime) = 2; # sleep time in seconds, may be fractional + Index: amavisd-new.spec =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- amavisd-new.spec 12 Aug 2007 19:15:41 -0000 1.19 +++ amavisd-new.spec 14 Jul 2008 17:32:16 -0000 1.20 @@ -3,8 +3,9 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.5.2 -Release: 2%{?prerelease:.%{prerelease}}%{?dist} -License: GPL +Release: 3%{?prerelease:.%{prerelease}}%{?dist} +# LDAP schema is GFDL, some helpers are BSD, core is GPLv2+ +License: GPLv2+ and BSD and GFDL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ Source0: http://www.ijs.si/software/amavisd/amavisd-new-%{version}%{?prerelease:-%{prerelease}}.tar.gz @@ -166,6 +167,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Jul 14 2008 Tom "spot" Callaway 2.5.2-3 +- fix license tag +- fix db patch to apply with fuzz=0 + * Sun Aug 12 2007 Steven Pritchard 2.5.2-2 - Fix pre/preun/post dependencies and improve scriptlets a bit. - Drop dependencies on DBD::mysql and Mail::SPF::Query. From bugzilla at redhat.com Mon Jul 14 19:33:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jul 2008 15:33:58 -0400 Subject: [Bug 455313] New: Please build latest perl-Net-XMPP for EPEL 4 and 5 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=455313 Summary: Please build latest perl-Net-XMPP for EPEL 4 and 5 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Net-XMPP AssignedTo: cweyl at alumni.drew.edu ReportedBy: redhat-bugzilla at linuxnetz.de QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: Please build latest perl-Net-XMPP for EPEL 4 and 5. Version-Release number of selected component (if applicable): perl-Net-XMPP-1.02-4 Actual results: No perl-Net-XMPP in EPEL 4 and 5. Expected results: Package perl-Net-XMPP in EPEL 4 and 5, because it's a sendxmpp dependency. Additional info: Please let me know, if you just don't want to be the maintainer for the perl-Net-XMPP EPEL 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, or are watching someone who is. From bugzilla at redhat.com Mon Jul 14 19:52:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jul 2008 15:52:56 -0400 Subject: [Bug 455319] Please build latest perl-XML-Stream for EPEL 4 and 5 In-Reply-To: Message-ID: <200807141952.m6EJquXC009459@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please build latest perl-XML-Stream for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=455319 redhat-bugzilla at linuxnetz.de changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |455313 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 14 19:52:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jul 2008 15:52:55 -0400 Subject: [Bug 455313] Please build latest perl-Net-XMPP for EPEL 4 and 5 In-Reply-To: Message-ID: <200807141952.m6EJqt6w009442@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please build latest perl-Net-XMPP for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=455313 redhat-bugzilla at linuxnetz.de changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |455319 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 14 19:52:38 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jul 2008 15:52:38 -0400 Subject: [Bug 455319] New: Please build latest perl-XML-Stream for EPEL 4 and 5 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=455319 Summary: Please build latest perl-XML-Stream for EPEL 4 and 5 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-XML-Stream AssignedTo: cweyl at alumni.drew.edu ReportedBy: redhat-bugzilla at linuxnetz.de QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: Please build latest perl-XML-Stream for EPEL 4 and 5. Version-Release number of selected component (if applicable): perl-XML-Stream-1.22-7 Actual results: No perl-XML-Stream in EPEL 4 and 5. Expected results: Package perl-XML-Stream in EPEL 4 and 5, because it's a perl-Net-XMPP dependency. Additional info: Please let me know, if you just don't want to be the maintainer for the perl-XML-Stream EPEL 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, or are watching someone who is. From bugzilla at redhat.com Mon Jul 14 20:29:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jul 2008 16:29:22 -0400 Subject: [Bug 455319] Please build latest perl-XML-Stream for EPEL 4 and 5 In-Reply-To: Message-ID: <200807142029.m6EKTMRo021786@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please build latest perl-XML-Stream for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=455319 ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-14 16:29 EST ------- I'm more than happy to ask for the package to be branched with you as the owner of the new branches... Sound good? :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 14 21:58:51 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jul 2008 17:58:51 -0400 Subject: [Bug 455344] perl-XML-Stream should require perl(IO::Socket::SSL) In-Reply-To: Message-ID: <200807142158.m6ELwpvK000304@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-XML-Stream should require perl(IO::Socket::SSL) https://bugzilla.redhat.com/show_bug.cgi?id=455344 redhat-bugzilla at linuxnetz.de changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |455319 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 14 21:58:50 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jul 2008 17:58:50 -0400 Subject: [Bug 455319] Please build latest perl-XML-Stream for EPEL 4 and 5 In-Reply-To: Message-ID: <200807142158.m6ELwour032751@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please build latest perl-XML-Stream for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=455319 redhat-bugzilla at linuxnetz.de changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |455344 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 14 21:57:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jul 2008 17:57:56 -0400 Subject: [Bug 455344] New: perl-XML-Stream should require perl(IO::Socket::SSL) Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=455344 Summary: perl-XML-Stream should require perl(IO::Socket::SSL) Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-XML-Stream AssignedTo: cweyl at alumni.drew.edu ReportedBy: redhat-bugzilla at linuxnetz.de QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: Without having perl(IO::Socket::SSL) installed, it is not possible to use perl-XML-Stream with a TLS/SSL connection. So please add this as requirement. See the following reproducer for example. $ rpm -e perl-IO-Socket-SSL --nodeps $ $ sendxmpp --magic-things ;-) [...] "You requested that XML::Stream turn the socket into an SSL socket, but you don't have the correct version of IO::Socket::SSL v0.81. at /usr/lib/perl5/ vendor_perl/5.8.8/XML/Stream/Node.pm line 547" [...] $ Once re-install perl-IO-Socket-SSL again, the message disappears and everything TLS/SSL related works for me. Version-Release number of selected component (if applicable): perl-XML-Stream-1.22-7 How reproducible: Everytime, e.g. sendxmpp with TLS/SSL jabber server. Actual results: perl-XML-Stream does not require perl(IO::Socket::SSL). Expected results: perl-XML-Stream should require perl(IO::Socket::SSL). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Tue Jul 15 04:08:22 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 15 Jul 2008 04:08:22 GMT Subject: rpms/perl-XML-Stream/devel perl-XML-Stream.spec,1.5,1.6 Message-ID: <200807150408.m6F48MFK030976@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-XML-Stream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30759 Modified Files: perl-XML-Stream.spec Log Message: * Mon Jul 14 2008 Chris Weyl 1.22-8 - add IO::Socket::SSL as a BR/R (see BZ#455344) - also add Net::DNS - make tests run if --with network-tests - misc spec touchups Index: perl-XML-Stream.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-Stream/devel/perl-XML-Stream.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-XML-Stream.spec 8 Feb 2008 01:19:10 -0000 1.5 +++ perl-XML-Stream.spec 15 Jul 2008 04:07:28 -0000 1.6 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-XML-Stream Version: 1.22 -Release: 7%{?dist} +Release: 8%{?dist} Summary: XML::Stream - streaming XML library Group: Development/Libraries @@ -11,13 +9,20 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RE/REATMON/XML-Stream-%{version}.tar.gz Source1: LICENSING.correspondance Patch0: tests.patch +BuildArch: noarch 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, perl(Authen::SASL), perl(MIME::Base64) +BuildRequires: perl(IO::Socket::SSL) +BuildRequires: perl(Net::DNS) +BuildRequires: perl(Authen::SASL) +BuildRequires: perl(MIME::Base64) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(IO::Socket::SSL) +Requires: perl(Net::DNS) +# also pulled in via a 'requires' construct; but not yet in Fedora +#Requires: perl(HTTP::ProxyAutoConfig) %description This module provides the user with methods to connect to a remote server, @@ -43,7 +48,7 @@ cp %{SOURCE1} . # generate our other two licenses... -perldoc perlgpl > LICENSE.GPL +perldoc perlgpl > LICENSE.GPL perldoc perlartistic > LICENSE.Artistic %build @@ -54,16 +59,17 @@ %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* -#%check -# builders are (or may be) firewalled -#make test +%check +%{?_with_network_tests: make test} +rm -rf t/lib %clean rm -rf %{buildroot} @@ -71,12 +77,18 @@ %files %defattr(-,root,root,-) -%doc CHANGES README INFO LICENSE.* LICENSING* +%doc CHANGES README INFO LICENSE.* LICENSING* t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Mon Jul 14 2008 Chris Weyl 1.22-8 +- add IO::Socket::SSL as a BR/R (see BZ#455344) +- also add Net::DNS +- make tests run if --with network-tests +- misc spec touchups + * Thu Feb 7 2008 Tom "spot" Callaway 1.22-7 - rebuild for new perl From cweyl at fedoraproject.org Tue Jul 15 04:14:10 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 15 Jul 2008 04:14:10 GMT Subject: rpms/perl-XML-Stream/F-9 perl-XML-Stream.spec,1.5,1.6 Message-ID: <200807150414.m6F4EA0L032125@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-XML-Stream/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31972 Modified Files: perl-XML-Stream.spec Log Message: * Mon Jul 14 2008 Chris Weyl 1.22-8 - add IO::Socket::SSL as a BR/R (see BZ#455344) - also add Net::DNS - make tests run if --with network-tests - misc spec touchups Index: perl-XML-Stream.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-Stream/F-9/perl-XML-Stream.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-XML-Stream.spec 8 Feb 2008 01:19:10 -0000 1.5 +++ perl-XML-Stream.spec 15 Jul 2008 04:13:18 -0000 1.6 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-XML-Stream Version: 1.22 -Release: 7%{?dist} +Release: 8%{?dist} Summary: XML::Stream - streaming XML library Group: Development/Libraries @@ -11,13 +9,20 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RE/REATMON/XML-Stream-%{version}.tar.gz Source1: LICENSING.correspondance Patch0: tests.patch +BuildArch: noarch 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, perl(Authen::SASL), perl(MIME::Base64) +BuildRequires: perl(IO::Socket::SSL) +BuildRequires: perl(Net::DNS) +BuildRequires: perl(Authen::SASL) +BuildRequires: perl(MIME::Base64) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(IO::Socket::SSL) +Requires: perl(Net::DNS) +# also pulled in via a 'requires' construct; but not yet in Fedora +#Requires: perl(HTTP::ProxyAutoConfig) %description This module provides the user with methods to connect to a remote server, @@ -43,7 +48,7 @@ cp %{SOURCE1} . # generate our other two licenses... -perldoc perlgpl > LICENSE.GPL +perldoc perlgpl > LICENSE.GPL perldoc perlartistic > LICENSE.Artistic %build @@ -54,16 +59,17 @@ %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* -#%check -# builders are (or may be) firewalled -#make test +%check +%{?_with_network_tests: make test} +rm -rf t/lib %clean rm -rf %{buildroot} @@ -71,12 +77,18 @@ %files %defattr(-,root,root,-) -%doc CHANGES README INFO LICENSE.* LICENSING* +%doc CHANGES README INFO LICENSE.* LICENSING* t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Mon Jul 14 2008 Chris Weyl 1.22-8 +- add IO::Socket::SSL as a BR/R (see BZ#455344) +- also add Net::DNS +- make tests run if --with network-tests +- misc spec touchups + * Thu Feb 7 2008 Tom "spot" Callaway 1.22-7 - rebuild for new perl From cweyl at fedoraproject.org Tue Jul 15 04:14:50 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 15 Jul 2008 04:14:50 GMT Subject: rpms/perl-XML-Stream/F-8 perl-XML-Stream.spec,1.4,1.5 Message-ID: <200807150414.m6F4Eooa032317@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-XML-Stream/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32104 Modified Files: perl-XML-Stream.spec Log Message: * Mon Jul 14 2008 Chris Weyl 1.22-8 - add IO::Socket::SSL as a BR/R (see BZ#455344) - also add Net::DNS - make tests run if --with network-tests - misc spec touchups Index: perl-XML-Stream.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-Stream/F-8/perl-XML-Stream.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-XML-Stream.spec 17 Oct 2007 04:55:06 -0000 1.4 +++ perl-XML-Stream.spec 15 Jul 2008 04:13:59 -0000 1.5 @@ -1,8 +1,6 @@ -# $Id$ - Name: perl-XML-Stream Version: 1.22 -Release: 6%{?dist}.1 +Release: 8%{?dist} Summary: XML::Stream - streaming XML library Group: Development/Libraries @@ -11,13 +9,20 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RE/REATMON/XML-Stream-%{version}.tar.gz Source1: LICENSING.correspondance Patch0: tests.patch +BuildArch: noarch 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, perl(Authen::SASL), perl(MIME::Base64) +BuildRequires: perl(IO::Socket::SSL) +BuildRequires: perl(Net::DNS) +BuildRequires: perl(Authen::SASL) +BuildRequires: perl(MIME::Base64) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(IO::Socket::SSL) +Requires: perl(Net::DNS) +# also pulled in via a 'requires' construct; but not yet in Fedora +#Requires: perl(HTTP::ProxyAutoConfig) %description This module provides the user with methods to connect to a remote server, @@ -43,7 +48,7 @@ cp %{SOURCE1} . # generate our other two licenses... -perldoc perlgpl > LICENSE.GPL +perldoc perlgpl > LICENSE.GPL perldoc perlartistic > LICENSE.Artistic %build @@ -54,16 +59,17 @@ %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* -#%check -# builders are (or may be) firewalled -#make test +%check +%{?_with_network_tests: make test} + +rm -rf t/lib %clean rm -rf %{buildroot} @@ -71,12 +77,21 @@ %files %defattr(-,root,root,-) -%doc CHANGES README INFO LICENSE.* LICENSING* +%doc CHANGES README INFO LICENSE.* LICENSING* t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Mon Jul 14 2008 Chris Weyl 1.22-8 +- add IO::Socket::SSL as a BR/R (see BZ#455344) +- also add Net::DNS +- make tests run if --with network-tests +- misc spec touchups + +* Thu Feb 7 2008 Tom "spot" Callaway 1.22-7 +- rebuild for new perl + * Wed Oct 17 2007 Tom "spot" Callaway 1.22-6.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) From bugzilla at redhat.com Tue Jul 15 04:12:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jul 2008 00:12:26 -0400 Subject: [Bug 455344] perl-XML-Stream should require perl(IO::Socket::SSL) In-Reply-To: Message-ID: <200807150412.m6F4CQAu003500@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-XML-Stream should require perl(IO::Socket::SSL) https://bugzilla.redhat.com/show_bug.cgi?id=455344 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn|455319 | OtherBugsDependingO| |455319 nThis| | Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-15 00:12 EST ------- Fixed. Added Net::DNS, as well. Thanks for the report! :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 15 04:12:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jul 2008 00:12:27 -0400 Subject: [Bug 455319] Please build latest perl-XML-Stream for EPEL 4 and 5 In-Reply-To: Message-ID: <200807150412.m6F4CRTI003516@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please build latest perl-XML-Stream for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=455319 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO|455344 | nThis| | BugsThisDependsOn| |455344 Bug 455319 depends on bug 455344, which changed state. Bug 455344 Summary: perl-XML-Stream should require perl(IO::Socket::SSL) https://bugzilla.redhat.com/show_bug.cgi?id=455344 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 15 09:10:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jul 2008 05:10:44 -0400 Subject: [Bug 449469] FTBFS perl-Net-CUPS-0.55-4.fc9 In-Reply-To: Message-ID: <200807150910.m6F9AirC019501@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Net-CUPS-0.55-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449469 Bug 449469 depends on bug 455190, which changed state. Bug 455190 Summary: Latest cups-devel does not include i18n.h https://bugzilla.redhat.com/show_bug.cgi?id=455190 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From mmaslano at fedoraproject.org Tue Jul 15 12:14:10 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 15 Jul 2008 12:14:10 GMT Subject: rpms/perl-DBD-SQLite/EL-5 rt32100.patch, NONE, 1.1 perl-DBD-SQLite.spec, 1.12, 1.13 Message-ID: <200807151214.m6FCEAsc007379@cvs-int.fedora.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7207 Modified Files: perl-DBD-SQLite.spec Added Files: rt32100.patch Log Message: Changing sqlite3_finalize() -> sqlite3_reset() at 2 spots in dbdimp.c resolves many issues. more info in rt32100 or bz#245699 rt32100.patch: --- NEW FILE rt32100.patch --- --- dbdimp.c.orig 2008-03-18 17:37:18.580463431 -0700 +++ dbdimp.c 2008-03-18 17:39:04.320466041 -0700 @@ -399,7 +399,7 @@ continue; } /* There are bug reports that say this should be sqlite3_reset() */ - sqlite3_finalize(imp_sth->stmt); + sqlite3_reset(imp_sth->stmt); sqlite_error(sth, (imp_xxh_t*)imp_sth, imp_sth->retval, (char*)sqlite3_errmsg(imp_dbh->db)); return -5; } @@ -419,7 +419,7 @@ sqlite_trace(5, "exec ok - %d rows, %d cols\n", imp_sth->nrow, DBIc_NUM_FIELDS(imp_sth)); return 0; /* There are bug reports that say this should be sqlite3_reset() */ - default: sqlite3_finalize(imp_sth->stmt); + default: sqlite3_reset(imp_sth->stmt); sqlite_error(sth, (imp_xxh_t*)imp_sth, imp_sth->retval, (char*)sqlite3_errmsg(imp_dbh->db)); return -6; } Index: perl-DBD-SQLite.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5/perl-DBD-SQLite.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-DBD-SQLite.spec 19 Dec 2007 16:11:45 -0000 1.12 +++ perl-DBD-SQLite.spec 15 Jul 2008 12:13:14 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite Version: 1.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Self Contained RDBMS in a DBI Driver Group: Development/Libraries @@ -9,6 +9,9 @@ Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# see http://rt.cpan.org/Public/Bug/Display.html?id=30558 +Patch0: rt32100.patch + BuildRequires: perl-DBI >= 1.03 # if sqlite >= 3.1.3 then # perl-DBD-SQLite uses the external library @@ -31,7 +34,7 @@ %prep %setup -q -n DBD-SQLite-%{version} - +%patch0 %build CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -64,6 +67,10 @@ %changelog +* Tue Jul 15 2008 Marcela Maslanova 1.14-3 +- add rt32100 patch +- same problem as in #245699 + * Wed Dec 19 2007 Steven Pritchard 1.14-2 - Fix find option order. - Use fixperms macro instead of our own chmod incantation. From bugzilla at redhat.com Tue Jul 15 13:08:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jul 2008 09:08:58 -0400 Subject: [Bug 455410] New: Massive error messages and interrupting reverting of multiple local changes Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=455410 Summary: Massive error messages and interrupting reverting of multiple local changes Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-SVK AssignedTo: ianburrell at gmail.com ReportedBy: mail at frankwittig.de QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: When working with svk in Fedora 9 svk throws massive error messages that seem to be mostly harmless. This is extremely annoying since it hides real issues the user has to care about. The messages are (repeated several dozen to hundred times): - When updating checkout: Name "swig_runtime_data::type_pointer3" used only once: possible typo at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 226. Attempt to free unreferenced scalar: SV 0x934d354, Perl interpreter: 0x88fb008 at /usr/lib/perl5/vendor_perl/5.10.0/SVK/XD.pm line 1371. - When switching to a branch: Attempt to free unreferenced scalar: SV 0xaecf30c, Perl interpreter: 0x9d3e008 at /usr/lib/perl5/vendor_perl/5.10.0/SVK/XD.pm line 856. (in cleanup) panic: free from wrong pool at /usr/lib/perl5/vendor_perl/5.10.0/PerlIO/via/dynamic.pm line 167. Attempt to free unreferenced scalar: SV 0xaebec84, Perl interpreter: 0x9d3e008 at /usr/lib/perl5/vendor_perl/5.10.0/SVK/Inspector/Root.pm line 82. When reverting recursively the problem occurs that reverting fails leaving the mirror locked. To completely revert its necessary to cleanup and revert several times (again dozens to hundred - according to the number of affected files). Error messages are the above mentioned plus: - Last message when reverting fails: Attempt to free unreferenced scalar: SV 0x8e03ef4, Perl interpreter: 0x81f4008 at /usr/lib/perl5/vendor_perl/5.10.0/SVK/XD.pm line 1371. - When trying to revert again: Name "swig_runtime_data::type_pointer3" used only once: possible typo at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 226. /automount/wwkdev/elias/wdp already locked, use 'svk cleanup' if lock is stalled - Cleanup (looks ok besides the "usual" message): Name "swig_runtime_data::type_pointer3" used only once: possible typo at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 226. Cleaned up stalled lock on /automount/wwkdev/elias/wdp. Reverting again starts from the beginning. The user is able to reproduce until his checkout is completely reverted. Version-Release number of selected component (if applicable): perl-SVK-2.0.2-3.fc9.noarch How reproducible: Error messages and failing reverting occurs every usage. Steps to Reproduce (error message flood): 1. use svk Steps to Reproduce (reverting): 1. checkout 2. merge branch with changes into checkout or alter multiple files 3. revert changes recursively Actual results: Massive flood of error messages as mentioned above. Reverting multiple files interrupts. Expected results: No error messages. Reverting not interrupting. I noticed SVK is the same Version as in Fedora 8 - only perl version has changed. So I assume it's an issue with perl-SVK in combination with perl 5.10. I submitted this issue related to perl-SVK since it seems to only affect perl-SVK so far (at least for my daily usage). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 15 18:16:11 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jul 2008 14:16:11 -0400 Subject: [Bug 452738] selinux denials when using razor and spamassassin (spamd) In-Reply-To: Message-ID: <200807151816.m6FIGBQX029539@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: selinux denials when using razor and spamassassin (spamd) https://bugzilla.redhat.com/show_bug.cgi?id=452738 dwalsh at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED ------- Additional Comments From dwalsh at redhat.com 2008-07-15 14:16 EST ------- You can allow this for now. # audit2allow -M mypol -l -i /var/log/audit/audit.log # semodule -i mypol.pp Fixed in selinux-policy-3.3.1-78.fc9.noarch -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Tue Jul 15 19:22:09 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 15 Jul 2008 19:22:09 GMT Subject: rpms/perl-Tie-EncryptedHash/devel .cvsignore, 1.2, 1.3 perl-Tie-EncryptedHash.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200807151922.m6FJM9pV011055@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Tie-EncryptedHash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10981 Modified Files: .cvsignore perl-Tie-EncryptedHash.spec sources Log Message: update to 1.23, resolve license issue Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tie-EncryptedHash/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Feb 2006 07:23:09 -0000 1.2 +++ .cvsignore 15 Jul 2008 19:21:07 -0000 1.3 @@ -1 +1 @@ -Tie-EncryptedHash-1.21.tar.gz +Tie-EncryptedHash-1.23.tar.gz Index: perl-Tie-EncryptedHash.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tie-EncryptedHash/devel/perl-Tie-EncryptedHash.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Tie-EncryptedHash.spec 5 Mar 2008 18:53:16 -0000 1.5 +++ perl-Tie-EncryptedHash.spec 15 Jul 2008 19:21:07 -0000 1.6 @@ -1,8 +1,8 @@ Summary: Hashes (and objects based on hashes) with encrypting fields Name: perl-Tie-EncryptedHash -Version: 1.21 -Release: 4%{?dist} -License: Artistic +Version: 1.23 +Release: 1%{?dist} +License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Tie-EncryptedHash/ Source0: http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Tie-EncryptedHash-%{version}.tar.gz @@ -60,6 +60,10 @@ %{_mandir}/man3/Tie::EncryptedHash.3pm* %changelog +* Tue Jul 15 2008 Tom "spot" Callaway 1.23-1 +- update to 1.23 +- license changed to GPL+ or Artistic + * Wed Mar 5 2008 Tom "spot" Callaway 1.21-4 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tie-EncryptedHash/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Feb 2006 07:23:09 -0000 1.2 +++ sources 15 Jul 2008 19:21:07 -0000 1.3 @@ -1 +1 @@ -5a85bd78c74ef52aeff6c70836f9d3bf Tie-EncryptedHash-1.21.tar.gz +e8fa1fe61f7cc839ddab86f04dea12f5 Tie-EncryptedHash-1.23.tar.gz From steve at fedoraproject.org Tue Jul 15 20:39:07 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 15 Jul 2008 20:39:07 GMT Subject: rpms/perl-DateTime/devel .cvsignore, 1.21, 1.22 perl-DateTime.spec, 1.28, 1.29 sources, 1.21, 1.22 Message-ID: <200807152039.m6FKd7mI023918@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-DateTime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23815 Modified Files: .cvsignore perl-DateTime.spec sources Log Message: Update to 0.4304. Update to DateTime::TimeZone 0.78. Update to DateTime::Locale 0.41. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 8 Jul 2008 16:51:53 -0000 1.21 +++ .cvsignore 15 Jul 2008 20:38:00 -0000 1.22 @@ -1,3 +1,3 @@ -DateTime-0.4302.tar.gz -DateTime-Locale-0.4001.tar.gz -DateTime-TimeZone-0.7701.tar.gz +DateTime-0.4304.tar.gz +DateTime-Locale-0.41.tar.gz +DateTime-TimeZone-0.78.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- perl-DateTime.spec 8 Jul 2008 16:51:53 -0000 1.28 +++ perl-DateTime.spec 15 Jul 2008 20:38:00 -0000 1.29 @@ -1,9 +1,9 @@ -%define DTTimeZone_version 0.7701 -%define DTLocale_version 0.4001 +%define DTTimeZone_version 0.78 +%define DTLocale_version 0.41 Name: perl-DateTime -Version: 0.4302 -Release: 2%{?dist} +Version: 0.4304 +Release: 1%{?dist} Epoch: 1 Summary: Date and time objects License: GPL+ or Artistic @@ -148,6 +148,11 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Tue Jul 15 2008 Steven Pritchard 1:0.4304-1 +- Update to 0.4304. +- Update to DateTime::TimeZone 0.78. +- Update to DateTime::Locale 0.41. + * Tue Jul 08 2008 Steven Pritchard 1:0.4302-2 - Update to DateTime::TimeZone 0.7701. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 8 Jul 2008 16:51:53 -0000 1.21 +++ sources 15 Jul 2008 20:38:00 -0000 1.22 @@ -1,3 +1,3 @@ -419405573f3a01cf621e692e65dc9fbe DateTime-0.4302.tar.gz -04cd7e65e4c773dfce972699aafc1f64 DateTime-Locale-0.4001.tar.gz -cf56d3770231d59853f4edcd6b56cc45 DateTime-TimeZone-0.7701.tar.gz +33c766671222805b9f1b67844a04d4ad DateTime-0.4304.tar.gz +cc27842a44c234c10296aa769080bb02 DateTime-Locale-0.41.tar.gz +ffc89c93c3e1a9fe0501b5b5e3347e3f DateTime-TimeZone-0.78.tar.gz From steve at fedoraproject.org Tue Jul 15 20:39:58 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 15 Jul 2008 20:39:58 GMT Subject: rpms/perl-Devel-Cycle/devel .cvsignore, 1.6, 1.7 perl-Devel-Cycle.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <200807152039.m6FKdwlM024053@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Devel-Cycle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23911 Modified Files: .cvsignore perl-Devel-Cycle.spec sources Log Message: Update to 1.10. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cycle/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 15 May 2008 20:07:34 -0000 1.6 +++ .cvsignore 15 Jul 2008 20:38:45 -0000 1.7 @@ -1 +1 @@ -Devel-Cycle-1.09.tar.gz +Devel-Cycle-1.10.tar.gz Index: perl-Devel-Cycle.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cycle/devel/perl-Devel-Cycle.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Devel-Cycle.spec 15 May 2008 20:07:34 -0000 1.13 +++ perl-Devel-Cycle.spec 15 Jul 2008 20:38:45 -0000 1.14 @@ -1,5 +1,5 @@ Name: perl-Devel-Cycle -Version: 1.09 +Version: 1.10 Release: 1%{?dist} Summary: Find memory cycles in objects License: GPL+ or Artistic @@ -49,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Tue Jul 15 2008 Steven Pritchard 1.10-1 +- Update to 1.10. + * Thu May 15 2008 Steven Pritchard 1.09-1 - Update to 1.09. - Reformat to match cpanspec output. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cycle/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 15 May 2008 20:07:34 -0000 1.6 +++ sources 15 Jul 2008 20:38:45 -0000 1.7 @@ -1 +1 @@ -723b997d0884125b2cc47e8eefc8ff08 Devel-Cycle-1.09.tar.gz +5d6999f6303b2d5ed959e6d48efc5c8c Devel-Cycle-1.10.tar.gz From steve at fedoraproject.org Tue Jul 15 20:51:30 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 15 Jul 2008 20:51:30 GMT Subject: rpms/amavisd-new/devel .cvsignore, 1.10, 1.11 amavisd-new.spec, 1.20, 1.21 sources, 1.10, 1.11 Message-ID: <200807152051.m6FKpUWH024866@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24758 Modified Files: .cvsignore amavisd-new.spec sources Log Message: Update to 2.6.1. Require Crypt::OpenSSL::RSA, Digest::SHA, Digest::SHA1, IO::Socket::SSL, Mail::DKIM, Net::SSLeay, NetAddr::IP, and Socket6. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 8 Jul 2007 20:17:50 -0000 1.10 +++ .cvsignore 15 Jul 2008 20:50:38 -0000 1.11 @@ -1 +1 @@ -amavisd-new-2.5.2.tar.gz +amavisd-new-2.6.1.tar.gz Index: amavisd-new.spec =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- amavisd-new.spec 14 Jul 2008 17:32:16 -0000 1.20 +++ amavisd-new.spec 15 Jul 2008 20:50:38 -0000 1.21 @@ -2,8 +2,8 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.5.2 -Release: 3%{?prerelease:.%{prerelease}}%{?dist} +Version: 2.6.1 +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 @@ -44,9 +44,13 @@ Requires: perl(Compress::Zlib) >= 1.35 Requires: perl(Convert::TNEF) Requires: perl(Convert::UUlib) +Requires: perl(Crypt::OpenSSL::RSA) Requires: perl(DBD::SQLite) Requires: perl(DBI) +Requires: perl(Digest::SHA) +Requires: perl(Digest::SHA1) Requires: perl(IO::Socket::INET6) +Requires: perl(IO::Socket::SSL) Requires: perl(IO::Stringy) Requires: perl(MIME::Body) Requires: perl(MIME::Decoder::Base64) @@ -56,6 +60,7 @@ Requires: perl(MIME::Decoder::QuotedPrint) Requires: perl(MIME::Decoder::UU) Requires: perl(MIME::Head) +Requires: perl(Mail::DKIM) Requires: perl(Mail::Field) Requires: perl(Mail::Header) Requires: perl(Mail::Internet) @@ -63,7 +68,10 @@ Requires: perl(Mail::SpamAssassin) Requires: perl(Net::DNS) Requires: perl(Net::LDAP) +Requires: perl(Net::SSLeay) +Requires: perl(NetAddr::IP) Requires: perl(Razor2::Client::Version) +Requires: perl(Socket6) Requires: perl(URI) Requires(pre): /usr/sbin/useradd Requires(post): /sbin/chkconfig @@ -167,6 +175,11 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Jul 15 2008 Steven Pritchard 2.6.1-1 +- Update to 2.6.1. +- Require Crypt::OpenSSL::RSA, Digest::SHA, Digest::SHA1, IO::Socket::SSL, + Mail::DKIM, Net::SSLeay, NetAddr::IP, and Socket6. + * Mon Jul 14 2008 Tom "spot" Callaway 2.5.2-3 - fix license tag - fix db patch to apply with fuzz=0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 8 Jul 2007 20:17:50 -0000 1.10 +++ sources 15 Jul 2008 20:50:38 -0000 1.11 @@ -1 +1 @@ -52d227d442fac64916488b83d79806d7 amavisd-new-2.5.2.tar.gz +2474d4c034f96a58e5b8af91af514689 amavisd-new-2.6.1.tar.gz From bugzilla at redhat.com Tue Jul 15 21:19:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jul 2008 17:19:35 -0400 Subject: [Bug 455410] Massive error messages and interrupting reverting of multiple local changes In-Reply-To: Message-ID: <200807152119.m6FLJZOU024835@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Massive error messages and interrupting reverting of multiple local changes https://bugzilla.redhat.com/show_bug.cgi?id=455410 ------- Additional Comments From ianburrell at gmail.com 2008-07-15 17:19 EST ------- The "Name used only once" message is a warning. It seems to come from loading SVN::Core (from subversion-perl package). The "Attempt to free unreferenced scalar" and the locking are more serious errors. I would suggest reporting the error upstream at http://rt.cpan.org/Public/Dist/Display.html?Name=SVK. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From pghmcfc at fedoraproject.org Tue Jul 15 23:30:11 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 15 Jul 2008 23:30:11 GMT Subject: rpms/perl-Tie-EncryptedHash/devel .cvsignore, 1.3, 1.4 perl-Tie-EncryptedHash.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200807152330.m6FNUBd0020595@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Tie-EncryptedHash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20550 Modified Files: .cvsignore perl-Tie-EncryptedHash.spec sources Log Message: Update to 1.24 (fixes CPAN RT#28813 - license issue) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tie-EncryptedHash/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Jul 2008 19:21:07 -0000 1.3 +++ .cvsignore 15 Jul 2008 23:29:17 -0000 1.4 @@ -1 +1 @@ -Tie-EncryptedHash-1.23.tar.gz +Tie-EncryptedHash-1.24.tar.gz Index: perl-Tie-EncryptedHash.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tie-EncryptedHash/devel/perl-Tie-EncryptedHash.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Tie-EncryptedHash.spec 15 Jul 2008 19:21:07 -0000 1.6 +++ perl-Tie-EncryptedHash.spec 15 Jul 2008 23:29:17 -0000 1.7 @@ -1,6 +1,6 @@ Summary: Hashes (and objects based on hashes) with encrypting fields Name: perl-Tie-EncryptedHash -Version: 1.23 +Version: 1.24 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -55,11 +55,16 @@ %files %defattr(-,root,root,-) -%doc Changes README.html TODO +%doc Changes LICENSE README.html TODO %{perl_vendorlib}/Tie/ %{_mandir}/man3/Tie::EncryptedHash.3pm* %changelog +* Tue Jul 15 2008 Paul Howarth 1.24-1 +- Update to 1.24 (upstream has clarified the license - see + http://rt.cpan.org/Ticket/Display.html?id=28813) +- Include LICENSE file as %%doc + * Tue Jul 15 2008 Tom "spot" Callaway 1.23-1 - update to 1.23 - license changed to GPL+ or Artistic Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tie-EncryptedHash/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Jul 2008 19:21:07 -0000 1.3 +++ sources 15 Jul 2008 23:29:17 -0000 1.4 @@ -1 +1 @@ -e8fa1fe61f7cc839ddab86f04dea12f5 Tie-EncryptedHash-1.23.tar.gz +da2bd8aa366c6454b168b72f2635491e Tie-EncryptedHash-1.24.tar.gz From bugzilla at redhat.com Wed Jul 16 07:34:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jul 2008 03:34:35 -0400 Subject: [Bug 455410] Massive error messages and interrupting reverting of multiple local changes In-Reply-To: Message-ID: <200807160734.m6G7YZ6C027282@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Massive error messages and interrupting reverting of multiple local changes https://bugzilla.redhat.com/show_bug.cgi?id=455410 ------- Additional Comments From mail at frankwittig.de 2008-07-16 03:34 EST ------- Reported upstream: http://rt.cpan.org/Public/Bug/Display.html?id=37715 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 16 22:15:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jul 2008 18:15:53 -0400 Subject: [Bug 455675] New: DBD-SQLite for EL-4 needs the rt32100 patch Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=455675 Summary: DBD-SQLite for EL-4 needs the rt32100 patch Product: Fedora EPEL Version: el4 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-DBD-SQLite AssignedTo: jpo at di.uminho.pt ReportedBy: cweyl at alumni.drew.edu QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com,wtogami at redhat.com Any chance of incorporating the fixes described in bug 245699? :-) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 16 22:16:48 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jul 2008 18:16:48 -0400 Subject: [Bug 455675] DBD-SQLite for EL-4 needs the rt32100 patch In-Reply-To: Message-ID: <200807162216.m6GMGm2M012519@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: DBD-SQLite for EL-4 needs the rt32100 patch https://bugzilla.redhat.com/show_bug.cgi?id=455675 ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-16 18:16 EST ------- Hmm, assigned to jpo, that's a bad sign. Anyone object if I update to include the rt32100 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, or are watching someone who is. From bugzilla at redhat.com Wed Jul 16 22:28:11 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jul 2008 18:28:11 -0400 Subject: [Bug 455675] DBD-SQLite for EL-4 needs the rt32100 patch In-Reply-To: Message-ID: <200807162228.m6GMSBr1014333@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: DBD-SQLite for EL-4 needs the rt32100 patch https://bugzilla.redhat.com/show_bug.cgi?id=455675 ------- Additional Comments From tcallawa at redhat.com 2008-07-16 18:28 EST ------- I say go for it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 16 22:43:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jul 2008 18:43:31 -0400 Subject: [Bug 455675] DBD-SQLite for EL-4 needs the rt32100 patch In-Reply-To: Message-ID: <200807162243.m6GMhVEc004371@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: DBD-SQLite for EL-4 needs the rt32100 patch https://bugzilla.redhat.com/show_bug.cgi?id=455675 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |1.14-2.el4.8 Resolution| |CURRENTRELEASE ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-16 18:43 EST ------- Done :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From pghmcfc at fedoraproject.org Thu Jul 17 09:26:33 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Thu, 17 Jul 2008 09:26:33 GMT Subject: rpms/perl-FileHandle-Unget/devel .cvsignore, 1.2, 1.3 perl-FileHandle-Unget.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <200807170926.m6H9QXLq027263@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-FileHandle-Unget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27174 Modified Files: .cvsignore perl-FileHandle-Unget.spec sources Log Message: * Thu Jul 17 2008 Paul Howarth 0.1622-1 - Update to 0.1622 - BuildRequire perl(Test::More) - Unget.pm permissions no longer need fixing Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Oct 2005 14:47:48 -0000 1.2 +++ .cvsignore 17 Jul 2008 09:25:38 -0000 1.3 @@ -1 +1 @@ -FileHandle-Unget-0.1621.tar.gz +FileHandle-Unget-0.1622.tar.gz Index: perl-FileHandle-Unget.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/perl-FileHandle-Unget.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-FileHandle-Unget.spec 8 Feb 2008 01:09:31 -0000 1.7 +++ perl-FileHandle-Unget.spec 17 Jul 2008 09:25:38 -0000 1.8 @@ -6,17 +6,17 @@ Summary: A FileHandle that supports ungetting of multiple bytes Name: perl-FileHandle-Unget -Version: 0.1621 -Release: 6%{?dist} +Version: 0.1622 +Release: 1%{?dist} License: GPL+ Group: Development/Libraries -Url: http://search.cpan.org/dist/FileHandle-Unget +Url: http://search.cpan.org/dist/FileHandle-Unget/ Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/FileHandle-Unget-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Scalar::Util) >= 1.14 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) %description FileHandle::Unget is a drop-in replacement for FileHandle that allows more @@ -27,9 +27,6 @@ %prep %setup -q -n FileHandle-Unget-%{version} -# Permissions wrong in tarball -%{__chmod} -x lib/FileHandle/Unget.pm - %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} @@ -54,6 +51,11 @@ %{_mandir}/man3/FileHandle::Unget.3pm* %changelog +* Thu Jul 17 2008 Paul Howarth 0.1622-1 +- Update to 0.1622 +- BuildRequire perl(Test::More) +- Unget.pm permissions no longer need fixing + * Thu Feb 7 2008 Tom "spot" Callaway 0.1621-6 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Oct 2005 14:47:48 -0000 1.2 +++ sources 17 Jul 2008 09:25:38 -0000 1.3 @@ -1 +1 @@ -610a63b10ad5c9917b6f0594745bba4c FileHandle-Unget-0.1621.tar.gz +14c708f99adc22256a7b2566bf5c649f FileHandle-Unget-0.1622.tar.gz From pghmcfc at fedoraproject.org Wed Jul 16 16:00:49 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 16 Jul 2008 16:00:49 GMT Subject: rpms/perl-IO-Socket-SSL/devel .cvsignore, 1.8, 1.9 perl-IO-Socket-SSL.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200807161600.m6GG0n6R004282@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3761 Modified Files: .cvsignore perl-IO-Socket-SSL.spec sources Log Message: * Wed Jul 16 2008 Paul Howarth - 1.14-1 - Update to latest upstream version: 1.14 - BuildRequire perl(Net::SSLeay) >= 1.21 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 26 Oct 2007 18:18:32 -0000 1.8 +++ .cvsignore 16 Jul 2008 15:59:27 -0000 1.9 @@ -1 +1 @@ -IO-Socket-SSL-1.12.tar.gz +IO-Socket-SSL-1.14.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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-IO-Socket-SSL.spec 2 Mar 2008 15:57:00 -0000 1.11 +++ perl-IO-Socket-SSL.spec 16 Jul 2008 15:59:27 -0000 1.12 @@ -4,8 +4,8 @@ # Name: perl-IO-Socket-SSL -Version: 1.12 -Release: 4%{?dist} +Version: 1.14 +Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries License: GPL+ or Artistic @@ -13,7 +13,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker), perl(Net::SSLeay), perl(Test::Simple) +BuildRequires: perl(ExtUtils::MakeMaker), perl(Net::SSLeay) >= 1.21, perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +58,10 @@ %{_mandir}/man3/*.3* %changelog +* Wed Jul 16 2008 Paul Howarth - 1.14-1 +- Update to latest upstream version: 1.14 +- BuildRequire perl(Net::SSLeay) >= 1.21 + * Wed Feb 27 2008 Tom "spot" Callaway - 1.12-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 26 Oct 2007 18:18:32 -0000 1.8 +++ sources 16 Jul 2008 15:59:27 -0000 1.9 @@ -1 +1 @@ -0f6e80c15341094df16828a25dbaeeaa IO-Socket-SSL-1.12.tar.gz +367019d835019769caff824fb5713e11 IO-Socket-SSL-1.14.tar.gz From bugzilla at redhat.com Thu Jul 17 13:51:43 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jul 2008 09:51:43 -0400 Subject: [Bug 455731] New: RFE: Upgrade Test-CPAN-Meta to >= 0.12 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=455731 Summary: RFE: Upgrade Test-CPAN-Meta to >= 0.12 Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Test-CPAN-Meta AssignedTo: steve at silug.org ReportedBy: rc040203 at freenet.de QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: Could you please upgrade Test-CPAN-Meta to >= 0.12 for FC8 and FC9 (already in rawhide)? I have several updates/bugfixes to CPAN modules pending, whose testsuites would require Test::CPAN::Meta. TIA. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From kwizart at fedoraproject.org Thu Jul 17 19:21:25 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Thu, 17 Jul 2008 19:21:25 GMT Subject: rpms/perl-BDB/devel perl-BDB.spec,1.1,1.2 Message-ID: <200807171921.m6HJLPFK012765@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-BDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12348 Modified Files: perl-BDB.spec Log Message: 1.7 Thu Jul 17 14:09:25 CEST 2008 - use a totally different mechanism to pass callbacks to requests (see manpage). - optional arguments before the callback can now be left out. - use less memory per request, probably be a bit faster, too. - fix a memory leak (callbacks were never freed). - add a basic testsuite. - add (untested) support for cdsgroup_begin and db_exists. - make BDB::VERSION compatible to UNIVERSAL::VERSION. 1.6 Tue Jul 8 10:34:58 CEST 2008 - add new BDB::VERSION function for easy version checks. - work around broken bsd headers once more. - support for berkeley db 4.7 added. - add support for log_set_config and it's constants, and set_intermediate_dir_mode. - add db_env_dbrename and db_env_dbremove. Index: perl-BDB.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-BDB/devel/perl-BDB.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-BDB.spec 31 May 2008 12:43:30 -0000 1.1 +++ perl-BDB.spec 17 Jul 2008 19:20:38 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-BDB -Version: 1.5 +Version: 1.7 Release: 1%{?dist} Summary: Asynchronous Berkeley DB access @@ -52,6 +52,9 @@ %changelog +* Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.7-1 +- Update to 1.7 + * Tue May 27 2008 kwizart < kwizart at gmail.com > - 1.5-1 - Update to 1.5 From kwizart at fedoraproject.org Thu Jul 17 19:38:43 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Thu, 17 Jul 2008 19:38:43 GMT Subject: rpms/perl-Event-RPC/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 perl-Event-RPC.spec, 1.1, 1.2 Message-ID: <200807171938.m6HJch6h015902@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Event-RPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15807 Modified Files: .cvsignore sources perl-Event-RPC.spec Log Message: - Update to 1.00 Features: - load_modules option added to Event::RPC::Server. - timeout option added to Event::RPC::Client. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Event-RPC/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 31 May 2008 12:40:48 -0000 1.2 +++ .cvsignore 17 Jul 2008 19:37:57 -0000 1.3 @@ -1 +1 @@ -Event-RPC-0.90.tar.gz +Event-RPC-1.00.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Event-RPC/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 31 May 2008 12:40:48 -0000 1.2 +++ sources 17 Jul 2008 19:37:57 -0000 1.3 @@ -1 +1 @@ -ab908f6b359e83fdd2f583a44168aa85 Event-RPC-0.90.tar.gz +c9ec7ef0b67ed564d4e6f1fa2abf2f61 Event-RPC-1.00.tar.gz Index: perl-Event-RPC.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Event-RPC/devel/perl-Event-RPC.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Event-RPC.spec 31 May 2008 12:40:48 -0000 1.1 +++ perl-Event-RPC.spec 17 Jul 2008 19:37:57 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Event-RPC -Version: 0.90 -Release: 3%{?dist} +Version: 1.00 +Release: 1%{?dist} Summary: Event based transparent Client/Server RPC framework Group: Development/Libraries @@ -70,6 +70,9 @@ %changelog +* Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.00-1 +- Update to 1.00 + * Thu May 29 2008 kwizart < kwizart at gmail.com > - 0.90-3 - Fix directory ownership - Remove unwanted provides Test_class From bugzilla at redhat.com Thu Jul 17 21:01:54 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jul 2008 17:01:54 -0400 Subject: [Bug 247250] Conflicting Provides In-Reply-To: Message-ID: <200807172101.m6HL1s6L012829@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflicting Provides https://bugzilla.redhat.com/show_bug.cgi?id=247250 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|devel |rawhide -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Thu Jul 17 21:03:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jul 2008 17:03:03 -0400 Subject: [Bug 338031] installation of bugzilla fails ( missing dependency) In-Reply-To: Message-ID: <200807172103.m6HL333J016676@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: installation of bugzilla fails ( missing dependency) https://bugzilla.redhat.com/show_bug.cgi?id=338031 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|devel |rawhide -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Thu Jul 17 21:07:52 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jul 2008 17:07:52 -0400 Subject: [Bug 432176] Please do not depend on perl devel packages In-Reply-To: Message-ID: <200807172107.m6HL7qHZ024868@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Please do not depend on perl devel packages https://bugzilla.redhat.com/show_bug.cgi?id=432176 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |9 ------- Additional Comments From fedora-triage-list at redhat.com 2008-05-14 01:06 EST ------- Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jul 18 10:20:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Jul 2008 06:20:46 -0400 Subject: [Bug 448007] gscan2pdf not working In-Reply-To: Message-ID: <200807181020.m6IAKkXb019962@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: gscan2pdf not working https://bugzilla.redhat.com/show_bug.cgi?id=448007 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lxtnow at gmail.com, fedora- | |perl-devel-list at redhat.com AssignedTo|mmaslano at redhat.com |rc040203 at freenet.de Component|perl |perl-gettext ------- Additional Comments From mmaslano at redhat.com 2008-07-18 06:20 EST ------- The solution could be http://rt.cpan.org/Public/Bug/Display.html?id=35680 The patches are attached in rt bugzilla. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From kwizart at fedoraproject.org Fri Jul 18 11:29:22 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Fri, 18 Jul 2008 11:29:22 GMT Subject: rpms/perl-AnyEvent/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 perl-AnyEvent.spec, 1.1, 1.2 Message-ID: <200807181129.m6IBTMEF007600@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7503 Modified Files: .cvsignore sources perl-AnyEvent.spec Log Message: - Update to 4.21 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Jul 2008 21:48:21 -0000 1.2 +++ .cvsignore 18 Jul 2008 11:28:37 -0000 1.3 @@ -1 +1 @@ -AnyEvent-4.161.tar.gz +AnyEvent-4.21.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Jul 2008 21:48:21 -0000 1.2 +++ sources 18 Jul 2008 11:28:37 -0000 1.3 @@ -1 +1 @@ -f131ab601868a4f30fe3819931ae9093 AnyEvent-4.161.tar.gz +6fe3464f513dd8e45b1d64049d84bfdf AnyEvent-4.21.tar.gz Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/perl-AnyEvent.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-AnyEvent.spec 4 Jul 2008 21:48:21 -0000 1.1 +++ perl-AnyEvent.spec 18 Jul 2008 11:28:37 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-AnyEvent -Version: 4.161 +Version: 4.21 Release: 1%{?dist} Summary: Framework for multiple event loops @@ -75,6 +75,9 @@ %changelog +* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 4.21-1 +- Update to 4.21 + * Fri Jul 4 2008 kwizart < kwizart at gmail.com > - 4.161-1 - Update to 4.161 From corsepiu at fedoraproject.org Fri Jul 18 12:12:44 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 18 Jul 2008 12:12:44 GMT Subject: rpms/perl-Class-MethodMaker/devel perl-Class-MethodMaker.spec, 1.13, 1.14 Message-ID: <200807181212.m6ICCikb016743@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16637 Modified Files: perl-Class-MethodMaker.spec Log Message: * Fri Jul 18 2008 Ralf Cors??pius - 2.10-4 - Remove %clean ||: (BZ 449442, FTBFS). - Use %version in Source0-URL. - Don't skip 0-signature.t. - Misc. minor spec-file overhaul. Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/perl-Class-MethodMaker.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Class-MethodMaker.spec 2 Mar 2008 15:51:28 -0000 1.13 +++ perl-Class-MethodMaker.spec 18 Jul 2008 12:11:53 -0000 1.14 @@ -1,19 +1,18 @@ -%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} - Name: perl-Class-MethodMaker Version: 2.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl module for creating generic object-oriented methods Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/~schwigon/Class-MethodMaker/ -Source0: http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-2.10.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(IPC::Run) BuildRequires: perl(ExtUtils::MakeMaker) +# Required by the tests +BuildRequires: perl(IPC::Run) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -25,9 +24,8 @@ %setup -q -n Class-MethodMaker-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile -make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -37,8 +35,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : -mv t/0-signature.t t/0-signature.t.skip +%check make test %clean @@ -53,6 +50,12 @@ %{_mandir}/man3/*.3* %changelog +* Fri Jul 18 2008 Ralf Cors??pius - 2.10-4 +- Remove %%clean ||: (BZ 449442, FTBFS). +- Use %%version in Source0-URL. +- Don't skip 0-signature.t. +- Misc. minor spec-file overhaul. + * Wed Feb 27 2008 Tom "spot" Callaway - 2.10-3 - Rebuild for perl 5.10 (again) From bugzilla at redhat.com Fri Jul 18 12:12:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Jul 2008 08:12:56 -0400 Subject: [Bug 449442] FTBFS perl-Class-MethodMaker-2.10-3.fc9 In-Reply-To: Message-ID: <200807181212.m6ICCug2006438@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Class-MethodMaker-2.10-3.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449442 rc040203 at freenet.de changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|dgregor at redhat.com |rc040203 at freenet.de Status|NEW |ASSIGNED ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 13:03 EST ------- Created an attachment (id=307518) --> (https://bugzilla.redhat.com/attachment.cgi?id=307518&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 13:04 EST ------- Created an attachment (id=307519) --> (https://bugzilla.redhat.com/attachment.cgi?id=307519&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 13:04 EST ------- Created an attachment (id=307520) --> (https://bugzilla.redhat.com/attachment.cgi?id=307520&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 13:04 EST ------- Created an attachment (id=307521) --> (https://bugzilla.redhat.com/attachment.cgi?id=307521&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From rc040203 at freenet.de 2008-07-18 08:12 EST ------- Maintainer seems to have gone AWOL. I am going to fix 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, or are watching someone who is. From corsepiu at fedoraproject.org Fri Jul 18 12:16:28 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 18 Jul 2008 12:16:28 GMT Subject: rpms/perl-Class-MethodMaker/F-9 perl-Class-MethodMaker.spec, 1.13, 1.14 Message-ID: <200807181216.m6ICGSh2016981@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16938 Modified Files: perl-Class-MethodMaker.spec Log Message: * Fri Jul 18 2008 Ralf Cors??pius - 2.10-4 - Remove %clean ||: (BZ 449442, FTBFS). - Use %version in Source0-URL. - Don't skip 0-signature.t. - Misc. minor spec-file overhaul. Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/perl-Class-MethodMaker.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Class-MethodMaker.spec 2 Mar 2008 15:51:28 -0000 1.13 +++ perl-Class-MethodMaker.spec 18 Jul 2008 12:15:30 -0000 1.14 @@ -1,19 +1,18 @@ -%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} - Name: perl-Class-MethodMaker Version: 2.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl module for creating generic object-oriented methods Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/~schwigon/Class-MethodMaker/ -Source0: http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-2.10.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(IPC::Run) BuildRequires: perl(ExtUtils::MakeMaker) +# Required by the tests +BuildRequires: perl(IPC::Run) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -25,9 +24,8 @@ %setup -q -n Class-MethodMaker-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile -make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -37,8 +35,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : -mv t/0-signature.t t/0-signature.t.skip +%check make test %clean @@ -53,6 +50,12 @@ %{_mandir}/man3/*.3* %changelog +* Fri Jul 18 2008 Ralf Cors??pius - 2.10-4 +- Remove %%clean ||: (BZ 449442, FTBFS). +- Use %%version in Source0-URL. +- Don't skip 0-signature.t. +- Misc. minor spec-file overhaul. + * Wed Feb 27 2008 Tom "spot" Callaway - 2.10-3 - Rebuild for perl 5.10 (again) From bugzilla at redhat.com Fri Jul 18 12:53:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Jul 2008 08:53:27 -0400 Subject: [Bug 449442] FTBFS perl-Class-MethodMaker-2.10-3.fc9 In-Reply-To: Message-ID: <200807181253.m6ICrRbu013292@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Class-MethodMaker-2.10-3.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449442 rc040203 at freenet.de changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|rc040203 at freenet.de |dgregor at redhat.com Status|ASSIGNED |CLOSED Resolution| |RAWHIDE ------- Additional Comments From rc040203 at freenet.de 2008-07-18 08:53 EST ------- Should be fixed in perl-Class-MethodMaker >= 2.10-4%{?dist} -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From corsepiu at fedoraproject.org Fri Jul 18 13:06:50 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 18 Jul 2008 13:06:50 GMT Subject: rpms/perl-Class-MethodMaker/devel .cvsignore, 1.6, 1.7 perl-Class-MethodMaker.spec, 1.14, 1.15 sources, 1.6, 1.7 Message-ID: <200807181306.m6ID6o3n026174@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26064 Modified Files: .cvsignore perl-Class-MethodMaker.spec sources Log Message: * Fri Jul 18 2008 Ralf Cors??pius - 2.11-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Jan 2008 16:17:06 -0000 1.6 +++ .cvsignore 18 Jul 2008 13:05:51 -0000 1.7 @@ -1 +1 @@ -Class-MethodMaker-2.10.tar.gz +Class-MethodMaker-2.11.tar.gz Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/perl-Class-MethodMaker.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Class-MethodMaker.spec 18 Jul 2008 12:11:53 -0000 1.14 +++ perl-Class-MethodMaker.spec 18 Jul 2008 13:05:51 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-Class-MethodMaker -Version: 2.10 -Release: 4%{?dist} +Version: 2.11 +Release: 1%{?dist} Summary: Perl module for creating generic object-oriented methods Group: Development/Libraries @@ -50,6 +50,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Jul 18 2008 Ralf Cors??pius - 2.11-1 +- Upstream update. + * Fri Jul 18 2008 Ralf Cors??pius - 2.10-4 - Remove %%clean ||: (BZ 449442, FTBFS). - Use %%version in Source0-URL. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Jan 2008 16:17:06 -0000 1.6 +++ sources 18 Jul 2008 13:05:51 -0000 1.7 @@ -1 +1 @@ -97181580315dd9776eafae67827c909f Class-MethodMaker-2.10.tar.gz +61ed8327e50b99e574c5f5ce1a835d36 Class-MethodMaker-2.11.tar.gz From corsepiu at fedoraproject.org Fri Jul 18 16:26:37 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 18 Jul 2008 16:26:37 GMT Subject: rpms/perl-Class-MethodMaker/F-9 .cvsignore, 1.6, 1.7 perl-Class-MethodMaker.spec, 1.14, 1.15 sources, 1.6, 1.7 Message-ID: <200807181626.m6IGQbQn008474@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8312 Modified Files: .cvsignore perl-Class-MethodMaker.spec sources Log Message: * Fri Jul 18 2008 Ralf Cors??pius - 2.11-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Jan 2008 16:17:06 -0000 1.6 +++ .cvsignore 18 Jul 2008 16:25:38 -0000 1.7 @@ -1 +1 @@ -Class-MethodMaker-2.10.tar.gz +Class-MethodMaker-2.11.tar.gz Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/perl-Class-MethodMaker.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Class-MethodMaker.spec 18 Jul 2008 12:15:30 -0000 1.14 +++ perl-Class-MethodMaker.spec 18 Jul 2008 16:25:38 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-Class-MethodMaker -Version: 2.10 -Release: 4%{?dist} +Version: 2.11 +Release: 1%{?dist} Summary: Perl module for creating generic object-oriented methods Group: Development/Libraries @@ -50,6 +50,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Jul 18 2008 Ralf Cors??pius - 2.11-1 +- Upstream update. + * Fri Jul 18 2008 Ralf Cors??pius - 2.10-4 - Remove %%clean ||: (BZ 449442, FTBFS). - Use %%version in Source0-URL. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Jan 2008 16:17:06 -0000 1.6 +++ sources 18 Jul 2008 16:25:38 -0000 1.7 @@ -1 +1 @@ -97181580315dd9776eafae67827c909f Class-MethodMaker-2.10.tar.gz +61ed8327e50b99e574c5f5ce1a835d36 Class-MethodMaker-2.11.tar.gz From cweyl at fedoraproject.org Fri Jul 18 21:16:58 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 18 Jul 2008 21:16:58 GMT Subject: rpms/perl-Moose/devel .cvsignore, 1.18, 1.19 perl-Moose.spec, 1.23, 1.24 sources, 1.18, 1.19 Message-ID: <200807182116.m6ILGwbo026180@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26149 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Fri Jul 18 2008 Chris Weyl 0.54-1 - update to 0.54 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 28 Jun 2008 19:01:29 -0000 1.18 +++ .cvsignore 18 Jul 2008 21:16:09 -0000 1.19 @@ -1 +1 @@ -Moose-0.51.tar.gz +Moose-0.54.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- perl-Moose.spec 28 Jun 2008 19:01:29 -0000 1.23 +++ perl-Moose.spec 18 Jul 2008 21:16:09 -0000 1.24 @@ -1,13 +1,13 @@ Name: perl-Moose -Version: 0.51 +Version: 0.54 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Moose/ # source tends to flip between these three authors -Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz -#Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz +#Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz #Source0: http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/Moose-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -107,6 +107,9 @@ %{_mandir}/man3/* %changelog +* Fri Jul 18 2008 Chris Weyl 0.54-1 +- update to 0.54 + * Sat Jun 28 2008 Chris Weyl 0.51-1 - update to 0.51 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 28 Jun 2008 19:01:29 -0000 1.18 +++ sources 18 Jul 2008 21:16:09 -0000 1.19 @@ -1 +1 @@ -a6f36fc2874a01dafcce09fcd3301111 Moose-0.51.tar.gz +53b5cddeb1e287b29f87966c9ad3e433 Moose-0.54.tar.gz From bugzilla at redhat.com Fri Jul 18 22:40:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Jul 2008 18:40:42 -0400 Subject: [Bug 245225] perl-GD build warning perl-GD-2.35-2.fc6.src.rpm In-Reply-To: Message-ID: <200807182240.m6IMegJE023633@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm https://bugzilla.redhat.com/show_bug.cgi?id=245225 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jpo at di.uminho.pt |tcallawa at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jul 18 22:38:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Jul 2008 18:38:37 -0400 Subject: [Bug 251960] perl-File-Which for EPEL? In-Reply-To: Message-ID: <200807182238.m6IMcbvj023167@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-File-Which for EPEL? https://bugzilla.redhat.com/show_bug.cgi?id=251960 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jpo at di.uminho.pt |tcallawa at redhat.com Status Whiteboard| bzcl34nup |bzcl34nup -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at alumni.drew.edu Fri Jul 18 22:44:54 2008 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Fri, 18 Jul 2008 15:44:54 -0700 Subject: unmaitained bugs In-Reply-To: <481F05F8.1090401@redhat.com> References: <481F05F8.1090401@redhat.com> Message-ID: <7dd7ab490807181544n2dc379b3l590dc3bb37810add@mail.gmail.com> 2008/5/5 Marcela Maslanova : > > I found some old bugs from F7 and F8, which are still assigned on jpo. I suppose these packages were split between us. Could you please look at them before heavy automatic cleaning of bugzilla (F7)? > > https://bugzilla.redhat.com/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&version=&component=&target_milestone=&query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=MODIFIED&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&fixed_in_type=allwordssubstr&fixed_in=&qa_whiteboard_type=allwordssubstr&qa_whiteboard=&devel_whiteboard_type=allwordssubstr&devel_whiteboard=&keywords_type=allwords&keywords=&cust_facing=&cust_facing_type=substring&bugidtype=include&bug_id=&emailassigned_to1=1&emailtype1=exact&email1=jpo%40di.uminho.pt&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=exact&email2=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= FWIW, I went through and hit "reset to owner/qa of selected component" for the remaining 5. -Chris -- Chris Weyl Ex astris, scientia From buildsys at fedoraproject.org Sun Jul 20 12:17:15 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 20 Jul 2008 12:17:15 -0000 Subject: Broken dependencies in EPEL - 2008-07-20 Message-ID: <20080720121715.29431.59849@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jul 20 12:22:01 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 20 Jul 2008 12:22:01 -0000 Subject: Broken dependencies in EPEL - 2008-07-20 Message-ID: <20080720122201.29466.37657@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-x86_64 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jul 20 12:26:25 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 20 Jul 2008 12:26:25 -0000 Subject: Broken dependencies in EPEL - 2008-07-20 Message-ID: <20080720122625.29502.5151@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(Archive::Zip) From pertusus at fedoraproject.org Sun Jul 20 13:44:47 2008 From: pertusus at fedoraproject.org (Patrice Dumas) Date: Sun, 20 Jul 2008 13:44:47 GMT Subject: rpms/perl-Math-MatrixReal/devel .cvsignore, 1.2, 1.3 perl-Math-MatrixReal.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200807201344.m6KDilBO025721@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-Math-MatrixReal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25605 Modified Files: .cvsignore perl-Math-MatrixReal.spec sources Log Message: * Sun Jul 20 2008 Patrice Dumas 2.05-1 - update to 2.05 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Math-MatrixReal/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 22 Feb 2008 22:12:26 -0000 1.2 +++ .cvsignore 20 Jul 2008 13:44:00 -0000 1.3 @@ -1 +1 @@ -Math-MatrixReal-2.03.tar.gz +Math-MatrixReal-2.05.tar.gz Index: perl-Math-MatrixReal.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-MatrixReal/devel/perl-Math-MatrixReal.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Math-MatrixReal.spec 10 Mar 2008 17:41:48 -0000 1.2 +++ perl-Math-MatrixReal.spec 20 Jul 2008 13:44:00 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Math-MatrixReal -Version: 2.03 -Release: 2%{?dist} +Version: 2.05 +Release: 1%{?dist} Summary: Manipulate matrix of reals License: GPL+ or Artistic Group: Development/Libraries @@ -9,13 +9,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) perl(File::Spec) perl(Test::Simple) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Implements the data type "matrix of reals", which can be used almost like -any other basic Perl type thanks to OPERATOR OVERLOADING, i.e., - $product = $matrix1 * $matrix2; -does what you would like it to do (a matrix multiplication). +Implements the data type "matrix of reals" (and consequently also +"vector of reals") which can be used almost like any other basic +Perl type thanks to OPERATOR OVERLOADING, i.e., + + $A = $matrix1 * $matrix2; + $B = $A ** 2; + $C = $A + 2*B; + $D = $C - $B/2; + $inverse = $C ** -1; + $inverse = 1/$C; + +does what you would like it to do. %prep %setup -q -n Math-MatrixReal-%{version} @@ -45,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Sun Jul 20 2008 Patrice Dumas 2.05-1 +- update to 2.05 + * Mon Mar 10 2008 Tom "spot" Callaway 2.03-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Math-MatrixReal/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 Feb 2008 22:12:26 -0000 1.2 +++ sources 20 Jul 2008 13:44:00 -0000 1.3 @@ -1 +1 @@ -ddec2540dfe7a719225d2abd5be3ce52 Math-MatrixReal-2.03.tar.gz +67f23122424830b5eea044f987b892b9 Math-MatrixReal-2.05.tar.gz From bugzilla at redhat.com Sun Jul 20 20:54:18 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 20 Jul 2008 16:54:18 -0400 Subject: [Bug 444745] Review Request: perl-Tk-TableMatrix - Perl module for creating and manipulating tables In-Reply-To: Message-ID: <200807202054.m6KKsIxq027479@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: perl-Tk-TableMatrix - Perl module for creating and manipulating tables https://bugzilla.redhat.com/show_bug.cgi?id=444745 kwizart at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |456019 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jul 20 20:54:17 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 20 Jul 2008 16:54:17 -0400 Subject: [Bug 456019] New: Can we have libpTk.a built shared within perl-Tk ? Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=456019 Summary: Can we have libpTk.a built shared within perl-Tk ? Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Tk AssignedTo: andreas.bierfert at lowlatency.de ReportedBy: kwizart at gmail.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: libpTk.a is built statically within perl-Tk package. This file isn't provided, so any dependency that what to extend the widget for perl-Tk will need to build again this static library. I would be better to have a shared built instead (if doable) Version-Release number of selected component (if applicable): current perl-Tk How reproducible: always Steps to Reproduce: 1. built a perl-Tk dependency that extend the widget capability (case study perl-Tk-TableMatrix, see #444745) 2. by default it will build the libpTk.a again 3. Each Shared Objet widget will pick from libpTk.a as needed, raising the size of the resulting .so (if not having duplicate code). Actual results: -llibpTk is using libpTk.a Expected results: -llibpTk should use libpTk.so Additional info: The related licenses files should probably be added to the 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, or are watching someone who is. From bugzilla at redhat.com Sun Jul 20 20:57:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 20 Jul 2008 16:57:13 -0400 Subject: [Bug 456019] Can we have libpTk.a built shared within perl-Tk ? In-Reply-To: Message-ID: <200807202057.m6KKvD2l000655@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Can we have libpTk.a built shared within perl-Tk ? https://bugzilla.redhat.com/show_bug.cgi?id=456019 kwizart at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO|444745 | nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From hardaker at fedoraproject.org Mon Jul 21 16:06:35 2008 From: hardaker at fedoraproject.org (Wes Hardaker) Date: Mon, 21 Jul 2008 16:06:35 GMT Subject: rpms/perl-Crypt-OpenSSL-X509/devel .cvsignore, 1.4, 1.5 perl-Crypt-OpenSSL-X509.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200807211606.m6LG6ZKt021711@cvs-int.fedora.redhat.com> Author: hardaker Update of /cvs/extras/rpms/perl-Crypt-OpenSSL-X509/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21608 Modified Files: .cvsignore perl-Crypt-OpenSSL-X509.spec sources Log Message: update to new 0.7 sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-X509/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Feb 2008 20:18:04 -0000 1.4 +++ .cvsignore 21 Jul 2008 16:05:49 -0000 1.5 @@ -1 +1 @@ -Crypt-OpenSSL-X509-0.6.tar.gz +Crypt-OpenSSL-X509-0.7.tar.gz Index: perl-Crypt-OpenSSL-X509.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-X509/devel/perl-Crypt-OpenSSL-X509.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Crypt-OpenSSL-X509.spec 7 Mar 2008 01:57:42 -0000 1.6 +++ perl-Crypt-OpenSSL-X509.spec 21 Jul 2008 16:05:49 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-X509 -Version: 0.6 -Release: 2%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: Perl interface to OpenSSL for X509 License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Mon Jul 21 2008 Wes Hardaker - 0.7-1 +- Updated to upstream 0.7 + * Thu Mar 06 2008 Tom "spot" Callaway - 0.6-2 Rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-X509/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Feb 2008 20:18:04 -0000 1.4 +++ sources 21 Jul 2008 16:05:49 -0000 1.5 @@ -1 +1 @@ -efe63004d054a4b28da1296ce7ca511a Crypt-OpenSSL-X509-0.6.tar.gz +49d9481c82e764fa8fdd955a48b6c250 Crypt-OpenSSL-X509-0.7.tar.gz From bugzilla at redhat.com Mon Jul 21 16:12:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jul 2008 12:12:46 -0400 Subject: [Bug 447094] perl-Crypt-OpenSSL-X509-0.7 is available In-Reply-To: Message-ID: <200807211612.m6LGCku1027109@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Crypt-OpenSSL-X509-0.7 is available https://bugzilla.redhat.com/show_bug.cgi?id=447094 wjhns174 at hardakers.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From wjhns174 at hardakers.net 2008-07-21 12:12 EST ------- devel branch updated; 0.7 does nothing other than build time fixes so I'm not going to push it into the older fedora releases since it provides no benefits. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 21 18:10:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jul 2008 14:10:40 -0400 Subject: [Bug 456144] New: Package build failed Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=456144 Summary: Package build failed Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: amavisd-new AssignedTo: steve at silug.org ReportedBy: miguel.filho at gmail.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com I've tried to build the 2.6.1 using the devel branch on CentOS 5, but two patches fail to apply. amavisd-conf.patch amavisd-db.patch I'm submitting updated patches that work. ------- Additional Comments From miguel.filho at gmail.com 2008-07-21 14:10 EST ------- Created an attachment (id=312286) --> (https://bugzilla.redhat.com/attachment.cgi?id=312286&action=view) Updated fix for amavisd-nanny -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 21 18:12:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jul 2008 14:12:07 -0400 Subject: [Bug 456144] Package build failed In-Reply-To: Message-ID: <200807211812.m6LIC7VM024508@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Package build failed https://bugzilla.redhat.com/show_bug.cgi?id=456144 ------- Additional Comments From miguel.filho at gmail.com 2008-07-21 14:12 EST ------- Created an attachment (id=312287) --> (https://bugzilla.redhat.com/attachment.cgi?id=312287&action=view) Updated defauls for amavisd.conf -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Mon Jul 21 18:59:26 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 21 Jul 2008 18:59:26 GMT Subject: rpms/perl-File-Which/EL-5 perl-File-Which.spec,1.3,1.4 Message-ID: <200807211859.m6LIxQme016549@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-File-Which/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16512/EL-5 Modified Files: perl-File-Which.spec Log Message: sync up Index: perl-File-Which.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Which/EL-5/perl-File-Which.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-File-Which.spec 15 Oct 2007 20:41:46 -0000 1.3 +++ perl-File-Which.spec 21 Jul 2008 18:58:36 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-File-Which Version: 0.05 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Portable implementation of the 'which' utility Group: Development/Libraries @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -55,6 +56,16 @@ %changelog +* Wed Feb 27 2008 Tom "spot" Callaway - 0.05-4 +- Rebuild for perl 5.10 (again) + +* Fri Jan 11 2008 Tom "spot" Callaway - 0.05-3 +- rebuild for new perl + +* Mon Oct 15 2007 Tom "spot" Callaway - 0.05-2.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Mon Dec 18 2006 Jose Pedro Oliveira - 0.05-2 - find: fixed arguments order. From bugzilla at redhat.com Mon Jul 21 19:04:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jul 2008 15:04:29 -0400 Subject: [Bug 245225] perl-GD build warning perl-GD-2.35-2.fc6.src.rpm In-Reply-To: Message-ID: <200807211904.m6LJ4TE1029938@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm https://bugzilla.redhat.com/show_bug.cgi?id=245225 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE ------- Additional Comments From tcallawa at redhat.com 2008-07-21 15:04 EST ------- Fixed in rawhide (2.39-1). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Mon Jul 21 19:05:09 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 21 Jul 2008 19:05:09 GMT Subject: rpms/perl-GD/devel .cvsignore, 1.11, 1.12 perl-GD.spec, 1.23, 1.24 sources, 1.11, 1.12 Message-ID: <200807211905.m6LJ5993023545@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-GD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23498 Modified Files: .cvsignore perl-GD.spec sources Log Message: update to 2.39 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Sep 2006 13:22:39 -0000 1.11 +++ .cvsignore 21 Jul 2008 19:04:14 -0000 1.12 @@ -1 +1 @@ -GD-2.35.tar.gz +GD-2.39.tar.gz Index: perl-GD.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/perl-GD.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- perl-GD.spec 4 Apr 2008 20:58:31 -0000 1.23 +++ perl-GD.spec 21 Jul 2008 19:04:15 -0000 1.24 @@ -6,8 +6,8 @@ Name: perl-GD -Version: 2.35 -Release: 7%{?dist} +Version: 2.39 +Release: 1%{?dist} Summary: Perl interface to the GD graphics library Group: Development/Libraries @@ -75,6 +75,9 @@ %changelog +* Mon Jul 21 2008 Tom "spot" Callaway - 2.39-1 +- update to 2.39 + * Fri Apr 4 2008 Tom "spot" Callaway - 2.35-7 - tests work fine locally, one fails in mock, maybe needs a desktop? conditionalized them, default off. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Sep 2006 13:22:39 -0000 1.11 +++ sources 21 Jul 2008 19:04:15 -0000 1.12 @@ -1 +1 @@ -dfc3e16e85a17aab7ee1029fbe307fca GD-2.35.tar.gz +5fdb681e5614236e7a952a07eabc8791 GD-2.39.tar.gz From bugzilla at redhat.com Mon Jul 21 19:06:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jul 2008 15:06:03 -0400 Subject: [Bug 251960] perl-File-Which for EPEL? In-Reply-To: Message-ID: <200807211906.m6LJ63pV002465@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-File-Which for EPEL? https://bugzilla.redhat.com/show_bug.cgi?id=251960 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From tcallawa at redhat.com 2008-07-21 15:06 EST ------- Built for EL-4 and EL-5. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Mon Jul 21 19:11:00 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 21 Jul 2008 19:11:00 GMT Subject: rpms/perl-Mail-IMAPClient/F-9 perl-Mail-IMAPClient.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200807211911.m6LJB0Ll023912@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/F-9 Modified Files: perl-Mail-IMAPClient.spec sources Log Message: update to 3.08 Index: perl-Mail-IMAPClient.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-9/perl-Mail-IMAPClient.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Mail-IMAPClient.spec 11 Mar 2008 15:00:51 -0000 1.5 +++ perl-Mail-IMAPClient.spec 21 Jul 2008 19:09:39 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-Mail-IMAPClient -Version: 3.05 +Version: 3.08 Release: 1%{?dist} Summary: An IMAP Client API Group: Development/Libraries @@ -47,6 +47,9 @@ %{_mandir}/man3/*.3* %changelog +* Mon Jul 21 2008 Tom "spot" Callaway - 3.08-1 +- 3.08 + * Tue Mar 11 2008 Tom "spot" Callaway - 3.05-1 - 3.05 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Mar 2008 15:00:51 -0000 1.3 +++ sources 21 Jul 2008 19:09:39 -0000 1.4 @@ -1 +1 @@ -d1ee4d5b44aa3fb677c8676b45f70d3a Mail-IMAPClient-3.05.tar.gz +688f219e676b0c9da0ce2892449c7c1f Mail-IMAPClient-3.08.tar.gz From spot at fedoraproject.org Mon Jul 21 19:11:00 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 21 Jul 2008 19:11:00 GMT Subject: rpms/perl-Mail-IMAPClient/devel .cvsignore, 1.3, 1.4 perl-Mail-IMAPClient.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200807211911.m6LJB0aJ023910@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-IMAPClient/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23852/devel Modified Files: .cvsignore perl-Mail-IMAPClient.spec sources Log Message: update to 3.08 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Mar 2008 15:00:51 -0000 1.3 +++ .cvsignore 21 Jul 2008 19:10:01 -0000 1.4 @@ -1 +1 @@ -Mail-IMAPClient-3.05.tar.gz +Mail-IMAPClient-3.08.tar.gz Index: perl-Mail-IMAPClient.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/devel/perl-Mail-IMAPClient.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Mail-IMAPClient.spec 11 Mar 2008 15:00:51 -0000 1.5 +++ perl-Mail-IMAPClient.spec 21 Jul 2008 19:10:01 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-Mail-IMAPClient -Version: 3.05 +Version: 3.08 Release: 1%{?dist} Summary: An IMAP Client API Group: Development/Libraries @@ -47,6 +47,9 @@ %{_mandir}/man3/*.3* %changelog +* Mon Jul 21 2008 Tom "spot" Callaway - 3.08-1 +- 3.08 + * Tue Mar 11 2008 Tom "spot" Callaway - 3.05-1 - 3.05 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Mar 2008 15:00:51 -0000 1.3 +++ sources 21 Jul 2008 19:10:01 -0000 1.4 @@ -1 +1 @@ -d1ee4d5b44aa3fb677c8676b45f70d3a Mail-IMAPClient-3.05.tar.gz +688f219e676b0c9da0ce2892449c7c1f Mail-IMAPClient-3.08.tar.gz From bugzilla at redhat.com Mon Jul 21 19:13:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jul 2008 15:13:01 -0400 Subject: [Bug 456144] Package build failed In-Reply-To: Message-ID: <200807211913.m6LJD1dJ003706@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Package build failed https://bugzilla.redhat.com/show_bug.cgi?id=456144 ------- Additional Comments From steve at silug.org 2008-07-21 15:13 EST ------- Thanks. I hadn't actually built 2.6.1 yet. I've been waiting for someone to review perl-Mail-ClamAV (bug #454687). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Mon Jul 21 19:16:52 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 21 Jul 2008 19:16:52 GMT Subject: rpms/perl-Mail-Box/F-9 perl-Mail-Box.spec,1.6,1.7 sources,1.3,1.4 Message-ID: <200807211916.m6LJGqUd024364@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-Box/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24289 Modified Files: perl-Mail-Box.spec sources Log Message: update to 2.082 Index: perl-Mail-Box.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/F-9/perl-Mail-Box.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Mail-Box.spec 4 Mar 2008 00:48:37 -0000 1.6 +++ perl-Mail-Box.spec 21 Jul 2008 19:15:58 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Mail-Box -Version: 2.073 -Release: 5%{?dist} +Version: 2.082 +Release: 1%{?dist} Summary: Manage a mailbox, a folder with messages Group: Development/Libraries License: GPL+ or Artistic @@ -18,6 +18,8 @@ BuildRequires: perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), perl(User::Identity) BuildRequires: perl(Time::Zone), perl(Email::Simple) BuildRequires: perl(Email::Abstract) +# When perl(TAP::Harness) shows up, uncomment this, and re-enable the tests. +# BuildRequires: perl(TAP::Harness) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -63,7 +65,9 @@ recode $RPM_BUILD_ROOT%{_mandir}/man3/Mail::Message::Field.3pm iso-8859-1 %check -make test +# We now need perl(TAP::Harness) to run the tests, which is coming but is not +# here just yet. +# make test %clean rm -rf $RPM_BUILD_ROOT @@ -75,6 +79,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Jun 5 2008 Tom "spot" Callaway - 2.082-1 +- update to 2.082 + * Mon Mar 3 2008 Tom "spot" Callaway - 2.073-5 - Rebuild second pass, tests enabled Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 26 Aug 2007 16:24:57 -0000 1.3 +++ sources 21 Jul 2008 19:15:58 -0000 1.4 @@ -1,2 +1 @@ -f6b0da296a582e06880f93f166f57bb7 Mail-Box-2.070.tar.gz -b8811e618cd57b0c343e0426889989c0 Mail-Box-2.073.tar.gz +94a40a9d49bf03744efaeb240e53c49f Mail-Box-2.082.tar.gz From bugzilla at redhat.com Mon Jul 21 19:20:24 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jul 2008 15:20:24 -0400 Subject: [Bug 442448] New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings In-Reply-To: Message-ID: <200807211920.m6LJKOww005431@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings https://bugzilla.redhat.com/show_bug.cgi?id=442448 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |9 ------- Additional Comments From fedora-triage-list at redhat.com 2008-05-14 05:26 EST ------- Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping ------- Additional Comments From updates at fedoraproject.org 2008-07-21 15:20 EST ------- perl-Mail-IMAPClient-3.08-1.fc9 has been submitted as an update for Fedora 9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 21 19:30:18 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jul 2008 15:30:18 -0400 Subject: [Bug 442447] perl-Mail-Box is out-of-date, please update In-Reply-To: Message-ID: <200807211930.m6LJUIbs003292@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Mail-Box is out-of-date, please update https://bugzilla.redhat.com/show_bug.cgi?id=442447 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |9 ------- Additional Comments From fedora-triage-list at redhat.com 2008-05-14 05:26 EST ------- Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping ------- Additional Comments From updates at fedoraproject.org 2008-07-21 15:30 EST ------- perl-Mail-Box-2.082-1.fc9 has been submitted as an update for Fedora 9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 21 19:32:09 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jul 2008 15:32:09 -0400 Subject: [Bug 456144] Package build failed In-Reply-To: Message-ID: <200807211932.m6LJW9pK003465@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Package build failed https://bugzilla.redhat.com/show_bug.cgi?id=456144 miguel.filho at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #312287|0 |1 is obsolete| | ------- Additional Comments From miguel.filho at gmail.com 2008-07-21 15:32 EST ------- Created an attachment (id=312292) --> (https://bugzilla.redhat.com/attachment.cgi?id=312292&action=view) Updated defauls for amavisd.conf The previous patch had a typo on the $HOME configurarion -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Tue Jul 22 03:43:22 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 22 Jul 2008 03:43:22 GMT Subject: rpms/perl-Catalyst-Controller-BindLex/devel .cvsignore, 1.2, 1.3 perl-Catalyst-Controller-BindLex.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200807220343.m6M3hM2R008163@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8026 Modified Files: .cvsignore perl-Catalyst-Controller-BindLex.spec sources Log Message: * Mon Jul 21 2008 Chris Weyl 0.05-1 - update to 0.05 - switch to Module::Install incantations Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Mar 2008 16:31:39 -0000 1.2 +++ .cvsignore 22 Jul 2008 03:42:32 -0000 1.3 @@ -1 +1 @@ -Catalyst-Controller-BindLex-0.03.tar.gz +Catalyst-Controller-BindLex-0.05.tar.gz Index: perl-Catalyst-Controller-BindLex.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/devel/perl-Catalyst-Controller-BindLex.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Catalyst-Controller-BindLex.spec 19 Mar 2008 16:32:26 -0000 1.2 +++ perl-Catalyst-Controller-BindLex.spec 22 Jul 2008 03:42:32 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Catalyst-Controller-BindLex -Version: 0.03 -Release: 2%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Stash your lexical goodness License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Controller-BindLex/ -Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Controller-BindLex-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Catalyst-Controller-BindLex-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -15,7 +15,7 @@ BuildRequires: perl(Catalyst) BuildRequires: perl(Devel::Caller) BuildRequires: perl(Devel::LexAlias) -BuildRequires: perl(Module::Build) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(PadWalker) BuildRequires: perl(Test::use::ok) @@ -27,19 +27,21 @@ %setup -q -n Catalyst-Controller-BindLex-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install rm -rf %{buildroot} -./Build install destdir=%{buildroot} create_packlist=0 +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 -./Build test +make test %clean rm -rf %{buildroot} @@ -51,6 +53,10 @@ %{_mandir}/man3/* %changelog +* Mon Jul 21 2008 Chris Weyl 0.05-1 +- update to 0.05 +- switch to Module::Install incantations + * Wed Mar 19 2008 Chris Weyl 0.03-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Mar 2008 16:31:39 -0000 1.2 +++ sources 22 Jul 2008 03:42:32 -0000 1.3 @@ -1 +1 @@ -b498197c02104352563ad20ee4a5d1f9 Catalyst-Controller-BindLex-0.03.tar.gz +b484eb78f594768073760c9bab31cf1c Catalyst-Controller-BindLex-0.05.tar.gz From cweyl at fedoraproject.org Tue Jul 22 04:26:33 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 22 Jul 2008 04:26:33 GMT Subject: rpms/perl-Catalyst-Controller-BindLex/F-9 perl-Catalyst-Controller-BindLex.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200807220426.m6M4QXe0019661@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19616 Modified Files: perl-Catalyst-Controller-BindLex.spec sources Log Message: * Mon Jul 21 2008 Chris Weyl 0.05-1 - update to 0.05 - switch to Module::Install incantations Index: perl-Catalyst-Controller-BindLex.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/F-9/perl-Catalyst-Controller-BindLex.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Catalyst-Controller-BindLex.spec 19 Mar 2008 16:32:26 -0000 1.2 +++ perl-Catalyst-Controller-BindLex.spec 22 Jul 2008 04:25:45 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Catalyst-Controller-BindLex -Version: 0.03 -Release: 2%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Stash your lexical goodness License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Controller-BindLex/ -Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Controller-BindLex-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Catalyst-Controller-BindLex-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -15,7 +15,7 @@ BuildRequires: perl(Catalyst) BuildRequires: perl(Devel::Caller) BuildRequires: perl(Devel::LexAlias) -BuildRequires: perl(Module::Build) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(PadWalker) BuildRequires: perl(Test::use::ok) @@ -27,19 +27,21 @@ %setup -q -n Catalyst-Controller-BindLex-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install rm -rf %{buildroot} -./Build install destdir=%{buildroot} create_packlist=0 +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 -./Build test +make test %clean rm -rf %{buildroot} @@ -51,6 +53,10 @@ %{_mandir}/man3/* %changelog +* Mon Jul 21 2008 Chris Weyl 0.05-1 +- update to 0.05 +- switch to Module::Install incantations + * Wed Mar 19 2008 Chris Weyl 0.03-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Mar 2008 16:31:39 -0000 1.2 +++ sources 22 Jul 2008 04:25:45 -0000 1.3 @@ -1 +1 @@ -b498197c02104352563ad20ee4a5d1f9 Catalyst-Controller-BindLex-0.03.tar.gz +b484eb78f594768073760c9bab31cf1c Catalyst-Controller-BindLex-0.05.tar.gz From cweyl at fedoraproject.org Tue Jul 22 04:26:44 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 22 Jul 2008 04:26:44 GMT Subject: rpms/perl-Catalyst-Controller-BindLex/F-8 perl-Catalyst-Controller-BindLex.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200807220426.m6M4QiQd019666@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19621 Modified Files: perl-Catalyst-Controller-BindLex.spec sources Log Message: * Mon Jul 21 2008 Chris Weyl 0.05-1 - update to 0.05 - switch to Module::Install incantations Index: perl-Catalyst-Controller-BindLex.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/F-8/perl-Catalyst-Controller-BindLex.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Catalyst-Controller-BindLex.spec 24 Mar 2008 23:42:43 -0000 1.1 +++ perl-Catalyst-Controller-BindLex.spec 22 Jul 2008 04:25:52 -0000 1.2 @@ -1,11 +1,11 @@ Name: perl-Catalyst-Controller-BindLex -Version: 0.03 -Release: 2%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Stash your lexical goodness License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Controller-BindLex/ -Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Controller-BindLex-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Catalyst-Controller-BindLex-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -15,7 +15,7 @@ BuildRequires: perl(Catalyst) BuildRequires: perl(Devel::Caller) BuildRequires: perl(Devel::LexAlias) -BuildRequires: perl(Module::Build) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(PadWalker) BuildRequires: perl(Test::use::ok) @@ -27,19 +27,21 @@ %setup -q -n Catalyst-Controller-BindLex-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install rm -rf %{buildroot} -./Build install destdir=%{buildroot} create_packlist=0 +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 -./Build test +make test %clean rm -rf %{buildroot} @@ -51,6 +53,10 @@ %{_mandir}/man3/* %changelog +* Mon Jul 21 2008 Chris Weyl 0.05-1 +- update to 0.05 +- switch to Module::Install incantations + * Wed Mar 19 2008 Chris Weyl 0.03-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 Mar 2008 23:42:43 -0000 1.2 +++ sources 22 Jul 2008 04:25:52 -0000 1.3 @@ -1 +1 @@ -b498197c02104352563ad20ee4a5d1f9 Catalyst-Controller-BindLex-0.03.tar.gz +b484eb78f594768073760c9bab31cf1c Catalyst-Controller-BindLex-0.05.tar.gz From cweyl at fedoraproject.org Tue Jul 22 04:29:27 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 22 Jul 2008 04:29:27 GMT Subject: rpms/perl-Moose/F-9 perl-Moose.spec,1.22,1.23 sources,1.17,1.18 Message-ID: <200807220429.m6M4TRfp020075@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19899 Modified Files: perl-Moose.spec sources Log Message: * Fri Jul 18 2008 Chris Weyl 0.54-1 - update to 0.54 Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/F-9/perl-Moose.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- perl-Moose.spec 1 Jul 2008 19:36:09 -0000 1.22 +++ perl-Moose.spec 22 Jul 2008 04:28:38 -0000 1.23 @@ -1,13 +1,13 @@ Name: perl-Moose -Version: 0.51 +Version: 0.54 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Moose/ # source tends to flip between these three authors -Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz -#Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz +#Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz #Source0: http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/Moose-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -107,6 +107,9 @@ %{_mandir}/man3/* %changelog +* Fri Jul 18 2008 Chris Weyl 0.54-1 +- update to 0.54 + * Sat Jun 28 2008 Chris Weyl 0.51-1 - update to 0.51 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/F-9/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 1 Jul 2008 19:36:09 -0000 1.17 +++ sources 22 Jul 2008 04:28:38 -0000 1.18 @@ -1 +1 @@ -a6f36fc2874a01dafcce09fcd3301111 Moose-0.51.tar.gz +53b5cddeb1e287b29f87966c9ad3e433 Moose-0.54.tar.gz From bugzilla at redhat.com Tue Jul 22 13:04:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jul 2008 09:04:55 -0400 Subject: [Bug 226285] Merge Review: perl-XML-Grove In-Reply-To: Message-ID: <200807221304.m6MD4tr1004680@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Merge Review: perl-XML-Grove Alias: perl-XML-Grove https://bugzilla.redhat.com/show_bug.cgi?id=226285 ------- Additional Comments From mmaslano at redhat.com 2008-07-22 09:04 EST ------- Created an attachment (id=312341) --> (https://bugzilla.redhat.com/attachment.cgi?id=312341&action=view) test grove.t is working With 'use utf8' are tests passing. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From kevin at fedoraproject.org Tue Jul 22 16:00:30 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 22 Jul 2008 16:00:30 GMT Subject: rpms/perl-DateTime-Format-DB2 - New directory Message-ID: <200807221600.m6MG0U5m016868@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DateTime-Format-DB2 In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsZ16805/rpms/perl-DateTime-Format-DB2 Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-DB2 added to the repository From kevin at fedoraproject.org Tue Jul 22 16:00:47 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 22 Jul 2008 16:00:47 GMT Subject: rpms/perl-DateTime-Format-DB2/devel - New directory Message-ID: <200807221600.m6MG0lXa016931@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DateTime-Format-DB2/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsZ16805/rpms/perl-DateTime-Format-DB2/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-DB2/devel added to the repository From kevin at fedoraproject.org Tue Jul 22 16:01:03 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 22 Jul 2008 16:01:03 GMT Subject: rpms/perl-DateTime-Format-DB2 Makefile,NONE,1.1 Message-ID: <200807221601.m6MG13cp020044@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DateTime-Format-DB2 In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsZ16805/rpms/perl-DateTime-Format-DB2 Added Files: Makefile Log Message: Setup of module perl-DateTime-Format-DB2 --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-DB2 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Tue Jul 22 16:01:25 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 22 Jul 2008 16:01:25 GMT Subject: rpms/perl-DateTime-Format-DB2/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200807221601.m6MG1PIb023645@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DateTime-Format-DB2/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsZ16805/rpms/perl-DateTime-Format-DB2/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-DB2 --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-DateTime-Format-DB2 # $Id: Makefile,v 1.1 2008/07/22 16:01:04 kevin Exp $ NAME := perl-DateTime-Format-DB2 SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From cweyl at fedoraproject.org Tue Jul 22 23:43:36 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 22 Jul 2008 23:43:36 GMT Subject: rpms/perl-DateTime-Format-DB2/devel import.log, NONE, 1.1 perl-DateTime-Format-DB2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807222343.m6MNha1V029249@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-DB2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29140/devel Modified Files: .cvsignore sources Added Files: import.log perl-DateTime-Format-DB2.spec Log Message: initial import --- NEW FILE import.log --- perl-DateTime-Format-DB2-0_05-1_fc8:HEAD:perl-DateTime-Format-DB2-0.05-1.fc8.src.rpm:1216770151 --- NEW FILE perl-DateTime-Format-DB2.spec --- Name: perl-DateTime-Format-DB2 Version: 0.05 Release: 1%{?dist} Summary: Parse and format DB2 dates and times License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-DB2/ Source0: http://www.cpan.org/authors/id/J/JR/JROBINSON/DateTime-Format-DB2-%{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(DateTime) BuildRequires: perl(DateTime::Format::Builder) BuildRequires: perl(ExtUtils::MakeMaker) # tests BuildRequires: perl(Test::More) # not picked up automatically Requires: perl(DateTime::Format::Builder) %description This module understands the formats used by DB2 for its DATE, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the DB2 format. %prep %setup -q -n DateTime-Format-DB2-%{version} chmod -c -x t/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jul 16 2008 Chris Weyl 0.05-1 - Specfile autogenerated by cpanspec 1.74. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DB2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Jul 2008 16:01:04 -0000 1.1 +++ .cvsignore 22 Jul 2008 23:42:51 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-DB2-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DB2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Jul 2008 16:01:04 -0000 1.1 +++ sources 22 Jul 2008 23:42:51 -0000 1.2 @@ -0,0 +1 @@ +a60a9535dcfab4458740c4805adcdd2b DateTime-Format-DB2-0.05.tar.gz From cweyl at fedoraproject.org Tue Jul 22 23:44:40 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 22 Jul 2008 23:44:40 GMT Subject: rpms/perl-DateTime-Format-DB2/devel perl-DateTime-Format-DB2.spec, 1.1, 1.2 Message-ID: <200807222344.m6MNieLr029418@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-DB2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29324 Modified Files: perl-DateTime-Format-DB2.spec Log Message: release bump Index: perl-DateTime-Format-DB2.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DB2/devel/perl-DateTime-Format-DB2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-DB2.spec 22 Jul 2008 23:42:51 -0000 1.1 +++ perl-DateTime-Format-DB2.spec 22 Jul 2008 23:43:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-DB2 Version: 0.05 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parse and format DB2 dates and times License: GPL+ or Artistic Group: Development/Libraries @@ -57,5 +57,8 @@ %{_mandir}/man3/* %changelog +* Tue Jul 22 2008 Chris Weyl 0.05-2 +- bump + * Wed Jul 16 2008 Chris Weyl 0.05-1 - Specfile autogenerated by cpanspec 1.74. From cweyl at fedoraproject.org Tue Jul 22 23:45:35 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 22 Jul 2008 23:45:35 GMT Subject: rpms/perl-DateTime-Format-DB2/F-9 import.log, NONE, 1.1 perl-DateTime-Format-DB2.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807222345.m6MNjZ01029585@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-DB2/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29479 Modified Files: sources Added Files: import.log perl-DateTime-Format-DB2.spec Log Message: pseudo-branch of perl-DateTime-Format-DB2 to F-9 --- NEW FILE import.log --- perl-DateTime-Format-DB2-0_05-1_fc8:HEAD:perl-DateTime-Format-DB2-0.05-1.fc8.src.rpm:1216770151 --- NEW FILE perl-DateTime-Format-DB2.spec --- Name: perl-DateTime-Format-DB2 Version: 0.05 Release: 2%{?dist} Summary: Parse and format DB2 dates and times License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-DB2/ Source0: http://www.cpan.org/authors/id/J/JR/JROBINSON/DateTime-Format-DB2-%{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(DateTime) BuildRequires: perl(DateTime::Format::Builder) BuildRequires: perl(ExtUtils::MakeMaker) # tests BuildRequires: perl(Test::More) # not picked up automatically Requires: perl(DateTime::Format::Builder) %description This module understands the formats used by DB2 for its DATE, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the DB2 format. %prep %setup -q -n DateTime-Format-DB2-%{version} chmod -c -x t/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jul 22 2008 Chris Weyl 0.05-2 - bump * Wed Jul 16 2008 Chris Weyl 0.05-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DB2/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Jul 2008 16:01:04 -0000 1.1 +++ sources 22 Jul 2008 23:44:49 -0000 1.2 @@ -0,0 +1 @@ +a60a9535dcfab4458740c4805adcdd2b DateTime-Format-DB2-0.05.tar.gz From cweyl at fedoraproject.org Wed Jul 23 00:08:21 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 23 Jul 2008 00:08:21 GMT Subject: rpms/perl-DateTime-Format-DB2/F-8 import.log, NONE, 1.1 perl-DateTime-Format-DB2.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807230008.m6N08L84006034@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-DB2/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5971 Modified Files: sources Added Files: import.log perl-DateTime-Format-DB2.spec Log Message: pseudo-branch of perl-DateTime-Format-DB2 to F-8 --- NEW FILE import.log --- perl-DateTime-Format-DB2-0_05-1_fc8:HEAD:perl-DateTime-Format-DB2-0.05-1.fc8.src.rpm:1216770151 --- NEW FILE perl-DateTime-Format-DB2.spec --- Name: perl-DateTime-Format-DB2 Version: 0.05 Release: 2%{?dist} Summary: Parse and format DB2 dates and times License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-DB2/ Source0: http://www.cpan.org/authors/id/J/JR/JROBINSON/DateTime-Format-DB2-%{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(DateTime) BuildRequires: perl(DateTime::Format::Builder) BuildRequires: perl(ExtUtils::MakeMaker) # tests BuildRequires: perl(Test::More) # not picked up automatically Requires: perl(DateTime::Format::Builder) %description This module understands the formats used by DB2 for its DATE, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the DB2 format. %prep %setup -q -n DateTime-Format-DB2-%{version} chmod -c -x t/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jul 22 2008 Chris Weyl 0.05-2 - bump * Wed Jul 16 2008 Chris Weyl 0.05-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DB2/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Jul 2008 16:01:04 -0000 1.1 +++ sources 23 Jul 2008 00:07:36 -0000 1.2 @@ -0,0 +1 @@ +a60a9535dcfab4458740c4805adcdd2b DateTime-Format-DB2-0.05.tar.gz From bugzilla at redhat.com Wed Jul 23 04:09:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jul 2008 00:09:56 -0400 Subject: [Bug 456357] New: rpm: perl.prov fails to detect $VERSION correctly on multiple assignments Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=456357 Summary: rpm: perl.prov fails to detect $VERSION correctly on multiple assignments Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: rpm AssignedTo: pmatilai at redhat.com ReportedBy: cweyl at alumni.drew.edu QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel- list at redhat.com,jnovy at redhat.com,pauln at truemesh.com Description of problem: When $VERSION is set twice inside the same package, the latest definition prevails. Version-Release number of selected component (if applicable): rpm-4.4.2.3-2.fc9.x86_64 How reproducible: Package DateTime-Format-DBI :) (see bug 455788) Lines 10 and 11 of lib/DateTime/Format/DBI.pm are: $VERSION = '0.031'; $VERSION = $VERSION + 0.0; Note that perl.prov finds the version as "0.0". Actual results: ====> provides for perl-DateTime-Format-DBI-0.031-1.fc9.noarch.rpm perl(DateTime::Format::DBI) = 0.0 perl-DateTime-Format-DBI = 0.031-1.fc9 Expected results: ====> provides for perl-DateTime-Format-DBI-0.031-1.fc9.noarch.rpm perl(DateTime::Format::DBI) = 0.031 perl-DateTime-Format-DBI = 0.031-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 23 06:30:57 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jul 2008 02:30:57 -0400 Subject: [Bug 226285] Merge Review: perl-XML-Grove In-Reply-To: Message-ID: <200807230630.m6N6UvAO030080@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Merge Review: perl-XML-Grove Alias: perl-XML-Grove https://bugzilla.redhat.com/show_bug.cgi?id=226285 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-review? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From corsepiu at fedoraproject.org Wed Jul 23 06:57:55 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Jul 2008 06:57:55 GMT Subject: rpms/perl-Config-Record/devel .cvsignore, 1.3, 1.4 perl-Config-Record.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200807230657.m6N6vtTG016757@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Config-Record/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16677 Modified Files: .cvsignore perl-Config-Record.spec sources Log Message: * Wed Jul 23 2008 Ralf Cors??pius - 1.1.2-1 - Upstream update. - Minor spec cleanup. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Record/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Aug 2006 01:12:37 -0000 1.3 +++ .cvsignore 23 Jul 2008 06:56:58 -0000 1.4 @@ -1 +1 @@ -Config-Record-1.1.1.tar.gz +Config-Record-1.1.2.tar.gz Index: perl-Config-Record.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Record/devel/perl-Config-Record.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Config-Record.spec 6 Mar 2008 18:25:19 -0000 1.10 +++ perl-Config-Record.spec 23 Jul 2008 06:56:58 -0000 1.11 @@ -1,12 +1,12 @@ Name: perl-Config-Record -Version: 1.1.1 -Release: 4%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: Perl module for Configuration file access Group: Development/Libraries License: GPLv2+ URL: http://search.cpan.org/dist/Config-Record/ -Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-1.1.1.tar.gz +Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -14,8 +14,12 @@ BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -%description +# for improved tests +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) + +%description Config::Record provides a module for loading configuration records. It supports scalar, array and hash parameters nested to an arbitrary depth. @@ -52,6 +56,10 @@ %{_mandir}/man3/*.3pm* %changelog +* Wed Jul 23 2008 Ralf Cors??pius - 1.1.2-1 +- Upstream update. +- Minor spec cleanup. + * Thu Mar 6 2008 Tom "spot" Callaway 1.1.1-4 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Record/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Aug 2006 01:12:37 -0000 1.3 +++ sources 23 Jul 2008 06:56:58 -0000 1.4 @@ -1 +1 @@ -d5170d92989313a8b5f0ceac3aa829ef Config-Record-1.1.1.tar.gz +3958d3b5221ddf65ba3143d28e0cd4e0 Config-Record-1.1.2.tar.gz From corsepiu at fedoraproject.org Wed Jul 23 07:01:04 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Jul 2008 07:01:04 GMT Subject: rpms/perl-Config-Record/F-9 .cvsignore, 1.3, 1.4 perl-Config-Record.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200807230701.m6N714kC021032@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Config-Record/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16997 Modified Files: .cvsignore perl-Config-Record.spec sources Log Message: * Wed Jul 23 2008 Ralf Cors??pius - 1.1.2-1 - Upstream update. - Minor spec cleanup. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Record/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Aug 2006 01:12:37 -0000 1.3 +++ .cvsignore 23 Jul 2008 07:00:11 -0000 1.4 @@ -1 +1 @@ -Config-Record-1.1.1.tar.gz +Config-Record-1.1.2.tar.gz Index: perl-Config-Record.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Record/F-9/perl-Config-Record.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Config-Record.spec 6 Mar 2008 18:25:19 -0000 1.10 +++ perl-Config-Record.spec 23 Jul 2008 07:00:11 -0000 1.11 @@ -1,12 +1,12 @@ Name: perl-Config-Record -Version: 1.1.1 -Release: 4%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: Perl module for Configuration file access Group: Development/Libraries License: GPLv2+ URL: http://search.cpan.org/dist/Config-Record/ -Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-1.1.1.tar.gz +Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -14,8 +14,12 @@ BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -%description +# for improved tests +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) + +%description Config::Record provides a module for loading configuration records. It supports scalar, array and hash parameters nested to an arbitrary depth. @@ -52,6 +56,10 @@ %{_mandir}/man3/*.3pm* %changelog +* Wed Jul 23 2008 Ralf Cors??pius - 1.1.2-1 +- Upstream update. +- Minor spec cleanup. + * Thu Mar 6 2008 Tom "spot" Callaway 1.1.1-4 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Record/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Aug 2006 01:12:37 -0000 1.3 +++ sources 23 Jul 2008 07:00:11 -0000 1.4 @@ -1 +1 @@ -d5170d92989313a8b5f0ceac3aa829ef Config-Record-1.1.1.tar.gz +3958d3b5221ddf65ba3143d28e0cd4e0 Config-Record-1.1.2.tar.gz From corsepiu at fedoraproject.org Wed Jul 23 07:03:31 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Jul 2008 07:03:31 GMT Subject: rpms/perl-Config-Record/F-8 .cvsignore, 1.3, 1.4 perl-Config-Record.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200807230703.m6N73VEO024006@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Config-Record/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23857 Modified Files: .cvsignore perl-Config-Record.spec sources Log Message: * Wed Jul 23 2008 Ralf Cors??pius - 1.1.2-1 - Upstream update. - Minor spec cleanup. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Record/F-8/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Aug 2006 01:12:37 -0000 1.3 +++ .cvsignore 23 Jul 2008 07:02:40 -0000 1.4 @@ -1 +1 @@ -Config-Record-1.1.1.tar.gz +Config-Record-1.1.2.tar.gz Index: perl-Config-Record.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Record/F-8/perl-Config-Record.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Config-Record.spec 15 Oct 2007 20:18:09 -0000 1.9 +++ perl-Config-Record.spec 23 Jul 2008 07:02:40 -0000 1.10 @@ -1,12 +1,12 @@ Name: perl-Config-Record -Version: 1.1.1 -Release: 3%{?dist}.2 +Version: 1.1.2 +Release: 1%{?dist} Summary: Perl module for Configuration file access Group: Development/Libraries License: GPLv2+ URL: http://search.cpan.org/dist/Config-Record/ -Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-1.1.1.tar.gz +Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -14,8 +14,12 @@ BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -%description +# for improved tests +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) + +%description Config::Record provides a module for loading configuration records. It supports scalar, array and hash parameters nested to an arbitrary depth. @@ -52,6 +56,13 @@ %{_mandir}/man3/*.3pm* %changelog +* Wed Jul 23 2008 Ralf Cors??pius - 1.1.2-1 +- Upstream update. +- Minor spec cleanup. + +* Thu Mar 6 2008 Tom "spot" Callaway 1.1.1-4 +- rebuild for new perl + * Mon Oct 15 2007 Tom "spot" Callaway 1.1.1-3.2 - add BR: perl(Test::More) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Record/F-8/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Aug 2006 01:12:37 -0000 1.3 +++ sources 23 Jul 2008 07:02:40 -0000 1.4 @@ -1 +1 @@ -d5170d92989313a8b5f0ceac3aa829ef Config-Record-1.1.1.tar.gz +3958d3b5221ddf65ba3143d28e0cd4e0 Config-Record-1.1.2.tar.gz From bugzilla at redhat.com Wed Jul 23 07:04:09 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jul 2008 03:04:09 -0400 Subject: [Bug 442447] perl-Mail-Box is out-of-date, please update In-Reply-To: Message-ID: <200807230704.m6N749uP002670@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Mail-Box is out-of-date, please update https://bugzilla.redhat.com/show_bug.cgi?id=442447 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |2.082-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 23 07:04:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jul 2008 03:04:07 -0400 Subject: [Bug 442447] perl-Mail-Box is out-of-date, please update In-Reply-To: Message-ID: <200807230704.m6N747aH008677@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Mail-Box is out-of-date, please update https://bugzilla.redhat.com/show_bug.cgi?id=442447 ------- Additional Comments From updates at fedoraproject.org 2008-07-23 03:04 EST ------- perl-Mail-Box-2.082-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 23 07:05:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jul 2008 03:05:08 -0400 Subject: [Bug 442448] New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings In-Reply-To: Message-ID: <200807230705.m6N758vN009248@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings https://bugzilla.redhat.com/show_bug.cgi?id=442448 ------- Additional Comments From updates at fedoraproject.org 2008-07-23 03:05 EST ------- perl-Mail-IMAPClient-3.08-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 23 07:05:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jul 2008 03:05:10 -0400 Subject: [Bug 442448] New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings In-Reply-To: Message-ID: <200807230705.m6N75AFX003399@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings https://bugzilla.redhat.com/show_bug.cgi?id=442448 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |3.08-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Wed Jul 23 15:53:29 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 23 Jul 2008 15:53:29 GMT Subject: rpms/perl-Razor-Agent/devel .cvsignore, 1.8, 1.9 perl-Razor-Agent.spec, 1.17, 1.18 sources, 1.8, 1.9 Message-ID: <200807231553.m6NFrTnX015377@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Razor-Agent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15239 Modified Files: .cvsignore perl-Razor-Agent.spec sources Log Message: update to 2.85, fix licensing Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 11 Aug 2007 16:15:12 -0000 1.8 +++ .cvsignore 23 Jul 2008 15:52:33 -0000 1.9 @@ -1 +1 @@ -razor-agents-2.84.tar.bz2 +razor-agents-2.85.tar.bz2 Index: perl-Razor-Agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/devel/perl-Razor-Agent.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Razor-Agent.spec 7 Mar 2008 02:15:54 -0000 1.17 +++ perl-Razor-Agent.spec 23 Jul 2008 15:52:33 -0000 1.18 @@ -1,8 +1,8 @@ Summary: Use a Razor catalogue server to filter spam messages Name: perl-Razor-Agent -Version: 2.84 -Release: 4%{?dist} -License: Artistic +Version: 2.85 +Release: 1%{?dist} +License: Artistic 2.0 Group: Applications/Internet URL: http://razor.sourceforge.net/ Source: http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2 @@ -74,6 +74,9 @@ %{_mandir}/man*/* %changelog +* Wed Jul 23 2008 Tom "spot" Callaway - 2.85-1 +- update to 2.85, relicensed to Artistic 2.0 + * Thu Mar 06 2008 Tom "spot" Callaway - 2.84-4 Rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 11 Aug 2007 16:15:12 -0000 1.8 +++ sources 23 Jul 2008 15:52:33 -0000 1.9 @@ -1 +1 @@ -8b9a11a6ce020383c32c45d1530d77c2 razor-agents-2.84.tar.bz2 +014d08db40187cb1316482191566b012 razor-agents-2.85.tar.bz2 From kevin at fedoraproject.org Wed Jul 23 16:01:39 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 23 Jul 2008 16:01:39 GMT Subject: rpms/perl-DBIx-Class-Schema-Loader - New directory Message-ID: <200807231601.m6NG1dsp023689@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsr23559/rpms/perl-DBIx-Class-Schema-Loader Log Message: Directory /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader added to the repository From kevin at fedoraproject.org Wed Jul 23 16:01:58 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 23 Jul 2008 16:01:58 GMT Subject: rpms/perl-DBIx-Class-Schema-Loader/devel - New directory Message-ID: <200807231601.m6NG1wkO023722@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsr23559/rpms/perl-DBIx-Class-Schema-Loader/devel Log Message: Directory /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/devel added to the repository From kevin at fedoraproject.org Wed Jul 23 16:02:12 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 23 Jul 2008 16:02:12 GMT Subject: rpms/perl-DBIx-Class-Schema-Loader Makefile,NONE,1.1 Message-ID: <200807231602.m6NG2Cfv023768@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsr23559/rpms/perl-DBIx-Class-Schema-Loader Added Files: Makefile Log Message: Setup of module perl-DBIx-Class-Schema-Loader --- NEW FILE Makefile --- # Top level Makefile for module perl-DBIx-Class-Schema-Loader all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Wed Jul 23 16:02:27 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 23 Jul 2008 16:02:27 GMT Subject: rpms/perl-DBIx-Class-Schema-Loader/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200807231602.m6NG2R1N023796@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsr23559/rpms/perl-DBIx-Class-Schema-Loader/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DBIx-Class-Schema-Loader --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-DBIx-Class-Schema-Loader # $Id: Makefile,v 1.1 2008/07/23 16:02:12 kevin Exp $ NAME := perl-DBIx-Class-Schema-Loader SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From robert at fedoraproject.org Wed Jul 23 18:40:28 2008 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 23 Jul 2008 18:40:28 GMT Subject: rpms/perl-Razor-Agent/EL-4 .cvsignore, 1.7, 1.8 perl-Razor-Agent.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <200807231840.m6NIeSYY015232@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Razor-Agent/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14956/EL-4 Modified Files: .cvsignore perl-Razor-Agent.spec sources Log Message: Reflected to other branches: update to 2.85, relicensed to Artistic 2.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/EL-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 11 Aug 2007 16:21:32 -0000 1.7 +++ .cvsignore 23 Jul 2008 18:37:34 -0000 1.8 @@ -1 +1 @@ -razor-agents-2.84.tar.bz2 +razor-agents-2.85.tar.bz2 Index: perl-Razor-Agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/EL-4/perl-Razor-Agent.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Razor-Agent.spec 11 Aug 2007 16:21:32 -0000 1.10 +++ perl-Razor-Agent.spec 23 Jul 2008 18:37:34 -0000 1.11 @@ -1,8 +1,8 @@ Summary: Use a Razor catalogue server to filter spam messages Name: perl-Razor-Agent -Version: 2.84 +Version: 2.85 Release: 1%{?dist} -License: Artistic +License: Artistic 2.0 Group: Applications/Internet URL: http://razor.sourceforge.net/ Source: http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2 @@ -74,6 +74,18 @@ %{_mandir}/man*/* %changelog +* Wed Jul 23 2008 Tom "spot" Callaway - 2.85-1 +- update to 2.85, relicensed to Artistic 2.0 + +* Thu Mar 06 2008 Tom "spot" Callaway - 2.84-4 +- Rebuild for new perl + +* Sun Feb 10 2008 Robert Scheck 2.84-3 +- Rebuilt against gcc 4.3 + +* Wed Aug 29 2007 Robert Scheck 2.84-2 +- Rebuilt (missing BuildID) + * Sat Aug 11 2007 Robert Scheck 2.84-1 - Upgrade to 2.84 (#250869) - Added build requirement to perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/EL-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 11 Aug 2007 16:21:32 -0000 1.7 +++ sources 23 Jul 2008 18:37:34 -0000 1.8 @@ -1 +1 @@ -8b9a11a6ce020383c32c45d1530d77c2 razor-agents-2.84.tar.bz2 +014d08db40187cb1316482191566b012 razor-agents-2.85.tar.bz2 From robert at fedoraproject.org Wed Jul 23 18:40:30 2008 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 23 Jul 2008 18:40:30 GMT Subject: rpms/perl-Razor-Agent/F-9 .cvsignore, 1.8, 1.9 perl-Razor-Agent.spec, 1.17, 1.18 sources, 1.8, 1.9 Message-ID: <200807231840.m6NIeU8n015241@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Razor-Agent/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14956/F-9 Modified Files: .cvsignore perl-Razor-Agent.spec sources Log Message: Reflected to other branches: update to 2.85, relicensed to Artistic 2.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/F-9/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 11 Aug 2007 16:15:12 -0000 1.8 +++ .cvsignore 23 Jul 2008 18:39:01 -0000 1.9 @@ -1 +1 @@ -razor-agents-2.84.tar.bz2 +razor-agents-2.85.tar.bz2 Index: perl-Razor-Agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/F-9/perl-Razor-Agent.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Razor-Agent.spec 7 Mar 2008 02:15:54 -0000 1.17 +++ perl-Razor-Agent.spec 23 Jul 2008 18:39:01 -0000 1.18 @@ -1,8 +1,8 @@ Summary: Use a Razor catalogue server to filter spam messages Name: perl-Razor-Agent -Version: 2.84 -Release: 4%{?dist} -License: Artistic +Version: 2.85 +Release: 1%{?dist} +License: Artistic 2.0 Group: Applications/Internet URL: http://razor.sourceforge.net/ Source: http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2 @@ -74,8 +74,11 @@ %{_mandir}/man*/* %changelog +* Wed Jul 23 2008 Tom "spot" Callaway - 2.85-1 +- update to 2.85, relicensed to Artistic 2.0 + * Thu Mar 06 2008 Tom "spot" Callaway - 2.84-4 -Rebuild for new perl +- Rebuild for new perl * Sun Feb 10 2008 Robert Scheck 2.84-3 - Rebuilt against gcc 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/F-9/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 11 Aug 2007 16:15:12 -0000 1.8 +++ sources 23 Jul 2008 18:39:01 -0000 1.9 @@ -1 +1 @@ -8b9a11a6ce020383c32c45d1530d77c2 razor-agents-2.84.tar.bz2 +014d08db40187cb1316482191566b012 razor-agents-2.85.tar.bz2 From robert at fedoraproject.org Wed Jul 23 18:40:31 2008 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 23 Jul 2008 18:40:31 GMT Subject: rpms/perl-Razor-Agent/F-8 .cvsignore, 1.8, 1.9 perl-Razor-Agent.spec, 1.15, 1.16 sources, 1.8, 1.9 Message-ID: <200807231840.m6NIeVkr015252@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Razor-Agent/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14956/F-8 Modified Files: .cvsignore perl-Razor-Agent.spec sources Log Message: Reflected to other branches: update to 2.85, relicensed to Artistic 2.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/F-8/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 11 Aug 2007 16:15:12 -0000 1.8 +++ .cvsignore 23 Jul 2008 18:38:34 -0000 1.9 @@ -1 +1 @@ -razor-agents-2.84.tar.bz2 +razor-agents-2.85.tar.bz2 Index: perl-Razor-Agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/F-8/perl-Razor-Agent.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Razor-Agent.spec 28 Aug 2007 22:48:58 -0000 1.15 +++ perl-Razor-Agent.spec 23 Jul 2008 18:38:34 -0000 1.16 @@ -1,8 +1,8 @@ Summary: Use a Razor catalogue server to filter spam messages Name: perl-Razor-Agent -Version: 2.84 -Release: 2%{?dist} -License: Artistic +Version: 2.85 +Release: 1%{?dist} +License: Artistic 2.0 Group: Applications/Internet URL: http://razor.sourceforge.net/ Source: http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2 @@ -74,6 +74,15 @@ %{_mandir}/man*/* %changelog +* Wed Jul 23 2008 Tom "spot" Callaway - 2.85-1 +- update to 2.85, relicensed to Artistic 2.0 + +* Thu Mar 06 2008 Tom "spot" Callaway - 2.84-4 +- Rebuild for new perl + +* Sun Feb 10 2008 Robert Scheck 2.84-3 +- Rebuilt against gcc 4.3 + * Wed Aug 29 2007 Robert Scheck 2.84-2 - Rebuilt (missing BuildID) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/F-8/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 11 Aug 2007 16:15:12 -0000 1.8 +++ sources 23 Jul 2008 18:38:34 -0000 1.9 @@ -1 +1 @@ -8b9a11a6ce020383c32c45d1530d77c2 razor-agents-2.84.tar.bz2 +014d08db40187cb1316482191566b012 razor-agents-2.85.tar.bz2 From robert at fedoraproject.org Wed Jul 23 18:40:33 2008 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 23 Jul 2008 18:40:33 GMT Subject: rpms/perl-Razor-Agent/EL-5 .cvsignore, 1.8, 1.9 perl-Razor-Agent.spec, 1.14, 1.15 sources, 1.8, 1.9 Message-ID: <200807231840.m6NIeXqj015257@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Razor-Agent/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14956/EL-5 Modified Files: .cvsignore perl-Razor-Agent.spec sources Log Message: Reflected to other branches: update to 2.85, relicensed to Artistic 2.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/EL-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 11 Aug 2007 16:19:39 -0000 1.8 +++ .cvsignore 23 Jul 2008 18:37:58 -0000 1.9 @@ -1 +1 @@ -razor-agents-2.84.tar.bz2 +razor-agents-2.85.tar.bz2 Index: perl-Razor-Agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/EL-5/perl-Razor-Agent.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Razor-Agent.spec 11 Aug 2007 16:19:39 -0000 1.14 +++ perl-Razor-Agent.spec 23 Jul 2008 18:37:58 -0000 1.15 @@ -1,8 +1,8 @@ Summary: Use a Razor catalogue server to filter spam messages Name: perl-Razor-Agent -Version: 2.84 +Version: 2.85 Release: 1%{?dist} -License: Artistic +License: Artistic 2.0 Group: Applications/Internet URL: http://razor.sourceforge.net/ Source: http://dl.sourceforge.net/razor/razor-agents-%{version}.tar.bz2 @@ -74,6 +74,18 @@ %{_mandir}/man*/* %changelog +* Wed Jul 23 2008 Tom "spot" Callaway - 2.85-1 +- update to 2.85, relicensed to Artistic 2.0 + +* Thu Mar 06 2008 Tom "spot" Callaway - 2.84-4 +- Rebuild for new perl + +* Sun Feb 10 2008 Robert Scheck 2.84-3 +- Rebuilt against gcc 4.3 + +* Wed Aug 29 2007 Robert Scheck 2.84-2 +- Rebuilt (missing BuildID) + * Sat Aug 11 2007 Robert Scheck 2.84-1 - Upgrade to 2.84 (#250869) - Added build requirement to perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/EL-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 11 Aug 2007 16:19:39 -0000 1.8 +++ sources 23 Jul 2008 18:37:58 -0000 1.9 @@ -1 +1 @@ -8b9a11a6ce020383c32c45d1530d77c2 razor-agents-2.84.tar.bz2 +014d08db40187cb1316482191566b012 razor-agents-2.85.tar.bz2 From robert at fedoraproject.org Wed Jul 23 18:40:34 2008 From: robert at fedoraproject.org (Robert Scheck) Date: Wed, 23 Jul 2008 18:40:34 GMT Subject: rpms/perl-Razor-Agent/devel perl-Razor-Agent.spec,1.18,1.19 Message-ID: <200807231840.m6NIeYMu015263@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Razor-Agent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14956/devel Modified Files: perl-Razor-Agent.spec Log Message: Reflected to other branches: update to 2.85, relicensed to Artistic 2.0 Index: perl-Razor-Agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/devel/perl-Razor-Agent.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Razor-Agent.spec 23 Jul 2008 15:52:33 -0000 1.18 +++ perl-Razor-Agent.spec 23 Jul 2008 18:39:30 -0000 1.19 @@ -78,7 +78,7 @@ - update to 2.85, relicensed to Artistic 2.0 * Thu Mar 06 2008 Tom "spot" Callaway - 2.84-4 -Rebuild for new perl +- Rebuild for new perl * Sun Feb 10 2008 Robert Scheck 2.84-3 - Rebuilt against gcc 4.3 From cweyl at fedoraproject.org Wed Jul 23 23:55:11 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 23 Jul 2008 23:55:11 GMT Subject: rpms/perl-DBIx-Class-Schema-Loader/devel import.log, NONE, 1.1 perl-DBIx-Class-Schema-Loader.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807232355.m6NNtBBY032573@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32542/devel Modified Files: .cvsignore sources Added Files: import.log perl-DBIx-Class-Schema-Loader.spec Log Message: initial commit --- NEW FILE import.log --- perl-DBIx-Class-Schema-Loader-0_04005-1_fc9:HEAD:perl-DBIx-Class-Schema-Loader-0.04005-1.fc9.src.rpm:1216857250 --- NEW FILE perl-DBIx-Class-Schema-Loader.spec --- Name: perl-DBIx-Class-Schema-Loader Version: 0.04005 Release: 1%{?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://www.cpan.org/modules/by-module/DBIx/DBIx-Class-Schema-Loader-%{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(Digest::MD5) >= 2.36 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) BuildRequires: perl(Text::Balanced) # cpan BuildRequires: perl(Carp::Clan) BuildRequires: perl(Class::Accessor::Fast) >= 0.30 BuildRequires: perl(Class::C3) >= 0.18 BuildRequires: perl(Class::Data::Accessor) >= 0.03 BuildRequires: perl(Class::Inspector) BuildRequires: perl(Data::Dump) >= 1.06 BuildRequires: perl(DBD::SQLite) >= 1.12 BuildRequires: perl(DBI) >= 1.56 BuildRequires: perl(DBIx::Class) >= 0.07006 BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.1 BuildRequires: perl(UNIVERSAL::require) >= 0.11 # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # not automatically picked up Requires: perl(Class::Accessor::Fast) >= 0.30 Requires: perl(Class::Data::Accessor) >= 0.03 %description DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, and relationships. %prep %setup -q -n DBIx-Class-Schema-Loader-%{version} # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/DBIx-Class-Schema-Loader-%{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}/DBIx-Class-Schema-Loader-%{version}/%{name}-req chmod +x %{__perl_requires} %build echo n | %{__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 t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 02 2008 Chris Weyl 0.04005-1 - update to 0.4005 - filter _docdir requires/provides * Mon Mar 17 2008 Chris Weyl 0.04004-1 - brush-up for review submission * Wed Oct 17 2007 Chris Weyl 0.04003-1 - Specfile autogenerated by cpanspec 1.71. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jul 2008 16:02:12 -0000 1.1 +++ .cvsignore 23 Jul 2008 23:54:28 -0000 1.2 @@ -0,0 +1 @@ +DBIx-Class-Schema-Loader-0.04005.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jul 2008 16:02:12 -0000 1.1 +++ sources 23 Jul 2008 23:54:28 -0000 1.2 @@ -0,0 +1 @@ +d9e112493df06800862b93bf46760c4f DBIx-Class-Schema-Loader-0.04005.tar.gz From cweyl at fedoraproject.org Wed Jul 23 23:56:24 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 23 Jul 2008 23:56:24 GMT Subject: rpms/perl-DBIx-Class-Schema-Loader/devel perl-DBIx-Class-Schema-Loader.spec, 1.1, 1.2 Message-ID: <200807232356.m6NNuOZV032683@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32640 Modified Files: perl-DBIx-Class-Schema-Loader.spec Log Message: release bump Index: perl-DBIx-Class-Schema-Loader.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/devel/perl-DBIx-Class-Schema-Loader.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DBIx-Class-Schema-Loader.spec 23 Jul 2008 23:54:28 -0000 1.1 +++ perl-DBIx-Class-Schema-Loader.spec 23 Jul 2008 23:55:37 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DBIx-Class-Schema-Loader Version: 0.04005 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Dynamic definition of a DBIx::Class::Schema License: GPL+ or Artistic Group: Development/Libraries @@ -92,6 +92,9 @@ %{_mandir}/man3/* %changelog +* Wed Jul 23 2008 Chris Weyl 0.04005-2 +- bump + * Mon Jun 02 2008 Chris Weyl 0.04005-1 - update to 0.4005 - filter _docdir requires/provides From cweyl at fedoraproject.org Wed Jul 23 23:57:17 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 23 Jul 2008 23:57:17 GMT Subject: rpms/perl-DBIx-Class-Schema-Loader/F-9 import.log, NONE, 1.1 perl-DBIx-Class-Schema-Loader.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807232357.m6NNvHZR000316@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32725 Modified Files: sources Added Files: import.log perl-DBIx-Class-Schema-Loader.spec Log Message: pseudo-branch of perl-DBIx-Class-Schema-Loader to F-9 --- NEW FILE import.log --- perl-DBIx-Class-Schema-Loader-0_04005-1_fc9:HEAD:perl-DBIx-Class-Schema-Loader-0.04005-1.fc9.src.rpm:1216857250 --- NEW FILE perl-DBIx-Class-Schema-Loader.spec --- Name: perl-DBIx-Class-Schema-Loader Version: 0.04005 Release: 2%{?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://www.cpan.org/modules/by-module/DBIx/DBIx-Class-Schema-Loader-%{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(Digest::MD5) >= 2.36 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) BuildRequires: perl(Text::Balanced) # cpan BuildRequires: perl(Carp::Clan) BuildRequires: perl(Class::Accessor::Fast) >= 0.30 BuildRequires: perl(Class::C3) >= 0.18 BuildRequires: perl(Class::Data::Accessor) >= 0.03 BuildRequires: perl(Class::Inspector) BuildRequires: perl(Data::Dump) >= 1.06 BuildRequires: perl(DBD::SQLite) >= 1.12 BuildRequires: perl(DBI) >= 1.56 BuildRequires: perl(DBIx::Class) >= 0.07006 BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.1 BuildRequires: perl(UNIVERSAL::require) >= 0.11 # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # not automatically picked up Requires: perl(Class::Accessor::Fast) >= 0.30 Requires: perl(Class::Data::Accessor) >= 0.03 %description DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, and relationships. %prep %setup -q -n DBIx-Class-Schema-Loader-%{version} # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/DBIx-Class-Schema-Loader-%{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}/DBIx-Class-Schema-Loader-%{version}/%{name}-req chmod +x %{__perl_requires} %build echo n | %{__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 t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jul 23 2008 Chris Weyl 0.04005-2 - bump * Mon Jun 02 2008 Chris Weyl 0.04005-1 - update to 0.4005 - filter _docdir requires/provides * Mon Mar 17 2008 Chris Weyl 0.04004-1 - brush-up for review submission * Wed Oct 17 2007 Chris Weyl 0.04003-1 - Specfile autogenerated by cpanspec 1.71. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jul 2008 16:02:12 -0000 1.1 +++ sources 23 Jul 2008 23:56:33 -0000 1.2 @@ -0,0 +1 @@ +d9e112493df06800862b93bf46760c4f DBIx-Class-Schema-Loader-0.04005.tar.gz From cweyl at fedoraproject.org Thu Jul 24 00:05:49 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 24 Jul 2008 00:05:49 GMT Subject: rpms/perl-DBIx-Class-Schema-Loader/F-8 import.log, NONE, 1.1 perl-DBIx-Class-Schema-Loader.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807240005.m6O05nm5007417@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7398 Modified Files: sources Added Files: import.log perl-DBIx-Class-Schema-Loader.spec Log Message: pseudo-branch of perl-DBIx-Class-Schema-Loader to F-8 --- NEW FILE import.log --- perl-DBIx-Class-Schema-Loader-0_04005-1_fc9:HEAD:perl-DBIx-Class-Schema-Loader-0.04005-1.fc9.src.rpm:1216857250 --- NEW FILE perl-DBIx-Class-Schema-Loader.spec --- Name: perl-DBIx-Class-Schema-Loader Version: 0.04005 Release: 2%{?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://www.cpan.org/modules/by-module/DBIx/DBIx-Class-Schema-Loader-%{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(Digest::MD5) >= 2.36 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) BuildRequires: perl(Text::Balanced) # cpan BuildRequires: perl(Carp::Clan) BuildRequires: perl(Class::Accessor::Fast) >= 0.30 BuildRequires: perl(Class::C3) >= 0.18 BuildRequires: perl(Class::Data::Accessor) >= 0.03 BuildRequires: perl(Class::Inspector) BuildRequires: perl(Data::Dump) >= 1.06 BuildRequires: perl(DBD::SQLite) >= 1.12 BuildRequires: perl(DBI) >= 1.56 BuildRequires: perl(DBIx::Class) >= 0.07006 BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.1 BuildRequires: perl(UNIVERSAL::require) >= 0.11 # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # not automatically picked up Requires: perl(Class::Accessor::Fast) >= 0.30 Requires: perl(Class::Data::Accessor) >= 0.03 %description DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, and relationships. %prep %setup -q -n DBIx-Class-Schema-Loader-%{version} # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/DBIx-Class-Schema-Loader-%{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}/DBIx-Class-Schema-Loader-%{version}/%{name}-req chmod +x %{__perl_requires} %build echo n | %{__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 t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jul 23 2008 Chris Weyl 0.04005-2 - bump * Mon Jun 02 2008 Chris Weyl 0.04005-1 - update to 0.4005 - filter _docdir requires/provides * Mon Mar 17 2008 Chris Weyl 0.04004-1 - brush-up for review submission * Wed Oct 17 2007 Chris Weyl 0.04003-1 - Specfile autogenerated by cpanspec 1.71. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class-Schema-Loader/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jul 2008 16:02:12 -0000 1.1 +++ sources 24 Jul 2008 00:05:06 -0000 1.2 @@ -0,0 +1 @@ +d9e112493df06800862b93bf46760c4f DBIx-Class-Schema-Loader-0.04005.tar.gz From kwizart at fedoraproject.org Thu Jul 24 16:16:59 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Thu, 24 Jul 2008 16:16:59 GMT Subject: rpms/perl-AnyEvent/devel perl-AnyEvent.spec,1.2,1.3 Message-ID: <200807241616.m6OGGxrq004933@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4811 Modified Files: perl-AnyEvent.spec Log Message: - Update to 4.22 (rpm version : 4.220 ) Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/perl-AnyEvent.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-AnyEvent.spec 18 Jul 2008 11:28:37 -0000 1.2 +++ perl-AnyEvent.spec 24 Jul 2008 16:16:13 -0000 1.3 @@ -1,12 +1,13 @@ +%define version_anyevent 4.22 Name: perl-AnyEvent -Version: 4.21 +Version: 4.220 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}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version_anyevent}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -21,7 +22,7 @@ %prep -%setup -q -n AnyEvent-%{version} +%setup -q -n AnyEvent-%{version_anyevent} # Filter unwanted Requires: cat << \EOF > %{name}-req @@ -33,7 +34,7 @@ sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF -%define __perl_requires %{_builddir}/AnyEvent-%{version}/%{name}-req +%define __perl_requires %{_builddir}/AnyEvent-%{version_anyevent}/%{name}-req chmod +x %{name}-req # Filter unwanted Provides: @@ -43,7 +44,7 @@ sed -e '/^perl(AnyEvent::Impl::Qt/d' EOF -%define __perl_provides %{_builddir}/AnyEvent-%{version}/%{name}-prov +%define __perl_provides %{_builddir}/AnyEvent-%{version_anyevent}/%{name}-prov chmod +x %{name}-prov %build @@ -75,6 +76,9 @@ %changelog +* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 4.22-1 +- Update to 4.22 (rpm version : 4.220 ) + * Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 4.21-1 - Update to 4.21 From kwizart at fedoraproject.org Thu Jul 24 16:19:00 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Thu, 24 Jul 2008 16:19:00 GMT Subject: rpms/perl-AnyEvent/devel sources,1.3,1.4 Message-ID: <200807241619.m6OGJ0Rq005049@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4992 Modified Files: sources Log Message: Update source Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Jul 2008 11:28:37 -0000 1.3 +++ sources 24 Jul 2008 16:18:13 -0000 1.4 @@ -1 +1 @@ -6fe3464f513dd8e45b1d64049d84bfdf AnyEvent-4.21.tar.gz +dc2795211724a5568422ee4847ee12e0 AnyEvent-4.22.tar.gz From kwizart at fedoraproject.org Thu Jul 24 16:24:04 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Thu, 24 Jul 2008 16:24:04 GMT Subject: rpms/perl-AnyEvent/devel perl-AnyEvent.spec, 1.3, 1.4 .cvsignore, 1.3, 1.4 Message-ID: <200807241624.m6OGO4EF005521@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5363 Modified Files: perl-AnyEvent.spec .cvsignore Log Message: More fixes Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/perl-AnyEvent.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-AnyEvent.spec 24 Jul 2008 16:16:13 -0000 1.3 +++ perl-AnyEvent.spec 24 Jul 2008 16:23:19 -0000 1.4 @@ -1,4 +1,5 @@ %define version_anyevent 4.22 + Name: perl-AnyEvent Version: 4.220 Release: 1%{?dist} @@ -76,7 +77,7 @@ %changelog -* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 4.22-1 +* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 4.220-1 - Update to 4.22 (rpm version : 4.220 ) * Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 4.21-1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 18 Jul 2008 11:28:37 -0000 1.3 +++ .cvsignore 24 Jul 2008 16:23:19 -0000 1.4 @@ -1 +1 @@ -AnyEvent-4.21.tar.gz +AnyEvent-4.22.tar.gz From kevin at fedoraproject.org Thu Jul 24 18:30:53 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 24 Jul 2008 18:30:53 GMT Subject: rpms/perl-DateTime-Format-DBI/devel - New directory Message-ID: <200807241830.m6OIUrKC027441@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DateTime-Format-DBI/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsm27366/rpms/perl-DateTime-Format-DBI/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-DBI/devel added to the repository From kevin at fedoraproject.org Thu Jul 24 18:30:39 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 24 Jul 2008 18:30:39 GMT Subject: rpms/perl-DateTime-Format-DBI - New directory Message-ID: <200807241830.m6OIUdmx027417@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DateTime-Format-DBI In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsm27366/rpms/perl-DateTime-Format-DBI Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-DBI added to the repository From kevin at fedoraproject.org Thu Jul 24 18:31:12 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 24 Jul 2008 18:31:12 GMT Subject: rpms/perl-DateTime-Format-DBI Makefile,NONE,1.1 Message-ID: <200807241831.m6OIVCYh027500@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DateTime-Format-DBI In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsm27366/rpms/perl-DateTime-Format-DBI Added Files: Makefile Log Message: Setup of module perl-DateTime-Format-DBI --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-DBI all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Thu Jul 24 18:31:26 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 24 Jul 2008 18:31:26 GMT Subject: rpms/perl-DateTime-Format-DBI/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200807241831.m6OIVQg8027538@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DateTime-Format-DBI/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsm27366/rpms/perl-DateTime-Format-DBI/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-DBI --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-DateTime-Format-DBI # $Id: Makefile,v 1.1 2008/07/24 18:31:12 kevin Exp $ NAME := perl-DateTime-Format-DBI SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From cweyl at fedoraproject.org Thu Jul 24 23:03:01 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 24 Jul 2008 23:03:01 GMT Subject: rpms/perl-DateTime-Format-DBI/devel perl-DateTime-Format-DBI.spec, 1.1, 1.2 Message-ID: <200807242303.m6ON3194016396@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-DBI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16352 Modified Files: perl-DateTime-Format-DBI.spec Log Message: release bump Index: perl-DateTime-Format-DBI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DBI/devel/perl-DateTime-Format-DBI.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-DBI.spec 24 Jul 2008 23:01:45 -0000 1.1 +++ perl-DateTime-Format-DBI.spec 24 Jul 2008 23:02:15 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-DBI Version: 0.031 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Find a parser class for a database connection License: GPL+ or Artistic Group: Development/Libraries @@ -65,6 +65,9 @@ %{_mandir}/man3/* %changelog +* Thu Jul 24 2008 Chris Weyl 0.031-3 +- bump + * Tue Jul 22 2008 Chris Weyl 0.031-2 - override perl's auto-prov. see RH BZ#456357 From cweyl at fedoraproject.org Thu Jul 24 23:03:01 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 24 Jul 2008 23:03:01 GMT Subject: rpms/perl-DateTime-Format-DBI/devel import.log, NONE, 1.1 perl-DateTime-Format-DBI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807242303.m6ON31Ec016399@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-DBI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16310/devel Modified Files: .cvsignore sources Added Files: import.log perl-DateTime-Format-DBI.spec Log Message: initial commit --- NEW FILE import.log --- perl-DateTime-Format-DBI-0_031-2_fc9:HEAD:perl-DateTime-Format-DBI-0.031-2.fc9.src.rpm:1216940486 --- NEW FILE perl-DateTime-Format-DBI.spec --- Name: perl-DateTime-Format-DBI Version: 0.031 Release: 2%{?dist} Summary: Find a parser class for a database connection License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-DBI/ Source0: http://www.cpan.org/authors/id/C/CF/CFAERBER/DateTime-Format-DBI-%{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(DateTime) >= 0.1 BuildRequires: perl(DBI) >= 1.21 BuildRequires: perl(ExtUtils::MakeMaker) # test BuildRequires: perl(Test::More) # see BZ#456357; until then... AutoProv: no Provides: perl(DateTime::Format::DBI) = %{version} %description This module finds a DateTime::Format::* class that is suitable for the use with a given DBI connection (and DBD::* driver). Note that this is most useful if you actually have the DateTime::Format::* class for your particular database(s) installed! See, e.g., perl-DateTime-MySQL, perl-DateTime-Oracle, perl-DateTime-DB2, etc. %prep %setup -q -n DateTime-Format-DBI-%{version} for i in README lib/DateTime/Format/DBI.pm ; do # correct UTF-8 wonkiness cat $i | iconv -f ISO-8859-1 -t UTF-8 > foo mv foo $i done %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jul 22 2008 Chris Weyl 0.031-2 - override perl's auto-prov. see RH BZ#456357 * Wed Jul 16 2008 Chris Weyl 0.031-1 - Specfile autogenerated by cpanspec 1.74. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DBI/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 24 Jul 2008 18:31:12 -0000 1.1 +++ .cvsignore 24 Jul 2008 23:01:45 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-DBI-0.031.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DBI/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 24 Jul 2008 18:31:12 -0000 1.1 +++ sources 24 Jul 2008 23:01:45 -0000 1.2 @@ -0,0 +1 @@ +97efe8dfe3a6e68cfb9489c451cd16dd DateTime-Format-DBI-0.031.tar.gz From cweyl at fedoraproject.org Thu Jul 24 23:03:55 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 24 Jul 2008 23:03:55 GMT Subject: rpms/perl-DateTime-Format-DBI/F-9 import.log, NONE, 1.1 perl-DateTime-Format-DBI.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807242303.m6ON3til016522@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-DBI/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16480 Modified Files: sources Added Files: import.log perl-DateTime-Format-DBI.spec Log Message: pseudo-branch of perl-DateTime-Format-DBI to F-9 --- NEW FILE import.log --- perl-DateTime-Format-DBI-0_031-2_fc9:HEAD:perl-DateTime-Format-DBI-0.031-2.fc9.src.rpm:1216940486 --- NEW FILE perl-DateTime-Format-DBI.spec --- Name: perl-DateTime-Format-DBI Version: 0.031 Release: 3%{?dist} Summary: Find a parser class for a database connection License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-DBI/ Source0: http://www.cpan.org/authors/id/C/CF/CFAERBER/DateTime-Format-DBI-%{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(DateTime) >= 0.1 BuildRequires: perl(DBI) >= 1.21 BuildRequires: perl(ExtUtils::MakeMaker) # test BuildRequires: perl(Test::More) # see BZ#456357; until then... AutoProv: no Provides: perl(DateTime::Format::DBI) = %{version} %description This module finds a DateTime::Format::* class that is suitable for the use with a given DBI connection (and DBD::* driver). Note that this is most useful if you actually have the DateTime::Format::* class for your particular database(s) installed! See, e.g., perl-DateTime-MySQL, perl-DateTime-Oracle, perl-DateTime-DB2, etc. %prep %setup -q -n DateTime-Format-DBI-%{version} for i in README lib/DateTime/Format/DBI.pm ; do # correct UTF-8 wonkiness cat $i | iconv -f ISO-8859-1 -t UTF-8 > foo mv foo $i done %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jul 24 2008 Chris Weyl 0.031-3 - bump * Tue Jul 22 2008 Chris Weyl 0.031-2 - override perl's auto-prov. see RH BZ#456357 * Wed Jul 16 2008 Chris Weyl 0.031-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DBI/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 24 Jul 2008 18:31:12 -0000 1.1 +++ sources 24 Jul 2008 23:03:10 -0000 1.2 @@ -0,0 +1 @@ +97efe8dfe3a6e68cfb9489c451cd16dd DateTime-Format-DBI-0.031.tar.gz From cweyl at fedoraproject.org Thu Jul 24 23:19:44 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 24 Jul 2008 23:19:44 GMT Subject: rpms/perl-DateTime-Format-DBI/F-8 import.log, NONE, 1.1 perl-DateTime-Format-DBI.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807242319.m6ONJiRb017423@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-DBI/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17329 Modified Files: sources Added Files: import.log perl-DateTime-Format-DBI.spec Log Message: pseudo-branch of perl-DateTime-Format-DBI to F-8 --- NEW FILE import.log --- perl-DateTime-Format-DBI-0_031-2_fc9:HEAD:perl-DateTime-Format-DBI-0.031-2.fc9.src.rpm:1216940486 --- NEW FILE perl-DateTime-Format-DBI.spec --- Name: perl-DateTime-Format-DBI Version: 0.031 Release: 3%{?dist} Summary: Find a parser class for a database connection License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-DBI/ Source0: http://www.cpan.org/authors/id/C/CF/CFAERBER/DateTime-Format-DBI-%{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(DateTime) >= 0.1 BuildRequires: perl(DBI) >= 1.21 BuildRequires: perl(ExtUtils::MakeMaker) # test BuildRequires: perl(Test::More) # see BZ#456357; until then... AutoProv: no Provides: perl(DateTime::Format::DBI) = %{version} %description This module finds a DateTime::Format::* class that is suitable for the use with a given DBI connection (and DBD::* driver). Note that this is most useful if you actually have the DateTime::Format::* class for your particular database(s) installed! See, e.g., perl-DateTime-MySQL, perl-DateTime-Oracle, perl-DateTime-DB2, etc. %prep %setup -q -n DateTime-Format-DBI-%{version} for i in README lib/DateTime/Format/DBI.pm ; do # correct UTF-8 wonkiness cat $i | iconv -f ISO-8859-1 -t UTF-8 > foo mv foo $i done %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jul 24 2008 Chris Weyl 0.031-3 - bump * Tue Jul 22 2008 Chris Weyl 0.031-2 - override perl's auto-prov. see RH BZ#456357 * Wed Jul 16 2008 Chris Weyl 0.031-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DBI/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 24 Jul 2008 18:31:12 -0000 1.1 +++ sources 24 Jul 2008 23:18:53 -0000 1.2 @@ -0,0 +1 @@ +97efe8dfe3a6e68cfb9489c451cd16dd DateTime-Format-DBI-0.031.tar.gz From bugzilla at redhat.com Fri Jul 25 15:48:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jul 2008 11:48:04 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: Message-ID: <200807251548.m6PFm4Tb005834@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm https://bugzilla.redhat.com/show_bug.cgi?id=455151 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|low |high Status|NEW |ASSIGNED Priority|low |high ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-25 11:48 EST ------- Fixed in rawhide, building in F-8, F-9... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jul 25 15:54:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jul 2008 11:54:25 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: Message-ID: <200807251554.m6PFsPXs009017@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm https://bugzilla.redhat.com/show_bug.cgi?id=455151 ------- Additional Comments From updates at fedoraproject.org 2008-07-25 11:54 EST ------- perl-Catalyst-Manual-5.7013-1.fc9 has been submitted as an update for Fedora 9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From corsepiu at fedoraproject.org Sat Jul 26 04:50:51 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 26 Jul 2008 04:50:51 GMT Subject: rpms/perl-Class-MethodMaker/F-8 .cvsignore, 1.5, 1.6 perl-Class-MethodMaker.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200807260450.m6Q4opjt007376@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7343 Modified Files: .cvsignore perl-Class-MethodMaker.spec sources Log Message: * Fri Jul 18 2008 Ralf Cors??pius - 2.11-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-8/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Feb 2006 03:07:11 -0000 1.5 +++ .cvsignore 26 Jul 2008 04:50:21 -0000 1.6 @@ -1 +1 @@ -Class-MethodMaker-2.08.tar.gz +Class-MethodMaker-2.11.tar.gz Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-8/perl-Class-MethodMaker.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Class-MethodMaker.spec 15 Oct 2007 18:37:00 -0000 1.9 +++ perl-Class-MethodMaker.spec 26 Jul 2008 04:50:21 -0000 1.10 @@ -1,19 +1,18 @@ -%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} - Name: perl-Class-MethodMaker -Version: 2.08 -Release: 4%{?dist}.1 +Version: 2.11 +Release: 1%{?dist} Summary: Perl module for creating generic object-oriented methods Group: Development/Libraries License: GPL+ or Artistic -URL: http://search.cpan.org/dist/Class-MethodMaker/ -Source: http://www.cpan.org/authors/id/F/FL/FLUFFY/Class-MethodMaker-2.08.tar.gz +URL: http://search.cpan.org/~schwigon/Class-MethodMaker/ +Source0: http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(IPC::Run) BuildRequires: perl(ExtUtils::MakeMaker) +# Required by the tests +BuildRequires: perl(IPC::Run) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -25,9 +24,8 @@ %setup -q -n Class-MethodMaker-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile -make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -37,8 +35,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : -mv t/0-signature.t t/0-signature.t.skip +%check make test %clean @@ -53,6 +50,28 @@ %{_mandir}/man3/*.3* %changelog +* Fri Jul 18 2008 Ralf Cors??pius - 2.11-1 +- Upstream update. + +* Fri Jul 18 2008 Ralf Cors??pius - 2.10-4 +- Remove %%clean ||: (BZ 449442, FTBFS). +- Use %%version in Source0-URL. +- Don't skip 0-signature.t. +- Misc. minor spec-file overhaul. + +* Wed Feb 27 2008 Tom "spot" Callaway - 2.10-3 +- Rebuild for perl 5.10 (again) + +* Mon Feb 18 2008 Fedora Release Engineering - 2.10-2 +- Autorebuild for GCC 4.3 + +* Tue Jan 29 2008 Tom "spot" Callaway - 2.10-1 +- fix compile bug by going to 2.10 (CPAN says it is unauthorized, + but the copyright holder says it is ok) + +* Mon Jan 28 2008 Tom "spot" Callaway - 2.08-5 +- rebuild for new perl + * Mon Oct 15 2007 Tom "spot" Callaway - 2.08-4.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-8/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Feb 2006 03:07:11 -0000 1.5 +++ sources 26 Jul 2008 04:50:21 -0000 1.6 @@ -1 +1 @@ -35b65629c3b4a4da3124ddd5c35e8c34 Class-MethodMaker-2.08.tar.gz +61ed8327e50b99e574c5f5ce1a835d36 Class-MethodMaker-2.11.tar.gz From buildsys at fedoraproject.org Sat Jul 26 16:25:39 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 26 Jul 2008 16:25:39 +0000 (UTC) Subject: Broken upgrade path(s) detected for: perl-Catalyst-Plugin-CGI-Untaint Message-ID: <20080726162539.722C115005E@releng1.fedora.phx.redhat.com> dist-f8-updates > dist-f10 (perl-Catalyst-Plugin-CGI-Untaint-0.05-4.fc8 perl-Catalyst-Plugin-CGI-Untaint-0.05-3.fc10) dist-f9-updates > dist-f10 (perl-Catalyst-Plugin-CGI-Untaint-0.05-4.fc9 perl-Catalyst-Plugin-CGI-Untaint-0.05-3.fc10) Please fix the(se) issue(s) as soon as possible. --------------- This report generated by Fedora Release Engineering, using http://git.fedorahosted.org/git/?p=releng;a=blob;f=scripts/check-upgrade-paths.py;hb=HEAD From cweyl at fedoraproject.org Fri Jul 25 15:41:11 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 25 Jul 2008 15:41:11 GMT Subject: rpms/perl-Catalyst-Manual/devel perl-Catalyst-Manual.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200807251541.m6PFfB8T000867@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Manual/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv822 Modified Files: perl-Catalyst-Manual.spec sources Log Message: * Fri Jul 25 2008 Chris Weyl - update to 5.7013 - don't just exclude Catalyst::Manual's man page, but the .pm as well. (RH BZ#455151) * Wed Jun 25 2008 Chris Weyl 5.7012-2 - re-exclude Catalyst::Manual.3pm Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/perl-Catalyst-Manual.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Catalyst-Manual.spec 25 Jun 2008 21:54:46 -0000 1.5 +++ perl-Catalyst-Manual.spec 25 Jul 2008 15:40:40 -0000 1.6 @@ -1,7 +1,7 @@ Name: perl-Catalyst-Manual Epoch: 1 -Version: 5.7012 -Release: 2%{?dist} +Version: 5.7013 +Release: 1%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic Group: Development/Libraries @@ -49,9 +49,15 @@ %{perl_vendorlib}/* %{_mandir}/man3/* # this is actually better done in perl-Catalyst-Runtime +%exclude %{perl_vendorlib}/Catalyst/Manual.pm %exclude %{_mandir}/man3/Catalyst::Manual.3* %changelog +* Fri Jul 25 2008 Chris Weyl +- update to 5.7013 +- don't just exclude Catalyst::Manual's man page, but the .pm as well. + (RH BZ#455151) + * Wed Jun 25 2008 Chris Weyl 5.7012-2 - re-exclude Catalyst::Manual.3pm Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 23 Jun 2008 03:34:14 -0000 1.3 +++ sources 25 Jul 2008 15:40:40 -0000 1.4 @@ -1 +1 @@ -ae393f5f193d77a24f0aba62f979353f Catalyst-Manual-5.7012.tar.gz +928dd128c12a670b8a6c9ae8d66e1f40 Catalyst-Manual-5.7013.tar.gz From cweyl at fedoraproject.org Fri Jul 25 15:50:13 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 25 Jul 2008 15:50:13 GMT Subject: rpms/perl-Catalyst-Manual/devel perl-Catalyst-Manual.spec,1.6,1.7 Message-ID: <200807251550.m6PFoDUA001582@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Manual/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1523 Modified Files: perl-Catalyst-Manual.spec Log Message: * Fri Jul 25 2008 Chris Weyl 5.7013-1 - update to 5.7013 - don't just exclude Catalyst::Manual's man page, but the .pm as well. (RH BZ#455151) * Wed Jun 25 2008 Chris Weyl 5.7012-2 - re-exclude Catalyst::Manual.3pm Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/perl-Catalyst-Manual.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Catalyst-Manual.spec 25 Jul 2008 15:40:40 -0000 1.6 +++ perl-Catalyst-Manual.spec 25 Jul 2008 15:49:43 -0000 1.7 @@ -53,7 +53,7 @@ %exclude %{_mandir}/man3/Catalyst::Manual.3* %changelog -* Fri Jul 25 2008 Chris Weyl +* Fri Jul 25 2008 Chris Weyl 5.7013-1 - update to 5.7013 - don't just exclude Catalyst::Manual's man page, but the .pm as well. (RH BZ#455151) From cweyl at fedoraproject.org Fri Jul 25 15:50:51 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 25 Jul 2008 15:50:51 GMT Subject: rpms/perl-Catalyst-Manual/F-9 .cvsignore, 1.2, 1.3 perl-Catalyst-Manual.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200807251550.m6PFopiG001639@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Manual/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1587 Modified Files: .cvsignore perl-Catalyst-Manual.spec sources Log Message: * Fri Jul 25 2008 Chris Weyl 5.7013-1 - update to 5.7013 - don't just exclude Catalyst::Manual's man page, but the .pm as well. (RH BZ#455151) * Wed Jun 25 2008 Chris Weyl 5.7012-2 - re-exclude Catalyst::Manual.3pm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Jun 2007 15:46:14 -0000 1.2 +++ .cvsignore 25 Jul 2008 15:50:20 -0000 1.3 @@ -1 +1 @@ -Catalyst-Manual-5.700701.tar.gz +Catalyst-Manual-5.7013.tar.gz Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-9/perl-Catalyst-Manual.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Catalyst-Manual.spec 25 Jun 2008 22:08:12 -0000 1.5 +++ perl-Catalyst-Manual.spec 25 Jul 2008 15:50:20 -0000 1.6 @@ -1,7 +1,7 @@ Name: perl-Catalyst-Manual Epoch: 1 -Version: 5.7012 -Release: 2%{?dist} +Version: 5.7013 +Release: 1%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic Group: Development/Libraries @@ -49,9 +49,15 @@ %{perl_vendorlib}/* %{_mandir}/man3/* # this is actually better done in perl-Catalyst-Runtime +%exclude %{perl_vendorlib}/Catalyst/Manual.pm %exclude %{_mandir}/man3/Catalyst::Manual.3* %changelog +* Fri Jul 25 2008 Chris Weyl 5.7013-1 +- update to 5.7013 +- don't just exclude Catalyst::Manual's man page, but the .pm as well. + (RH BZ#455151) + * Wed Jun 25 2008 Chris Weyl 5.7012-2 - re-exclude Catalyst::Manual.3pm Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 23 Jun 2008 16:13:48 -0000 1.3 +++ sources 25 Jul 2008 15:50:20 -0000 1.4 @@ -1 +1 @@ -ae393f5f193d77a24f0aba62f979353f Catalyst-Manual-5.7012.tar.gz +928dd128c12a670b8a6c9ae8d66e1f40 Catalyst-Manual-5.7013.tar.gz From skasal at redhat.com Mon Jul 28 15:37:55 2008 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 28 Jul 2008 17:37:55 +0200 Subject: perl-devel is installed by some package - "filter requires" needed ? In-Reply-To: <4847B8C5.3090301@gmail.com> References: <4847B8C5.3090301@gmail.com> Message-ID: <20080728153755.GA21434@camelia.ucw.cz> Hello, On Thu, Jun 05, 2008 at 11:58:29AM +0200, Nicolas Chauvet wrote: > Lastest build of - Still requires: > mod_perl (unsure?) - perl(ExtUtils::MakeMaker) > perl-Tk - perl(ExtUtils::MakeMaker) > perl-Gtk2 - perl(Test::More) > perl-Glib - perl(ExtUtils::MakeMaker) > perl-Curses - perl(ExtUtils::testlib) I agree that all of these look suspicious. > Now I just wonder if we can assume that: > Unless the package itself is a perl(Test:: or perl(ExtUtils:: , it > shouldn't Requires either perl(Test:: or perl(ExtUtils:: That's the idea. But the set is slightly bigger, you have to add - perl-devel (requires ExtUtils::MakeMaker) - perl-CPAN (download and build modules from CPAN - perl-Module-Build: we are in perl, so TMTOWTDI: ``Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker.'' > Maybe We could have a warning if such dependencies are detected ? > Either appearing in build.log or as a rpmlint test ? > So we could check why this dependency are extracted at source. This type of problem seems to appear too often, so you are probably right that such a check is needed.. I'm not sure where it should be hooked to, though. Have a nice day, Stepan Kasal From bugzilla at redhat.com Mon Jul 28 22:17:24 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Jul 2008 18:17:24 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: Message-ID: <200807282217.m6SMHOF8028928@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm https://bugzilla.redhat.com/show_bug.cgi?id=455151 ------- Additional Comments From dchipman at ican.net 2008-07-28 18:17 EST ------- Problem still exists, installing from updtaes testing on this date. Please fix. Error: Transaction Check Error: file /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm conflicts between attempted installs of perl-Catalyst-Runtime-5.7014-3.fc9.noarch and perl-Catalyst-Manual-5.7012-2.fc9.noarch -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jul 28 22:35:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Jul 2008 18:35:47 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: Message-ID: <200807282235.m6SMZlED031488@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm https://bugzilla.redhat.com/show_bug.cgi?id=455151 ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-28 18:35 EST ------- (In reply to comment #3) > Problem still exists, installing from updtaes testing on this date. Please fix. Note that for whatever reason, the updated package (5.7013-1.fc9) hasn't actually been pushed into the testing repos yet. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 29 01:47:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Jul 2008 21:47:30 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: Message-ID: <200807290147.m6T1lUMp016975@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm https://bugzilla.redhat.com/show_bug.cgi?id=455151 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |454029 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From pghmcfc at fedoraproject.org Mon Jul 28 15:11:09 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 28 Jul 2008 15:11:09 GMT Subject: rpms/perl-Net-SSLeay/devel .cvsignore, 1.3, 1.4 perl-Net-SSLeay.spec, 1.10, 1.11 sources, 1.3, 1.4 perl-Net-SSLeay-1.32-external-hosts.patch, 1.1, NONE perl-Net-SSLeay-1.32-notests.patch, 1.1, NONE Message-ID: <200807281511.m6SFB9xW012959@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Net-SSLeay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12899 Modified Files: .cvsignore perl-Net-SSLeay.spec sources Removed Files: perl-Net-SSLeay-1.32-external-hosts.patch perl-Net-SSLeay-1.32-notests.patch Log Message: * Mon Jul 28 2008 Paul Howarth - 1.35-1 - update to 1.35 - drop flag and patch for enabling/disabling external tests - patch now upstream - external hosts patch no longer needed as we don't do external tests - filter out unversioned provide for perl(Net::SSLeay) - use the distro openssl flags rather than guessing them Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Nov 2007 15:38:29 -0000 1.3 +++ .cvsignore 28 Jul 2008 15:10:39 -0000 1.4 @@ -1 +1 @@ -Net-SSLeay-1.32.tar.gz +Net-SSLeay-1.35.tar.gz Index: perl-Net-SSLeay.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/perl-Net-SSLeay.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Net-SSLeay.spec 2 Mar 2008 15:56:44 -0000 1.10 +++ perl-Net-SSLeay.spec 28 Jul 2008 15:10:39 -0000 1.11 @@ -1,23 +1,17 @@ -# -# Rebuild switch: -# --with externaltests enable external network tests -# - Name: perl-Net-SSLeay -Version: 1.32 -Release: 5%{?dist} +Version: 1.35 +Release: 1%{?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-1.32-notests.patch -Patch1: perl-Net-SSLeay-1.32-external-hosts.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 BuildRequires: perl(Array::Compare), perl(MIME::Base64), perl(Sub::Uplevel) -BuildRequires: perl(Test::Exception), perl(Test::NoWarnings), perl(Test::Pod), perl(Test::Warn), perl(Tree::DAG_Node) +BuildRequires: perl(Test::Exception), perl(Test::NoWarnings), perl(Test::Pod) +BuildRequires: perl(Test::Warn), perl(Tree::DAG_Node) %description This module offers some high level convenience functions for accessing @@ -28,10 +22,6 @@ %prep %setup -q -n Net-SSLeay-%{version} -%if 0%{!?_with_externaltests:1} -%patch0 -p1 -b .notests -%endif -%patch1 -p1 -b .hosts %{__chmod} -c 644 examples/* %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' examples/*.pl for f in Credits lib/Net/SSLeay.pm; do @@ -39,9 +29,16 @@ %{__mv} ${f}.utf8 ${f} done +# Remove redundant provides (there's also a versioned one) +%global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(Net::SSLeay)'" +%define __perl_provides %{provfilt} + %build PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL \ - INSTALLDIRS=vendor OPTIMIZE="%{optflags}" + INSTALLDIRS=vendor \ + INC="$(/usr/bin/pkg-config --cflags-only-I openssl)" \ + LIBS="$(/usr/bin/pkg-config --libs openssl)" \ + OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %install @@ -67,6 +64,13 @@ %{_mandir}/man3/Net::SSLeay*.3* %changelog +* Mon Jul 28 2008 Paul Howarth - 1.35-1 +- update to 1.35 +- drop flag and patch for enabling/disabling external tests - patch now upstream +- external hosts patch no longer needed as we don't do external tests +- filter out unversioned provide for perl(Net::SSLeay) +- use the distro openssl flags rather than guessing them + * Wed Feb 27 2008 Tom "spot" Callaway - 1.32-5 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Nov 2007 15:38:29 -0000 1.3 +++ sources 28 Jul 2008 15:10:39 -0000 1.4 @@ -1 +1 @@ -3e0918a7101633f06cfe4f7ca005917e Net-SSLeay-1.32.tar.gz +1e4ec37a4467eb66a62d3c090ac9029b Net-SSLeay-1.35.tar.gz --- perl-Net-SSLeay-1.32-external-hosts.patch DELETED --- --- perl-Net-SSLeay-1.32-notests.patch DELETED --- From bugzilla at redhat.com Tue Jul 29 21:51:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jul 2008 17:51:00 -0400 Subject: [Bug 454257] Tracker for bugs relating to F-9 perl packages not rebuilt for perl 5.10.0 In-Reply-To: Message-ID: <200807292151.m6TLp01q015997@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Tracker for bugs relating to F-9 perl packages not rebuilt for perl 5.10.0 Alias: F9_5.10_REBUILD https://bugzilla.redhat.com/show_bug.cgi?id=454257 Bug 454257 depends on bug 453932, which changed state. Bug 453932 Summary: libprelude-perl should have perl(:MODULE_COMPAT...) dependency https://bugzilla.redhat.com/show_bug.cgi?id=453932 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE Bug 454257 depends on bug 453935, which changed state. Bug 453935 Summary: libpreludedb-perl not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453935 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE Bug 454257 depends on bug 453100, which changed state. Bug 453100 Summary: perl-XML-Generator-DBI not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453100 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE Bug 454257 depends on bug 453120, which changed state. Bug 453120 Summary: perl-openbabel not built for perl 5.10.0 https://bugzilla.redhat.com/show_bug.cgi?id=453120 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 29 22:46:12 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jul 2008 18:46:12 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: Message-ID: <200807292246.m6TMkCTb024461@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm https://bugzilla.redhat.com/show_bug.cgi?id=455151 ------- Additional Comments From nicku at nicku.org 2008-07-29 18:46 EST ------- (In reply to comment #2) > perl-Catalyst-Manual-5.7013-1.fc9 has been submitted as an update for Fedora 9 So perl-Catalyst-Manual has been updated rather than perl-Catalyst-Runtime? So you have removed /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm from perl-Catalyst-Manual? An interesting, but odd choice. I imagined that your solution would involve removing /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm from perl-Catalyst-Runtime. That is why I set the component for this bug to perl-Catalyst-Runtime. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jul 29 23:57:48 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jul 2008 19:57:48 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: Message-ID: <200807292357.m6TNvmNp001877@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm https://bugzilla.redhat.com/show_bug.cgi?id=455151 ------- Additional Comments From cweyl at alumni.drew.edu 2008-07-29 19:57 EST ------- (In reply to comment #5) > (In reply to comment #2) > > perl-Catalyst-Manual-5.7013-1.fc9 has been submitted as an update for Fedora 9 > > So perl-Catalyst-Manual has been updated rather than perl-Catalyst-Runtime? > So you have removed /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm > from perl-Catalyst-Manual? An interesting, but odd choice. > > I imagined that your solution would involve removing > /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm from perl-Catalyst-Runtime. > That is why I set the component for this bug to perl-Catalyst-Runtime. It is odd, but hardly the only odd thing about Catalyst-Runtime vs Catalyst-Devel (catalyst.pl being pacakaged upstream with -Runtime but unusable without -Devel comes to mind). I wouldn't mind a second opinion, but to me the Catalyst/Manual.pm included with Catalyst-Runtime is more informative than the one actually packaged in Catalyst-Manual. Not what I'd expect, either :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 30 12:20:41 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 30 Jul 2008 08:20:41 -0400 Subject: [Bug 444341] EPEL4 branching request for perl-Crypt-Blowfish In-Reply-To: Message-ID: <200807301220.m6UCKfaE015870@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL4 branching request for perl-Crypt-Blowfish https://bugzilla.redhat.com/show_bug.cgi?id=444341 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |9 xavier at bachelot.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xavier at bachelot.org Component|perl-Crypt-Blowfish |perl-Crypt-Blowfish Product|Fedora |Fedora EPEL Version|9 |el4 Flag|fedora-cvs+ | ------- Additional Comments From fedora-triage-list at redhat.com 2008-05-14 06:15 EST ------- Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping ------- Additional Comments From xavier at bachelot.org 2008-07-30 08:20 EST ------- This package was branched but is still not built for both EL4 and 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, or are watching someone who is. From kwizart at fedoraproject.org Tue Jul 29 18:05:06 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Tue, 29 Jul 2008 18:05:06 GMT Subject: rpms/perl-Tk-TableMatrix/devel import.log, NONE, 1.1 perl-Tk-TableMatrix.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200807291805.m6TI56q6008923@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Tk-TableMatrix/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8882/devel Modified Files: .cvsignore sources Added Files: import.log perl-Tk-TableMatrix.spec Log Message: Import for devel --- NEW FILE import.log --- perl-Tk-TableMatrix-1_23-4_fc8_kwizart:HEAD:perl-Tk-TableMatrix-1.23-4.fc8.kwizart.src.rpm:1217354650 --- NEW FILE perl-Tk-TableMatrix.spec --- Name: perl-Tk-TableMatrix Version: 1.23 Release: 4%{?dist} Summary: Perl module for creating and manipulating tables Group: Development/Libraries License: (GPL+ or Artistic) and BSD URL: http://search.cpan.org/dist/Tk-TableMatrix/ Source0: http://search.cpan.org/CPAN/authors/id/C/CE/CERNEY/Tk-TableMatrix-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: libX11-devel #??See (RHBZ#456019) BuildRequires: perl(Tk) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The TableMatrix command creates a 2-dimensional grid of cells. The table can use a Tcl array variable or Tcl command for data storage and retrieval. %prep %setup -q -n Tk-TableMatrix-%{version} # fix perms chmod 644 COPYING README TableMatrix.pm TableMatrix.xs TableMatrix/Spreadsheet.pm \ TableMatrix/SpreadsheetHideRows.pm pTk/license.terms pTk/mTk/license.terms # copy license cp -p pTk/license.terms license.terms.pTk cp -p pTk/mTk/license.terms license.terms.mTk # Fix end-of-line-encoding touch -r demos/edit_styles.pl demos/edit_styles.pl.timestamps sed -i 's/\r//' demos/edit_styles.pl touch -r demos/edit_styles.pl.timestamps demos/edit_styles.pl rm demos/edit_styles.pl.timestamps %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' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* chmod -x demos/* %check # disabled by default because it needs an x screen %{?_with_tests:make test} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog COPYING README Changes #??See (RHBZ#456019). %doc license.terms.pTk license.terms.mTk %doc demos %{perl_vendorarch}/Tk/ %{perl_vendorarch}/auto/* %{_mandir}/man3/*.3* %changelog * Tue Jul 29 2008 kwizart < kwizart at gmail.com > - 1.23-4 - Fix encoding * Sat Jul 19 2008 kwizart < kwizart at gmail.com > - 1.23-3 - Add conditional build --with tests - Add demos directory as %%doc * Mon May 19 2008 kwizart < kwizart at gmail.com > - 1.23-2 - Fix directory owership for perl packages. - Add BR libX11-devel * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.23-1 - Initial package for Fedora Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tk-TableMatrix/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Jul 2008 15:40:38 -0000 1.1 +++ .cvsignore 29 Jul 2008 18:04:36 -0000 1.2 @@ -0,0 +1 @@ +Tk-TableMatrix-1.23.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tk-TableMatrix/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Jul 2008 15:40:38 -0000 1.1 +++ sources 29 Jul 2008 18:04:36 -0000 1.2 @@ -0,0 +1 @@ +6b7653d129bf1a8327054a88b58d6364 Tk-TableMatrix-1.23.tar.gz From kwizart at fedoraproject.org Tue Jul 29 18:20:20 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Tue, 29 Jul 2008 18:20:20 GMT Subject: rpms/perl-Tk-TableMatrix/F-9 perl-Tk-TableMatrix.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807291820.m6TIKKfw009645@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Tk-TableMatrix/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9563 Modified Files: sources Added Files: perl-Tk-TableMatrix.spec Log Message: Initial import for F-9 --- NEW FILE perl-Tk-TableMatrix.spec --- Name: perl-Tk-TableMatrix Version: 1.23 Release: 4%{?dist} Summary: Perl module for creating and manipulating tables Group: Development/Libraries License: (GPL+ or Artistic) and BSD URL: http://search.cpan.org/dist/Tk-TableMatrix/ Source0: http://search.cpan.org/CPAN/authors/id/C/CE/CERNEY/Tk-TableMatrix-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: libX11-devel #??See (RHBZ#456019) BuildRequires: perl(Tk) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The TableMatrix command creates a 2-dimensional grid of cells. The table can use a Tcl array variable or Tcl command for data storage and retrieval. %prep %setup -q -n Tk-TableMatrix-%{version} # fix perms chmod 644 COPYING README TableMatrix.pm TableMatrix.xs TableMatrix/Spreadsheet.pm \ TableMatrix/SpreadsheetHideRows.pm pTk/license.terms pTk/mTk/license.terms # copy license cp -p pTk/license.terms license.terms.pTk cp -p pTk/mTk/license.terms license.terms.mTk # Fix end-of-line-encoding touch -r demos/edit_styles.pl demos/edit_styles.pl.timestamps sed -i 's/\r//' demos/edit_styles.pl touch -r demos/edit_styles.pl.timestamps demos/edit_styles.pl rm demos/edit_styles.pl.timestamps %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' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* chmod -x demos/* %check # disabled by default because it needs an x screen %{?_with_tests:make test} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog COPYING README Changes #??See (RHBZ#456019). %doc license.terms.pTk license.terms.mTk %doc demos %{perl_vendorarch}/Tk/ %{perl_vendorarch}/auto/* %{_mandir}/man3/*.3* %changelog * Tue Jul 29 2008 kwizart < kwizart at gmail.com > - 1.23-4 - Fix encoding * Sat Jul 19 2008 kwizart < kwizart at gmail.com > - 1.23-3 - Add conditional build --with tests - Add demos directory as %%doc * Mon May 19 2008 kwizart < kwizart at gmail.com > - 1.23-2 - Fix directory owership for perl packages. - Add BR libX11-devel * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.23-1 - Initial package for Fedora Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tk-TableMatrix/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Jul 2008 15:40:38 -0000 1.1 +++ sources 29 Jul 2008 18:19:49 -0000 1.2 @@ -0,0 +1 @@ +6b7653d129bf1a8327054a88b58d6364 Tk-TableMatrix-1.23.tar.gz From kwizart at fedoraproject.org Tue Jul 29 18:22:19 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Tue, 29 Jul 2008 18:22:19 GMT Subject: rpms/perl-Tk-TableMatrix/F-8 perl-Tk-TableMatrix.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200807291822.m6TIMJrc009816@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Tk-TableMatrix/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9780 Modified Files: sources Added Files: perl-Tk-TableMatrix.spec Log Message: Initial import for F-8 --- NEW FILE perl-Tk-TableMatrix.spec --- Name: perl-Tk-TableMatrix Version: 1.23 Release: 4%{?dist} Summary: Perl module for creating and manipulating tables Group: Development/Libraries License: (GPL+ or Artistic) and BSD URL: http://search.cpan.org/dist/Tk-TableMatrix/ Source0: http://search.cpan.org/CPAN/authors/id/C/CE/CERNEY/Tk-TableMatrix-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: libX11-devel #??See (RHBZ#456019) BuildRequires: perl(Tk) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The TableMatrix command creates a 2-dimensional grid of cells. The table can use a Tcl array variable or Tcl command for data storage and retrieval. %prep %setup -q -n Tk-TableMatrix-%{version} # fix perms chmod 644 COPYING README TableMatrix.pm TableMatrix.xs TableMatrix/Spreadsheet.pm \ TableMatrix/SpreadsheetHideRows.pm pTk/license.terms pTk/mTk/license.terms # copy license cp -p pTk/license.terms license.terms.pTk cp -p pTk/mTk/license.terms license.terms.mTk # Fix end-of-line-encoding touch -r demos/edit_styles.pl demos/edit_styles.pl.timestamps sed -i 's/\r//' demos/edit_styles.pl touch -r demos/edit_styles.pl.timestamps demos/edit_styles.pl rm demos/edit_styles.pl.timestamps %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' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* chmod -x demos/* %check # disabled by default because it needs an x screen %{?_with_tests:make test} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog COPYING README Changes #??See (RHBZ#456019). %doc license.terms.pTk license.terms.mTk %doc demos %{perl_vendorarch}/Tk/ %{perl_vendorarch}/auto/* %{_mandir}/man3/*.3* %changelog * Tue Jul 29 2008 kwizart < kwizart at gmail.com > - 1.23-4 - Fix encoding * Sat Jul 19 2008 kwizart < kwizart at gmail.com > - 1.23-3 - Add conditional build --with tests - Add demos directory as %%doc * Mon May 19 2008 kwizart < kwizart at gmail.com > - 1.23-2 - Fix directory owership for perl packages. - Add BR libX11-devel * Wed Apr 30 2008 kwizart < kwizart at gmail.com > - 1.23-1 - Initial package for Fedora Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tk-TableMatrix/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Jul 2008 15:40:38 -0000 1.1 +++ sources 29 Jul 2008 18:21:49 -0000 1.2 @@ -0,0 +1 @@ +6b7653d129bf1a8327054a88b58d6364 Tk-TableMatrix-1.23.tar.gz From pghmcfc at fedoraproject.org Wed Jul 30 11:08:57 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 30 Jul 2008 11:08:57 GMT Subject: rpms/perl-MailTools/devel .cvsignore, 1.13, 1.14 perl-MailTools.spec, 1.28, 1.29 sources, 1.13, 1.14 Message-ID: <200807301108.m6UB8vk5025630@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-MailTools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25598 Modified Files: .cvsignore perl-MailTools.spec sources Log Message: Update to 2.04 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 15 Apr 2008 04:44:45 -0000 1.13 +++ .cvsignore 30 Jul 2008 11:08:27 -0000 1.14 @@ -1 +1 @@ -MailTools-2.03.tar.gz +MailTools-2.04.tar.gz Index: perl-MailTools.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/perl-MailTools.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- perl-MailTools.spec 15 Apr 2008 04:44:45 -0000 1.28 +++ perl-MailTools.spec 30 Jul 2008 11:08:27 -0000 1.29 @@ -1,6 +1,6 @@ Summary: Various mail-related perl modules Name: perl-MailTools -Version: 2.03 +Version: 2.04 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -64,6 +64,9 @@ %{_mandir}/man3/Mail::*.3pm* %changelog +* Wed Jul 30 2008 Paul Howarth 2.04-1 +- Update to 2.04 + * Tue Apr 15 2008 Paul Howarth 2.03-1 - Update to 2.03 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 15 Apr 2008 04:44:45 -0000 1.13 +++ sources 30 Jul 2008 11:08:27 -0000 1.14 @@ -1 +1 @@ -6027b40fe199c42857776466dad9a463 MailTools-2.03.tar.gz +d21ea4f375d1e5f3da6b0a4e8ba1e2c6 MailTools-2.04.tar.gz From bugzilla at redhat.com Wed Jul 30 12:29:57 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 30 Jul 2008 08:29:57 -0400 Subject: [Bug 442549] perl-Spreadsheet-ParseExcel not available in EPEL In-Reply-To: Message-ID: <200807301229.m6UCTvIB017085@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Spreadsheet-ParseExcel not available in EPEL https://bugzilla.redhat.com/show_bug.cgi?id=442549 xavier at bachelot.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |457225 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 30 20:01:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 30 Jul 2008 16:01:44 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: Message-ID: <200807302001.m6UK1ieq000642@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm https://bugzilla.redhat.com/show_bug.cgi?id=455151 ------- Additional Comments From updates at fedoraproject.org 2008-07-30 16:01 EST ------- perl-Catalyst-Manual-5.7013-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jul 30 20:01:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 30 Jul 2008 16:01:46 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: Message-ID: <200807302001.m6UK1kAT000672@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm https://bugzilla.redhat.com/show_bug.cgi?id=455151 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |5.7013-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From mschwendt at gmail.com Wed Jul 30 23:43:15 2008 From: mschwendt at gmail.com (Michael Schwendt) Date: Wed, 30 Jul 2008 23:43:15 -0000 Subject: Broken dependencies in Fedora 9 - 2008-07-31 Message-ID: <20080730234315.11188.75622@faldor.intranet> Your following packages in the repository suffer from broken dependencies: package: perl-Catalyst-Devel-1.07-1.fc9.noarch from fedora-updates-9-i686 unresolved deps: perl(Catalyst::Manual) >= 0:5.7000 package: perl-Catalyst-Devel-1.07-1.fc9.noarch from fedora-updates-9-x86_64 unresolved deps: perl(Catalyst::Manual) >= 0:5.7000 package: perl-Catalyst-Devel-1.07-1.fc9.noarch from fedora-updates-9-ppc unresolved deps: perl(Catalyst::Manual) >= 0:5.7000 package: perl-Catalyst-Devel-1.07-1.fc9.noarch from fedora-updates-9-ppc64 unresolved deps: perl(Catalyst::Manual) >= 0:5.7000 From szabgab at gmail.com Thu Jul 31 14:32:23 2008 From: szabgab at gmail.com (Gabor Szabo) Date: Thu, 31 Jul 2008 17:32:23 +0300 Subject: Adding Padre to Fedora Message-ID: Hi, I have just released the first public version of Padre - Perl Application Development and Refactoring Environment as a CPAN module. See http://search.cpan.org/dist/Padre/ It is basically an editor with an oversized ego. I would like to make sure it can easily added to Fedora and that it will be added. So I'd like to ask that someone here will pick up the module from CPAN and try to integrate it into Fedora. If you encounter any issues, I'd be more than happy to know about them so I can fix them ASAP. regards Gabor