Skip to Content.
Sympa Menu

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

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 (abb55dd2059fe271e441980a830c488f93423610)
  • Date: Sun, 9 May 2021 16:27:38 +0000

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

utils/at/DETAILS | 4 ++--
utils/at/HISTORY | 6 ++++++
utils/at/PRE_BUILD | 1 +
3 files changed, 9 insertions(+), 2 deletions(-)

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

at: Fix build against musl

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

at 3.2.2

diff --git a/utils/at/DETAILS b/utils/at/DETAILS
index d0aa7ed..6540e79 100755
--- a/utils/at/DETAILS
+++ b/utils/at/DETAILS
@@ -1,9 +1,9 @@
SPELL=at
- VERSION=3.1.20
+ VERSION=3.2.2
SOURCE=at_$VERSION.orig.tar.gz
SOURCE_URL[0]=http://ftp.us.debian.org/debian/pool/main/a/at/${SOURCE}
SOURCE_URL[1]=http://ftp.de.debian.org/debian/pool/main/a/at/${SOURCE}
-
SOURCE_HASH=sha512:20a13512a86f988728f590712f5bf8a23f4dc44f4b42521a4dd4783dc1ba7ac2016ee87b4c2c14f2346a5839168a983d99c3195e947014aea3096a3db16d176f
+
SOURCE_HASH=sha512:e6f5aeddd89438aadff627d654ebc821a0b0e1a600ebaacc8a5fd3ec2c7c716f593757d00501311736d28f6d4276899667d6901d70836af208ff7d181b5b680f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://packages.qa.debian.org/a/at.html
ENTERED=20011011
diff --git a/utils/at/HISTORY b/utils/at/HISTORY
index 57f6eeb..2e87f55 100644
--- a/utils/at/HISTORY
+++ b/utils/at/HISTORY
@@ -1,3 +1,9 @@
+2021-05-09 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
+2021-05-09 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 3.2.2
+
2018-05-10 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.1.20

diff --git a/utils/at/PRE_BUILD b/utils/at/PRE_BUILD
index 79e87bc..961a22f 100755
--- a/utils/at/PRE_BUILD
+++ b/utils/at/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&

sedit "s:/doc:/share/doc:" Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (abb55dd2059fe271e441980a830c488f93423610), Ismael Luceno, 05/09/2021

Archive powered by MHonArc 2.6.24.

Top of Page