Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (a8ffe56eeec6e3481f47052e0c76dafb18b5ab83)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (a8ffe56eeec6e3481f47052e0c76dafb18b5ab83)
  • Date: Fri, 7 Jun 2019 05:33:05 +0000

GIT changes to master binary grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

bin-editors/libreoffice-bin-help/DETAILS | 4 ++--
bin-editors/libreoffice-bin-help/HISTORY | 3 +++
bin-editors/libreoffice-bin-lang/DETAILS | 4 ++--
bin-editors/libreoffice-bin-lang/HISTORY | 3 +++
bin-editors/libreoffice-bin/DETAILS | 8 ++++----
bin-editors/libreoffice-bin/HISTORY | 3 +++
6 files changed, 17 insertions(+), 8 deletions(-)

New commits:
commit a8ffe56eeec6e3481f47052e0c76dafb18b5ab83
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libreoffice-bin-lang: => 6.2.4 (fresh), 6.1.6 (still)

commit 193a08da95ae5d986bb505dfe18f29da58748b51
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libreoffice-bin-help: => 6.2.4 (fresh), 6.1.6 (still)

commit f7ae4633b7450e0432bd68f52c888fa6d44557d2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libreoffice-bin: => 6.2.4 (fresh), 6.1.6 (still)

diff --git a/bin-editors/libreoffice-bin-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index 6c29fb8..32f5425 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -4,9 +4,9 @@ fi
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-help
if [[ "${LIBREOFFICE_BRANCH}" == "fresh" ]]; then
- VERSION=6.0.1
+ VERSION=6.2.4
else
- VERSION=6.1.5
+ VERSION=6.1.6
fi

SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
diff --git a/bin-editors/libreoffice-bin-help/HISTORY
b/bin-editors/libreoffice-bin-help/HISTORY
index 1c59d2f..f853afe 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,6 @@
+2019-06-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 6.2.4 (fresh), 6.1.6 (still)
+
2019-03-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 6.1.5 (still)

diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index 49ef35d..a4b2106 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/DETAILS
@@ -4,9 +4,9 @@ fi
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-lang
if [[ "${LIBREOFFICE_BRANCH}" == "fresh" ]]; then
- VERSION=6.0.1
+ VERSION=6.2.4
else
- VERSION=6.1.5
+ VERSION=6.1.6
fi

SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY
b/bin-editors/libreoffice-bin-lang/HISTORY
index 8d9ed03..7d4848b 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2019-06-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 6.2.4 (fresh), 6.1.6 (still)
+
2019-03-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 6.1.5 (still)

diff --git a/bin-editors/libreoffice-bin/DETAILS
b/bin-editors/libreoffice-bin/DETAILS
index 2cff84e..bf4e58a 100755
--- a/bin-editors/libreoffice-bin/DETAILS
+++ b/bin-editors/libreoffice-bin/DETAILS
@@ -4,11 +4,11 @@ fi
SPELL=libreoffice-bin
SPELLX=libreoffice
if [[ "${LIBREOFFICE_BRANCH}" == "fresh" ]]; then
- VERSION=6.0.1
- BUILD_VERSION=1
-else
- VERSION=6.1.5
+ VERSION=6.2.4
BUILD_VERSION=2
+else
+ VERSION=6.1.6
+ BUILD_VERSION=3
fi
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
SOURCE=LibreOffice_${VERSION}_Linux_x86-64_rpm.tar.gz
diff --git a/bin-editors/libreoffice-bin/HISTORY
b/bin-editors/libreoffice-bin/HISTORY
index 75869f7..173c8e3 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,6 @@
+2019-06-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 6.2.4 (fresh), 6.1.6 (still)
+
2019-03-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 6.1.5 (still)




  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (a8ffe56eeec6e3481f47052e0c76dafb18b5ab83), Vlad Glagolev, 06/07/2019

Archive powered by MHonArc 2.6.24.

Top of Page