Skip to Content.
Sympa Menu

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

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 (44d2c4dcc7a4067a1e54116a80103d05e5009325)
  • Date: Mon, 10 Apr 2017 19:05:04 +0000

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

ChangeLog | 5 ++++-
gnu.gpg |binary
science/bc/DETAILS | 8 ++++++--
science/bc/HISTORY | 4 ++++
science/bc/PRE_BUILD | 17 -----------------
5 files changed, 14 insertions(+), 20 deletions(-)

New commits:
commit 44d2c4dcc7a4067a1e54116a80103d05e5009325
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnu.gpg: added Phil Nelson's key

commit 3487f253b66e036b20a6f834ea4743adcd26ad5c
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

science/bc: version 1.07.1

diff --git a/ChangeLog b/ChangeLog
index e1a8642..aaec96c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
+2017-04-10 Pavel Vinogradov <public AT sourcemage.org>
+ * gnu.gpg: added Phil Nelson's key (for GNU bc)
+
2017-04-09 Pavel Vinogradov <public AT sourcemage.org>
- * chat-im/Purple-facebook: new spell, Facebook protocol plugin for
+ * chat-im/purple-facebook: new spell, Facebook protocol plugin for
libpurple

2017-04-07 Vlad Glagolev <stealth AT sourcemage.org>
diff --git a/gnu.gpg b/gnu.gpg
index 7a85692..8227a32 100644
Binary files a/gnu.gpg and b/gnu.gpg differ
diff --git a/science/bc/DETAILS b/science/bc/DETAILS
index 0494c37..a267c7f 100755
--- a/science/bc/DETAILS
+++ b/science/bc/DETAILS
@@ -1,12 +1,16 @@
SPELL=bc
- VERSION=1.07
+ VERSION=1.07.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
+ SOURCE2="${SOURCE}.sig"
+ SOURCE2_URL[0]="${SOURCE_URL[0]}.sig"
+ SOURCE2_URL[1]="${SOURCE_URL[1]}.sig"
+ SOURCE_GPG="gnu.gpg:${SOURCE2}:UPSTREAM_KEY"
+ SOURCE2_IGNORE="signature"
WEB_SITE=http://www.gnu.org/software/bc/bc.html
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:cad07aa640b0242c14872277278fcb4fccfa1ffbe2de072add6eef8d8a78766596b80364714036b491df50d29cc407d1252c58a44bb67ee54b0aab7615703e66
ENTERED=20010922
KEYWORDS="science"
SHORT="bc is an arbitrary precision numeric processing language."
diff --git a/science/bc/HISTORY b/science/bc/HISTORY
index cf1cc01..6064bb0 100644
--- a/science/bc/HISTORY
+++ b/science/bc/HISTORY
@@ -1,3 +1,7 @@
+2017-04-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.07.1, switched to gpg checking
+ * PRE_BUILD: removed, fixed by upstream
+
2017-04-08 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: added a regression fix to allow kernel to build w/o hangs

diff --git a/science/bc/PRE_BUILD b/science/bc/PRE_BUILD
deleted file mode 100755
index 52f307f..0000000
--- a/science/bc/PRE_BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-patch -Np1 << EOF
-diff -Nuar bc-1.07.orig/bc/execute.c bc-1.07/bc/execute.c
---- bc-1.07.orig/bc/execute.c 2017-04-08 17:42:41.232576163 -0400
-+++ bc-1.07/bc/execute.c 2017-04-08 17:47:03.841057831 -0400
-@@ -595,7 +595,7 @@
- if (in_ch == '.' || in_ch == '+' || in_ch == '-')
- return (in_ch);
- if (in_ch <= ' ')
-- return (' ');
-+ return (':');
-
- return (':');
- }
-EOF



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (44d2c4dcc7a4067a1e54116a80103d05e5009325), Pavel Vinogradov, 04/10/2017

Archive powered by MHonArc 2.6.24.

Top of Page