Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Pol Vinogradov (db73c42a1af84f593034f6d0e9544d2d071437eb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Pol Vinogradov (db73c42a1af84f593034f6d0e9544d2d071437eb)
  • Date: Wed, 28 Mar 2012 17:02:41 -0500

GIT changes to master binary grimoire by Pol Vinogradov
<vin.public AT gmail.com>:

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 db73c42a1af84f593034f6d0e9544d2d071437eb
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

bin-editors/libreoffice-bin-help: updated spell to 3.5.1

commit c340be8c3d8fd7470f70d0e9786519b2c3ba253c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

bin-editors/libreoffice-bin-lang: updated spell to 3.5.1

commit daeb836f0fab8222a2ece8ba7a29c946e1ddcc81
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

bin-editors/libreoffice-bin: updated spell to 3.5.1 (fixes #375)

diff --git a/bin-editors/libreoffice-bin-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index ccc7780..ac43619 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.0
+ VERSION=3.5.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 cf2c5cc..1d44b0b 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,6 @@
+2012-03-28 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated spell to 3.5.1
+
2012-02-14 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated spell to 3.5.0

diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index 962aa8a..addbac1 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.0
+ VERSION=3.5.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 52f311c..f5a5fcb 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2012-03-28 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated spell to 3.5.1
+
2012-02-14 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated spell to 3.5.0

diff --git a/bin-editors/libreoffice-bin/DETAILS
b/bin-editors/libreoffice-bin/DETAILS
index a0c31c9..5fc5359 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.0
- BUILD_VERSION=13
+ VERSION=3.5.1
+ BUILD_VERSION=102
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.0
- BUILD_VERSION=13
+ VERSION=3.5.1
+ BUILD_VERSION=102
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 a4a5fa0..0339587 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,6 @@
+2012-03-28 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated spell to 3.5.1 (BUILD_VERSION=102)
+
2012-02-14 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated spell to 3.5.0 (BUILD_VERSION=13)




  • [SM-Commit] GIT changes to master binary grimoire by Pol Vinogradov (db73c42a1af84f593034f6d0e9544d2d071437eb), Pol Vinogradov, 03/28/2012

Archive powered by MHonArc 2.6.24.

Top of Page