Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d7e13133ce3bab0f3c857635568fb85db86aaa88)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d7e13133ce3bab0f3c857635568fb85db86aaa88)
  • Date: Wed, 28 Feb 2018 03:28:05 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/countty/DETAILS | 5 ++---
utils/countty/HISTORY | 5 +++++
utils/countty/PRE_BUILD | 2 --
utils/countty/exit_code.patch | 10 ----------
4 files changed, 7 insertions(+), 15 deletions(-)

New commits:
commit d7e13133ce3bab0f3c857635568fb85db86aaa88
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

countty: => 18.02

diff --git a/utils/countty/DETAILS b/utils/countty/DETAILS
index e2834a0..26ad03f 100755
--- a/utils/countty/DETAILS
+++ b/utils/countty/DETAILS
@@ -1,9 +1,8 @@
SPELL=countty
- VERSION=17.10
- PATCHLEVEL=1
+ VERSION=18.02
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/vain/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:8ac90533e281b658182a36ffa174050bf9cf67ce1b704c7c5a5941662857bfad6e2f9e571aca35a4677ddcdbd913a2b69cba1c3108536e5f522faf45abd64601
+
SOURCE_HASH=sha512:78b45cb937e966917d0ec44863a8b195820ef74d3560de1c202fcd742749b7168b45d5b421a7138925460ee9a763686f42fa5bdbb22d3a3a51e306d302d8de91
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/vain/countty
ENTERED=20180210
diff --git a/utils/countty/HISTORY b/utils/countty/HISTORY
index bc5a5f3..c1d1b4a 100644
--- a/utils/countty/HISTORY
+++ b/utils/countty/HISTORY
@@ -1,3 +1,8 @@
+2018-02-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 18.02
+ * PRE_BUILD: removed patching
+ * exit_code.patch: dropped, fixed by upstream
+
2018-02-11 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD: apply patch
diff --git a/utils/countty/PRE_BUILD b/utils/countty/PRE_BUILD
index 790c2a6..3c3ee41 100755
--- a/utils/countty/PRE_BUILD
+++ b/utils/countty/PRE_BUILD
@@ -1,6 +1,4 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

-patch -p0 < "${SPELL_DIRECTORY}/exit_code.patch" &&
-
sedit "s:-O3::" Makefile
diff --git a/utils/countty/exit_code.patch b/utils/countty/exit_code.patch
deleted file mode 100644
index b8b54ad..0000000
--- a/utils/countty/exit_code.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- countty.c.orig
-+++ countty.c
-@@ -282,5 +282,6 @@ main(int argc, char **argv)
- wait_for_next_second(sync_fraction);
- }
-
-- exit(EXIT_SUCCESS);
-+ /* Aborted by SIGINT. */
-+ exit(EXIT_FAILURE);
- }



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d7e13133ce3bab0f3c857635568fb85db86aaa88), Vlad Glagolev, 02/27/2018

Archive powered by MHonArc 2.6.24.

Top of Page