Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6d6674d0133815a658d0eb466e3fd9976d0f9df9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6d6674d0133815a658d0eb466e3fd9976d0f9df9)
  • Date: Thu, 30 Jan 2014 13:15:57 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

chat-im/psi/BUILD | 12 ++++--------
chat-im/psi/DEPENDS | 16 +++++++---------
chat-im/psi/DETAILS | 8 ++++----
chat-im/psi/HISTORY | 6 ++++++
libs/mpfr/DETAILS | 1 +
libs/mpfr/HISTORY | 4 ++++
libs/mpfr/PRE_BUILD | 3 +++
libs/mpfr/allpatches.bz2 |binary
python-pypi/cython/DETAILS | 4 ++--
python-pypi/cython/HISTORY | 3 +++
python-pypi/jinja2/DETAILS | 5 +++--
python-pypi/jinja2/HISTORY | 4 ++++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
14 files changed, 46 insertions(+), 27 deletions(-)

New commits:
commit 6d6674d0133815a658d0eb466e3fd9976d0f9df9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

jinja2-2.7.2 - SECURITY fix

commit 6fb16bd7b2850bd20bba35a8bfd709d56c9a9dfb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mpfr$ - upstream patches

commit 81d5f46809031745e8c45b7d289e0bd1b4cfe385
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

setuptools: => 2.1

commit cc40f32f43564b87872d70c1e8c18aa12a6a41c8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cython: => 0.20

commit e55979377c561f3c1937799f63e63e83b1fceb65
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

psi: => 0.15

diff --git a/chat-im/psi/BUILD b/chat-im/psi/BUILD
index b0f50e5..a1dfea6 100755
--- a/chat-im/psi/BUILD
+++ b/chat-im/psi/BUILD
@@ -1,8 +1,4 @@
- QTDIR=/usr &&
- PATH=$QTDIR/bin/qt4:$PATH
- export QTDIR=/usr &&
- ./configure --prefix=/usr $OPTS &&
- sedit "s/QTDIR)\/include/QTDIR)\/include\/qt/g" Makefile &&
- make_single &&
- make &&
- make_normal
+QTDIR=$QT4DIR
+PKG_CONFIG_PATH="$QT4DIR/lib/pkgconfig"
+./configure --prefix=$INSTALL_ROOT/usr $OPTS &&
+make
diff --git a/chat-im/psi/DEPENDS b/chat-im/psi/DEPENDS
index d50081a..241762c 100755
--- a/chat-im/psi/DEPENDS
+++ b/chat-im/psi/DEPENDS
@@ -1,9 +1,7 @@
-depends -sub QT3 qt4 &&
-optional_depends qca2 \
- "--disable-bundled-qca" \
- "" \
- "to use system qca2" &&
-optional_depends "qca-openssl" \
- "" \
- "" \
- "for SSL encrypted sessions"
+depends qt4 &&
+depends zlib &&
+depends qca2 &&
+optional_depends aspell '' '--disable-aspell' 'spell checking' &&
+optional_depends enchant '' '--disable-enchant' 'spell checking' &&
+optional_depends libxscrnsaver '' '--disable-xss' 'screen saver' &&
+optional_depends qca-openssl '' '' 'voice support'
diff --git a/chat-im/psi/DETAILS b/chat-im/psi/DETAILS
index 03d21c4..1905478 100755
--- a/chat-im/psi/DETAILS
+++ b/chat-im/psi/DETAILS
@@ -1,19 +1,19 @@
SPELL=psi
if [ "$DEVEL" == "y" ]; then
- VERSION=0.14
+ VERSION=0.15
+
SOURCE_HASH=sha512:17e972adc8dfc541977e3717c21eb694f4e1268e4719e97432f260682867290d7034b98a345b6efd73026f98a425493e9159fef9c0e0af4c83b02e07d29a704a
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:c68e5384afa1a40f1eb5622aa73dd9b1a7902d77b49cad26ac65bf495d688aff17376a738a98e3ff48d3d154abb3a20aad170b95e35bebd1d4e360268746ab3d
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
else
- VERSION=0.14
+ VERSION=0.15
+
SOURCE_HASH=sha512:17e972adc8dfc541977e3717c21eb694f4e1268e4719e97432f260682867290d7034b98a345b6efd73026f98a425493e9159fef9c0e0af4c83b02e07d29a704a
SECURITY_PATCH=1
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:c68e5384afa1a40f1eb5622aa73dd9b1a7902d77b49cad26ac65bf495d688aff17376a738a98e3ff48d3d154abb3a20aad170b95e35bebd1d4e360268746ab3d
fi
WEB_SITE=http://psi-im.org/
LICENSE=GPL
diff --git a/chat-im/psi/HISTORY b/chat-im/psi/HISTORY
index e068d40..1a00262 100644
--- a/chat-im/psi/HISTORY
+++ b/chat-im/psi/HISTORY
@@ -1,3 +1,9 @@
+2014-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.15
+ * DEPENDS: no longer needs QT3 support
+ add aspell, enchant; qca2 is required
+ * BUILD: improve
+
2009-12-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: updated stable and devel to 0.14

diff --git a/libs/mpfr/DETAILS b/libs/mpfr/DETAILS
index b84414d..1a52c96 100755
--- a/libs/mpfr/DETAILS
+++ b/libs/mpfr/DETAILS
@@ -1,5 +1,6 @@
SPELL=mpfr
VERSION=3.1.2
+ PATCHLEVEL=1

SOURCE_HASH=sha512:8d594206afb2637ed39ad564d42c8c4d02b042b95925f5c6ec891e5cb87f7155195559c7ff477256a088ecaaa3c2b0d35a9d11a74ed526a1080d49b2950e5587
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.xz
diff --git a/libs/mpfr/HISTORY b/libs/mpfr/HISTORY
index a383a2a..17715f0 100644
--- a/libs/mpfr/HISTORY
+++ b/libs/mpfr/HISTORY
@@ -1,3 +1,7 @@
+2014-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD, allpatches.bz2: added, apply patches recommended by
upstream
+
2013-03-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.2

diff --git a/libs/mpfr/PRE_BUILD b/libs/mpfr/PRE_BUILD
new file mode 100755
index 0000000..1a60664
--- /dev/null
+++ b/libs/mpfr/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+bzcat $SPELL_DIRECTORY/allpatches.bz2 | patch -p1
diff --git a/libs/mpfr/allpatches.bz2 b/libs/mpfr/allpatches.bz2
new file mode 100644
index 0000000..e0b8cb4
Binary files /dev/null and b/libs/mpfr/allpatches.bz2 differ
diff --git a/python-pypi/cython/DETAILS b/python-pypi/cython/DETAILS
index 402d6f2..d43266d 100755
--- a/python-pypi/cython/DETAILS
+++ b/python-pypi/cython/DETAILS
@@ -1,6 +1,6 @@
SPELL=cython
- VERSION=0.19.2
-
SOURCE_HASH=sha512:65193e05ea7d45ec24ee19f7a21b5dadb33fa33be4a652043cafd7a6a5d09925ce0b2908e105b4474591abde0fbe2e4bebd9b66890dba81501cb45d5c0226f79
+ VERSION=0.20
+
SOURCE_HASH=sha512:652bbe584c3f51957ac54b1c6104fa930939d299eceac655cfa0f8ae51f5a689c650d367161167484c25632f82fae3165edd39bf9c85d2b06bb7d5b57ce6a1f6
SOURCE=Cython-${VERSION}.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Cython-${VERSION}"
SOURCE_URL[0]=http://www.cython.org/release/${SOURCE}
diff --git a/python-pypi/cython/HISTORY b/python-pypi/cython/HISTORY
index c696e83..a320cd4 100644
--- a/python-pypi/cython/HISTORY
+++ b/python-pypi/cython/HISTORY
@@ -1,3 +1,6 @@
+2014-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.20
+
2013-10-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.19.2

diff --git a/python-pypi/jinja2/DETAILS b/python-pypi/jinja2/DETAILS
index 4306498..b8ac9c9 100755
--- a/python-pypi/jinja2/DETAILS
+++ b/python-pypi/jinja2/DETAILS
@@ -1,7 +1,8 @@
SPELL=jinja2
SPELLX=Jinja2
- VERSION=2.7
-
SOURCE_HASH=sha512:44d0c18babcdb84160eeea077ec6dbd63bc4669ee81b0f5849bc42a9d9665b3e6647ce64ea2e15f04940807a67f25ebcf937da217318dea3d3dc1531800422b1
+ VERSION=2.7.2
+
SOURCE_HASH=sha512:4aec74b87957ae723709eed59fb9ee0d888534888eb63228e9a194f32984a6d219fa92446bd6a1975eb09008f0eb63e997fa86c45bff04f27c375d178349c073
+ SECURITY_LEVEL=1
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://jinja.pocoo.org
diff --git a/python-pypi/jinja2/HISTORY b/python-pypi/jinja2/HISTORY
index 7693707..b7677bd 100644
--- a/python-pypi/jinja2/HISTORY
+++ b/python-pypi/jinja2/HISTORY
@@ -1,3 +1,7 @@
+2014-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.7.2
+ SECURITY_LEVEL=1
+
2013-07-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.7

diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 6f9f10c..4973ca4 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=2.0.2
-
SOURCE_HASH=sha512:6ed9e589b456ecfb261b0d13a11c84b5361b0b96138aa8663d761c659139aa7cb04e44e7e89db298f40139a53dd69934e808815deaaa18104bee58fc6eb478f4
+ VERSION=2.1
+
SOURCE_HASH=sha512:aa3ba89359199c5e22d455f6439b08312ea835c43f84e97dc3ab1e8736c654702ddd10542950f76510328634465eedce78aa7e8662181386e21a7af3196b84db
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 8ac7343..d00320e 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2014-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1
+
2014-01-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6d6674d0133815a658d0eb466e3fd9976d0f9df9), Treeve Jelbert, 01/30/2014

Archive powered by MHonArc 2.6.24.

Top of Page