Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f11701c68a8aefab1b787e017f0982392d2d29ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f11701c68a8aefab1b787e017f0982392d2d29ca)
  • Date: Sun, 28 Jan 2007 07:39:55 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

kde-core/kde-profile/DETAILS | 2 +-
kde-core/kde-profile/HISTORY | 3 +++
utils/devtodo/HISTORY | 3 +++
utils/devtodo/PRE_BUILD | 5 +++++
utils/devtodo/devtodo-0.1.19-gcc4.diff | 12 ++++++++++++
5 files changed, 24 insertions(+), 1 deletion(-)

New commits:
commit 5337c8364443c17fdcb4581fce5a913963655d35
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

devtodo: fix for gcc4 #13460

commit 43036b282bb4f6f2ed72c478c4c9434f20750d1f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

kde-profile 3.5.6

diff --git a/kde-core/kde-profile/DETAILS b/kde-core/kde-profile/DETAILS
index 77cc30e..fc9d13c 100755
--- a/kde-core/kde-profile/DETAILS
+++ b/kde-core/kde-profile/DETAILS
@@ -1,5 +1,5 @@
SPELL=kde-profile
- VERSION=3.5.5
+ VERSION=3.5.6
WEB_SITE=http://www.kde.org/
ENTERED=20010922
KEYWORDS="kde"
diff --git a/kde-core/kde-profile/HISTORY b/kde-core/kde-profile/HISTORY
index a915055..efd3805 100644
--- a/kde-core/kde-profile/HISTORY
+++ b/kde-core/kde-profile/HISTORY
@@ -1,3 +1,6 @@
+2007-01-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 3.5.6
+
2006-10-11 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 3.5.5

diff --git a/utils/devtodo/HISTORY b/utils/devtodo/HISTORY
index de91716..4abe649 100644
--- a/utils/devtodo/HISTORY
+++ b/utils/devtodo/HISTORY
@@ -1,3 +1,6 @@
+2007-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PRE_BUILD, gcc4 patch: added to fix compilation #13460
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/utils/devtodo/PRE_BUILD b/utils/devtodo/PRE_BUILD
new file mode 100755
index 0000000..64d7228
--- /dev/null
+++ b/utils/devtodo/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/devtodo-0.1.19-gcc4.diff &&
+# another gcc4 fix
+sed -i '/int TodoDB::markDone(Todo &todo);/ s,TodoDB::,,' src/TodoDB.h
diff --git a/utils/devtodo/devtodo-0.1.19-gcc4.diff
b/utils/devtodo/devtodo-0.1.19-gcc4.diff
new file mode 100644
index 0000000..d62bd36
--- /dev/null
+++ b/utils/devtodo/devtodo-0.1.19-gcc4.diff
@@ -0,0 +1,12 @@
+--- devtodo-0.1.19.orig/src/Todo.h 2005-06-06 12:15:58.000000000 -0400
++++ devtodo-0.1.19/src/Todo.h 2005-06-06 12:13:41.000000000 -0400
+@@ -14,6 +14,8 @@
+ 01/02/01 Initial creation
+ */
+
++class TodoDB;
++
+ class Todo {
+ public :
+ friend class TodoDB;
+



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f11701c68a8aefab1b787e017f0982392d2d29ca), Jaka Kranjc, 01/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page