Skip to Content.
Sympa Menu

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

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 (7c50c780fc414d52c2cb8a62e159232aa102928e)
  • Date: Mon, 27 Mar 2023 14:28:44 +0000

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

disk/grub2/DETAILS | 8 +-------
disk/grub2/HISTORY | 5 ++++-
editors/moe/DETAILS | 2 +-
editors/moe/HISTORY | 3 +++
4 files changed, 9 insertions(+), 9 deletions(-)

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

moe 1.13

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

grub2: Remove old beta release

diff --git a/disk/grub2/DETAILS b/disk/grub2/DETAILS
index d5789c7..7b6d8cc 100755
--- a/disk/grub2/DETAILS
+++ b/disk/grub2/DETAILS
@@ -3,13 +3,7 @@
STAGED_INSTALL="off"
PATCHLEVEL=1
case "$GRUB2_RELEASE" in
- beta)
- VERSION=2.02-beta3
- SOURCE=grub-$VERSION.tar.xz
- SOURCE_URL[0]=git://git.savannah.gnu.org/grub.git:grub-${VERSION}
-
SOURCE_HASH=sha512:1521b5c35e43b38bb7a1257b090ed73e47fbdf2de83e2088eaecc81d944a8bb94d5feca8e429d86948b7369ddc2b0521a3d2991a985dcdeb11a0c79150714ee9
- ;;
- stable|*)
+ (beta|stable|*)
VERSION=2.06
SOURCE=grub-$VERSION.tar.xz
SOURCE_URL[0]=${GNU_URL}/grub/$SOURCE
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index c0cf80d..e8d6895 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,5 +1,8 @@
+2023-03-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: removed old beta release
+
2022-06-10 Florian Franzmann <bwlf AT bandrate.org>
- * BUILD: only activate stack protection on x86_64 efi
+ * BUILD: only activate stack protection on x86_64 efi

2022-05-21 Florian Franzmann <bwlf AT bandrate.org>
* BUILD: filter breaking CFLAGS and CPPFLAGS
diff --git a/editors/moe/DETAILS b/editors/moe/DETAILS
index 3f0d236..0753480 100755
--- a/editors/moe/DETAILS
+++ b/editors/moe/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/moe
SPELL=moe
- VERSION=1.10
+ VERSION=1.13
SOURCE=${SPELL}-${VERSION}.tar.lz
SOURCE2=${SOURCE}.sig
SOURCE_URL=${GNU_URL}/${SPELL}/${SOURCE}
diff --git a/editors/moe/HISTORY b/editors/moe/HISTORY
index d3ff0ae..47e19ce 100644
--- a/editors/moe/HISTORY
+++ b/editors/moe/HISTORY
@@ -1,3 +1,6 @@
+2023-03-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.13
+
2019-01-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.10, gz -> lz
* DEPENDS, PRE_BUILD: added lzip for unpacking



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

Archive powered by MHonArc 2.6.24.

Top of Page