Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (35f880995b58eaa1a92b991bc84c4eff59ebef4e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (35f880995b58eaa1a92b991bc84c4eff59ebef4e)
  • Date: Thu, 1 Jan 2015 22:50:35 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/protobuf/BUILD | 2 ++
libs/protobuf/DETAILS | 8 ++++----
libs/protobuf/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 35f880995b58eaa1a92b991bc84c4eff59ebef4e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

protobuf 2.6.0

commit 8be31d753b8dfb7efed9bb4a5e1103f75f74012c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

protobuf: Remove -ffast-math from CXXFLAGS, does not compile with it

diff --git a/libs/protobuf/BUILD b/libs/protobuf/BUILD
new file mode 100755
index 0000000..881b5a3
--- /dev/null
+++ b/libs/protobuf/BUILD
@@ -0,0 +1,2 @@
+CXXFLAGS="${CXXFLAGS// -ffast-math}" &&
+default_build
diff --git a/libs/protobuf/DETAILS b/libs/protobuf/DETAILS
index f9b2303..32d981d 100755
--- a/libs/protobuf/DETAILS
+++ b/libs/protobuf/DETAILS
@@ -1,10 +1,10 @@
SPELL=protobuf
- VERSION=2.5.0
-
SOURCE_HASH=sha512:5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=2.6.0
+
SOURCE_HASH=sha512:5a10bf21c1854c63a43d583898be72173fc19ba7fdb62ad55ea1e8fe32894581a6ef92a8c48622af59a8886fedbc4df5805669b295c7365b4318663bea7c4603
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://$SPELL.googlecode.com
- SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+ SOURCE_URL[0]=https://$SPELL.googlecode.com/svn/rc/$SOURCE
LICENSE[0]=BSD
ENTERED=20090819
KEYWORDS=""
diff --git a/libs/protobuf/HISTORY b/libs/protobuf/HISTORY
index 81edc32..08252e3 100644
--- a/libs/protobuf/HISTORY
+++ b/libs/protobuf/HISTORY
@@ -1,3 +1,7 @@
+2015-01-02 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.6.0
+ * BUILD: Remove -ffast-math from CXXFLAGS, doesn't compile with it
+
2013-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.5.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (35f880995b58eaa1a92b991bc84c4eff59ebef4e), Ismael Luceno, 01/01/2015

Archive powered by MHonArc 2.6.24.

Top of Page