Re: Broken dependencies with Fedora 14 + updates-testing - 2010-09-27

2010-09-28 Thread Ralf Corsepius
On 09/28/2010 05:38 AM, Ralf Corsepius wrote:
 On 09/27/2010 10:51 PM, Bill Nottingham wrote:
 Michael Schwendt (mschwe...@gmail.com) said:
 The following packages in the repository suffer from broken dependencies:

 ==
 The results in this summary consider Test Updates!
 ==

 package: perl-Finance-Quote-1.17-3.fc14.noarch from 
 fedora-14-development-i386
 unresolved deps:
perl(HTTP::Headers)

 package: perl-Finance-Quote-1.17-3.fc14.noarch from 
 fedora-14-development-x86_64
 unresolved deps:
perl(HTTP::Headers)

 Huh? Did perl-libwww-perl disappear?
 No. Marcela screwed the package.

 Seemingly she is trying to filter out duplicate provides rpm generates
 and now filters too much.

I just commited a patch which hopefully fixes these issues into git
and summitted these packages for fc13 and fc14 testing.

Ralf
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-POE/el4/master] Fixed .spec for .el4.

2010-09-28 Thread stevetraylen
commit ed65e211deb5209909c7e50f23e044b8fb4bd2fb
Author: Steve Traylen steve.tray...@cern.ch
Date:   Tue Sep 28 23:57:58 2010 +0200

Fixed .spec for .el4.

 perl-POE.spec |   26 +++---
 1 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/perl-POE.spec b/perl-POE.spec
index b2bcdc2..fb305f9 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,6 +1,6 @@
 Name:  perl-POE
 Version:   1.269
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
@@ -32,12 +32,13 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Storable) = 2.16
+BuildRequires:  perl(Storable)
 BuildRequires:  perl(Errno) = 1.09
-BuildRequires:  perl(IO::Handle) = 1.27
+BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(Socket) = 1.7
-BuildRequires:  perl(IO::Tty) = 1.08
-BuildRequires:  perl(POE::Test::Loops) = 1.022
+BuildRequires:  perl(IO::Tty)
+# Removed for bootstrap.
+#BuildRequires:  perl(POE::Test::Loops) = 1.022
 BuildRequires:  perl(POSIX) = 1.02
 BuildRequires:  perl(File::Spec) = 0.87
 BuildRequires:  perl(Exporter)
@@ -52,9 +53,9 @@ Requires:   perl(Carp)
 Requires:   perl(Errno) = 1.09
 Requires:   perl(Exporter)
 Requires:   perl(File::Spec) = 0.87
-Requires:   perl(IO::Handle) = 1.27
-Requires:   perl(IO::Tty) = 1.08
-Requires:   perl(POE::Test::Loops) = 1.022
+Requires:   perl(IO::Handle)
+Requires:   perl(IO::Tty)
+#Requires:   perl(POE::Test::Loops) = 1.022
 Requires:   perl(POSIX) = 1.02
 Requires:   perl(Socket) = 1.7
 Requires:   perl(Storable) = 2.16
@@ -80,8 +81,8 @@ possible to use POE at varying levels of abstraction.
 
 # make rpmlint happy...
 chmod -c -x examples/*
-find t/ -type f -exec chmod -c -x {} +
-find t/ -type f -name '*.t' -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} +
+find t/ -type f -exec chmod -c -x {} \;
+find t/ -type f -name '*.t' -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} \;
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor --default
@@ -96,7 +97,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -type d -depth -exec rmdir {} 2/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
@@ -129,6 +130,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Sep 28 2010 Steve Traylen cw...@alumni.drew.edu 1.269-2
+- Fix .spec file to work on .el4.
+
 * Sun Sep 27 2009 Chris Weyl cw...@alumni.drew.edu 1.269-1
 - update filtering...
 - auto-update to 1.269 (by cpan-spec-update 0.01)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-POE/el4/master] Correct email addres.

2010-09-28 Thread stevetraylen
commit 9d933efc0b3f4254a7e402f88e850b90f5cd0afc
Author: Steve Traylen steve.tray...@cern.ch
Date:   Wed Sep 29 00:04:43 2010 +0200

Correct email addres.

 perl-POE.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE.spec b/perl-POE.spec
index fb305f9..cd0c7ba 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,6 +1,6 @@
 Name:  perl-POE
 Version:   1.269
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
@@ -130,6 +130,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Sep 28 2010 Steve Traylen steve.tray...@cern.ch 1.269-3
+- Correct email address in this changelog.
+
 * Tue Sep 28 2010 Steve Traylen cw...@alumni.drew.edu 1.269-2
 - Fix .spec file to work on .el4.
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel