1
0
OBS User unknown 2008-10-11 14:43:40 +00:00 committed by Git OBS Bridge
parent df145fc0a1
commit 88ffbd6f0d
3 changed files with 114 additions and 84 deletions

View File

@ -0,0 +1,20 @@
2008-10-06 Srinivasa Ragavan <sragavan@novell.com>
* camel/camel-folder-search.c: Allow thread based searches by falling
back on the old in-memory search model.
Change backported for evolution-data-server-2.24.0.
--- evolution-data-server-2.24.0/camel/camel-folder-search.c
+++ evolution-data-server-2.24.0/camel/camel-folder-search.c
@@ -420,8 +420,8 @@
p->ex = ex;
- /* We route body-contains search and uid search through memory and not via db. */
- if (uids || strstr((const char *) expr, "body-contains")) {
+ /* We route body-contains / thread based search and uid search through memory and not via db. */
+ if (strstr((const char *) expr, "body-contains") || strstr((const char *) expr, "match-threads")) {
/* setup our search list only contains those we're interested in */
search->summary = camel_folder_get_summary(search->folder);

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 8 18:40:59 CEST 2008 - sbrabec@suse.cz
- Fixed broken Advanced search->Include threads (bgo#554455).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 3 22:01:46 WST 2008 - mboman@suse.de Fri Oct 3 22:01:46 WST 2008 - mboman@suse.de

View File

@ -44,8 +44,8 @@ Group: Development/Libraries/GNOME
AutoReqProv: on AutoReqProv: on
Summary: Evolution Data Server Summary: Evolution Data Server
Version: 2.24.0 Version: 2.24.0
Release: 1 Release: 2
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.22/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.24/%{name}-%{version}.tar.bz2
Patch0: evolution-data-server-configure.patch Patch0: evolution-data-server-configure.patch
# PATCH-NEEDS-REBASE bnc-164367-gw-attachments-appts-throw-error.patch bnc164367 -- was PATCH-FIX-UPSTREAM, and may be droppable # PATCH-NEEDS-REBASE bnc-164367-gw-attachments-appts-throw-error.patch bnc164367 -- was PATCH-FIX-UPSTREAM, and may be droppable
Patch1: bnc-164367-gw-attachments-appts-throw-error.patch Patch1: bnc-164367-gw-attachments-appts-throw-error.patch
@ -59,6 +59,8 @@ Patch5: bnc-307861-calendar-auth.diff
Patch9: bgo-530514-check-to-handle-specific-server-response.diff Patch9: bgo-530514-check-to-handle-specific-server-response.diff
# PATCH-FIX-UPSTREAM evolution-data-server-gw-no-network.patch bgo337479 sbrabec@suse.cz -- GroupWise crashes if network is down # PATCH-FIX-UPSTREAM evolution-data-server-gw-no-network.patch bgo337479 sbrabec@suse.cz -- GroupWise crashes if network is down
Patch14: evolution-data-server-gw-no-network.patch Patch14: evolution-data-server-gw-no-network.patch
# PATCH-FIX-UPSTREAM evolution-data-server-thread-search.patch bgo554455 sbrabec@suse.cz -- Fix broken Advanced search->Include threads.
Patch15: evolution-data-server-thread-search.patch
# Change patch below if we move away from /opt/gnome # Change patch below if we move away from /opt/gnome
# PATCH-FIX-OPENSUSE libgnomeui-dep.patch -- It avoids a build dependency on libgnomeui to speed up bootstrap # PATCH-FIX-OPENSUSE libgnomeui-dep.patch -- It avoids a build dependency on libgnomeui to speed up bootstrap
Patch99: libgnomeui-dep.patch Patch99: libgnomeui-dep.patch
@ -119,6 +121,7 @@ documentation.
###%patch5 ###%patch5
%patch9 %patch9
%patch14 %patch14
%patch15 -p1
%patch99 %patch99
%build %build
@ -180,7 +183,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Sat Oct 04 2008 mboman@suse.de * Wed Oct 08 2008 sbrabec@suse.cz
- Fixed broken Advanced search->Include threads (bgo#554455).
* Fri Oct 03 2008 mboman@suse.de
- Update to version 2.24.0: - Update to version 2.24.0:
+ Google Contacts Backend + Google Contacts Backend
+ WebDAV Contacts Backend + WebDAV Contacts Backend
@ -196,11 +201,11 @@ rm -rf $RPM_BUILD_ROOT
- Remove evolution-data-server-db-fixes.patch. Fixed upstream - Remove evolution-data-server-db-fixes.patch. Fixed upstream
* Fri Oct 03 2008 sragavan@suse.de * Fri Oct 03 2008 sragavan@suse.de
- Make sure that Evolution/friends use evoldap2-client - Make sure that Evolution/friends use evoldap2-client
* Thu Sep 25 2008 sbrabec@suse.cz * Wed Sep 24 2008 sbrabec@suse.cz
- Fixed GroupWise crash if network is down (bgo#337479). - Fixed GroupWise crash if network is down (bgo#337479).
* Thu Sep 18 2008 maw@suse.de
- Add evolution-data-server-db-fixes.patch.
* Wed Sep 17 2008 maw@suse.de * Wed Sep 17 2008 maw@suse.de
- Add evolution-data-server-db-fixes.patch.
* Tue Sep 16 2008 maw@suse.de
- Add evolution-data-server-updates.patch, which comprises the - Add evolution-data-server-updates.patch, which comprises the
diff between r9505 and r9557 in GNOME SVN diff between r9505 and r9557 in GNOME SVN
- Drop evolution-data-server-show-sexp.patch and - Drop evolution-data-server-show-sexp.patch and
@ -208,16 +213,16 @@ rm -rf $RPM_BUILD_ROOT
* Wed Sep 10 2008 maw@suse.de * Wed Sep 10 2008 maw@suse.de
- Add evolution-data-server-sql-percents.patch (even more work on - Add evolution-data-server-sql-percents.patch (even more work on
bnc#418080). bnc#418080).
* Wed Sep 10 2008 maw@suse.de
- Build with evolution-data-server-show-sexp.patch.
* Tue Sep 09 2008 maw@suse.de * Tue Sep 09 2008 maw@suse.de
- Build with evolution-data-server-show-sexp.patch.
* Mon Sep 08 2008 maw@suse.de
- Update to version 2.23.92: - Update to version 2.23.92:
+ More work on bnc#418080, improvements in the sexp/sql machinery + More work on bnc#418080, improvements in the sexp/sql machinery
+ Bugs fixed: bgo#547884, bgo#548343, and bgo#550412 + Bugs fixed: bgo#547884, bgo#548343, and bgo#550412
+ Updated translations + Updated translations
- Drop evolution-data-server-sexp-to-sql-fixes.patch, which has - Drop evolution-data-server-sexp-to-sql-fixes.patch, which has
been upstreamed. been upstreamed.
* Thu Sep 04 2008 maw@suse.de * Wed Sep 03 2008 maw@suse.de
- Add evolution-data-server-sexp-to-sql-fixes.patch (more work - Add evolution-data-server-sexp-to-sql-fixes.patch (more work
on bnc#418080). on bnc#418080).
* Wed Sep 03 2008 maw@suse.de * Wed Sep 03 2008 maw@suse.de
@ -226,10 +231,10 @@ rm -rf $RPM_BUILD_ROOT
bgo#466754, bgo#518728, bgo#546926, bgo#548331, bgo#548565, bgo#466754, bgo#518728, bgo#546926, bgo#548331, bgo#548565,
bgo#548865, and bgo#550072 bgo#548865, and bgo#550072
+ Updated translations. + Updated translations.
* Fri Aug 22 2008 maw@suse.de * Thu Aug 21 2008 maw@suse.de
- Update to version 2.23.90.1: - Update to version 2.23.90.1:
+ Bugs fixed: bgo#548331 and possibly bnc#418080. + Bugs fixed: bgo#548331 and possibly bnc#418080.
* Tue Aug 19 2008 maw@suse.de * Mon Aug 18 2008 maw@suse.de
- Update to version 2.23.90: - Update to version 2.23.90:
+ Bugs fixed, bgo#207728, bgo#324203, bgo#327851, bgo#337503, + Bugs fixed, bgo#207728, bgo#324203, bgo#327851, bgo#337503,
bgo#510949, bgo#510949, bgo#523103, bgo#531930, bgo#535745, bgo#510949, bgo#510949, bgo#523103, bgo#531930, bgo#535745,
@ -237,7 +242,7 @@ rm -rf $RPM_BUILD_ROOT
bgo#546544, bgo#546613, bgo#547256, bgo#547308, bgo#547389, bgo#546544, bgo#546613, bgo#547256, bgo#547308, bgo#547389,
bgo#547469, bgo#547786, bgo#547952, and bgo#548059 bgo#547469, bgo#547786, bgo#547952, and bgo#548059
+ Updated translations. + Updated translations.
* Wed Aug 06 2008 maw@suse.de * Tue Aug 05 2008 maw@suse.de
- Update to version 2.23.6: - Update to version 2.23.6:
+ Camel DB Summary support; rewrite camel search by converting + Camel DB Summary support; rewrite camel search by converting
sexp to sql (Srinivasa Ragavan) sexp to sql (Srinivasa Ragavan)
@ -255,7 +260,7 @@ rm -rf $RPM_BUILD_ROOT
bgo#544825, bgo#544963, bgo#545022, bgo#545081, bgo#545082, bgo#544825, bgo#544963, bgo#545022, bgo#545081, bgo#545082,
bgo#545099, bgo#545103, and bgo#545558 bgo#545099, bgo#545103, and bgo#545558
+ Updated translations. + Updated translations.
* Sat Jun 21 2008 maw@suse.de * Fri Jun 20 2008 maw@suse.de
- Update to version 2.23.4: - Update to version 2.23.4:
+ Configurable proxy settings + Configurable proxy settings
+ Quota support for IMAP + Quota support for IMAP
@ -333,9 +338,9 @@ rm -rf $RPM_BUILD_ROOT
[#530323]: Don't free the same variable twice (Sebastien Bacher) [#530323]: Don't free the same variable twice (Sebastien Bacher)
Load addressbook conditionally (Srinivasa Ragavan) Load addressbook conditionally (Srinivasa Ragavan)
------------------------------------------------------------------- -------------------------------------------------------------------
* Thu May 08 2008 schwab@suse.de * Wed May 07 2008 schwab@suse.de
- Use autoreconf. - Use autoreconf.
* Fri Apr 11 2008 maw@suse.de * Thu Apr 10 2008 maw@suse.de
- Update to version 2.22.1: - Update to version 2.22.1:
+ Bugs fixed: bgo#524704, bgo#521015, bgo#520526, bgo#522433, + Bugs fixed: bgo#524704, bgo#521015, bgo#520526, bgo#522433,
bgo#525485, bgo#523528, bgo#372383, bgo#522389, bgo#500389, bgo#525485, bgo#523528, bgo#372383, bgo#522389, bgo#500389,
@ -361,7 +366,7 @@ rm -rf $RPM_BUILD_ROOT
+ Updated translations. + Updated translations.
* Wed Mar 12 2008 pchenthill@suse.de * Wed Mar 12 2008 pchenthill@suse.de
- Updated the tags in the spec file. - Updated the tags in the spec file.
* Wed Mar 05 2008 maw@suse.de * Tue Mar 04 2008 maw@suse.de
- Update to version 2.21.92: - Update to version 2.21.92:
+ Bugs fixed: bnc#163982, bnc#164140, bgo#167638, bnc#183819, + Bugs fixed: bnc#163982, bnc#164140, bgo#167638, bnc#183819,
bgo#445489, bgo#459468, bgo#469119, bgo#489043, bgo#489810, bgo#445489, bgo#459468, bgo#469119, bgo#489043, bgo#489810,
@ -372,13 +377,13 @@ rm -rf $RPM_BUILD_ROOT
- Drop evolution-data-server-decl.patch, eds-warnings.patch, - Drop evolution-data-server-decl.patch, eds-warnings.patch,
bnc-164140-eds-crash-evolution--offline.patch, bnc-167638.patch, bnc-164140-eds-crash-evolution--offline.patch, bnc-167638.patch,
and bnc-183819-evo-crashed-closing-offline.patch. and bnc-183819-evo-crashed-closing-offline.patch.
* Wed Feb 20 2008 maw@suse.de * Tue Feb 19 2008 maw@suse.de
- Update to version 2.21.91: - Update to version 2.21.91:
+ Bugs fixed: bnc#211353, bnc#324804, bnc#395939, bnc#505806, + Bugs fixed: bnc#211353, bnc#324804, bnc#395939, bnc#505806,
bnc#509776, bnc#510949, bnc#511208, bnc#513389, bnc#513646, bnc#509776, bnc#510949, bnc#511208, bnc#513389, bnc#513646,
bnc#514407, bnc#514487, bnc#514555, bnc#514682, and bnc#515054 bnc#514407, bnc#514487, bnc#514555, bnc#514682, and bnc#515054
+ Updated translations. + Updated translations.
* Fri Feb 01 2008 maw@suse.de * Thu Jan 31 2008 maw@suse.de
- Update to version 2.21.90: - Update to version 2.21.90:
+ Speed up spam filtering and spam whitelist implementation + Speed up spam filtering and spam whitelist implementation
+ Bugs fixed: bgo#213072, bgo#213072, bgo#300098, bgo#324168, + Bugs fixed: bgo#213072, bgo#213072, bgo#300098, bgo#324168,
@ -395,16 +400,16 @@ rm -rf $RPM_BUILD_ROOT
- Remove libtool archives and static libraries - Remove libtool archives and static libraries
- Remove evolution-password-dialogs.patch which is no longer - Remove evolution-password-dialogs.patch which is no longer
necessary. necessary.
* Thu Jan 17 2008 maw@suse.de * Wed Jan 16 2008 maw@suse.de
- Add evolution-password-dialogs.patch (bgo #509644). - Add evolution-password-dialogs.patch (bgo #509644).
* Tue Jan 15 2008 maw@suse.de * Mon Jan 14 2008 maw@suse.de
- Update to version 2.21.5: - Update to version 2.21.5:
+ Improved MIME header decoding + Improved MIME header decoding
+ Bugs (bugzilla.gnome.org) fixed: #224026, #327965, #329692, + Bugs (bugzilla.gnome.org) fixed: #224026, #327965, #329692,
[#339813], #341579, #348149, #361972, #379896, #405497, #474118, [#339813], #341579, #348149, #361972, #379896, #405497, #474118,
[#500233], #503400, #504837, #506457, and #508438. [#500233], #503400, #504837, #506457, and #508438.
+ Updated translations. + Updated translations.
* Wed Dec 19 2007 maw@suse.de * Tue Dec 18 2007 maw@suse.de
- Update to version 2.21.4: - Update to version 2.21.4:
+ The large version bump is due to evolution and related packages + The large version bump is due to evolution and related packages
synchronizing their version numbers with those of GNOME synchronizing their version numbers with those of GNOME
@ -422,9 +427,9 @@ rm -rf $RPM_BUILD_ROOT
- Remove old patches, and refresh and renumber the remaining ones. - Remove old patches, and refresh and renumber the remaining ones.
* Wed Dec 05 2007 maw@suse.de * Wed Dec 05 2007 maw@suse.de
- Don't require openldap2 to build. - Don't require openldap2 to build.
* Fri Oct 12 2007 sbrabec@suse.cz * Thu Oct 11 2007 sbrabec@suse.cz
- Removed bogus dependency on mDNSResponder. - Removed bogus dependency on mDNSResponder.
* Tue Sep 18 2007 maw@suse.de * Mon Sep 17 2007 maw@suse.de
- Update to version 1.12.0: - Update to version 1.12.0:
+ Bugs (bugzilla.gnome.org) fixed: #348149, #402506, #426421, + Bugs (bugzilla.gnome.org) fixed: #348149, #402506, #426421,
[#469007], and #473880 [#469007], and #473880
@ -438,12 +443,12 @@ rm -rf $RPM_BUILD_ROOT
patch to fix bug 307861. patch to fix bug 307861.
- bnc-307861-calendar-auth.diff: Prompt for password for all providers - bnc-307861-calendar-auth.diff: Prompt for password for all providers
excluding the providers which support smart card. excluding the providers which support smart card.
* Tue Sep 11 2007 maw@suse.de * Mon Sep 10 2007 maw@suse.de
- Update to version 1.11.92: - Update to version 1.11.92:
+ Bugs (bugzilla.gnoem.org) fixedL #271841, #290330, #298095, + Bugs (bugzilla.gnoem.org) fixedL #271841, #290330, #298095,
[#298788], #301263, #302038, #330185, #378759, and #470445 [#298788], #301263, #302038, #330185, #378759, and #470445
+ Updated translations. + Updated translations.
* Tue Sep 04 2007 vvaradhan@novell.com * Mon Sep 03 2007 vvaradhan@novell.com
- Fixes (BNC) - Fixes (BNC)
[#304835] - Exchange crashes when restart [#304835] - Exchange crashes when restart
(Fix introduces a bug when user is running in smart-card (Fix introduces a bug when user is running in smart-card
@ -451,7 +456,7 @@ rm -rf $RPM_BUILD_ROOT
Without this fix, exchange is un-usable for all users (including Without this fix, exchange is un-usable for all users (including
smart-card and non-smart-card users). Fix is being worked out smart-card and non-smart-card users). Fix is being worked out
for this regression. for this regression.
* Thu Aug 30 2007 maw@suse.de * Wed Aug 29 2007 maw@suse.de
- Update to version 1.11.91: - Update to version 1.11.91:
+ New debugging framework which can be controlled during runtime + New debugging framework which can be controlled during runtime
with the CALDAV_DEBUG environment variable with the CALDAV_DEBUG environment variable
@ -463,17 +468,17 @@ rm -rf $RPM_BUILD_ROOT
[#458670], #460999, #461989, #464252, and #465419 [#458670], #460999, #461989, #464252, and #465419
+ Updated translations + Updated translations
- Remove upstreamed abuild.patch. - Remove upstreamed abuild.patch.
* Sat Aug 18 2007 jberkman@novell.com * Fri Aug 17 2007 jberkman@novell.com
- add auth support for smartcards (bug #273869) - add auth support for smartcards (bug #273869)
* Tue Aug 07 2007 maw@suse.de * Mon Aug 06 2007 maw@suse.de
- Split out a -lang subpackage - Split out a -lang subpackage
- Don't package INSTALL. - Don't package INSTALL.
* Thu Aug 02 2007 maw@suse.de * Wed Aug 01 2007 maw@suse.de
- Use %%fdupes. - Use %%fdupes.
* Wed Aug 01 2007 mauro@suse.de * Wed Aug 01 2007 mauro@suse.de
- Update to version 1.11.6.1 - Update to version 1.11.6.1
- bugzilla.gnome.org bugs #380534, #457523. - bugzilla.gnome.org bugs #380534, #457523.
* Sat Jul 21 2007 maw@suse.de * Fri Jul 20 2007 maw@suse.de
- Update to version 1.11.5 - Update to version 1.11.5
- bugzilla.gnome.org bugs: - bugzilla.gnome.org bugs:
[#307410], #311098, #352284, #364731, #394572, #410823, #412735, #434356, [#307410], #311098, #352284, #364731, #394572, #410823, #412735, #434356,
@ -494,26 +499,26 @@ rm -rf $RPM_BUILD_ROOT
GNOME#447414, CVE-2007-3257). GNOME#447414, CVE-2007-3257).
* Thu May 24 2007 ro@suse.de * Thu May 24 2007 ro@suse.de
- added ldconfig to post scripts - added ldconfig to post scripts
* Thu Apr 12 2007 maw@suse.de * Wed Apr 11 2007 maw@suse.de
- Update to version 1.10.1 - Update to version 1.10.1
- Correct the URL listed in Source: - Correct the URL listed in Source:
- Fixes for bugzilla.gnome.org #425512, #388788, and #362726 - Fixes for bugzilla.gnome.org #425512, #388788, and #362726
- Updated translations for the eu and gl locales. - Updated translations for the eu and gl locales.
* Fri Mar 30 2007 aj@suse.de * Fri Mar 30 2007 aj@suse.de
- Add bison to BuildRequires. - Add bison to BuildRequires.
* Fri Mar 23 2007 maw@suse.de * Thu Mar 22 2007 maw@suse.de
- Update to version 1.10.0 - Update to version 1.10.0
- Bug fixes, including bugzilla.gnome.org 413173, 400169, - Bug fixes, including bugzilla.gnome.org 413173, 400169,
and 356177 and 356177
- Remove evolution-fix-function-declarations.patch and - Remove evolution-fix-function-declarations.patch and
implicit-declaration.diff implicit-declaration.diff
- Fix bnc-183819-evo-crashed-closing-offline.patch. - Fix bnc-183819-evo-crashed-closing-offline.patch.
* Tue Mar 13 2007 maw@suse.de * Mon Mar 12 2007 maw@suse.de
- Update to version 1.9.91 - Update to version 1.9.91
- Refresh serveral patches - Refresh serveral patches
- Bug fixes, including bugzilla.gnome.org #359979, #384183, - Bug fixes, including bugzilla.gnome.org #359979, #384183,
[#362638], #351930, #356828, #336453, #340039. [#362638], #351930, #356828, #336453, #340039.
* Sat Dec 30 2006 sbrabec@suse.cz * Fri Dec 29 2006 sbrabec@suse.cz
- Use better libexecdir path. - Use better libexecdir path.
- File list cleanup. - File list cleanup.
- Splitted evolution-data-server-doc from - Splitted evolution-data-server-doc from
@ -523,7 +528,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Dec 14 2006 maw@suse.de * Thu Dec 14 2006 maw@suse.de
- Move to /usr - Move to /usr
- Do some specfile cleanup. - Do some specfile cleanup.
* Wed Nov 22 2006 sbrabec@suse.cz * Tue Nov 21 2006 sbrabec@suse.cz
- Do not explicitly require mDNSResponder-lib blocking avahi compat - Do not explicitly require mDNSResponder-lib blocking avahi compat
package. package.
* Mon Nov 20 2006 vvaradhan@novell.com * Mon Nov 20 2006 vvaradhan@novell.com
@ -537,7 +542,7 @@ rm -rf $RPM_BUILD_ROOT
- Removed upstreamed bgo-369168-buffer-overrun.patch - Removed upstreamed bgo-369168-buffer-overrun.patch
* Mon Nov 06 2006 kharish@novell.com * Mon Nov 06 2006 kharish@novell.com
- Fix for (bnc) Bug 217142. Patch submitted by Hans Petter Jansson. - Fix for (bnc) Bug 217142. Patch submitted by Hans Petter Jansson.
* Sat Oct 28 2006 vvaradhan@novell.com * Fri Oct 27 2006 vvaradhan@novell.com
- Fixes (bnc) - Fixes (bnc)
Bug 208519 - evolution groupwise crashes on start Bug 208519 - evolution groupwise crashes on start
- Commented "bnc-164323-random-mark-unread.patch" (patch46) - Commented "bnc-164323-random-mark-unread.patch" (patch46)
@ -553,7 +558,7 @@ rm -rf $RPM_BUILD_ROOT
- Do not require libgnomeui-devel for building. - Do not require libgnomeui-devel for building.
* Tue Sep 12 2006 ro@suse.de * Tue Sep 12 2006 ro@suse.de
- fix two cases of missing return values (retval.patch) - fix two cases of missing return values (retval.patch)
* Tue Sep 05 2006 aj@suse.de * Mon Sep 04 2006 aj@suse.de
- update to 1.8.0: - update to 1.8.0:
* updated translation * updated translation
* bugfixes * bugfixes
@ -599,7 +604,7 @@ rm -rf $RPM_BUILD_ROOT
Fixes bnc #168013, #179622 Fixes bnc #168013, #179622
* Fri Jun 09 2006 sdevashish@novell.com * Fri Jun 09 2006 sdevashish@novell.com
- Added bnc-170052-eds-crash.patch. - Added bnc-170052-eds-crash.patch.
* Fri Jun 09 2006 fejj@suse.de * Thu Jun 08 2006 fejj@suse.de
- Added bnc-179350.patch which fixes a critical deadlock bug in the - Added bnc-179350.patch which fixes a critical deadlock bug in the
GroupWise provider. GroupWise provider.
* Thu Jun 08 2006 sragavan@novell.com * Thu Jun 08 2006 sragavan@novell.com
@ -619,15 +624,15 @@ rm -rf $RPM_BUILD_ROOT
176615 - Added a new camel stream vfs for saving to remote shares. 176615 - Added a new camel stream vfs for saving to remote shares.
* Tue May 23 2006 sragavan@novell.com * Tue May 23 2006 sragavan@novell.com
- Updated translations (Srini) - Updated translations (Srini)
* Tue May 23 2006 fejj@suse.de * Mon May 22 2006 fejj@suse.de
- Added bnc-177394.patch to fix a crasher when an IMAP server replies - Added bnc-177394.patch to fix a crasher when an IMAP server replies
that the size of a literal is negative. that the size of a literal is negative.
* Sat May 20 2006 fejj@suse.de * Fri May 19 2006 fejj@suse.de
- Added imap-locking.patch which fixes bug #171502 and bug #176277 - Added imap-locking.patch which fixes bug #171502 and bug #176277
which are both deadlock conditions in the imap code. which are both deadlock conditions in the imap code.
* Thu May 18 2006 sragavan@novell.com * Thu May 18 2006 sragavan@novell.com
- gw-trash-fix.diff: Show trash folder contents to user. (Sankar) - gw-trash-fix.diff: Show trash folder contents to user. (Sankar)
* Wed May 17 2006 fejj@suse.de * Tue May 16 2006 fejj@suse.de
- Added bnc-173454.patch: Fixes double-base64 encoding of non-7bit MIME - Added bnc-173454.patch: Fixes double-base64 encoding of non-7bit MIME
part data. part data.
* Thu May 11 2006 sragavan@novell.com * Thu May 11 2006 sragavan@novell.com
@ -638,14 +643,14 @@ rm -rf $RPM_BUILD_ROOT
- Fixes (bnc) - Fixes (bnc)
169034 - Fixed the failure to download exchange public folder. 169034 - Fixed the failure to download exchange public folder.
- Removed gw-force-use-imap.patch as it was decided to default to soap. - Removed gw-force-use-imap.patch as it was decided to default to soap.
* Wed May 03 2006 fejj@suse.de * Tue May 02 2006 fejj@suse.de
- Added bnc-167638.patch: Fixes long shutdown times due to the imap/gw providers trying to sync data at exit time. - Added bnc-167638.patch: Fixes long shutdown times due to the imap/gw providers trying to sync data at exit time.
* Tue May 02 2006 fejj@suse.de * Tue May 02 2006 fejj@suse.de
- Added bgo-315976-INBOX-not-shown-when-override-namespace.patch - Added bgo-315976-INBOX-not-shown-when-override-namespace.patch
* Wed Apr 26 2006 sragavan@novell.com * Tue Apr 25 2006 sragavan@novell.com
- Fixes (bnc) - Fixes (bnc)
169228 - Retract GNOME Keyring Integration from the build (Srini) 169228 - Retract GNOME Keyring Integration from the build (Srini)
* Tue Apr 25 2006 fejj@suse.de * Mon Apr 24 2006 fejj@suse.de
- bgo-321797: Fix SSL/TLS options to not be able to fallback to - bgo-321797: Fix SSL/TLS options to not be able to fallback to
cleartext connections on failure to connect via encrypted channels. cleartext connections on failure to connect via encrypted channels.
* Mon Apr 24 2006 sragavan@novell.com * Mon Apr 24 2006 sragavan@novell.com
@ -673,7 +678,7 @@ rm -rf $RPM_BUILD_ROOT
- Fixes (bnc) - Fixes (bnc)
1643232 - Randomly marking read messages as unread - Sankar 1643232 - Randomly marking read messages as unread - Sankar
- Fix to make groupwise use IMAP as default for mails (Harish) - Fix to make groupwise use IMAP as default for mails (Harish)
* Mon Apr 17 2006 vvaradhan@novell.com * Sun Apr 16 2006 vvaradhan@novell.com
- Fixes (bnc) - Fixes (bnc)
152070 evolution-data-server-1.6 crash - Devashish 152070 evolution-data-server-1.6 crash - Devashish
160915 Evolution crashed when clicked on 'Goto' date in 160915 Evolution crashed when clicked on 'Goto' date in
@ -706,11 +711,11 @@ rm -rf $RPM_BUILD_ROOT
160889 Evolution shows summary folders in tree 160889 Evolution shows summary folders in tree
* Tue Mar 28 2006 ro@suse.de * Tue Mar 28 2006 ro@suse.de
- replace mDNSResponder by mDNSResponder-devel in BuildReq - replace mDNSResponder by mDNSResponder-devel in BuildReq
* Tue Mar 28 2006 vvaradhan@novell.com * Mon Mar 27 2006 vvaradhan@novell.com
- Fixes (bnc) - Fixes (bnc)
160147 Can't delete calendar accounts once they are created 160147 Can't delete calendar accounts once they are created
158107 No notification of cancelled meetings 158107 No notification of cancelled meetings
* Tue Mar 28 2006 vvaradhan@novell.com * Mon Mar 27 2006 vvaradhan@novell.com
- Fixes (bgo) - Fixes (bgo)
334416 Evolution crashed while traversing mails 334416 Evolution crashed while traversing mails
(crash-while-browsing-through-mails.patch) (crash-while-browsing-through-mails.patch)
@ -738,7 +743,7 @@ rm -rf $RPM_BUILD_ROOT
156559 Evolution won't show me 827 messages 156559 Evolution won't show me 827 messages
153522 Evolution doesn't update message status if two clients 153522 Evolution doesn't update message status if two clients
are running against the same account are running against the same account
* Tue Mar 14 2006 vvaradhan@novell.com * Mon Mar 13 2006 vvaradhan@novell.com
- Fixes (bnc) - Fixes (bnc)
137357 Configur groupwise account 'You must be working in 137357 Configur groupwise account 'You must be working in
online ...' message displayed online ...' message displayed
@ -764,7 +769,7 @@ rm -rf $RPM_BUILD_ROOT
- Fixes #155362 - No symbol table information in the generated - Fixes #155362 - No symbol table information in the generated
debuginfo packages. debuginfo packages.
Remove '-g0' from CFLAGS in evolution-data-server.spec Remove '-g0' from CFLAGS in evolution-data-server.spec
* Tue Feb 28 2006 vvaradhan@novell.com * Mon Feb 27 2006 vvaradhan@novell.com
- Update to version 1.5.92 - Update to version 1.5.92
- Fixes: (in bgo) - Fixes: (in bgo)
327413: Crash when evolution shuts down 327413: Crash when evolution shuts down
@ -788,24 +793,24 @@ rm -rf $RPM_BUILD_ROOT
- Update to version 1.5.90 - Update to version 1.5.90
* Tue Jan 31 2006 ro@suse.de * Tue Jan 31 2006 ro@suse.de
- reduced BuildRequires - reduced BuildRequires
* Thu Jan 26 2006 mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Dec 12 2005 sbrabec@suse.cz * Mon Dec 12 2005 sbrabec@suse.cz
- Fixed devel dependencies for older products. - Fixed devel dependencies for older products.
* Wed Dec 07 2005 sbrabec@suse.cz * Tue Dec 06 2005 sbrabec@suse.cz
- Degrade to version 1.4.1.1. - Degrade to version 1.4.1.1.
http://bugzilla.gnome.org/show_bug.cgi?id=323106 http://bugzilla.gnome.org/show_bug.cgi?id=323106
- Fixed devel dependencies. - Fixed devel dependencies.
* Fri Dec 02 2005 gekker@suse.de * Thu Dec 01 2005 gekker@suse.de
- Update to version 1.4.2.1 - Update to version 1.4.2.1
* Thu Nov 03 2005 dmueller@suse.de * Thu Nov 03 2005 dmueller@suse.de
- don't build as root - don't build as root
* Fri Oct 14 2005 gekker@suse.de * Thu Oct 13 2005 gekker@suse.de
- Update to version 1.4.1 - Update to version 1.4.1
- Fix more warnings - Fix more warnings
* Mon Sep 26 2005 ro@suse.de * Mon Sep 26 2005 ro@suse.de
- added LDAP_DEPRECATED to CFLAGS - added LDAP_DEPRECATED to CFLAGS
* Sat Sep 10 2005 aj@suse.de * Fri Sep 09 2005 aj@suse.de
- Change last patch. - Change last patch.
* Wed Sep 07 2005 schwab@suse.de * Wed Sep 07 2005 schwab@suse.de
- Fix missing declarations. - Fix missing declarations.
@ -819,7 +824,7 @@ rm -rf $RPM_BUILD_ROOT
- Add lzo and lzo-devel to nfb. - Add lzo and lzo-devel to nfb.
* Fri Aug 12 2005 gekker@suse.de * Fri Aug 12 2005 gekker@suse.de
- Update to version 1.3.7 - Update to version 1.3.7
* Tue Aug 02 2005 gekker@suse.de * Mon Aug 01 2005 gekker@suse.de
- Update to version 1.3.6.1 - Update to version 1.3.6.1
* Fri Jul 29 2005 sbrabec@suse.cz * Fri Jul 29 2005 sbrabec@suse.cz
- Require mozilla-nss (#98002). - Require mozilla-nss (#98002).
@ -829,19 +834,19 @@ rm -rf $RPM_BUILD_ROOT
- Update to version 1.3.5 - Update to version 1.3.5
* Thu Jul 14 2005 schwab@suse.de * Thu Jul 14 2005 schwab@suse.de
- Fix missing declarations again. - Fix missing declarations again.
* Sat Jul 02 2005 gekker@suse.de * Fri Jul 01 2005 gekker@suse.de
- Update to version 1.3.3 - Update to version 1.3.3
- Remove upstreamed patches - Remove upstreamed patches
- Fix compiler warnings - Fix compiler warnings
* Tue Jun 21 2005 schwab@suse.de * Tue Jun 21 2005 schwab@suse.de
- Fix missing declarations. - Fix missing declarations.
* Sat Jun 11 2005 sbrabec@suse.cz * Fri Jun 10 2005 sbrabec@suse.cz
- Build with system nspr and nss libraries. - Build with system nspr and nss libraries.
- Build with Kerberos 5 support. - Build with Kerberos 5 support.
- Build documentation. - Build documentation.
* Fri Jun 10 2005 sbrabec@suse.cz * Fri Jun 10 2005 sbrabec@suse.cz
- Build with mozilla-nss. - Build with mozilla-nss.
* Thu Jun 02 2005 sbrabec@suse.cz * Wed Jun 01 2005 sbrabec@suse.cz
- Fixed devel requirements. - Fixed devel requirements.
* Thu May 19 2005 ro@suse.de * Thu May 19 2005 ro@suse.de
- fix build with current pkgconfig - fix build with current pkgconfig
@ -850,9 +855,9 @@ rm -rf $RPM_BUILD_ROOT
http://bugzilla.gnome.org/show_bug.cgi?id=273945 http://bugzilla.gnome.org/show_bug.cgi?id=273945
* Thu Apr 14 2005 sbrabec@suse.cz * Thu Apr 14 2005 sbrabec@suse.cz
- Fixed serious GCC 4 warnings. - Fixed serious GCC 4 warnings.
* Sun Mar 20 2005 clahey@suse.de * Sat Mar 19 2005 clahey@suse.de
- Fixes 72916. - Fixes 72916.
* Sat Mar 19 2005 gekker@suse.de * Fri Mar 18 2005 gekker@suse.de
- Fix x-evolution-header (x73401). - Fix x-evolution-header (x73401).
* Wed Mar 16 2005 gekker@suse.de * Wed Mar 16 2005 gekker@suse.de
- Update to version 1.2.1 - Update to version 1.2.1
@ -860,47 +865,47 @@ rm -rf $RPM_BUILD_ROOT
* Wed Mar 09 2005 gekker@suse.de * Wed Mar 09 2005 gekker@suse.de
- Update to version 1.2.0 (GNOME 2.10) - Update to version 1.2.0 (GNOME 2.10)
- remove upstreamed dest.patch - remove upstreamed dest.patch
* Thu Mar 03 2005 gekker@suse.de * Wed Mar 02 2005 gekker@suse.de
- add dest.patch - add dest.patch
* Thu Mar 03 2005 gekker@suse.de * Wed Mar 02 2005 gekker@suse.de
- update to version 1.1.6 - update to version 1.1.6
* Mon Feb 28 2005 ro@suse.de * Mon Feb 28 2005 ro@suse.de
- fix build on lib64 - fix build on lib64
* Sat Feb 26 2005 gekker@suse.de * Fri Feb 25 2005 gekker@suse.de
- fix libexecdir, so that e-d-s will actually get launched - fix libexecdir, so that e-d-s will actually get launched
- enable ssl support now that camel has been moved to e-d-s - enable ssl support now that camel has been moved to e-d-s
* Thu Feb 10 2005 gekker@suse.de * Wed Feb 09 2005 gekker@suse.de
- Update to version 1.1.5 - Update to version 1.1.5
- Remove upstreamed patch. - Remove upstreamed patch.
* Sun Feb 06 2005 gekker@suse.de * Sat Feb 05 2005 gekker@suse.de
- Update to version 1.1.4.2 - Update to version 1.1.4.2
- Remove upsteamed patches, including security fix mentioned below. - Remove upsteamed patches, including security fix mentioned below.
* Tue Jan 25 2005 sbrabec@suse.cz * Mon Jan 24 2005 sbrabec@suse.cz
- Fixed integer overflow (arbitrary code execution with elevated - Fixed integer overflow (arbitrary code execution with elevated
privileges) in lock helper (CAN-2005-0102, #50116). privileges) in lock helper (CAN-2005-0102, #50116).
* Mon Jan 24 2005 meissner@suse.de * Mon Jan 24 2005 meissner@suse.de
- Fixed some gcc 4 warnings/error that show code problems. - Fixed some gcc 4 warnings/error that show code problems.
* Sat Jan 15 2005 clahey@suse.de * Sat Jan 15 2005 clahey@suse.de
- Update to version 1.1.3. - Update to version 1.1.3.
* Fri Jan 07 2005 gekker@suse.de * Thu Jan 06 2005 gekker@suse.de
- Update to version 1.1.2 - Update to version 1.1.2
* Wed Dec 08 2004 gekker@suse.de * Tue Dec 07 2004 gekker@suse.de
- Update to version 1.0.3 (Ximian 70057) - Update to version 1.0.3 (Ximian 70057)
* Tue Nov 30 2004 ro@suse.de * Tue Nov 30 2004 ro@suse.de
- re-diffed libdb.patch - re-diffed libdb.patch
* Tue Nov 30 2004 gekker@suse.de * Mon Nov 29 2004 gekker@suse.de
- Update to version 1.0.2 - Update to version 1.0.2
- Removed patches included in this update - Removed patches included in this update
* Sat Nov 13 2004 sbrabec@suse.cz * Fri Nov 12 2004 sbrabec@suse.cz
- Fixed libdb on x86_64 (broken local contacts in Evolution, #46845). - Fixed libdb on x86_64 (broken local contacts in Evolution, #46845).
http://bugzilla.ximian.com/show_bug.cgi?id=67600 http://bugzilla.ximian.com/show_bug.cgi?id=67600
* Wed Nov 03 2004 ro@suse.de * Tue Nov 02 2004 ro@suse.de
- locale rename: no -> nb - locale rename: no -> nb
* Fri Oct 01 2004 dobey@suse.de * Thu Sep 30 2004 dobey@suse.de
- Add patch to fix bug 66368 in bugzilla.ximian.com - Add patch to fix bug 66368 in bugzilla.ximian.com
* Thu Sep 30 2004 dobey@suse.de * Thu Sep 30 2004 dobey@suse.de
- Add patch to fix bug 66230 in bugzilla.ximian.com - Add patch to fix bug 66230 in bugzilla.ximian.com
* Sat Sep 25 2004 dobey@suse.de * Fri Sep 24 2004 dobey@suse.de
- Updated to version 1.0.1 - Updated to version 1.0.1
- Removed evolution-data-server-0.0.99.dif which is in upstream source - Removed evolution-data-server-0.0.99.dif which is in upstream source
* Fri Sep 17 2004 ro@suse.de * Fri Sep 17 2004 ro@suse.de
@ -911,35 +916,35 @@ rm -rf $RPM_BUILD_ROOT
and seems to not actually change anything and seems to not actually change anything
* Sat Sep 04 2004 coolo@suse.de * Sat Sep 04 2004 coolo@suse.de
- use %%jobs (OOo is waiting on it) - use %%jobs (OOo is waiting on it)
* Sat Aug 28 2004 dobey@suse.de * Fri Aug 27 2004 dobey@suse.de
- Update to version 0.0.99 - Update to version 0.0.99
* Thu Aug 19 2004 dobey@suse.de * Wed Aug 18 2004 dobey@suse.de
- Fix LDAP support and remove unused configure options - Fix LDAP support and remove unused configure options
* Sat Aug 14 2004 dobey@suse.de * Sat Aug 14 2004 dobey@suse.de
- Update to version 0.0.98 - Update to version 0.0.98
- Add dependencies to the evolution-data-server-devel package - Add dependencies to the evolution-data-server-devel package
* Fri Aug 06 2004 dobey@suse.de * Thu Aug 05 2004 dobey@suse.de
- Add build deps for gnutls libs from libsoup - Add build deps for gnutls libs from libsoup
* Wed Aug 04 2004 dobey@suse.de * Tue Aug 03 2004 dobey@suse.de
- Don't run any autotools when building with no patches - Don't run any autotools when building with no patches
* Wed Aug 04 2004 dobey@suse.de * Tue Aug 03 2004 dobey@suse.de
- Patch is in tarball for gnome_segv2 now - Patch is in tarball for gnome_segv2 now
- Updated to version 0.0.97 - Updated to version 0.0.97
* Fri Jul 30 2004 dobey@suse.de
- Add patch from CVS to detect path to gnome_segv2 better
* Thu Jul 29 2004 dobey@suse.de * Thu Jul 29 2004 dobey@suse.de
- Add patch from CVS to detect path to gnome_segv2 better
* Wed Jul 28 2004 dobey@suse.de
- Updated to version 0.0.96 - Updated to version 0.0.96
* Wed Jul 14 2004 clahey@suse.de * Tue Jul 13 2004 clahey@suse.de
- Updated to version 0.0.95. - Updated to version 0.0.95.
* Tue Jun 22 2004 clahey@suse.de * Mon Jun 21 2004 clahey@suse.de
- Updated to version 0.0.94.1. - Updated to version 0.0.94.1.
* Fri Jun 04 2004 mibarra@suse.de * Fri Jun 04 2004 mibarra@suse.de
- Updated to version 0.0.94. - Updated to version 0.0.94.
* Tue May 25 2004 ro@suse.de * Mon May 24 2004 ro@suse.de
- fix lib64 issue - fix lib64 issue
* Sat May 22 2004 mibarra@suse.de * Sat May 22 2004 mibarra@suse.de
- Updated to 0.0.93. - Updated to 0.0.93.
* Wed May 19 2004 clahey@suse.de * Tue May 18 2004 clahey@suse.de
- Don't install to /opt/gnome/libexec - Don't install to /opt/gnome/libexec
* Tue May 18 2004 clahey@suse.de * Tue May 18 2004 clahey@suse.de
- Initial import of evolution-data-server. - Initial import of evolution-data-server.