Bugzilla – Attachment 28266 Details for
Bug 12259
Invalid dependency module version number
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12259 - fix version numbers in dependencies
Bug-12259---fix-version-numbers-in-dependencies.patch (text/plain), 1.19 KB, created by
Robin Sheat
on 2014-05-14 22:41:10 UTC
(
hide
)
Description:
Bug 12259 - fix version numbers in dependencies
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2014-05-14 22:41:10 UTC
Size:
1.19 KB
patch
obsolete
>From c7570bbafba7220b621c72468b42e45c4a6fc3b2 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Thu, 15 May 2014 10:39:26 +1200 >Subject: [PATCH] Bug 12259 - fix version numbers in dependencies > >This sets the version numbers of the modules added by bug 12234 to more >sensible values (in this case, the versions included in Debian Squeeze.) >--- > C4/Installer/PerlDependencies.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index eb4685d..8914a6b 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -197,14 +197,14 @@ our $PERL_DEPS = { > 'Text::PDF' => { > 'usage' => 'Core', > 'required' => '1', >- 'min_ver' => '0.33', >+ 'min_ver' => '0.29', > # We don't use this directly, but it's not a required dependency for > # PDF::Reuse however we need it via that or tests fail. > }, > 'Font::TTF' => { > 'usage' => 'Core', > 'required' => '1', >- 'min_ver' => '0.33', >+ 'min_ver' => '0.45', > # Also needed for our use of PDF::Reuse > }, > 'DateTime' => { >-- >1.8.3.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12259
:
28266
|
28269
|
28274