Accepting request 291531 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291531 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=87
This commit is contained in:
parent
eb6360587a
commit
015c19f805
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adbf4efd25e9c2df823a20d14f45027bacbaf14d57ffb5978ae4d33184315e83
|
||||
size 663288
|
3
evolution-ews-3.15.92.tar.xz
Normal file
3
evolution-ews-3.15.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae1575a2ed2b286e19c8cbf40c8b0a3d070b8af2e5142ea4f7e2ecf49df9531
|
||||
size 683612
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 14:11:18 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.92:
|
||||
+ Correct 'Listen for server change notification' for books and
|
||||
calendars.
|
||||
+ Mem leak in e_ews_dump_file_attachment_from_soap_parameter().
|
||||
+ Bugs fixed: bgo#695911, bgo#745457.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 12:39:57 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.91:
|
||||
+ Use thread safe variants of g_object_bind_property*() functions
|
||||
from evolution-data-server.
|
||||
+ Update devel-doc Since from 3.14 to 3.16.
|
||||
+ Sync version with GNOME 3.15 series.
|
||||
+ Updated translations.
|
||||
- Bump evolution_base_version to 16, following upstreams changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 15:43:49 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.90:
|
||||
+ Move authentication of backends back to the client.
|
||||
+ Use automake subdir-objects option.
|
||||
+ Adapt to camel_session_submit_job() API change.
|
||||
+ Remove unused declaration of camel_application_is_exiting
|
||||
variable.
|
||||
+ Bugs fixed: bgo#741855, bgo#743705.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 09:45:51 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.10:
|
||||
+ Calendar: Update stored user email after successful connect
|
||||
(bgo#729286).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 09:44:51 UTC 2015 - badshah400@gmail.com
|
||||
|
||||
- Update to version 3.13.9:
|
||||
+ Bugs fixed: bgo#734747, bgo#740772, bgo#695754.
|
||||
+ Set max-width-chars to wrapped GtkLabel-s.
|
||||
- Drop evolution-ews-reuse-from-EmailSession.patch, incorporated
|
||||
upstream.
|
||||
- Build dependency on pkgconfig(enchant).
|
||||
- Upstream no longer installs versioned dirs for evolution, update
|
||||
file list accordingly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 09:43:51 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -18,17 +18,18 @@
|
||||
|
||||
Name: evolution-ews
|
||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||
%define evolution_base_version 3.12
|
||||
Version: 3.12.11
|
||||
%define evolution_base_version 3.16
|
||||
Version: 3.15.92
|
||||
Release: 0
|
||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||
License: LGPL-2.1
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
Url: http://projects.gnome.org/evolution/
|
||||
Source: http://download.gnome.org/sources/evolution-ews/3.12/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/evolution-ews/3.15/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: pkgconfig(enchant)
|
||||
BuildRequires: pkgconfig(evolution-data-server-1.2)
|
||||
BuildRequires: pkgconfig(evolution-mail-3.0) >= %{version}
|
||||
BuildRequires: pkgconfig(evolution-shell-3.0) >= %{version}
|
||||
@ -114,8 +115,8 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
%{_libdir}/evolution-data-server/camel-providers/libcamelews.so
|
||||
%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
|
||||
%{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-ews-configuration.so
|
||||
%{_datadir}/evolution/%{evolution_base_version}/errors/module-ews-configuration.error
|
||||
%{_libdir}/evolution/modules/module-ews-configuration.so
|
||||
%{_datadir}/evolution/errors/module-ews-configuration.error
|
||||
%dir %{_datadir}/evolution-data-server/ews
|
||||
%{_datadir}/evolution-data-server/ews/windowsZones.xml
|
||||
%{_datadir}/appdata/evolution-ews.metainfo.xml
|
||||
|
Loading…
Reference in New Issue
Block a user