Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e747a9f3e435ac37157b65894b955f9cddaffc88)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e747a9f3e435ac37157b65894b955f9cddaffc88)
  • Date: Thu, 1 Feb 2024 17:14:18 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

chat-libs/libstrophe/DETAILS | 11 ++++++-----
chat-libs/libstrophe/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit e747a9f3e435ac37157b65894b955f9cddaffc88
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

chat-libs/libstrophe: version 0.13.0

diff --git a/chat-libs/libstrophe/DETAILS b/chat-libs/libstrophe/DETAILS
index f21d3c1..08d3bbe 100755
--- a/chat-libs/libstrophe/DETAILS
+++ b/chat-libs/libstrophe/DETAILS
@@ -5,19 +5,20 @@ case "${LIBSTROPHE_BRANCH}" in
scm)
VERSION=$(get_scm_version)
FORCE_DOWNLOAD=on
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=git://github.com/strophe/${SPELL}.git
+ SOURCE="${SPELL}-scm.tar.xz"
+ SOURCE_URL[0]="git_http://github.com/strophe/${SPELL}.git:${SPELL}-scm";
SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
;;
stable)
- VERSION=0.12.3
-
SOURCE_HASH=sha512:fa0fcb91c47197391f3b7f186b49ca4921f1937e2d1c9d25afdb73ee766bbeae5efbdeddde9cb6361eb58997c2fb136e2c1ed73a62f8c5618805a9555c473e0b
+ VERSION=0.13.0
+
SOURCE_HASH=sha512:b7c3c728af986a6a3a7b9efcdc107f96f857ee3397cc5c2569fa033be47960cc0045a2d6c1b20524b1e1483d0d7234a3987490c0e0ebfea1371013d28de60384
SOURCE=${SPELL}-${VERSION}.tar.xz

SOURCE_URL=https://github.com/strophe/${SPELL}/releases/download/${VERSION}/${SOURCE}
# Watch: https://github.com/strophe/libstrophe/tags tags/([0-9.]+)[.]tar
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
;;
esac
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://strophe.im/libstrophe/";
LICENSE[0]=MIT
LICENSE[1]=GPL
diff --git a/chat-libs/libstrophe/HISTORY b/chat-libs/libstrophe/HISTORY
index 7bcda29..510ae6e 100644
--- a/chat-libs/libstrophe/HISTORY
+++ b/chat-libs/libstrophe/HISTORY
@@ -1,3 +1,7 @@
+2024-02-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.13.0, fixed scm branch github url, source and
source
+ directory
+
2023-08-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.12.3, added Watch line, bz2 -> xz



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e747a9f3e435ac37157b65894b955f9cddaffc88), Pavel Vinogradov, 02/01/2024

Archive powered by MHonArc 2.6.24.

Top of Page