From 196da7321c6c137bb1462ecab274dee192e059130bb69b8a776577e029bb031a Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Wed, 20 Jan 2010 15:51:45 +0000 Subject: [PATCH 1/7] - Re-enabled gnome-patch-translation support. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=62 --- evolution.changes | 5 +++++ evolution.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/evolution.changes b/evolution.changes index eed289f..8ce9a0c 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 20 16:18:20 CET 2010 - sbrabec@suse.cz + +- Re-enabled gnome-patch-translation support. + ------------------------------------------------------------------- Mon Jan 11 22:59:06 CET 2010 - captain.magnus@opensuse.org diff --git a/evolution.spec b/evolution.spec index 7f5fc96..d5c8169 100644 --- a/evolution.spec +++ b/evolution.spec @@ -177,7 +177,7 @@ Evolution or embed the existing ones in other applications. %prep %setup -q translation-update-upstream -#gnome-patch-translation-prepare +gnome-patch-translation-prepare # %patch7 %if %USE_EVOLDAP %patch15 -p1 @@ -200,7 +200,7 @@ translation-update-upstream # NEEDS-REBASE #%patch101 -p1 %patch102 -p1 -#gnome-patch-translation-update +gnome-patch-translation-update %build autoreconf -f -i From 8ad5d1ee2b46a281f2e32138d0ca94bcffc0b4b9a33955f874418a314ad3b837 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 28 Jan 2010 00:28:30 +0000 Subject: [PATCH 2/7] Accepting request 30449 from home:MBoman:branches:GNOME:Factory Copy from home:MBoman:branches:GNOME:Factory/evolution via accept of submit request 30449 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/30449 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=63 --- evolution-2.29.5.tar.bz2 | 3 -- evolution-2.29.6.tar.bz2 | 3 ++ evolution.changes | 73 ++++++++++++++++++++++++++++++++++++++++ evolution.spec | 4 +-- 4 files changed, 78 insertions(+), 5 deletions(-) delete mode 100644 evolution-2.29.5.tar.bz2 create mode 100644 evolution-2.29.6.tar.bz2 diff --git a/evolution-2.29.5.tar.bz2 b/evolution-2.29.5.tar.bz2 deleted file mode 100644 index 5a3ba8a..0000000 --- a/evolution-2.29.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0ff7d083381e457ce0c7ef7fbe6596e6dd3e2c4ce40a6e74b674bad7d50f0fb -size 29871907 diff --git a/evolution-2.29.6.tar.bz2 b/evolution-2.29.6.tar.bz2 new file mode 100644 index 0000000..fb8dc7f --- /dev/null +++ b/evolution-2.29.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ed5081984116a94e436b49e1c70c04d42129fe78dc929af210e0c5446e3d05 +size 29627050 diff --git a/evolution.changes b/evolution.changes index 8ce9a0c..cf3272b 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,76 @@ +------------------------------------------------------------------- +Mon Jan 25 22:32:45 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.6: + + Bug Fixes: + - bgo#607952 - "Hours" used as both singular and plural form + - bgo#606342 - PST option not offered in single file import + - bgo#607804 - Fallback to missing image, when a stock icon + could not be found + - bgo#607087 - Not all inlined text attachments are included in + replies + - bgo#607741 - Move folder to claims it's copying in status + bar + - bgo#607591 - Revert commit for bug bgo#516000 + - bgo#607572 - Date navigator should be synced with the + GnomeCalendar upon setting + - bgo#549558 - "Download Messages for Offline Usage" still + sensitive in offline mode + - bgo#607608 - Empty Trash does not work unless Trash is + selected + - bgo#607542 - Sometimes delete in pop up doesn't get displayed + - bgo#606301 - Slow sort by subject + - bgo#607409 - ~/.evolution/mail/config not created on demand + - bgo#603480 - [bbdb] Traverse lists in destinations properly + - bgo#602827 - Disable broken plugins automatically + - bgo#603480 - [bbdb] Crash on unref of uninitialized memory + - bgo#607360 - [regression] Runtime warnings at exit + - bgo#606940 - plugin_lib_loadmodule() always enables the + plugin + - bgo#607234 - Open received attachments as read-only + - bgo#390973 - Changing meeting organizer should also change + default attendee + - bgo#606937 - void function should not have a return value + - bgo#605120 - evolution-exchange requires libcomposer + - bgo#606874 - mktemp disabled in latest glibc-2.11.90-8 + - bgo#605633 - A little code inconsistency in + em_utils_send_receipt + - bgo#604670 - addressbook-export segfaults when specifying + addressbook + + Other Changes: + - Rearrange composer options + - Coding style and whitespace cleanups + - Add a EShellWindow::shell-view-created signal + - Add focus tracking to EMailBrowser + - Move e-search-bar around + - A bit less 'camel_exception_get_id called with NULL + parameter' on console + - Don't stomp on GConf's identifier namespace + - Fix mention of CVS in autogen.sh + - EShellBackend cleanup + - Give all preview panes a search bar + - Improve clipboard behavior + - Add selection utilities for "text/html" targets + - Fix a potential uninitialized variable use in + em-composer-utils.c + - Fix a potential uninitialized variable use in + emae_authtype_changed() + - Fix a potential uninitialized return value in + e-timezone-dialog.c + - Fix a potential uninitialized argument in + ech_config_section_factory() + - Fix a potential uninitialized argument in + e_signature_list_find() + - Fix a potential uninitialized argument in e-plugin-python.c + - Remove dead assignments found by clang + - Remove unused tooltip support from ECanvas/ETable/EText + - Remove unused ECell::show_tooltip method + - Remove dead ETableItem code + - Remove unused ECanvas functions + - Also ship gnome-cal.h as a public header + - Baby steps toward GSEAL compliance + + Translation updates + ------------------------------------------------------------------- Wed Jan 20 16:18:20 CET 2010 - sbrabec@suse.cz diff --git a/evolution.spec b/evolution.spec index d5c8169..7be3465 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.29.5) +# spec file for package evolution (Version 2.29.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -60,7 +60,7 @@ License: LGPLv2.0 ; LGPLv3 Group: Productivity/Networking/Email/Clients # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 2.30 -Version: 2.29.5 +Version: 2.29.6 Release: 1 Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2 From 8d1cdf1b0748782aaaa9c189d2f1becde298a40aa47a6af78b0e9d81d5f8faf5 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 28 Jan 2010 00:31:41 +0000 Subject: [PATCH 3/7] tweak OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=64 --- evolution.changes | 41 ++++++++++++++--------------------------- 1 file changed, 14 insertions(+), 27 deletions(-) diff --git a/evolution.changes b/evolution.changes index cf3272b..326f379 100644 --- a/evolution.changes +++ b/evolution.changes @@ -6,18 +6,18 @@ Mon Jan 25 22:32:45 CET 2010 - captain.magnus@opensuse.org - bgo#607952 - "Hours" used as both singular and plural form - bgo#606342 - PST option not offered in single file import - bgo#607804 - Fallback to missing image, when a stock icon - could not be found + could not be found - bgo#607087 - Not all inlined text attachments are included in - replies + replies - bgo#607741 - Move folder to claims it's copying in status - bar + bar - bgo#607591 - Revert commit for bug bgo#516000 - bgo#607572 - Date navigator should be synced with the - GnomeCalendar upon setting + GnomeCalendar upon setting - bgo#549558 - "Download Messages for Offline Usage" still - sensitive in offline mode + sensitive in offline mode - bgo#607608 - Empty Trash does not work unless Trash is - selected + selected - bgo#607542 - Sometimes delete in pop up doesn't get displayed - bgo#606301 - Slow sort by subject - bgo#607409 - ~/.evolution/mail/config not created on demand @@ -26,17 +26,17 @@ Mon Jan 25 22:32:45 CET 2010 - captain.magnus@opensuse.org - bgo#603480 - [bbdb] Crash on unref of uninitialized memory - bgo#607360 - [regression] Runtime warnings at exit - bgo#606940 - plugin_lib_loadmodule() always enables the - plugin + plugin - bgo#607234 - Open received attachments as read-only - bgo#390973 - Changing meeting organizer should also change - default attendee + default attendee - bgo#606937 - void function should not have a return value - - bgo#605120 - evolution-exchange requires libcomposer + - bgo#605120 - evolution-exchange requires libcomposer - bgo#606874 - mktemp disabled in latest glibc-2.11.90-8 - bgo#605633 - A little code inconsistency in - em_utils_send_receipt + em_utils_send_receipt - bgo#604670 - addressbook-export segfaults when specifying - addressbook + addressbook + Other Changes: - Rearrange composer options - Coding style and whitespace cleanups @@ -51,22 +51,9 @@ Mon Jan 25 22:32:45 CET 2010 - captain.magnus@opensuse.org - Give all preview panes a search bar - Improve clipboard behavior - Add selection utilities for "text/html" targets - - Fix a potential uninitialized variable use in - em-composer-utils.c - - Fix a potential uninitialized variable use in - emae_authtype_changed() - - Fix a potential uninitialized return value in - e-timezone-dialog.c - - Fix a potential uninitialized argument in - ech_config_section_factory() - - Fix a potential uninitialized argument in - e_signature_list_find() - - Fix a potential uninitialized argument in e-plugin-python.c - - Remove dead assignments found by clang - - Remove unused tooltip support from ECanvas/ETable/EText - - Remove unused ECell::show_tooltip method - - Remove dead ETableItem code - - Remove unused ECanvas functions + - Fix potential uninitialized variable uses, return values, and + uninitialized arguments + - Remove dead assignments and dead code - Also ship gnome-cal.h as a public header - Baby steps toward GSEAL compliance + Translation updates From 24f2190d5d63f17d06b5d7b78641612f762c0b2550cd1ea86abc8853246ee4d2 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 10 Feb 2010 13:31:03 +0000 Subject: [PATCH 4/7] Accepting request 31729 from home:MBoman:branches:GNOME:Factory Copy from home:MBoman:branches:GNOME:Factory/evolution via accept of submit request 31729 revision 2. Request was accepted with message: thanks, but misformatted .changes entry OBS-URL: https://build.opensuse.org/request/show/31729 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=65 --- evolution-2.29.6.tar.bz2 | 3 --- evolution-2.29.90.tar.bz2 | 3 +++ evolution.changes | 44 +++++++++++++++++++++++++++++++++++++++ evolution.spec | 4 ++-- 4 files changed, 49 insertions(+), 5 deletions(-) delete mode 100644 evolution-2.29.6.tar.bz2 create mode 100644 evolution-2.29.90.tar.bz2 diff --git a/evolution-2.29.6.tar.bz2 b/evolution-2.29.6.tar.bz2 deleted file mode 100644 index fb8dc7f..0000000 --- a/evolution-2.29.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18ed5081984116a94e436b49e1c70c04d42129fe78dc929af210e0c5446e3d05 -size 29627050 diff --git a/evolution-2.29.90.tar.bz2 b/evolution-2.29.90.tar.bz2 new file mode 100644 index 0000000..0390d29 --- /dev/null +++ b/evolution-2.29.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b676c18cf5ec545c0b274ff7e7ae2cd7ff3963f26860271d0ce6a1c3d9a2384f +size 30401049 diff --git a/evolution.changes b/evolution.changes index 326f379..fe964b6 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Mon Feb 8 07:56:35 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.90: + + Bug Fixes: + * bgo#581604: Permissions on mail/local folders are too open + * bgo#602416: Changing shell views emits many runtime warnings + * bgo#605596: Crash on message change (Milan Crha) + * bgo#606666: Cannot move cursor with arrows in preview with + caret mode + * bgo#607520: 'Add to Address Book' fails when address has + space + * bgo#607566: Cause calendar view widget to redraw when dates + shown changed + * bgo#607595: Do not auto-sign when replying to a signed + message + * bgo#607751: Double free while copying whole calendar + * bgo#607776: Crash in image-inline.c:size_allocate_cb + * bgo#608160: Pasting text from FireFox into composer gives + just "[?]" + * bgo#608340: Help text missing --debug parameter + + Other Changes: + * Implement account-wide search scope in mail + * Move some ESource-plugin common code to e-plugin-util.h/.c + * Updating PunjabiTranslation + * Enforce unique-1.0 >= 1.1.2 build requirement + * Disable strict aliasing optimization + * Fix some misspellings of "calendar" + * Improve sidebar and ECalModel interaction + * Sidebar cleanups for Memos and Tasks + * Remove a bunch of dead code in GnomeCalendar + * Refactor the autoconfig stuff a bit + * Don't show total attachment size if it's zero + * Add bug-database and XML header. Fixes bgo#587974 + * Changes in mingw.org last w32api/mingw-rt packages + * Level the differences with the alternative runtime/header set + * Expose ECalendarSelector + * Make authentication functionality available + * Fix include paths for some files to also work when installed + * Remove a couple silly ECalModel functions + * Fix a issue for anjal while saving/restoring search across + multiple folders + + Translation updates + ------------------------------------------------------------------- Mon Jan 25 22:32:45 CET 2010 - captain.magnus@opensuse.org diff --git a/evolution.spec b/evolution.spec index 7be3465..9181204 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.29.6) +# spec file for package evolution (Version 2.29.90) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -60,7 +60,7 @@ License: LGPLv2.0 ; LGPLv3 Group: Productivity/Networking/Email/Clients # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 2.30 -Version: 2.29.6 +Version: 2.29.90 Release: 1 Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2 From a63c199d9c5dc79c2213e7e6f4aca9aeb7a538a211a37a625f1738c4750a1871 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 10 Feb 2010 14:31:05 +0000 Subject: [PATCH 5/7] fix OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=67 --- evolution.changes | 59 +++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/evolution.changes b/evolution.changes index fe964b6..ec2b75e 100644 --- a/evolution.changes +++ b/evolution.changes @@ -3,42 +3,41 @@ Mon Feb 8 07:56:35 CET 2010 - captain.magnus@opensuse.org - Update to version 2.29.90: + Bug Fixes: - * bgo#581604: Permissions on mail/local folders are too open - * bgo#602416: Changing shell views emits many runtime warnings - * bgo#605596: Crash on message change (Milan Crha) - * bgo#606666: Cannot move cursor with arrows in preview with + - bgo#581604: Permissions on mail/local folders are too open + - bgo#602416: Changing shell views emits many runtime warnings + - bgo#605596: Crash on message change + - bgo#606666: Cannot move cursor with arrows in preview with caret mode - * bgo#607520: 'Add to Address Book' fails when address has + - bgo#607520: 'Add to Address Book' fails when address has space - * bgo#607566: Cause calendar view widget to redraw when dates + - bgo#607566: Cause calendar view widget to redraw when dates shown changed - * bgo#607595: Do not auto-sign when replying to a signed + - bgo#607595: Do not auto-sign when replying to a signed message - * bgo#607751: Double free while copying whole calendar - * bgo#607776: Crash in image-inline.c:size_allocate_cb - * bgo#608160: Pasting text from FireFox into composer gives + - bgo#607751: Double free while copying whole calendar + - bgo#607776: Crash in image-inline.c:size_allocate_cb + - bgo#608160: Pasting text from FireFox into composer gives just "[?]" - * bgo#608340: Help text missing --debug parameter + - bgo#608340: Help text missing --debug parameter + Other Changes: - * Implement account-wide search scope in mail - * Move some ESource-plugin common code to e-plugin-util.h/.c - * Updating PunjabiTranslation - * Enforce unique-1.0 >= 1.1.2 build requirement - * Disable strict aliasing optimization - * Fix some misspellings of "calendar" - * Improve sidebar and ECalModel interaction - * Sidebar cleanups for Memos and Tasks - * Remove a bunch of dead code in GnomeCalendar - * Refactor the autoconfig stuff a bit - * Don't show total attachment size if it's zero - * Add bug-database and XML header. Fixes bgo#587974 - * Changes in mingw.org last w32api/mingw-rt packages - * Level the differences with the alternative runtime/header set - * Expose ECalendarSelector - * Make authentication functionality available - * Fix include paths for some files to also work when installed - * Remove a couple silly ECalModel functions - * Fix a issue for anjal while saving/restoring search across + - Implement account-wide search scope in mail + - Move some ESource-plugin common code to e-plugin-util.h/.c + - Enforce unique-1.0 >= 1.1.2 build requirement + - Disable strict aliasing optimization + - Fix some misspellings of "calendar" + - Improve sidebar and ECalModel interaction + - Sidebar cleanups for Memos and Tasks + - Remove a bunch of dead code in GnomeCalendar + - Refactor the autoconfig stuff a bit + - Don't show total attachment size if it's zero + - Add bug-database and XML header. Fixes bgo#587974 + - Changes in mingw.org last w32api/mingw-rt packages + - Level the differences with the alternative runtime/header set + - Expose ECalendarSelector + - Make authentication functionality available + - Fix include paths for some files to also work when installed + - Remove a couple silly ECalModel functions + - Fix a issue for anjal while saving/restoring search across multiple folders + Translation updates From c2d18e6698075c9f7e0e57962e4ebd28e42ac81e9db0c3f1338555b707e3dbfb Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 11 Feb 2010 19:27:33 +0000 Subject: [PATCH 6/7] checked in (request 32243) OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=68 --- evolution-2.29.5.tar.bz2 | 3 ++ evolution-2.29.90.tar.bz2 | 3 -- evolution.changes | 108 -------------------------------------- evolution.spec | 8 +-- 4 files changed, 7 insertions(+), 115 deletions(-) create mode 100644 evolution-2.29.5.tar.bz2 delete mode 100644 evolution-2.29.90.tar.bz2 diff --git a/evolution-2.29.5.tar.bz2 b/evolution-2.29.5.tar.bz2 new file mode 100644 index 0000000..5a3ba8a --- /dev/null +++ b/evolution-2.29.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ff7d083381e457ce0c7ef7fbe6596e6dd3e2c4ce40a6e74b674bad7d50f0fb +size 29871907 diff --git a/evolution-2.29.90.tar.bz2 b/evolution-2.29.90.tar.bz2 deleted file mode 100644 index 0390d29..0000000 --- a/evolution-2.29.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b676c18cf5ec545c0b274ff7e7ae2cd7ff3963f26860271d0ce6a1c3d9a2384f -size 30401049 diff --git a/evolution.changes b/evolution.changes index ec2b75e..eed289f 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,111 +1,3 @@ -------------------------------------------------------------------- -Mon Feb 8 07:56:35 CET 2010 - captain.magnus@opensuse.org - -- Update to version 2.29.90: - + Bug Fixes: - - bgo#581604: Permissions on mail/local folders are too open - - bgo#602416: Changing shell views emits many runtime warnings - - bgo#605596: Crash on message change - - bgo#606666: Cannot move cursor with arrows in preview with - caret mode - - bgo#607520: 'Add to Address Book' fails when address has - space - - bgo#607566: Cause calendar view widget to redraw when dates - shown changed - - bgo#607595: Do not auto-sign when replying to a signed - message - - bgo#607751: Double free while copying whole calendar - - bgo#607776: Crash in image-inline.c:size_allocate_cb - - bgo#608160: Pasting text from FireFox into composer gives - just "[?]" - - bgo#608340: Help text missing --debug parameter - + Other Changes: - - Implement account-wide search scope in mail - - Move some ESource-plugin common code to e-plugin-util.h/.c - - Enforce unique-1.0 >= 1.1.2 build requirement - - Disable strict aliasing optimization - - Fix some misspellings of "calendar" - - Improve sidebar and ECalModel interaction - - Sidebar cleanups for Memos and Tasks - - Remove a bunch of dead code in GnomeCalendar - - Refactor the autoconfig stuff a bit - - Don't show total attachment size if it's zero - - Add bug-database and XML header. Fixes bgo#587974 - - Changes in mingw.org last w32api/mingw-rt packages - - Level the differences with the alternative runtime/header set - - Expose ECalendarSelector - - Make authentication functionality available - - Fix include paths for some files to also work when installed - - Remove a couple silly ECalModel functions - - Fix a issue for anjal while saving/restoring search across - multiple folders - + Translation updates - -------------------------------------------------------------------- -Mon Jan 25 22:32:45 CET 2010 - captain.magnus@opensuse.org - -- Update to version 2.29.6: - + Bug Fixes: - - bgo#607952 - "Hours" used as both singular and plural form - - bgo#606342 - PST option not offered in single file import - - bgo#607804 - Fallback to missing image, when a stock icon - could not be found - - bgo#607087 - Not all inlined text attachments are included in - replies - - bgo#607741 - Move folder to claims it's copying in status - bar - - bgo#607591 - Revert commit for bug bgo#516000 - - bgo#607572 - Date navigator should be synced with the - GnomeCalendar upon setting - - bgo#549558 - "Download Messages for Offline Usage" still - sensitive in offline mode - - bgo#607608 - Empty Trash does not work unless Trash is - selected - - bgo#607542 - Sometimes delete in pop up doesn't get displayed - - bgo#606301 - Slow sort by subject - - bgo#607409 - ~/.evolution/mail/config not created on demand - - bgo#603480 - [bbdb] Traverse lists in destinations properly - - bgo#602827 - Disable broken plugins automatically - - bgo#603480 - [bbdb] Crash on unref of uninitialized memory - - bgo#607360 - [regression] Runtime warnings at exit - - bgo#606940 - plugin_lib_loadmodule() always enables the - plugin - - bgo#607234 - Open received attachments as read-only - - bgo#390973 - Changing meeting organizer should also change - default attendee - - bgo#606937 - void function should not have a return value - - bgo#605120 - evolution-exchange requires libcomposer - - bgo#606874 - mktemp disabled in latest glibc-2.11.90-8 - - bgo#605633 - A little code inconsistency in - em_utils_send_receipt - - bgo#604670 - addressbook-export segfaults when specifying - addressbook - + Other Changes: - - Rearrange composer options - - Coding style and whitespace cleanups - - Add a EShellWindow::shell-view-created signal - - Add focus tracking to EMailBrowser - - Move e-search-bar around - - A bit less 'camel_exception_get_id called with NULL - parameter' on console - - Don't stomp on GConf's identifier namespace - - Fix mention of CVS in autogen.sh - - EShellBackend cleanup - - Give all preview panes a search bar - - Improve clipboard behavior - - Add selection utilities for "text/html" targets - - Fix potential uninitialized variable uses, return values, and - uninitialized arguments - - Remove dead assignments and dead code - - Also ship gnome-cal.h as a public header - - Baby steps toward GSEAL compliance - + Translation updates - -------------------------------------------------------------------- -Wed Jan 20 16:18:20 CET 2010 - sbrabec@suse.cz - -- Re-enabled gnome-patch-translation support. - ------------------------------------------------------------------- Mon Jan 11 22:59:06 CET 2010 - captain.magnus@opensuse.org diff --git a/evolution.spec b/evolution.spec index 9181204..7f5fc96 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.29.90) +# spec file for package evolution (Version 2.29.5) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -60,7 +60,7 @@ License: LGPLv2.0 ; LGPLv3 Group: Productivity/Networking/Email/Clients # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 2.30 -Version: 2.29.90 +Version: 2.29.5 Release: 1 Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2 @@ -177,7 +177,7 @@ Evolution or embed the existing ones in other applications. %prep %setup -q translation-update-upstream -gnome-patch-translation-prepare +#gnome-patch-translation-prepare # %patch7 %if %USE_EVOLDAP %patch15 -p1 @@ -200,7 +200,7 @@ gnome-patch-translation-prepare # NEEDS-REBASE #%patch101 -p1 %patch102 -p1 -gnome-patch-translation-update +#gnome-patch-translation-update %build autoreconf -f -i From 5d64e885363accf47c00630fa5778f9ae918bac843632c11591c96d9554e12b0 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 11 Feb 2010 19:27:34 +0000 Subject: [PATCH 7/7] Updating link to change in openSUSE:Factory/evolution revision 79.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=38fb1a80959336d5e338334bc576fa3d --- evolution-2.29.5.tar.bz2 | 3 -- evolution-2.29.90.tar.bz2 | 3 ++ evolution.changes | 108 ++++++++++++++++++++++++++++++++++++++ evolution.spec | 8 +-- 4 files changed, 115 insertions(+), 7 deletions(-) delete mode 100644 evolution-2.29.5.tar.bz2 create mode 100644 evolution-2.29.90.tar.bz2 diff --git a/evolution-2.29.5.tar.bz2 b/evolution-2.29.5.tar.bz2 deleted file mode 100644 index 5a3ba8a..0000000 --- a/evolution-2.29.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0ff7d083381e457ce0c7ef7fbe6596e6dd3e2c4ce40a6e74b674bad7d50f0fb -size 29871907 diff --git a/evolution-2.29.90.tar.bz2 b/evolution-2.29.90.tar.bz2 new file mode 100644 index 0000000..0390d29 --- /dev/null +++ b/evolution-2.29.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b676c18cf5ec545c0b274ff7e7ae2cd7ff3963f26860271d0ce6a1c3d9a2384f +size 30401049 diff --git a/evolution.changes b/evolution.changes index eed289f..ec2b75e 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Mon Feb 8 07:56:35 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.90: + + Bug Fixes: + - bgo#581604: Permissions on mail/local folders are too open + - bgo#602416: Changing shell views emits many runtime warnings + - bgo#605596: Crash on message change + - bgo#606666: Cannot move cursor with arrows in preview with + caret mode + - bgo#607520: 'Add to Address Book' fails when address has + space + - bgo#607566: Cause calendar view widget to redraw when dates + shown changed + - bgo#607595: Do not auto-sign when replying to a signed + message + - bgo#607751: Double free while copying whole calendar + - bgo#607776: Crash in image-inline.c:size_allocate_cb + - bgo#608160: Pasting text from FireFox into composer gives + just "[?]" + - bgo#608340: Help text missing --debug parameter + + Other Changes: + - Implement account-wide search scope in mail + - Move some ESource-plugin common code to e-plugin-util.h/.c + - Enforce unique-1.0 >= 1.1.2 build requirement + - Disable strict aliasing optimization + - Fix some misspellings of "calendar" + - Improve sidebar and ECalModel interaction + - Sidebar cleanups for Memos and Tasks + - Remove a bunch of dead code in GnomeCalendar + - Refactor the autoconfig stuff a bit + - Don't show total attachment size if it's zero + - Add bug-database and XML header. Fixes bgo#587974 + - Changes in mingw.org last w32api/mingw-rt packages + - Level the differences with the alternative runtime/header set + - Expose ECalendarSelector + - Make authentication functionality available + - Fix include paths for some files to also work when installed + - Remove a couple silly ECalModel functions + - Fix a issue for anjal while saving/restoring search across + multiple folders + + Translation updates + +------------------------------------------------------------------- +Mon Jan 25 22:32:45 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.6: + + Bug Fixes: + - bgo#607952 - "Hours" used as both singular and plural form + - bgo#606342 - PST option not offered in single file import + - bgo#607804 - Fallback to missing image, when a stock icon + could not be found + - bgo#607087 - Not all inlined text attachments are included in + replies + - bgo#607741 - Move folder to claims it's copying in status + bar + - bgo#607591 - Revert commit for bug bgo#516000 + - bgo#607572 - Date navigator should be synced with the + GnomeCalendar upon setting + - bgo#549558 - "Download Messages for Offline Usage" still + sensitive in offline mode + - bgo#607608 - Empty Trash does not work unless Trash is + selected + - bgo#607542 - Sometimes delete in pop up doesn't get displayed + - bgo#606301 - Slow sort by subject + - bgo#607409 - ~/.evolution/mail/config not created on demand + - bgo#603480 - [bbdb] Traverse lists in destinations properly + - bgo#602827 - Disable broken plugins automatically + - bgo#603480 - [bbdb] Crash on unref of uninitialized memory + - bgo#607360 - [regression] Runtime warnings at exit + - bgo#606940 - plugin_lib_loadmodule() always enables the + plugin + - bgo#607234 - Open received attachments as read-only + - bgo#390973 - Changing meeting organizer should also change + default attendee + - bgo#606937 - void function should not have a return value + - bgo#605120 - evolution-exchange requires libcomposer + - bgo#606874 - mktemp disabled in latest glibc-2.11.90-8 + - bgo#605633 - A little code inconsistency in + em_utils_send_receipt + - bgo#604670 - addressbook-export segfaults when specifying + addressbook + + Other Changes: + - Rearrange composer options + - Coding style and whitespace cleanups + - Add a EShellWindow::shell-view-created signal + - Add focus tracking to EMailBrowser + - Move e-search-bar around + - A bit less 'camel_exception_get_id called with NULL + parameter' on console + - Don't stomp on GConf's identifier namespace + - Fix mention of CVS in autogen.sh + - EShellBackend cleanup + - Give all preview panes a search bar + - Improve clipboard behavior + - Add selection utilities for "text/html" targets + - Fix potential uninitialized variable uses, return values, and + uninitialized arguments + - Remove dead assignments and dead code + - Also ship gnome-cal.h as a public header + - Baby steps toward GSEAL compliance + + Translation updates + +------------------------------------------------------------------- +Wed Jan 20 16:18:20 CET 2010 - sbrabec@suse.cz + +- Re-enabled gnome-patch-translation support. + ------------------------------------------------------------------- Mon Jan 11 22:59:06 CET 2010 - captain.magnus@opensuse.org diff --git a/evolution.spec b/evolution.spec index 7f5fc96..9181204 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.29.5) +# spec file for package evolution (Version 2.29.90) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -60,7 +60,7 @@ License: LGPLv2.0 ; LGPLv3 Group: Productivity/Networking/Email/Clients # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 2.30 -Version: 2.29.5 +Version: 2.29.90 Release: 1 Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2 @@ -177,7 +177,7 @@ Evolution or embed the existing ones in other applications. %prep %setup -q translation-update-upstream -#gnome-patch-translation-prepare +gnome-patch-translation-prepare # %patch7 %if %USE_EVOLDAP %patch15 -p1 @@ -200,7 +200,7 @@ translation-update-upstream # NEEDS-REBASE #%patch101 -p1 %patch102 -p1 -#gnome-patch-translation-update +gnome-patch-translation-update %build autoreconf -f -i