Accepting request 132665 from GNOME:Next

Starting to push GNOME:Next...

OBS-URL: https://build.opensuse.org/request/show/132665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=27
This commit is contained in:
Vincent Untz 2012-09-08 08:20:46 +00:00 committed by Git OBS Bridge
parent 707e424463
commit 3e82eadc36
4 changed files with 96 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5e2e0e0575dfb92e5e9db95d8e2316cb509ae931b8e7e5945b6d5bef4e6790d
size 432440

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e24a70a96af4a690c7e0a379578ee6a1eb13c49c96bea4900f47c2f4955fe8a5
size 486408

View File

@ -1,3 +1,84 @@
-------------------------------------------------------------------
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
+ Bugs fixed: bgo#675730, bgo#682020
+ Updated translations.
-------------------------------------------------------------------
Sun Aug 19 22:26:32 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.90:
+ Add version information to CamelEwsStoreSummary
+ Implement "Subscribe to folder of other user" feature
+ Set CamelEwsSettings::email on successful autodiscover
+ 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
+ Updated translations.
-------------------------------------------------------------------
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
+ Updated translations.
-------------------------------------------------------------------
Tue Aug 14 10:47:24 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.4:
+ 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.
-------------------------------------------------------------------
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
+ 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
checks for it.
-------------------------------------------------------------------
Tue Aug 14 09:57:37 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.1:
+ Fix compiler warning for portability
+ Bugs fixed: bgo#659717, bgo#661979, bgo#668555, bgo#670457,
bgo#670944, bgo#671624, bgo#672175, bgo#672448, bgo#672448.
+ Updated translations.
- Drop xz BuildRequires as it now comes for free in the build
system.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 14 09:06:12 UTC 2012 - dimstar@opensuse.org Tue Aug 14 09:06:12 UTC 2012 - dimstar@opensuse.org

View File

@ -18,25 +18,23 @@
Name: evolution-ews Name: evolution-ews
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
%define evolution_base_version 3.4 %define evolution_base_version 3.6
Version: 3.4.4 Version: 3.5.91
Release: 0 Release: 0
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
License: LGPL-2.1 License: LGPL-2.1
Group: Productivity/Networking/Email/Clients Group: Productivity/Networking/Email/Clients
Url: http://projects.gnome.org/evolution/ Url: http://projects.gnome.org/evolution/
Source: http://download.gnome.org/sources/evolution-ews/3.4/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/evolution-ews/3.5/%{name}-%{version}.tar.xz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: intltool BuildRequires: intltool
BuildRequires: translation-update-upstream #BuildRequires: translation-update-upstream
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(evolution-data-server-1.2) BuildRequires: pkgconfig(evolution-data-server-1.2)
BuildRequires: pkgconfig(evolution-mail-3.0) >= 3.2.0
BuildRequires: pkgconfig(evolution-plugin-3.0) BuildRequires: pkgconfig(evolution-plugin-3.0)
BuildRequires: pkgconfig(evolution-shell-3.0) BuildRequires: pkgconfig(evolution-shell-3.0) >= 3.2.0
BuildRequires: pkgconfig(gconf-2.0) >= 2.0.0 BuildRequires: pkgconfig(glib-2.0) >= 2.28
BuildRequires: pkgconfig(glib-2.0) >= 2.16.1 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.4
BuildRequires: pkgconfig(libebackend-1.2) BuildRequires: pkgconfig(libebackend-1.2)
BuildRequires: pkgconfig(libedata-book-1.2) BuildRequires: pkgconfig(libedata-book-1.2)
BuildRequires: pkgconfig(libedata-cal-1.2) BuildRequires: pkgconfig(libedata-cal-1.2)
@ -96,7 +94,7 @@ later).
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
translation-update-upstream #translation-update-upstream
%build %build
%{configure} \ %{configure} \
@ -128,8 +126,9 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
%{_libdir}/evolution-data-server/camel-providers/libcamelews.so %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls %{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
%{_libdir}/evolution/%{evolution_base_version}/plugins/liborg-gnome-exchange-ews.so %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
%{_libdir}/evolution/%{evolution_base_version}/plugins/org-gnome-exchange-ews.eplug %{_libdir}/evolution/%{evolution_base_version}/modules/module-ews-configuration.so
%{_datadir}/evolution/%{evolution_base_version}/errors/module-ews-configuration.error
%files -n libeews-1_2-0 %files -n libeews-1_2-0
%defattr(-, root, root) %defattr(-, root, root)