Summary | Memcache: Fix XML tag order in package.xml |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/01/2013 (4354 days ago) |
Due | |
Updated | 08/01/2013 (4354 days ago) |
Assigned | |
Resolved | 08/01/2013 (4354 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit 5f6b6c64840138e63f3a3e5d347f68e44e969048
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Aug 1 09:40:04 2013 +0200
Fix XML tag order
Bug #12522Signed-off-by: Michael M Slusarz <slusarz@horde.org>
framework/Memcache/package.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5f6b6c64840138e63f3a3e5d347f68e44e969048
Priority ⇒ 1. Low
New Attachment: 0001-Fix-XML-tag-order.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Memcache: Fix XML tag order in package.xml
Type ⇒ Bug
State ⇒ Unconfirmed
attached patch fixes the XML tag order in memcache's package.xml.
horde-components borked with:
====================
Fatal Error:
Parsing of package.xml from file "horde/framework/Memcache/package.xml" failed
...
PEAR backtrace:
[package] => PEAR_PackageFile_v2
[level] => error
[time] => 1375342438.2482
[context] =>
[message] => Invalid tag order in
<dependencies><required><package><name>memcache</name>, found <min>
expected one of "providesextension"
)
)
Cheers,
Thomas