Skip to Content.
Sympa Menu

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

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 (7d2ecd4ef10a55cad41292f7367b1b6d5cf7dca4)
  • Date: Mon, 14 Aug 2023 00:00:11 +0000

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

chat-im/profanity/DETAILS | 12 +++++++-----
chat-im/profanity/HISTORY | 4 ++++
chat-libs/libstrophe/DETAILS | 7 ++++---
chat-libs/libstrophe/HISTORY | 5 ++++-
4 files changed, 19 insertions(+), 9 deletions(-)

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

chat-im/profanity: version 0.14.0

commit f4d87a1b54d9d809577dd072e0954b6760379481
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

chat-libs/libstrophe: version 0.12.3

diff --git a/chat-im/profanity/DETAILS b/chat-im/profanity/DETAILS
index 61f2946..99726b6 100755
--- a/chat-im/profanity/DETAILS
+++ b/chat-im/profanity/DETAILS
@@ -2,17 +2,19 @@
SPELL=profanity
if [[ ${PROFANITY_BRANCH} == scm ]]; then
VERSION=$(get_scm_version)
- SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=git://github.com/profanity-im/${SPELL}.git
+ SOURCE="${SPELL}-scm.tar.bz2"
+
SOURCE_URL[0]="git_http://github.com/profanity-im/${SPELL}.git:${SPELL}-scm";
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION=0.13.1
-
SOURCE_HASH=sha256:2b5075272e7ec9d9c991542e592b1d474fff88c61c66e7e23096ad306ed2c84a:UPSTREAM_HASH
+ VERSION=0.14.0
+
SOURCE_HASH=sha256:fd23ffd38a31907974a680a3900c959e14d44e16f1fb7df2bdb7f6c67bd7cf7f:UPSTREAM_HASH
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL=(https://profanity-im.github.io/tarballs/$SOURCE)
-fi
+# Watch: https://github.com/profanity-im/profanity/tags tags/([0-9.]+)[.]tar
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+fi
DOC_DIRS=""
WEB_SITE=https://profanity-im.github.io/
LICENSE[0]=GPL
diff --git a/chat-im/profanity/HISTORY b/chat-im/profanity/HISTORY
index af62eb1..d4cc124 100644
--- a/chat-im/profanity/HISTORY
+++ b/chat-im/profanity/HISTORY
@@ -1,3 +1,7 @@
+2023-08-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.14.0, added Watch line, fixed scm branch url,
source and
+ source directory
+
2023-01-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.13.1, switched to upstream sha256 hashsum

diff --git a/chat-libs/libstrophe/DETAILS b/chat-libs/libstrophe/DETAILS
index 526571a..f21d3c1 100755
--- a/chat-libs/libstrophe/DETAILS
+++ b/chat-libs/libstrophe/DETAILS
@@ -10,10 +10,11 @@ case "${LIBSTROPHE_BRANCH}" in
SOURCE_IGNORE=volatile
;;
stable)
- VERSION=0.12.2
-
SOURCE_HASH=sha512:0302e78d80cb0a7ccd1b7aa02447cfcbf7ae405717c07909abdb5eed08f81d9d92dabdf8dcbedeff630693462941322b6031a3c2da6bb9cef07caca0627c850e
- SOURCE=${SPELL}-${VERSION}.tar.bz2
+ VERSION=0.12.3
+
SOURCE_HASH=sha512:fa0fcb91c47197391f3b7f186b49ca4921f1937e2d1c9d25afdb73ee766bbeae5efbdeddde9cb6361eb58997c2fb136e2c1ed73a62f8c5618805a9555c473e0b
+ 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
;;
esac
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/chat-libs/libstrophe/HISTORY b/chat-libs/libstrophe/HISTORY
index 78af3ea..7bcda29 100644
--- a/chat-libs/libstrophe/HISTORY
+++ b/chat-libs/libstrophe/HISTORY
@@ -1,3 +1,6 @@
+2023-08-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.12.3, added Watch line, bz2 -> xz
+
2023-01-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.12.2

@@ -20,7 +23,7 @@
* libressl.patch: added, to fix build against libressl

2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
+ * DEPENDS: openssl => SSL

2013-10-13 Jeremy Blosser <jblosser AT sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD: spell created



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7d2ecd4ef10a55cad41292f7367b1b6d5cf7dca4), Pavel Vinogradov, 08/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page