Skip to Content.
Sympa Menu

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

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 (d70f9a000c19bef6fe1de911121430227381a335)
  • Date: Sun, 19 Nov 2023 18:13:15 +0000

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

utils/installwatch/DETAILS | 4 ++--
utils/installwatch/HISTORY | 5 +++++
utils/installwatch/PRE_BUILD | 1 -
utils/installwatch/patches/0001-fixutimensat.patch | 11 -----------
4 files changed, 7 insertions(+), 14 deletions(-)

New commits:
commit d70f9a000c19bef6fe1de911121430227381a335
Author: Stephane Fontaine <esselfe16 AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/installwatch: version bumped to 0.9.2

diff --git a/utils/installwatch/DETAILS b/utils/installwatch/DETAILS
index adf8fe1..6df24a8 100755
--- a/utils/installwatch/DETAILS
+++ b/utils/installwatch/DETAILS
@@ -1,7 +1,7 @@
SPELL=installwatch
- VERSION=0.9.1
+ VERSION=0.9.2
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:612e7962bdf9674ee9cd8142c41e74cd8bb4d96b28d0bbec3941b0e2561b7fe2c9356a875c7c2b3630ada6782cab8e6462125f68a44b80683be2251fb89f5bf1
+
SOURCE_HASH=sha512:e1e49311e70caebbc1266bf22f43c9e8b72c5912d4ead0462e6648a843ab3a2b75ce8645fbc5b1cbbd44874eba0136b232b1436e126e6334277cbbcf2cebcd9d
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://github.com/lunar-linux/$SPELL/releases/download/v$VERSION/$SOURCE
WEB_SITE="https://lunar-linux.org/";
diff --git a/utils/installwatch/HISTORY b/utils/installwatch/HISTORY
index 3b0ffbc..fc2572b 100644
--- a/utils/installwatch/HISTORY
+++ b/utils/installwatch/HISTORY
@@ -1,3 +1,8 @@
+2023-11-19 Stephane Fontaine <esselfe16 AT gmail.com>
+ * DETAILS: version 0.9.2
+ * patches/0001-fixutimensat.patch: merged, removing
+ * PRE_BUILD: remove patching code
+
2023-11-14 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 0.9.1
* patches/0001-fixutimensat.patch: fix libmnl (and others?)
diff --git a/utils/installwatch/PRE_BUILD b/utils/installwatch/PRE_BUILD
index 127cab3..2379fa5 100755
--- a/utils/installwatch/PRE_BUILD
+++ b/utils/installwatch/PRE_BUILD
@@ -1,6 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-apply_patch_dir patches &&

# due to the compatibility with stable sorcery
sed -i "s,INSTW_LOGFILE,INSTALLWATCHFILE,g" installwatch* &&
diff --git a/utils/installwatch/patches/0001-fixutimensat.patch
b/utils/installwatch/patches/0001-fixutimensat.patch
deleted file mode 100644
index f0cdb20..0000000
--- a/utils/installwatch/patches/0001-fixutimensat.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- installwatch-0.9.1/installwatch.c.orig 2023-11-14 15:41:12.481830631
+0100
-+++ installwatch-0.9.1/installwatch.c 2023-11-14 16:34:43.428532947 +0100
-@@ -3463,7 +3463,7 @@
- }
-
- instw_new(&instw);
-- instw_setpath(&instw, pathname);
-+ instw_setpathrel(&instw, dirfd, pathname);
-
- #if DEBUG
- instw_print(&instw);



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d70f9a000c19bef6fe1de911121430227381a335), Pavel Vinogradov, 11/19/2023

Archive powered by MHonArc 2.6.24.

Top of Page