Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (11437b60d2e09d2e7bc36a1cab4c6529d332da2f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (11437b60d2e09d2e7bc36a1cab4c6529d332da2f)
  • Date: Sat, 17 Jun 2017 23:53:25 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

chat-im/utox/DETAILS | 11 +++++++----
chat-im/utox/HISTORY | 3 +++
chat-im/utox/PREPARE | 2 +-
chat-libs/c-toxcore/DETAILS | 4 ++--
chat-libs/c-toxcore/HISTORY | 3 +++
libs/msgpack-c/DETAILS | 4 ++--
libs/msgpack-c/HISTORY | 3 +++
7 files changed, 21 insertions(+), 9 deletions(-)

New commits:
commit 11437b60d2e09d2e7bc36a1cab4c6529d332da2f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

utox (stable) 0.15.0

commit d7b59036b72c486f2c1163134b0651d126bcb5ec
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

msgpack-c 2.1.3

commit 4f206957a5ecae5d6b85475433381de91d0c35a6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

c-toxcore 0.1.9

diff --git a/chat-im/utox/DETAILS b/chat-im/utox/DETAILS
index 5e25c6b..7675751 100755
--- a/chat-im/utox/DETAILS
+++ b/chat-im/utox/DETAILS
@@ -1,14 +1,17 @@
. "$GRIMOIRE"/FUNCTIONS
SPELL=utox
+if [[ "$UTOX_BRANCH" = scm ]]; then
VERSION=$(get_scm_version)
SOURCE="uTox-scm.tar.bz2"
SOURCE_URL[0]=git://github.com/uTox/uTox.git::develop
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
-# VERSION=0.9.8
-# SOURCE="uTox-$VERSION.tar.gz"
-# SOURCE_URL[0]=https://github.com/uTox/uTox/archive/v$VERSION.tar.gz
-# SOURCE_HASH=sha512:
+else
+ VERSION=0.15.0
+ SOURCE="uTox-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/uTox/uTox/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:af813f67b1b813c23f6be0cbd9f986d3553122eb1322511735f2931e2e1a65d8125c36f5839d7109c378c58aaec2830ea51c71db57cd952290338bfd72670bf0
+fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/uTox-$VERSION"
WEB_SITE="http://utox.org/";
LICENSE[0]="GPLv2"
diff --git a/chat-im/utox/HISTORY b/chat-im/utox/HISTORY
index 7f92e67..7ff5b79 100644
--- a/chat-im/utox/HISTORY
+++ b/chat-im/utox/HISTORY
@@ -1,3 +1,6 @@
+2017-06-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE: added stable branch, version 0.15.0
+
2017-02-16 Ismael Luceno <ismael AT sourcemage.org>
* patches/0001-Fix-utox-target-installation-rule.patch: Removed,
merged
by upsream
diff --git a/chat-im/utox/PREPARE b/chat-im/utox/PREPARE
index 136a218..53a4552 100755
--- a/chat-im/utox/PREPARE
+++ b/chat-im/utox/PREPARE
@@ -1,2 +1,2 @@
. "$GRIMOIRE"/FUNCTIONS &&
-prepare_select_branch
+prepare_select_branch stable scm
diff --git a/chat-libs/c-toxcore/DETAILS b/chat-libs/c-toxcore/DETAILS
index f00d013..c0f40fe 100755
--- a/chat-libs/c-toxcore/DETAILS
+++ b/chat-libs/c-toxcore/DETAILS
@@ -1,8 +1,8 @@
SPELL=c-toxcore
- VERSION=0.1.6
+ VERSION=0.1.9
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/TokTok/$SPELL/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:44883d572a2231c780172e51c9ebf1cf7c26eb2323826a6d11de9641ebc8a7d20e53ec65f27f7abc9068ba8e00fa70e738da3248998e23961e346c40f45850cb
+
SOURCE_HASH=sha512:2ac0661f2d8a1f6b7da8b6ed7eacde31e355cd4426a41e7dff62d319b811bf0c96b3f01035e2cee16d8c83abbf81d80f0379b8c06bce6d054b3dc6092f48e51c
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://tox.chat";
LICENSE[0]="GPLv3+"
diff --git a/chat-libs/c-toxcore/HISTORY b/chat-libs/c-toxcore/HISTORY
index be25731..5798c4d 100644
--- a/chat-libs/c-toxcore/HISTORY
+++ b/chat-libs/c-toxcore/HISTORY
@@ -1,3 +1,6 @@
+2017-06-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.1.9
+
2017-02-16 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.1.6

diff --git a/libs/msgpack-c/DETAILS b/libs/msgpack-c/DETAILS
index 4af605b..947c256 100755
--- a/libs/msgpack-c/DETAILS
+++ b/libs/msgpack-c/DETAILS
@@ -1,9 +1,9 @@
SPELL=msgpack-c
- VERSION=1.3.0
+ VERSION=2.1.3
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_HINTS="no-check-certificate"

SOURCE_URL[0]=https://github.com/msgpack/${SPELL}/archive/cpp-${VERSION}.tar.gz
-
SOURCE_HASH=sha512:5d96553ca6fe15285b7ba06c918477dd7a851728173d2a76135c7e9c026808f7f35c557989e565f6fca4473072ab37ca874bc30a145d7450469f6955e6eac7a0
+
SOURCE_HASH=sha512:928a694505225e8daa907ac2823787640ba2def5cc87236ace6c427bf9d331d391a3b0b34fefd948176a875cc8b154aeffda371b52ad3187d147a34e35d6e435
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-cpp-${VERSION}"
WEB_SITE="http://msgpack.org/";
LICENSE[0]="APACHE"
diff --git a/libs/msgpack-c/HISTORY b/libs/msgpack-c/HISTORY
index 29e28dd..dfc1ff7 100644
--- a/libs/msgpack-c/HISTORY
+++ b/libs/msgpack-c/HISTORY
@@ -1,3 +1,6 @@
+2017-06-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.1.3
+
2015-12-26 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: spell created




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (11437b60d2e09d2e7bc36a1cab4c6529d332da2f), Ismael Luceno, 06/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page