From 588d233a3312e67c225e2fc1d7e139dc45c0807b Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Wed, 6 Oct 2010 10:46:10 +0000
Subject: [PATCH] follow the changes of the filenames of OOo distributions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38916 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/profiles/versions-common.cfg         | 1 +
 buildout/software-profiles/openoffice-bin.cfg | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildout/profiles/versions-common.cfg b/buildout/profiles/versions-common.cfg
index f71eaa1f25..2318eac165 100644
--- a/buildout/profiles/versions-common.cfg
+++ b/buildout/profiles/versions-common.cfg
@@ -17,3 +17,4 @@ pysvn = 1.7.2
 python-memcached = 1.45
 rdiff-backup = 1.0.5
 xml-marshaller >= 0.9.2
+z3c.recipe.openoffice = 0.3.1dev2
diff --git a/buildout/software-profiles/openoffice-bin.cfg b/buildout/software-profiles/openoffice-bin.cfg
index 35120b56de..3f6db0f626 100644
--- a/buildout/software-profiles/openoffice-bin.cfg
+++ b/buildout/software-profiles/openoffice-bin.cfg
@@ -5,7 +5,7 @@ parts =
 
 [openoffice-bin]
 #recipe = erp5.recipe.openoffice
-recipe = z3c.recipe.openoffice==0.3.1dev
+recipe = z3c.recipe.openoffice
 install-pyuno-egg = no
 hack-openoffice-python = no
 #download-x86_64 =
-- 
2.30.9