Skip to Content.
Sympa Menu

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

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 (e31a88dceda27da0de33bae1d3b8346306998833)
  • Date: Mon, 27 Mar 2023 15:38:10 +0000

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

devel/python3/DETAILS | 2 +-
devel/python3/HISTORY | 3 +++
telephony/ucommon/BUILD | 2 ++
telephony/ucommon/DETAILS | 7 ++-----
telephony/ucommon/HISTORY | 4 ++++
5 files changed, 12 insertions(+), 6 deletions(-)

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

ucommon 7.0.0

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

python3: Mark 3.11 as stable

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index de6d160..fe99406 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -1,9 +1,9 @@
SPELL=python3
case "$PYTHON3_BRANCH" in
devel| \
+ stable| \
3.11)
VERSION=3.11.2 ;;
- stable| \
3.10)
VERSION=3.10.10 ;;
3.9)
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index aa6bfc7..f86bdbf 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,6 @@
+2023-03-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: marked 3.11.x as stable
+
2023-02-08 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: versions 3.11.2, 3.10.10, switched back to gpg checking
for 3.11

diff --git a/telephony/ucommon/BUILD b/telephony/ucommon/BUILD
new file mode 100755
index 0000000..51793e8
--- /dev/null
+++ b/telephony/ucommon/BUILD
@@ -0,0 +1,2 @@
+CXXFLAGS+=' -std=c++14' &&
+default_build
diff --git a/telephony/ucommon/DETAILS b/telephony/ucommon/DETAILS
index a897780..a80255e 100755
--- a/telephony/ucommon/DETAILS
+++ b/telephony/ucommon/DETAILS
@@ -1,15 +1,12 @@
# Watch: https://ftpmirror.gnu.org/commoncpp/
SPELL=ucommon
- VERSION=5.0.5
+ VERSION=7.0.0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.gnutelephony.org
SOURCE_URL[0]=$WEB_SITE/dist/tarballs/$SOURCE
SOURCE_URL[1]=$GNU_URL/$SPELL/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+
SOURCE_HASH=sha512:d32f8603d920eb98b5d4bc75224a7a8bb8bf2001a8dd3152626a8438ea4c39503a7446dec3aa90cf464b7abb68a6e42bac488ef9705517bd333b64bce219915b
LICENSE[0]=GPL
ENTERED=20090220
KEYWORDS="c++"
diff --git a/telephony/ucommon/HISTORY b/telephony/ucommon/HISTORY
index c949ce9..f6d70cb 100644
--- a/telephony/ucommon/HISTORY
+++ b/telephony/ucommon/HISTORY
@@ -1,3 +1,7 @@
+2023-03-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 7.0.0
+ * BUILD: added CXXFLAGS needed to build
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e31a88dceda27da0de33bae1d3b8346306998833), Ismael Luceno, 03/27/2023

Archive powered by MHonArc 2.6.24.

Top of Page