Accepting request 133347 from home:vuntz:branches:GNOME:Factory
suggested tweak OBS-URL: https://build.opensuse.org/request/show/133347 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=28
This commit is contained in:
parent
3e82eadc36
commit
3054893ec2
@ -2,13 +2,11 @@
|
||||
Sun Sep 2 11:18:07 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.91:
|
||||
+ Make use of SOUP_MESSAGE_IDEMPOTENT SoupMessage flag, if
|
||||
available
|
||||
+ Support both new and old xmlOutputBuffer APIs
|
||||
+ Implement CamelFolder::get_message_cached()
|
||||
+ Do not update folder structure in source registry for disabled
|
||||
accounts
|
||||
+ Do not overwrite user's changes on GAL ESource
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed: bgo#675730, bgo#682020
|
||||
+ Updated translations.
|
||||
|
||||
@ -22,7 +20,9 @@ Sun Aug 19 22:26:32 UTC 2012 - dimstar@opensuse.org
|
||||
+ Re-add foreign calendar/tasks/book sources on initial
|
||||
collection setup
|
||||
+ Do not add owner's folders under 'Mailbox - User Name' folder
|
||||
+ Bugs fixed: bgo#670458, bgo#674321, bgo#681544
|
||||
+ Bugs fixed:
|
||||
- bgo#674321: Support for password expiration information
|
||||
- bgo#670458, bgo#681544
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -30,15 +30,15 @@ Tue Aug 14 12:12:49 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.5:
|
||||
+ Support remote folder creation and deletion
|
||||
+ Use template files to generate GEnumClass types
|
||||
+ Finish rewriting the "Out of Office" config page
|
||||
+ Remove the remaining account setup EPlugin code
|
||||
+ Be able to read/write folder permissions
|
||||
+ Do not save unchanged Out-Of-Office settings
|
||||
+ CamelEwsStoreSummary: Store enum values by their nickname
|
||||
+ Bugs fixed: bgo#656376, bgo#656709, bgo#665986, bgo#669460
|
||||
bgo#670506, bgo#673095, bgo#675285, bgo#675442, bgo#678464
|
||||
bgo#680153, bgo#680525, bgo#680683, bgo#680960
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed:
|
||||
- bgo#656376: Support for delegation
|
||||
- bgo#656709, bgo#665986, bgo#669460 bgo#670506, bgo#673095,
|
||||
bgo#675285, bgo#675442, bgo#678464 bgo#680153, bgo#680525,
|
||||
bgo#680683, bgo#680960
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -48,24 +48,23 @@ Tue Aug 14 10:47:24 UTC 2012 - dimstar@opensuse.org
|
||||
+ Fix crasher in oal_response_cb()
|
||||
+ Add "Connection timeout" option into mail account properties
|
||||
+ Rework SOAP response handling
|
||||
+ Bugs fixed: bgo#663383, bgo#677007, bgo#679303, bgo#679305.
|
||||
+ Bugs fixed:
|
||||
- bgo#677007: Add Basic authentication type
|
||||
- bgo#663383, bgo#679303, bgo#679305.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 14 10:24:18 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.3:
|
||||
+ Adapt to the new ESource API.
|
||||
+ Adapt to single-include E-D-S libraries.
|
||||
+ ebews_start_gal_sync(): Avoid crash when EwsOALDetails list is
|
||||
NULL.
|
||||
+ Drop gconf-2.0 dependency.
|
||||
+ Bump minimum gtk+-3.0 requirement to 3.0.
|
||||
+ Do not call g_object_notify() when property didn't chang
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed: bgo#654543, bgo#673408, bgo#674599, bgo#676081,
|
||||
bgo#677398, bgo#677531, bgo#678321.
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(gconf-2.0) BuildRequires: upstream dropped it.
|
||||
- Add pkgconfig(evolution-mail-3.0) BuildRequires: configure newly
|
||||
- Drop pkgconfig(gconf-2.0) BuildRequires: dependency dropped
|
||||
upstream.
|
||||
- Add pkgconfig(evolution-mail-3.0) BuildRequires: configure now
|
||||
checks for it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -73,6 +72,7 @@ Tue Aug 14 09:57:37 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.1:
|
||||
+ Fix compiler warning for portability
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed: bgo#659717, bgo#661979, bgo#668555, bgo#670457,
|
||||
bgo#670944, bgo#671624, bgo#672175, bgo#672448, bgo#672448.
|
||||
+ Updated translations.
|
||||
|
@ -28,7 +28,7 @@ Url: http://projects.gnome.org/evolution/
|
||||
Source: http://download.gnome.org/sources/evolution-ews/3.5/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
#BuildRequires: translation-update-upstream
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: pkgconfig(evolution-data-server-1.2)
|
||||
BuildRequires: pkgconfig(evolution-mail-3.0) >= 3.2.0
|
||||
BuildRequires: pkgconfig(evolution-plugin-3.0)
|
||||
@ -94,7 +94,7 @@ later).
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
#translation-update-upstream
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%{configure} \
|
||||
|
Loading…
Reference in New Issue
Block a user