Mailinglist Archive: opensuse-commit (817 mails)

< Previous Next >
commit evolution-sharp for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 05 Dec 2008 15:15:53 +0100
  • Message-id: <20081205141553.6A775678166@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package evolution-sharp for openSUSE:Factory
checked in at Fri Dec 5 15:15:53 CET 2008.


--------
--- GNOME/evolution-sharp/evolution-sharp.changes 2008-11-21
06:38:08.000000000 +0100
+++ /mounts/work_src_done/STABLE/evolution-sharp/evolution-sharp.changes
2008-12-05 07:44:19.048831000 +0100
@@ -1,0 +2,5 @@
+Fri Dec 5 07:45:52 CET 2008 - pchenthill@xxxxxxx
+
+- task-field-changes.diff: Get changed fields for tasks.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
task-field-changes.diff

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

Other differences:
------------------
++++++ evolution-sharp.spec ++++++
--- /var/tmp/diff_new_pack.x13663/_old 2008-12-05 15:15:25.000000000 +0100
+++ /var/tmp/diff_new_pack.x13663/_new 2008-12-05 15:15:25.000000000 +0100
@@ -25,12 +25,13 @@
AutoReqProv: on
Requires: mono
Version: 0.18.1
-Release: 2
+Release: 3
Summary: Mono Bindings for Evolution
Url: http://gnome.org/projects/evolution/
Source:
http://ftp.gnome.org/pub/gnome/sources/evolution-sharp/0.17/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM es-task-bindings.diff pchenthill@xxxxxxx -- Added
bindings for task fields. Needs to be upstreamed.
Patch1: es-task-bindings.diff
+Patch2: task-field-changes.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: licenses
Provides: %{name}-devel = %{version}-%{release}
@@ -47,6 +48,7 @@
%prep
%setup -q
%patch1
+%patch2

%build
%configure
@@ -75,6 +77,8 @@
%{_prefix}/lib/mono/gac/evolution-sharp

%changelog
+* Fri Dec 05 2008 pchenthill@xxxxxxx
+- task-field-changes.diff: Get changed fields for tasks.
* Fri Nov 21 2008 pchenthill@xxxxxxx
- es-task-bindings.diff: Added bindigs for task fields.
FATE id: 304465

++++++ task-field-changes.diff ++++++
Index: evolution/src/CalCompChanges.cs
===================================================================
--- evolution/src/CalCompChanges.cs (revision 200)
+++ evolution/src/CalCompChanges.cs (working copy)
@@ -116,5 +116,46 @@
}
}

+ public bool DueDate
+ {
+ get
+ {
+ return CheckDateTimeChanged (oComp.DueDate,
nComp.DueDate);
+
+ }
+ }
+
+ public bool Priority
+ {
+ get
+ {
+ if (oComp.Priority != nComp.Priority)
+ return true;
+ else
+ return false;
+ }
+ }
+
+ public bool Status
+ {
+ get
+ {
+ if (oComp.Status != nComp.Status)
+ return true;
+ else
+ return false;
+ }
+ }
+
+ public bool PercentComplete
+ {
+ get
+ {
+ if (oComp.Percent != nComp.Percent)
+ return true;
+ else return false;
+ }
+ }
+
}
}

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



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