[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - configure.ac

2014-06-11 Thread Andras Timar
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 939394b97619f8c62083fc38906395899dceeddc
Author: Andras Timar andras.ti...@collabora.com
Date:   Wed Jun 11 14:54:55 2014 -0700

Bump version to 4.1-9

Change-Id: I738d3a14bf47e8aa908e25bca162620f78a0bc4d

diff --git a/configure.ac b/configure.ac
index 7edae19..e9fa2f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[4.1.10.8],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.10.9],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 save_CC=$CC
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - configure.ac

2014-04-08 Thread Matúš Kukan
 configure.ac |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8bf7283ad8a1ad087d3ef72ec4fec00a9872f5c9
Author: Matúš Kukan matus.ku...@collabora.com
Date:   Tue Apr 8 13:16:44 2014 +0200

typo from b177b928b5dd0afcc51d8964086cc8a23b504d65

Change-Id: I48694c4fc4ee709d8ca8b3bba2207c098533cde3

diff --git a/configure.ac b/configure.ac
index 51d2f5c..42a67fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8663,7 +8663,7 @@ serf)
  [-L${WORKDIR}/UnpackedTarball/apr/.libs -lapr-1 
-L${WORKDIR}/UnpackedTarball/apr_util/.libs -laprutil-1])
 if test $COM = MSC; then
 APR_LIB_DIR=LibR
-test -n MSVC_USE_DEBUG_RUNTIME  APR_LIB_DIR=LibD
+test -n ${MSVC_USE_DEBUG_RUNTIME}  APR_LIB_DIR=LibD
 APR_LIBS=${WORKDIR}/UnpackedTarball/apr/${APR_LIB_DIR}/apr-1.lib 
${WORKDIR}/UnpackedTarball/apr_util/${APR_LIB_DIR}/aprutil-1.lib
 fi
 
@@ -8672,7 +8672,7 @@ serf)
  [-L${WORKDIR}/UnpackedTarball/serf/.libs 
-lserf-1])
 if test $COM = MSC; then
 SERF_LIB_DIR=Release
-test -n MSVC_USE_DEBUG_RUNTIME  SERF_LIB_DIR=Debug
+test -n ${MSVC_USE_DEBUG_RUNTIME}  SERF_LIB_DIR=Debug
 SERF_LIBS=${WORKDIR}/UnpackedTarball/serf/${SERF_LIB_DIR}/serf-1.lib
 fi
 ;;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - configure.ac

2014-03-11 Thread Andras Timar
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6dd1e5a50863ab6c2a0376753dda5a74090ab253
Author: Andras Timar andras.ti...@collabora.com
Date:   Tue Mar 11 00:54:25 2014 -0700

Bump version to 4.1-6

Change-Id: I6ccfde95ad8032bee780604df648ab23a541032f

diff --git a/configure.ac b/configure.ac
index 53bae96..ce5060b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[4.1.10.5],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.10.6],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 save_CC=$CC
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - configure.ac

2013-11-12 Thread Andras Timar
 configure.ac |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 13e1294b0947118e2db307be3b46ec273275b025
Author: Andras Timar andras.ti...@collabora.com
Date:   Tue Nov 12 11:18:47 2013 +0100

do not create help pack for hi, hr, id, is, uk (less than 50%)

Change-Id: I61c6f21a6498d477f0812da1bfc8c302d01db1dc

diff --git a/configure.ac b/configure.ac
index 5670c1e..57956a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11415,6 +11415,7 @@ if test -d $SRC_ROOT/translations/source; then
 WITH_POOR_HELP_LOCALIZATIONS=$WITH_POOR_HELP_LOCALIZATIONS $l
 fi
 done
+WITH_POOR_HELP_LOCALIZATIONS=$WITH_POOR_HELP_LOCALIZATIONS hr is hi uk id
 fi
 AC_SUBST(WITH_POOR_HELP_LOCALIZATIONS)
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - configure.ac

2013-11-12 Thread Andras Timar
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a983848df0b600485be09ba23906fb1e54e1ac16
Author: Andras Timar andras.ti...@collabora.com
Date:   Tue Nov 12 08:59:59 2013 -0800

Bump version to 4.1-2

Change-Id: I1d0cfe5a143b7b07886ba2943f8bd7cb1c00a41b

diff --git a/configure.ac b/configure.ac
index 57956a1..d7eee5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[4.1.10.1],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.10.2],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 save_CC=$CC
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits