Gökçen Eraslan píše v Po 14. 02. 2011 v 15:29 +0000:
> Pazartesi 14 Şubat 2011 günü (saat 13:16:01) Petr Mladek şunları yazmıştı:
> > Gökçen Eraslan píše v Pá 11. 02. 2011 v 15:58 +0000:
> > > This patch makes ./download command in LibreOffice 3.3.1.0 work with
> > > --without-git option.
> > 
> > Thanks a lot for the fix. I have pushed it into the libreoffice-3-3 and
> > libreoffice-3-3-1 branches.
> >
> 
> Are you sure about committing libreoffice-3-3 branch? Because patch changes 
> 3\.3\.0 to 3\.3\.1, not just adds 3\.3\.1.

I wanted to keep it in sync. In fact, the libreoffice-3-3 branch is
going to be for the libreoffice-3.3.2 sources.

>  Maybe we must change regexp to 
> "libreoffice-.*-3\.3.*" and use both in 3.3 and 3.3.1 branches?

Great idea. Could you please review the attached patch?


Best Regards,
Petr
>From 727c9c1a1b68c40b72bdc96302e11670d5619d72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6k=C3=A7en=20Eraslan?= <gok...@pardus.org.tr>
Date: Mon, 14 Feb 2011 16:04:24 +0100
Subject: [PATCH] fix download for all 3.3.x source release

Signed-off-by: Petr Mladek <pmla...@suse.cz>
---
 download.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/download.in b/download.in
index b8f3e13..e73b204 100755
--- a/download.in
+++ b/download.in
@@ -112,7 +112,7 @@ sub download_tests_dependencies() {
     'binutils-.*'                        => '@MIRROR@/support',
     'gcc-.*'                             => '@MIRROR@/support',
     'libreoffice-.*-3\.2\.9.*'           => 'http://download.documentfoundation.org/libreoffice/src/',
-    'libreoffice-.*-3\.3\.1.*'           => 'http://download.documentfoundation.org/libreoffice/src/',
+    'libreoffice-.*-3\.3.*'              => 'http://download.documentfoundation.org/libreoffice/src/',
     'beb300-m.*'                         => '@MIRROR@/BEB300',
     'dev300-m.*'                         => '@MIRROR@/DEV300',
     'ooo300-m.*'                         => '@MIRROR@/OOO300',
-- 
1.7.3.4

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to