Accepting request 736510 from GNOME:Factory
Scripted push from {project} OBS-URL: https://build.opensuse.org/request/show/736510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=97
This commit is contained in:
commit
023928a1bc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffe88351494a7834a5768e55f98d685d06a7103c6cdffab33506c781c62efd83
|
||||
size 534056
|
3
evolution-ews-3.34.1.tar.xz
Normal file
3
evolution-ews-3.34.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7479de9eca74dfb99ba0303da830c4b9e21cba89e904ea6f5d158eaea3d5316
|
||||
size 538416
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 08:22:29 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.34.1:
|
||||
+ Prefill email address as user name when creating new account.
|
||||
+ Autodiscover: Do not change user name with RedirectAddr.
|
||||
+ Bugs fixed: glgo#GNOME/evolution-ews#65,
|
||||
glgo#GNOME/evolution-ews#66, glgo#GNOME/evolution-ews#69,
|
||||
glgo#GNOME/evolution-ews#71.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 01:42:40 UTC 2019 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Pass --DCMAKE_SKIP_RPATH=OFF and
|
||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON to cmake again. Otherwise,
|
||||
the EDS backends don't have the library directory in their rpath.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 16:05:25 CDT 2019 - mgorse@suse.com
|
||||
|
||||
- Update to version 3.34.0:
|
||||
+ No code/translation changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:52:08 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace pkgconfig(libedata-cal-1.2) with
|
||||
pkgconfig(libedata-cal-2.0) BuildRequires following upstreams
|
||||
changes.
|
||||
- Use autosetup and cmake_build macros.
|
||||
- Stop passing -DCMAKE_SKIP_RPATH=OFF and
|
||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON to cmake, no longer needed.
|
||||
- Replace gcc-c++ with the genric c++_compiler BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 13:37:26 NZST 2019 - luke@ljones.dev
|
||||
|
||||
- Update to version 3.33.92:
|
||||
+ Fix a memory leak in camel_ews_store_ensure_virtual_folders().
|
||||
+ Bugs fixed: glgo#GNOME/evolution-ews#60.
|
||||
- Update to version 3.33.91:
|
||||
+ Bugs fixed: glgo#GNOME/evolution-ews#55,
|
||||
glgo#GNOME/evolution-ews#56, glgo#GNOME/evolution-ews#57.
|
||||
- Update to version 3.33.4:
|
||||
+ Fix few memory leaks in e_cal_backend_ews_rid_to_index()
|
||||
+ Count with an ICalTimezone without internal component in
|
||||
ewscal_set_availability_timezone().
|
||||
+ Categories property cannot be deleted.
|
||||
+ Bugs fixed: glgo#GNOME/evolution-ews#53.
|
||||
- Update to version 3.33.3:
|
||||
+ Fix issues found during 'make check'.
|
||||
+ Fix some compiler warnings reported by Clang in the test code.
|
||||
+ Bugs fixed: glgo#GNOME/evolution-ews#42,
|
||||
glgo#GNOME/evolution-ews#49.
|
||||
- Update to version 3.33.2:
|
||||
+ Add refresh interval options to non-mail sources.
|
||||
+ Port to libecal-2.0 and adapt to address book API changes.
|
||||
- Update to version 3.33.1:
|
||||
+ Use lower-case "mailto:" consistently in the code.
|
||||
+ Bugs fixed: glgo#GNOME/evolution-ews#41,
|
||||
glgo#GNOME/evolution-ews#39.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 18:13:56 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -16,21 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
# _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]+')
|
||||
|
||||
Name: evolution-ews
|
||||
Version: 3.32.2
|
||||
Version: 3.34.1
|
||||
Release: 0
|
||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||
License: LGPL-2.1-only
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
Source0: https://download.gnome.org/sources/evolution-ews/3.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/evolution-ews/3.34/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
@ -43,9 +43,9 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.46
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
||||
BuildRequires: pkgconfig(libebackend-1.2) >= %{_version}
|
||||
BuildRequires: pkgconfig(libebook-1.2) >= %{_version}
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= %{_version}
|
||||
BuildRequires: pkgconfig(libecal-2.0) >= %{_version}
|
||||
BuildRequires: pkgconfig(libedata-book-1.2) >= %{_version}
|
||||
BuildRequires: pkgconfig(libedata-cal-1.2) >= %{_version}
|
||||
BuildRequires: pkgconfig(libedata-cal-2.0) >= %{_version}
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= %{_version}
|
||||
BuildRequires: pkgconfig(libemail-engine) >= %{_version}
|
||||
BuildRequires: pkgconfig(libical)
|
||||
@ -53,29 +53,27 @@ BuildRequires: pkgconfig(libmspack) >= 0.4
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
||||
|
||||
%description
|
||||
The EWS Exchange Connector for Evolution provides a Exchange backend
|
||||
from evolution-data-server as well as plugins for Evolution to access
|
||||
Exchange features.
|
||||
The EWS Exchange Connector for Evolution provides a Exchange
|
||||
backend from evolution-data-server as well as plugins for Evolution
|
||||
to access Exchange features.
|
||||
|
||||
The EWS Exchange Connector is using the Exchange Web Services interface
|
||||
and is therefore compatible with Exchange 2007 and later.
|
||||
The EWS Exchange Connector is using the Exchange Web Services
|
||||
interface and is therefore compatible with Exchange 2007 and later.
|
||||
|
||||
Provides exchange connectivity for exchange server 2007 and later using
|
||||
exchange web services protocol.
|
||||
Provides exchange connectivity for exchange server 2007 and later
|
||||
using exchange web services protocol.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
# We need to build directly with the 'final rpath':
|
||||
# cmake is too stupid to get it right otherwise
|
||||
%cmake \
|
||||
-DCMAKE_SKIP_RPATH=OFF \
|
||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
Loading…
Reference in New Issue
Block a user