Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (8902d50b05b30a38945cb203479fb4c5f67ba275)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (8902d50b05b30a38945cb203479fb4c5f67ba275)
  • Date: Thu, 24 Feb 2011 09:38:58 -0600

GIT changes to master binary grimoire by Bor Kraljič <pyrobor AT ver.si>:

bin-editors/libreoffice-bin-help/DETAILS | 2 +-
bin-editors/libreoffice-bin-help/HISTORY | 3 +++
bin-editors/libreoffice-bin-lang/DETAILS | 2 +-
bin-editors/libreoffice-bin-lang/HISTORY | 3 +++
bin-editors/libreoffice-bin/DETAILS | 8 ++++----
bin-editors/libreoffice-bin/HISTORY | 4 ++++
bin-editors/libreoffice-bin/PRE_BUILD | 4 ++--
7 files changed, 18 insertions(+), 8 deletions(-)

New commits:
commit f6d7066337824d75971d157c4a9cd19c55b56489
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libreoffice-bin: updated spell to 3.3.1 (BUILD_VERSION=8)

commit 823f624614823e5b829c9964f35a6ec4ccf20d1e
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libreoffice-bin-lang: updated spell to 3.3.1

commit c22b14e8a4b22f00b03b53cf11f87b30ded7c8d7
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libreoffice-bin-help: updated spell to 3.3.1

diff --git a/bin-editors/libreoffice-bin-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index ebd22e8..b5a6082 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -1,6 +1,6 @@
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-help
- VERSION=3.3.0
+ VERSION=3.3.1

SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
HELPLANG_LIST="en-US cs de es fi fr hr it ja nl pl pt ru sl tr"
diff --git a/bin-editors/libreoffice-bin-help/HISTORY
b/bin-editors/libreoffice-bin-help/HISTORY
index 3ba6787..59df9d5 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,6 @@
+2011-02-23 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 3.3.1
+
2011-01-31 Bor Kraljič <pyrobor AT ver.si>
* CONFIGURE, DETAILS: added URL_ARCH so download works on ia32 arch
* DETAILS: fixed LIBO_ARCH for ia32 arch (x86 -> i586)
diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index 741649e..6bec678 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/DETAILS
@@ -1,6 +1,6 @@
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-lang
- VERSION=3.3.0
+ VERSION=3.3.1

SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LANG_LIST="cs de es fi fr hr it ja nl pl pt ru sl tr"
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY
b/bin-editors/libreoffice-bin-lang/HISTORY
index 9601f82..16b9e4b 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2011-02-23 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 3.3.1
+
2011-01-31 Bor Kraljič <pyrobor AT ver.si>
* CONFIGURE, DETAILS: added URL_ARCH so download works on ia32 arch,
added missing "&&"
diff --git a/bin-editors/libreoffice-bin/DETAILS
b/bin-editors/libreoffice-bin/DETAILS
index e9b998a..8b3da59 100755
--- a/bin-editors/libreoffice-bin/DETAILS
+++ b/bin-editors/libreoffice-bin/DETAILS
@@ -1,8 +1,8 @@
SPELL=libreoffice-bin
SPELLX=libreoffice
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- VERSION=3.3.0
- BUILD_VERSION=6
+ VERSION=3.3.1
+ BUILD_VERSION=8
SOURCE=LibO_${VERSION}_Linux_x86-64_install-rpm_en-US.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
@@ -10,8 +10,8 @@ if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
URL_ARCH="x86_64"
LIBO_ARCH="x86_64"
else
- VERSION=3.3.0
- BUILD_VERSION=6
+ VERSION=3.3.1
+ BUILD_VERSION=8
SOURCE=LibO_${VERSION}_Linux_x86_install-rpm_en-US.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/bin-editors/libreoffice-bin/HISTORY
b/bin-editors/libreoffice-bin/HISTORY
index 165ad8c..a81064a 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,7 @@
+2011-02-23 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 3.3.1 (BUILD_VERSION=8)
+ * PRE_BUILD: use BUILD_VERSION when extracting freedesktop-menus rpm
+
2011-02-02 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed arch in SOURCE_URL

diff --git a/bin-editors/libreoffice-bin/PRE_BUILD
b/bin-editors/libreoffice-bin/PRE_BUILD
index e6bd9cc..1a0ef59 100755
--- a/bin-editors/libreoffice-bin/PRE_BUILD
+++ b/bin-editors/libreoffice-bin/PRE_BUILD
@@ -21,10 +21,10 @@ done &&
message "${MESSAGE_COLOR}Extracting icons ${DEFAULT_COLOR}" &&
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then

-FILENAME="libreoffice${VERSION%.*}-freedesktop-menus-${VERSION%.*}-6"
+FILENAME="libreoffice${VERSION%.*}-freedesktop-menus-${VERSION%.*}-${BUILD_VERSION}"
else

-FILENAME="libreoffice${VERSION%.*}-freedesktop-menus-${VERSION%.*}-6"
+FILENAME="libreoffice${VERSION%.*}-freedesktop-menus-${VERSION%.*}-${BUILD_VERSION}"
fi &&
rpm2tar desktop-integration/${FILENAME}.noarch.rpm &&
tar xvf ${FILENAME}.noarch.tar



  • [SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (8902d50b05b30a38945cb203479fb4c5f67ba275), Bor Kraljič, 02/24/2011

Archive powered by MHonArc 2.6.24.

Top of Page