Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit taskjuggler
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 10 Nov 2007 18:31:32 +0100
  • Message-id: <20071110173132.9A512678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package taskjuggler
checked in at Sat Nov 10 18:31:32 CET 2007.

--------
--- taskjuggler/taskjuggler.changes 2007-08-01 14:59:37.000000000 +0200
+++ /mounts/work_src_done/STABLE/taskjuggler/taskjuggler.changes
2007-11-10 12:53:24.109513000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 10 12:53:13 CET 2007 - coolo@xxxxxxx
+
+- fix compilation
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ taskjuggler.spec ++++++
--- /var/tmp/diff_new_pack.V18907/_old 2007-11-10 18:31:23.000000000 +0100
+++ /var/tmp/diff_new_pack.V18907/_new 2007-11-10 18:31:23.000000000 +0100
@@ -17,12 +17,12 @@
%else
BuildRequires: te_ams
%endif
-URL: http://www.taskjuggler.org
+Url: http://www.taskjuggler.org
License: GPL v2 or later
Group: Productivity/Office/Management
Summary: Project management software
Version: 2.4.0
-Release: 1
+Release: 51
Source0: taskjuggler-%{version}.tar.bz2
Requires: qt3 >= %( echo `rpm -q --queryformat '%{VERSION}' qt3`)
Patch1: taskjuggler-%{version}.dif
@@ -143,10 +143,11 @@
%{_docdir}/taskjuggler/Contrib/tjx2gantt
%{_docdir}/taskjuggler/Contrib/emacs
%{_docdir}/taskjuggler/Contrib/vim
+
%package kde
Summary: Project Management Software for KDE
Group: Productivity/Office/Management
-Autoreqprov: on
+AutoReqProv: on

%description kde
TaskJuggler is a project management tool for Linux and UNIX based
@@ -179,8 +180,9 @@
/opt/kde3/share/doc/HTML/en/taskjuggler
/usr/share/applications/kde
/opt/kde3/share/locale/tr/LC_MESSAGES/taskjuggler.mo
-
%changelog
+* Sat Nov 10 2007 - coolo@xxxxxxx
+- fix compilation
* Wed Aug 01 2007 - freitag@xxxxxxx
- update to verson 2.4.0:
* For consistency and readability the notation of intervals without

++++++ taskjuggler-2.4.0.dif ++++++
--- /var/tmp/diff_new_pack.V18907/_old 2007-11-10 18:31:23.000000000 +0100
+++ /var/tmp/diff_new_pack.V18907/_new 2007-11-10 18:31:23.000000000 +0100
@@ -90,3 +90,144 @@
for ( ; *depIt != 0; ++depIt)
{
/* Save current list item since findRef() modifies
+--- taskjuggler/XMLFile.h.orig 2007-11-10 12:09:45.000000000 +0100
++++ taskjuggler/XMLFile.h 2007-11-10 12:10:03.000000000 +0100
+@@ -76,57 +76,57 @@ private:
+
+ bool parseNode(const ParserNode* pn, QDomNode n, ParserTreeContext ptc);
+
+- bool doTaskJuggler(QDomNode& n, ParserTreeContext& n);
+- bool doProject(QDomNode& n, ParserTreeContext& n);
+- bool doProjectStart(QDomNode& n, ParserTreeContext& n);
+- bool doProjectEnd(QDomNode& n, ParserTreeContext& n);
+- bool doProjectNow(QDomNode& n, ParserTreeContext& n);
+- bool doCurrencyFormat(QDomNode& n, ParserTreeContext& n);
+- bool doScenario(QDomNode& n, ParserTreeContext& n);
+- bool doExtend(QDomNode& n, ParserTreeContext& n);
+- bool doExtendAttribute(QDomNode& n, ParserTreeContext& n);
+- bool doProjectWeekdayWorkingHours(QDomNode& n, ParserTreeContext& n);
+- bool doProjectWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& n);
+- bool doShiftWeekdayWorkingHours(QDomNode& n, ParserTreeContext& n);
+- bool doShiftWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& n);
+- bool doResourceWeekdayWorkingHours(QDomNode& n, ParserTreeContext& n);
+- bool doResourceWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& n);
+- bool doTimeInterval(QDomNode& n, ParserTreeContext& n);
+- bool doTimeIntervalStart(QDomNode& n, ParserTreeContext& n);
+- bool doTimeIntervalEnd(QDomNode& n, ParserTreeContext& n);
+- bool doProjectVacation(QDomNode& n, ParserTreeContext& n);
+- bool doResourceVacation(QDomNode& n, ParserTreeContext& n);
+- bool doVacationStart(QDomNode& n, ParserTreeContext& n);
+- bool doVacationEnd(QDomNode& n, ParserTreeContext& n);
+- bool doCustomAttribute(QDomNode& n, ParserTreeContext& n);
+- bool doTextAttribute(QDomNode& n, ParserTreeContext& n);
+- bool doReferenceAttribute(QDomNode& n, ParserTreeContext& n);
+- bool doShiftList(QDomNode& n, ParserTreeContext& n);
+- bool doShift(QDomNode& n, ParserTreeContext& n);
+- bool doResourceList(QDomNode& n, ParserTreeContext& n);
+- bool doResource(QDomNode& n, ParserTreeContext& n);
+- bool doShiftSelection(QDomNode& n, ParserTreeContext& n);
+- bool doAccountList(QDomNode& n, ParserTreeContext& n);
+- bool doAccount(QDomNode& n, ParserTreeContext& n);
+- bool doTaskList(QDomNode& n, ParserTreeContext& n);
+- bool doTask(QDomNode& n, ParserTreeContext& n);
+- bool doTaskScenario(QDomNode& n, ParserTreeContext& n);
+- bool doTaskScenarioStart(QDomNode& n, ParserTreeContext& n);
+- bool doTaskScenarioEnd(QDomNode& n, ParserTreeContext& n);
+- bool doTaskScenarioMaxEnd(QDomNode& n, ParserTreeContext& n);
+- bool doTaskScenarioMinEnd(QDomNode& n, ParserTreeContext& n);
+- bool doTaskScenarioMaxStart(QDomNode& n, ParserTreeContext& n);
+- bool doTaskScenarioMinStart(QDomNode& n, ParserTreeContext& n);
+- bool doAllocate(QDomNode& n, ParserTreeContext& n);
+- bool doCandidate(QDomNode& n, ParserTreeContext& n);
+- bool doDepends(QDomNode& n, ParserTreeContext& n);
+- bool doPrecedes(QDomNode& n, ParserTreeContext& n);
++ bool doTaskJuggler(QDomNode& n, ParserTreeContext& );
++ bool doProject(QDomNode& n, ParserTreeContext& );
++ bool doProjectStart(QDomNode& n, ParserTreeContext& );
++ bool doProjectEnd(QDomNode& n, ParserTreeContext& );
++ bool doProjectNow(QDomNode& n, ParserTreeContext& );
++ bool doCurrencyFormat(QDomNode& n, ParserTreeContext& );
++ bool doScenario(QDomNode& n, ParserTreeContext& );
++ bool doExtend(QDomNode& n, ParserTreeContext& );
++ bool doExtendAttribute(QDomNode& n, ParserTreeContext& );
++ bool doProjectWeekdayWorkingHours(QDomNode& n, ParserTreeContext& );
++ bool doProjectWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& );
++ bool doShiftWeekdayWorkingHours(QDomNode& n, ParserTreeContext& );
++ bool doShiftWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& );
++ bool doResourceWeekdayWorkingHours(QDomNode& n, ParserTreeContext& );
++ bool doResourceWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& );
++ bool doTimeInterval(QDomNode& n, ParserTreeContext& );
++ bool doTimeIntervalStart(QDomNode& n, ParserTreeContext& );
++ bool doTimeIntervalEnd(QDomNode& n, ParserTreeContext& );
++ bool doProjectVacation(QDomNode& n, ParserTreeContext& );
++ bool doResourceVacation(QDomNode& n, ParserTreeContext& );
++ bool doVacationStart(QDomNode& n, ParserTreeContext& );
++ bool doVacationEnd(QDomNode& n, ParserTreeContext& );
++ bool doCustomAttribute(QDomNode& n, ParserTreeContext& );
++ bool doTextAttribute(QDomNode& n, ParserTreeContext& );
++ bool doReferenceAttribute(QDomNode& n, ParserTreeContext& );
++ bool doShiftList(QDomNode& n, ParserTreeContext& );
++ bool doShift(QDomNode& n, ParserTreeContext& );
++ bool doResourceList(QDomNode& n, ParserTreeContext& );
++ bool doResource(QDomNode& n, ParserTreeContext& );
++ bool doShiftSelection(QDomNode& n, ParserTreeContext& );
++ bool doAccountList(QDomNode& n, ParserTreeContext& );
++ bool doAccount(QDomNode& n, ParserTreeContext& );
++ bool doTaskList(QDomNode& n, ParserTreeContext& );
++ bool doTask(QDomNode& n, ParserTreeContext& );
++ bool doTaskScenario(QDomNode& n, ParserTreeContext& );
++ bool doTaskScenarioStart(QDomNode& n, ParserTreeContext& );
++ bool doTaskScenarioEnd(QDomNode& n, ParserTreeContext& );
++ bool doTaskScenarioMaxEnd(QDomNode& n, ParserTreeContext& );
++ bool doTaskScenarioMinEnd(QDomNode& n, ParserTreeContext& );
++ bool doTaskScenarioMaxStart(QDomNode& n, ParserTreeContext& );
++ bool doTaskScenarioMinStart(QDomNode& n, ParserTreeContext& );
++ bool doAllocate(QDomNode& n, ParserTreeContext& );
++ bool doCandidate(QDomNode& n, ParserTreeContext& );
++ bool doDepends(QDomNode& n, ParserTreeContext& );
++ bool doPrecedes(QDomNode& n, ParserTreeContext& );
+ bool doDependencyGapScenario(QDomNode& n, ParserTreeContext& ptc);
+- bool doNote(QDomNode& n, ParserTreeContext& n);
+- bool doFlag(QDomNode& n, ParserTreeContext& n);
+- bool doResourceBooking(QDomNode& n, ParserTreeContext& n);
+- bool doBooking(QDomNode& n, ParserTreeContext& n);
+- bool doBookingPost(QDomNode& n, ParserTreeContext& n);
++ bool doNote(QDomNode& n, ParserTreeContext& );
++ bool doFlag(QDomNode& n, ParserTreeContext& );
++ bool doResourceBooking(QDomNode& n, ParserTreeContext& );
++ bool doBooking(QDomNode& n, ParserTreeContext& );
++ bool doBookingPost(QDomNode& n, ParserTreeContext& );
+
+ QString masterFile;
+ Project* project;
+--- taskjuggler/FileToken.h.orig 2007-11-10 12:06:27.000000000 +0100
++++ taskjuggler/FileToken.h 2007-11-10 12:07:26.000000000 +0100
+@@ -14,6 +14,7 @@
+
+ #include <qtextstream.h>
+ #include <qptrlist.h>
++#include <memory>
+
+ #include "MacroTable.h"
+ #include "Token.h"
+--- taskjuggler/FileToken.cpp.orig 2007-11-10 12:08:58.000000000 +0100
++++ taskjuggler/FileToken.cpp 2007-11-10 12:09:12.000000000 +0100
+@@ -10,6 +10,7 @@
+ * $Id: $
+ */
+ #include "FileToken.h"
++#include <stdlib.h>
+
+ #include "tjlib-internal.h"
+
+--- taskjuggler/Scenario.h.orig 2007-11-10 12:05:58.000000000 +0100
++++ taskjuggler/Scenario.h 2007-11-10 12:06:12.000000000 +0100
+@@ -23,7 +23,7 @@ class Scenario : public CoreAttributes
+ CoreAttributes* c2,
+ int level);
+ public:
+- Scenario(Project* p, const QString& i, const QString& n, Scenario* p);
++ Scenario(Project* p, const QString& i, const QString& n, Scenario* s);
+ virtual ~Scenario();
+
+ virtual CAType getType() const { return CA_Scenario; }


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages