[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - 3 commits - configure.ac solenv/bin
Tor Lillqvist
tml at collabora.com
Sun Sep 21 00:20:21 PDT 2014
configure.ac | 2 +-
solenv/bin/macosx-codesign-app-bundle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 606d682dec504048be779c8cb731944061f79086
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Sep 21 02:10:44 2014 +0300
Bump patch level for new Mac App Store submit attempt
Change-Id: If06ce10fe3ab583a1e488e17385683f88cebf646
diff --git a/configure.ac b/configure.ac
index d9e7cee..9ba3da3 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.2.10.11],[],[],[https://libreoffice-from-collabora.com/])
+AC_INIT([LibreOffice],[4.2.10.12],[],[],[https://libreoffice-from-collabora.com/])
AC_PREREQ([2.59])
commit e503a0abb3f9e9c02de22bb024bb64211df1ab40
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Sep 21 02:10:14 2014 +0300
Need the entitlements for embedded app executables too
Change-Id: I75f31df295fdf7bccf82356c26ba757cc7ea276c
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index 1996bda..028de8f 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -70,7 +70,7 @@ while read app; do
fn=${fn%.*}
# Assume the app has a XML (and not binary) Info.plist
id=`grep -A 1 '<key>CFBundleIdentifier</key>' $app/Contents/Info.plist | tail -1 | sed -e 's,.*<string>,,' -e 's,</string>.*,,'`
- codesign --verbose --identifier=$id --sign "$MACOSX_CODESIGNING_IDENTITY" "$app"
+ codesign --verbose --identifier=$id --sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements "$app"
done
# Then .framework ones. Again, be generic just for kicks.
commit 426e3fe59649ce938954e1bf707630391b30ed23
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Sep 21 00:59:08 2014 +0300
Bump patch level for new Mac App Store submit attempt
Change-Id: Idd30a46a5212660d56bc5d84696b2e2d2f6d0cbb
diff --git a/configure.ac b/configure.ac
index 1f3c898..d9e7cee 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.2.10.10],[],[],[https://libreoffice-from-collabora.com/])
+AC_INIT([LibreOffice],[4.2.10.11],[],[],[https://libreoffice-from-collabora.com/])
AC_PREREQ([2.59])
More information about the Libreoffice-commits
mailing list