Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Sukneet Basuta (f35067375815e781026a8d976826cd6b1e71f7ea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Sukneet Basuta (f35067375815e781026a8d976826cd6b1e71f7ea)
  • Date: Tue, 10 Apr 2012 23:48:37 -0500

GIT changes to master binary grimoire by Sukneet Basuta
<sukneet AT sourcemage.org>:

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 | 3 +++
6 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit f35067375815e781026a8d976826cd6b1e71f7ea
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

libreoffice-bin-help: => 3.5.2

commit f70b52f5412b15f8af3f3be7225d89f1024e682d
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

libreoffice-bin-help: => 3.5.2

commit 56a8230410554be0c862ef976a5ee41edb8cf089
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

libreoffice-bin: => 3.5.2 (BUILD_VERSION=202)

diff --git a/bin-editors/libreoffice-bin-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index ac43619..43ca471 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.5.1
+ VERSION=3.5.2

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 1d44b0b..68bc96a 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,6 @@
+2012-04-11 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 3.5.2
+
2012-03-28 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated spell to 3.5.1

diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index addbac1..c922645 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.5.1
+ VERSION=3.5.2

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 f5a5fcb..3c7e7db 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2012-04-11 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 3.5.2
+
2012-03-28 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated spell to 3.5.1

diff --git a/bin-editors/libreoffice-bin/DETAILS
b/bin-editors/libreoffice-bin/DETAILS
index 5fc5359..94a8dbb 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.5.1
- BUILD_VERSION=102
+ VERSION=3.5.2
+ BUILD_VERSION=202
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.5.1
- BUILD_VERSION=102
+ VERSION=3.5.2
+ BUILD_VERSION=202
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 0339587..eba230d 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,6 @@
+2012-04-11 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 3.5.2 (BUILD_VERSION=202)
+
2012-03-28 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated spell to 3.5.1 (BUILD_VERSION=102)




  • [SM-Commit] GIT changes to master binary grimoire by Sukneet Basuta (f35067375815e781026a8d976826cd6b1e71f7ea), Sukneet Basuta, 04/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page