Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (8470a9e90e55f9d27bcd3bd126f063c0b04b768c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (8470a9e90e55f9d27bcd3bd126f063c0b04b768c)
  • Date: Sun, 5 Feb 2012 23:27:17 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

gnome2-apps/gxneur/DETAILS | 4 ++--
gnome2-apps/gxneur/HISTORY | 4 ++++
gnome2-apps/gxneur/PRE_BUILD | 3 ++-
x11/xneur/DETAILS | 4 ++--
x11/xneur/HISTORY | 3 +++
5 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit 8470a9e90e55f9d27bcd3bd126f063c0b04b768c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

gnome2-apps/gxneur: updated to 0.15.0

commit 948e5a552b3767d04d91abb96f6f3fd6bb1cd59d
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

x11/xneur: updated to 0.15.0

diff --git a/gnome2-apps/gxneur/DETAILS b/gnome2-apps/gxneur/DETAILS
index 9a83789..7ae6697 100755
--- a/gnome2-apps/gxneur/DETAILS
+++ b/gnome2-apps/gxneur/DETAILS
@@ -1,8 +1,8 @@
SPELL=gxneur
- VERSION=0.13.0
+ VERSION=0.15.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dists.xneur.ru/release-${VERSION}/tgz/${SOURCE}
-
SOURCE_HASH=sha512:f856ea1bf0ed98dd59bf82b1cc414a30a8096302eead596c336fe634966cc76a4a25146cf7da600cc50fe6a047004740285cc1ec8822f926ab1cd32f4663e1ab
+
SOURCE_HASH=sha512:4e300004d2f2eff5fa42a6084f392ffd0423dc30b7f23ef5474096d55cb2d3110565cd2dc99785779f5fe452a4d6101e0e66e26083c2cc3bcf99cdf3ecb81eaa
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xneur.ru/
LICENSE[0]=GPL
diff --git a/gnome2-apps/gxneur/HISTORY b/gnome2-apps/gxneur/HISTORY
index 5f772f0..22a55aa 100644
--- a/gnome2-apps/gxneur/HISTORY
+++ b/gnome2-apps/gxneur/HISTORY
@@ -1,3 +1,7 @@
+2012-02-06 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated spell to 0.15.0
+ * PRE_BUILD: added suppression of -Werror flag
+
2011-10-18 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated spell to 0.13.0
* PRE_BUILDD: added to remove -Wall from default CFLAGS
diff --git a/gnome2-apps/gxneur/PRE_BUILD b/gnome2-apps/gxneur/PRE_BUILD
index 3801a4e..9f769c9 100755
--- a/gnome2-apps/gxneur/PRE_BUILD
+++ b/gnome2-apps/gxneur/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&

-sed -i "s/-Wall //g" configure
+sed -i -e "s/-Wall //g" \
+ -e "s/-Werror//g" configure
diff --git a/x11/xneur/DETAILS b/x11/xneur/DETAILS
index a6bac56..137bcd7 100755
--- a/x11/xneur/DETAILS
+++ b/x11/xneur/DETAILS
@@ -1,8 +1,8 @@
SPELL=xneur
- VERSION=0.13.0
+ VERSION=0.15.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dists.${SPELL}.ru/release-${VERSION}/tgz/${SOURCE}
-
SOURCE_HASH=sha512:efdc7d0ef7eaccd7b3dde716d3c3c9c9e38ec1ee061808f57ee98594ff3eef0456a966db2aa4bcf28cc301d0af775d5e50a3ca0da800a5a42459a1698df8ef25
+
SOURCE_HASH=sha512:88fa86ea972f581a0180b7a6e1470110cbb4d4f9b61f3bbf52f69e8dfd4f51765692b1608438d8b624bc7923c0f8b03a8fd1e9077076f5cce6140ac7b3f8fb71
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xneur.ru/
LICENSE[0]=GPL
diff --git a/x11/xneur/HISTORY b/x11/xneur/HISTORY
index 2af4233..35d8b79 100644
--- a/x11/xneur/HISTORY
+++ b/x11/xneur/HISTORY
@@ -1,3 +1,6 @@
+2012-02-06 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated spell to 0.15.0
+
2011-10-18 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated spell to 0.13.0




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (8470a9e90e55f9d27bcd3bd126f063c0b04b768c), Pol Vinogradov, 02/06/2012

Archive powered by MHonArc 2.6.24.

Top of Page