[arch-commits] Commit in sage-mathematics/trunk (3 files)
Evgeniy Alekseev
arcanis at archlinux.org
Fri Aug 15 02:26:52 UTC 2014
Date: Friday, August 15, 2014 @ 04:26:52
Author: arcanis
Revision: 117415
upgpkg: sage-mathematics 6.3-1
Added:
sage-mathematics/trunk/ChangeLog
Modified:
sage-mathematics/trunk/PKGBUILD
Deleted:
sage-mathematics/trunk/python-readline.patch
-----------------------+
ChangeLog | 2 ++
PKGBUILD | 16 +++++++---------
python-readline.patch | 27 ---------------------------
3 files changed, 9 insertions(+), 36 deletions(-)
Added: ChangeLog
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2014-08-15 02:26:52 UTC (rev 117415)
@@ -0,0 +1,2 @@
+6.3:
+upstream update
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-15 02:18:19 UTC (rev 117414)
+++ PKGBUILD 2014-08-15 02:26:52 UTC (rev 117415)
@@ -8,8 +8,8 @@
# Special thanks to Nareto for moving the compile from the .install to the PKGBUILD
pkgname=sage-mathematics
-pkgver=6.2
-pkgrel=2
+pkgver=6.3
+pkgrel=1
pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
arch=('i686' 'x86_64')
url="http://www.sagemath.org"
@@ -22,15 +22,14 @@
'openssh: to use the notebook in secure mode'
'ffmpeg: to show animations'
'cairo: R plots')
-source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar"
+source=("http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/sage-${pkgver}.tar.gz"
"sage.service"
- "gf2x-sse2-i686.patch"
- "python-readline.patch")
+ "gf2x-sse2-i686.patch")
install="${pkgname}.install"
-md5sums=('71aa49875797c001ce0a31409f5a1762'
+md5sums=('668f080be70ffea8d67592ca00d161eb'
'985da1c1d1dcdc3ea9aa73035cb7996b'
- 'f9d7aba4f758f4605164eb84b9e1e3ba'
- '9b27884ba756eb7990728baedf162665')
+ 'f9d7aba4f758f4605164eb84b9e1e3ba')
+changelog=ChangeLog
prepare() {
# create *.desktop file
@@ -54,7 +53,6 @@
# according to FS#34769
sed -e 's/FREETYPE/#FREETYPE/' -i "${srcdir}/sage-${pkgver}/build/install"
# according to FS#39533
- cp "${srcdir}/python-readline.patch" "${srcdir}/sage-${pkgver}/build/pkgs/python/patches/readline.patch"
sed -e 's/READLINE/#READLINE/' -i "${srcdir}/sage-${pkgver}/build/install"
# disable building gf2x with sse2 for i686
if [ "${CARCH}" == "i686" ]; then
Deleted: python-readline.patch
===================================================================
--- python-readline.patch 2014-08-15 02:18:19 UTC (rev 117414)
+++ python-readline.patch 2014-08-15 02:26:52 UTC (rev 117415)
@@ -1,27 +0,0 @@
---- a/Modules/readline.c 2013-05-12 07:32:51.000000000 +0400
-+++ b/Modules/readline.c 2014-03-19 16:06:05.663684577 +0400
-@@ -850,7 +850,7 @@
- * before calling the normal completer */
-
- static char **
--flex_complete(char *text, int start, int end)
-+flex_complete(const char *text, int start, int end)
- {
- #ifdef HAVE_RL_COMPLETION_APPEND_CHARACTER
- rl_completion_append_character ='\0';
-@@ -898,12 +898,12 @@
- rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap);
- rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap);
- /* Set our hook functions */
-- rl_startup_hook = (Function *)on_startup_hook;
-+ rl_startup_hook = on_startup_hook;
- #ifdef HAVE_RL_PRE_INPUT_HOOK
-- rl_pre_input_hook = (Function *)on_pre_input_hook;
-+ rl_pre_input_hook = on_pre_input_hook;
- #endif
- /* Set our completion function */
-- rl_attempted_completion_function = (CPPFunction *)flex_complete;
-+ rl_attempted_completion_function = flex_complete;
- /* Set Python word break characters */
- completer_word_break_characters =
- rl_completer_word_break_characters =
More information about the arch-commits
mailing list