Accepting request 693324 from GNOME:Next

- Update to version 3.32.1:
  + Let handle recurring task completion by the server.
  + Unreachable EWS service causes Calendar(s) to disappear.
  + Do not pass 'scope' parameter in OAuth2 requests on
    outlook.office365.com server.
  + Updated translations.
- Update to version 3.32.0:
  + Updated translations.
- Update to version 3.31.91:
  + Implement 'exists' ESExp function in the book backend.
- Changes from version 3.31.90:
  + Use also -DCAMEL_DISABLE_DEPRECATED=1 in the maintainer mode.
  + Bugs fixed: glgo#GNOME/evolution-ews#25,
    glgo#GNOME/evolution-ews#30, glgo#GNOME/evolution-ews#31,
    glgo#GNOME/evolution-ews#32.
  + Updated translations.
- Update to version 3.31.4:
  + Updated translations.
- Update to version 3.31.3:
  + Fix a build break with glib pre-2.54 and bump libsoup version
    to 2.58.
  + Correct how extra compiler warnings are used in the maintainer
    mode.
  + Bugs fixed: glgo#GNOME/evolution-ews#27,
    glgo#GNOME/evolution-ews#54.
  + Updated translations.
- Changes from version 3.31.2:
  + Make sure intltool-merge cache is created only once.
  + Bugs fixed: glgo#GNOME/evolution-ews#17,
    glgo#GNOME/evolution-ews#18, glgo#GNOME/evolution-ews#23,
    glgo#GNOME/evolution-ews#24.
  + Updated translations.
- Changes from version 3.31.2:
  + Calendar invites added with the wrong time zone.
  + Fix an invalid unref call and a memory leak of an
    EEwsConnection object.
  + Enable only Notification reminders in the calendar.
  + Treat 'Unknown' ResponseType as Needs-Action.
  + Collection backend schedules two 'populate' requests after
    going online.
  + Bugs fixed: glgo#GNOME/evolution-ews#8,
    glgo#GNOME/evolution-ews#14, glgo#GNOME/evolution-ews#19,
    glgo#GNOME/evolution-ews#21.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/693324
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=208
This commit is contained in:
Dominique Leuenberger 2019-04-17 12:56:38 +00:00 committed by Git OBS Bridge
parent 2a3886aaed
commit eb784d0643
4 changed files with 70 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Wed Apr 10 09:49:46 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.1:
+ Let handle recurring task completion by the server.
+ Unreachable EWS service causes Calendar(s) to disappear.
+ Do not pass 'scope' parameter in OAuth2 requests on
outlook.office365.com server.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 11 09:20:34 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 19 23:23:02 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.31.91:
+ Implement 'exists' ESExp function in the book backend.
- Changes from version 3.31.90:
+ Use also -DCAMEL_DISABLE_DEPRECATED=1 in the maintainer mode.
+ Bugs fixed: glgo#GNOME/evolution-ews#25,
glgo#GNOME/evolution-ews#30, glgo#GNOME/evolution-ews#31,
glgo#GNOME/evolution-ews#32.
+ Updated translations.
-------------------------------------------------------------------
Sat Feb 9 03:31:04 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.31.4:
+ Updated translations.
-------------------------------------------------------------------
Sat Feb 9 03:31:03 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.31.3:
+ Fix a build break with glib pre-2.54 and bump libsoup version
to 2.58.
+ Correct how extra compiler warnings are used in the maintainer
mode.
+ Bugs fixed: glgo#GNOME/evolution-ews#27,
glgo#GNOME/evolution-ews#54.
+ Updated translations.
- Changes from version 3.31.2:
+ Make sure intltool-merge cache is created only once.
+ Bugs fixed: glgo#GNOME/evolution-ews#17,
glgo#GNOME/evolution-ews#18, glgo#GNOME/evolution-ews#23,
glgo#GNOME/evolution-ews#24.
+ Updated translations.
- Changes from version 3.31.2:
+ Calendar invites added with the wrong time zone.
+ Fix an invalid unref call and a memory leak of an
EEwsConnection object.
+ Enable only Notification reminders in the calendar.
+ Treat 'Unknown' ResponseType as Needs-Action.
+ Collection backend schedules two 'populate' requests after
going online.
+ Bugs fixed: glgo#GNOME/evolution-ews#8,
glgo#GNOME/evolution-ews#14, glgo#GNOME/evolution-ews#19,
glgo#GNOME/evolution-ews#21.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 8 07:22:02 UTC 2019 - bjorn.lie@gmail.com Fri Feb 8 07:22:02 UTC 2019 - bjorn.lie@gmail.com

View File

@ -18,14 +18,15 @@
# _version needs to be %{version} stripped to major.minor.micro only... # _version needs to be %{version} stripped to major.minor.micro only...
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
Name: evolution-ews Name: evolution-ews
Version: 3.30.5 Version: 3.32.1
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-only License: LGPL-2.1-only
Group: Productivity/Networking/Email/Clients Group: Productivity/Networking/Email/Clients
URL: https://wiki.gnome.org/Apps/Evolution URL: https://wiki.gnome.org/Apps/Evolution
Source0: https://download.gnome.org/sources/evolution-ews/3.30/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/evolution-ews/3.32/%{name}-%{version}.tar.xz
BuildRequires: cmake BuildRequires: cmake
BuildRequires: fdupes BuildRequires: fdupes