Bugzilla – Attachment 28274 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.30 KB, created by
Jonathan Druart
on 2014-05-15 11:20:55 UTC
(
hide
)
Description:
Bug 12259 - fix version numbers in dependencies
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-05-15 11:20:55 UTC
Size:
1.30 KB
patch
obsolete
>From fab243f0776b1af02c9bb4dc8e09a2fd09694abe 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.) > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > 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.7.10.4
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