Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=564718

Paul Howarth <p...@city-fan.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
                 CC|                            |p...@city-fan.org
   Fixed In Version|                            |perl-DateTime-Format-Strpti
                   |                            |me-1.1000-1.fc13
         Resolution|                            |RAWHIDE

--- Comment #7 from Paul Howarth <p...@city-fan.org> 2010-02-16 09:21:42 EST ---
The problem causing the build failure was that perl's idea of version numbering
differs from rpm's idea of it. The package had a buildreq of perl(DateTime) >=
0.4304, which is how upstream specify the requirement. However, Fedora has
recently updated to perl(DateTime) version 0.53, which in perl would be fine
but rpm believes this to be a lower version than 0.4304. I resolved this by
bumping the buildreq to 0.44, the oldest 2-digit version that satisfies the
requirement.

The resulting package then got as far as building, but the test suite failed
due to an incompatibility (see
http://code.google.com/p/datetime-format-strptime/issues/detail?id=19) with
perl(DateTime::Locale) version 0.43, also recently updated in Fedora. Updating
perl-DateTime-Format-Strptime to the current upstream version 1.1000 resolved
that problem.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--
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

Reply via email to