This commit is contained in:
parent
a56771dc33
commit
5d838c4ce5
46
abuild.patch
46
abuild.patch
@ -1,7 +1,7 @@
|
||||
Index: evolution-2.11.5/calendar/conduits/memo/memo-conduit.c
|
||||
Index: evolution-2.11.6.1/calendar/conduits/memo/memo-conduit.c
|
||||
===================================================================
|
||||
--- evolution-2.11.5.orig/calendar/conduits/memo/memo-conduit.c
|
||||
+++ evolution-2.11.5/calendar/conduits/memo/memo-conduit.c
|
||||
--- evolution-2.11.6.1.orig/calendar/conduits/memo/memo-conduit.c
|
||||
+++ evolution-2.11.6.1/calendar/conduits/memo/memo-conduit.c
|
||||
@@ -471,6 +471,8 @@ local_record_to_pilot_record (EMemoLocal
|
||||
pi_buffer_t * buffer;
|
||||
#endif
|
||||
@ -11,10 +11,10 @@ Index: evolution-2.11.5/calendar/conduits/memo/memo-conduit.c
|
||||
g_assert (local->comp != NULL);
|
||||
g_assert (local->memo != NULL );
|
||||
|
||||
Index: evolution-2.11.5/calendar/conduits/todo/todo-conduit.c
|
||||
Index: evolution-2.11.6.1/calendar/conduits/todo/todo-conduit.c
|
||||
===================================================================
|
||||
--- evolution-2.11.5.orig/calendar/conduits/todo/todo-conduit.c
|
||||
+++ evolution-2.11.5/calendar/conduits/todo/todo-conduit.c
|
||||
--- evolution-2.11.6.1.orig/calendar/conduits/todo/todo-conduit.c
|
||||
+++ evolution-2.11.6.1/calendar/conduits/todo/todo-conduit.c
|
||||
@@ -618,6 +618,8 @@ local_record_to_pilot_record (EToDoLocal
|
||||
|
||||
LOG (g_message ( "local_record_to_pilot_record\n" ));
|
||||
@ -24,10 +24,10 @@ Index: evolution-2.11.5/calendar/conduits/todo/todo-conduit.c
|
||||
p.ID = local->local.ID;
|
||||
p.category = local->local.category;
|
||||
p.attr = local->local.attr;
|
||||
Index: evolution-2.11.5/addressbook/conduit/address-conduit.c
|
||||
Index: evolution-2.11.6.1/addressbook/conduit/address-conduit.c
|
||||
===================================================================
|
||||
--- evolution-2.11.5.orig/addressbook/conduit/address-conduit.c
|
||||
+++ evolution-2.11.5/addressbook/conduit/address-conduit.c
|
||||
--- evolution-2.11.6.1.orig/addressbook/conduit/address-conduit.c
|
||||
+++ evolution-2.11.6.1/addressbook/conduit/address-conduit.c
|
||||
@@ -810,6 +810,8 @@ local_record_to_pilot_record (EAddrLocal
|
||||
#ifdef PILOT_LINK_0_12
|
||||
pi_buffer_t * buffer;
|
||||
@ -37,10 +37,10 @@ Index: evolution-2.11.5/addressbook/conduit/address-conduit.c
|
||||
|
||||
g_assert (local->addr != NULL );
|
||||
|
||||
Index: evolution-2.11.5/calendar/conduits/calendar/calendar-conduit.c
|
||||
Index: evolution-2.11.6.1/calendar/conduits/calendar/calendar-conduit.c
|
||||
===================================================================
|
||||
--- evolution-2.11.5.orig/calendar/conduits/calendar/calendar-conduit.c
|
||||
+++ evolution-2.11.5/calendar/conduits/calendar/calendar-conduit.c
|
||||
--- evolution-2.11.6.1.orig/calendar/conduits/calendar/calendar-conduit.c
|
||||
+++ evolution-2.11.6.1/calendar/conduits/calendar/calendar-conduit.c
|
||||
@@ -838,6 +838,8 @@ local_record_to_pilot_record (ECalLocalR
|
||||
pi_buffer_t * buffer;
|
||||
#endif
|
||||
@ -50,10 +50,10 @@ Index: evolution-2.11.5/calendar/conduits/calendar/calendar-conduit.c
|
||||
g_assert (local->comp != NULL);
|
||||
g_assert (local->appt != NULL );
|
||||
|
||||
Index: evolution-2.11.5/addressbook/gui/merging/eab-contact-merging.c
|
||||
Index: evolution-2.11.6.1/addressbook/gui/merging/eab-contact-merging.c
|
||||
===================================================================
|
||||
--- evolution-2.11.5.orig/addressbook/gui/merging/eab-contact-merging.c
|
||||
+++ evolution-2.11.5/addressbook/gui/merging/eab-contact-merging.c
|
||||
--- evolution-2.11.6.1.orig/addressbook/gui/merging/eab-contact-merging.c
|
||||
+++ evolution-2.11.6.1/addressbook/gui/merging/eab-contact-merging.c
|
||||
@@ -343,6 +343,7 @@ mergeit (EContactMergingLookup *lookup)
|
||||
value = 1;
|
||||
break;
|
||||
@ -62,23 +62,23 @@ Index: evolution-2.11.5/addressbook/gui/merging/eab-contact-merging.c
|
||||
value = 0;
|
||||
break;
|
||||
}
|
||||
Index: evolution-2.11.5/plugins/exchange-operations/exchange-delegates-user.c
|
||||
Index: evolution-2.11.6.1/plugins/exchange-operations/exchange-delegates-user.c
|
||||
===================================================================
|
||||
--- evolution-2.11.5.orig/plugins/exchange-operations/exchange-delegates-user.c
|
||||
+++ evolution-2.11.5/plugins/exchange-operations/exchange-delegates-user.c
|
||||
@@ -26,7 +26,11 @@
|
||||
#include <mail/mail-ops.h>
|
||||
--- evolution-2.11.6.1.orig/plugins/exchange-operations/exchange-delegates-user.c
|
||||
+++ evolution-2.11.6.1/plugins/exchange-operations/exchange-delegates-user.c
|
||||
@@ -30,8 +30,11 @@
|
||||
#include <mail/mail-component.h>
|
||||
#include <mail/mail-send-recv.h>
|
||||
#include <camel/camel-multipart.h>
|
||||
+#include <camel/camel-mime-utils.h>
|
||||
+#include <camel/camel-stream-mem.h>
|
||||
#include "exchange-delegates-user.h"
|
||||
#include <camel/camel-stream-mem.h>
|
||||
#include <exchange-account.h>
|
||||
+#include "exchange-delegates.h"
|
||||
+#include <exchange/exchange-account.h>
|
||||
#include <e2k-global-catalog.h>
|
||||
#include <e2k-marshal.h>
|
||||
#include <e2k-sid.h>
|
||||
@@ -46,6 +50,8 @@
|
||||
@@ -51,6 +54,8 @@
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
#include <gtk/gtkoptionmenu.h>
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:909a3234ba3a2d31c4999522506a06d2ac792926a9be7710460380189fbf5064
|
||||
size 20645255
|
3
evolution-2.11.6.1.tar.bz2
Normal file
3
evolution-2.11.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c19a668ea597cf29d10e3d87f74ddd113a0552ea55dda287b3f598beb4c05e80
|
||||
size 21934855
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 16:27:30 CEST 2007 - maw@suse.de
|
||||
|
||||
- Update to version 2.11.6.1
|
||||
- New features: a new face plugin, plugins are configurable from
|
||||
within the plugin manager itself, users can keep their
|
||||
signatures on top when replying, and mails from delegates are
|
||||
handled appropriately
|
||||
- Bugs (bugzilla.gnome.org) fixed:
|
||||
#200977: Ensure that selected day is visible when changed (Milan
|
||||
Crha)
|
||||
#237989: Included support for backspace in magic space bar feature
|
||||
(Johnny Jacob)
|
||||
#268162: Add username and password options to webcal dialog (Milan
|
||||
Crha)
|
||||
#273386: Fixed a crash while viewing an attached image (Milan Crha)
|
||||
#273699: Fixed a crash when starting evolution-alarm-notify if it is
|
||||
already running (Milan Crha)
|
||||
#303937: Fixed a crash on receiving a drag-n-drop event at startup
|
||||
(Milan Crha)
|
||||
#323522: Fixed a crash when switching components (Srinivasa Ragavan)
|
||||
#326388: Delete button is disabled for 'Birthdays & Anniversaries'
|
||||
calendar (Milan Crha)
|
||||
#332112: Fixed inconsistent punctuation in send/receive dialog
|
||||
(Lucky Wankhede)
|
||||
#335881: Fixed pasting of raw text in task list (Hiroyuki Ikezoe)
|
||||
#380534: Collect all the required package versions in one place and
|
||||
explicitly require GTK+ 2.10 or higher (Matthew Barnes)
|
||||
#410287: Removed whitespaces in front of punctuation marks (Lucky
|
||||
Wankhede)
|
||||
#428123: Fixed mnemonic conflicts (Lucky Wankhede)
|
||||
#444433: Fix spelling and grammar errors in "Advanced Search
|
||||
options" (Lucky Wankhede)
|
||||
#445248: Fixed a crash when changing default drafts / sent folder in
|
||||
IMAP (Johnny Jacob)
|
||||
#451211: Fixed a crash (Lucky Wankhede, Hiroyuki Ikezoe)
|
||||
#453544: Fixed switched actions of "Do not mark as read" and "Mark
|
||||
as read" buttons (hggdh)
|
||||
#453668: Fixed a random crash (Rob Bradford)
|
||||
#453860: Fix a crash when creating new meeting (Xiurong Simon Zheng)
|
||||
#457394: Fixed a crash in tasks (Milan Crha)
|
||||
#457523: Fixed parse error in quick search bar (Johnny Jacob)
|
||||
#458275: Fixed malformed body part headers for a MDN (Atos Origin
|
||||
Communication Systems <support-syscom@atosorigin.com>)
|
||||
#458511: Fix display of exchange delegate emails (Hiroyuki Ikezoe)
|
||||
#458820: Grey out local photos search if sender photo display is
|
||||
disabled (Cosimo Cecchi)
|
||||
#458894: Fixed a crash when deleting an IMAP account (Johnny Jacob)
|
||||
#459030: Shrink To / Cc / Bcc headers now work in non-english
|
||||
locales too (Srinivasa Ragavan)
|
||||
#459251: Added new files with translatable strings (Johnny Jacob)
|
||||
#459413: Fixed a crash when connecting to a wcap calendar account
|
||||
(Li Yuan)
|
||||
#459522: Plugins should be configurable within the plugin-manager
|
||||
itself. (Sankar P)
|
||||
#460825: Removed needless EFilterBarClass (Hiroyuki Ikezoe)
|
||||
#461474: Remove redundant code in calendar (Rob Bradford)
|
||||
- Updated translations
|
||||
- Use %fdupes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 20 21:23:05 CEST 2007 - maw@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package evolution (Version 2.11.5)
|
||||
# spec file for package evolution (Version 2.11.6.1)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,14 +11,14 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: evolution
|
||||
BuildRequires: bison evolution-data-server-devel gnome-common gnome-doc-utils-devel gnome-icon-theme-devel gnome-pilot-devel gtk-doc gtkhtml2-devel intltool libidl libnotify libnotify-devel mozilla-nss-devel notification-daemon openldap2 perl-XML-Parser psmisc python-devel scrollkeeper update-desktop-files
|
||||
BuildRequires: bison evolution-data-server-devel fdupes gnome-common gnome-doc-utils-devel gnome-icon-theme-devel gnome-pilot-devel gtk-doc gtkhtml2-devel intltool libidl libnotify libnotify-devel libpisock-devel libpisync-devel mozilla-nss-devel notification-daemon openldap2 perl-XML-Parser pilot-link psmisc python-devel scrollkeeper update-desktop-files
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
Obsoletes: evoltn
|
||||
Provides: evoltn
|
||||
Autoreqprov: on
|
||||
Obsoletes: bonobo-conf
|
||||
Version: 2.11.5
|
||||
Version: 2.11.6.1
|
||||
Release: 1
|
||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||
#Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.10/%{name}-%{version}.tar.bz2
|
||||
@ -357,6 +357,8 @@ cat evolution-2.12.lang %{name}.schemas_list >%{name}.lst
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/evolution/*/*/*.*a
|
||||
rm -r $RPM_BUILD_ROOT%{_datadir}/mime-info
|
||||
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -433,6 +435,63 @@ fi
|
||||
%{_libdir}/evolution/*/conduits/*.so
|
||||
|
||||
%changelog
|
||||
* Thu Aug 02 2007 - maw@suse.de
|
||||
- Update to version 2.11.6.1
|
||||
- New features: a new face plugin, plugins are configurable from
|
||||
within the plugin manager itself, users can keep their
|
||||
signatures on top when replying, and mails from delegates are
|
||||
handled appropriately
|
||||
- Bugs (bugzilla.gnome.org) fixed:
|
||||
[#200977]: Ensure that selected day is visible when changed (Milan
|
||||
Crha)
|
||||
[#237989]: Included support for backspace in magic space bar feature
|
||||
(Johnny Jacob)
|
||||
[#268162]: Add username and password options to webcal dialog (Milan
|
||||
Crha)
|
||||
[#273386]: Fixed a crash while viewing an attached image (Milan Crha)
|
||||
[#273699]: Fixed a crash when starting evolution-alarm-notify if it is
|
||||
already running (Milan Crha)
|
||||
[#303937]: Fixed a crash on receiving a drag-n-drop event at startup
|
||||
(Milan Crha)
|
||||
[#323522]: Fixed a crash when switching components (Srinivasa Ragavan)
|
||||
[#326388]: Delete button is disabled for 'Birthdays & Anniversaries'
|
||||
calendar (Milan Crha)
|
||||
[#332112]: Fixed inconsistent punctuation in send/receive dialog
|
||||
(Lucky Wankhede)
|
||||
[#335881]: Fixed pasting of raw text in task list (Hiroyuki Ikezoe)
|
||||
[#380534]: Collect all the required package versions in one place and
|
||||
explicitly require GTK+ 2.10 or higher (Matthew Barnes)
|
||||
[#410287]: Removed whitespaces in front of punctuation marks (Lucky
|
||||
Wankhede)
|
||||
[#428123]: Fixed mnemonic conflicts (Lucky Wankhede)
|
||||
[#444433]: Fix spelling and grammar errors in "Advanced Search
|
||||
options" (Lucky Wankhede)
|
||||
[#445248]: Fixed a crash when changing default drafts / sent folder in
|
||||
IMAP (Johnny Jacob)
|
||||
[#451211]: Fixed a crash (Lucky Wankhede, Hiroyuki Ikezoe)
|
||||
[#453544]: Fixed switched actions of "Do not mark as read" and "Mark
|
||||
as read" buttons (hggdh)
|
||||
[#453668]: Fixed a random crash (Rob Bradford)
|
||||
[#453860]: Fix a crash when creating new meeting (Xiurong Simon Zheng)
|
||||
[#457394]: Fixed a crash in tasks (Milan Crha)
|
||||
[#457523]: Fixed parse error in quick search bar (Johnny Jacob)
|
||||
[#458275]: Fixed malformed body part headers for a MDN (Atos Origin
|
||||
Communication Systems <support-syscom@atosorigin.com>)
|
||||
[#458511]: Fix display of exchange delegate emails (Hiroyuki Ikezoe)
|
||||
[#458820]: Grey out local photos search if sender photo display is
|
||||
disabled (Cosimo Cecchi)
|
||||
[#458894]: Fixed a crash when deleting an IMAP account (Johnny Jacob)
|
||||
[#459030]: Shrink To / Cc / Bcc headers now work in non-english
|
||||
locales too (Srinivasa Ragavan)
|
||||
[#459251]: Added new files with translatable strings (Johnny Jacob)
|
||||
[#459413]: Fixed a crash when connecting to a wcap calendar account
|
||||
(Li Yuan)
|
||||
[#459522]: Plugins should be configurable within the plugin-manager
|
||||
itself. (Sankar P)
|
||||
[#460825]: Removed needless EFilterBarClass (Hiroyuki Ikezoe)
|
||||
[#461474]: Remove redundant code in calendar (Rob Bradford)
|
||||
- Updated translations
|
||||
- Use %%fdupes.
|
||||
* Fri Jul 20 2007 - maw@suse.de
|
||||
- Update to version 2.11.5
|
||||
- bugzilla.gnome.org bugs fixed:
|
||||
|
Loading…
Reference in New Issue
Block a user