Accepting request 735014 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735014 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=212
This commit is contained in:
parent
a3232453b7
commit
f974983a27
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ffe88351494a7834a5768e55f98d685d06a7103c6cdffab33506c781c62efd83
|
|
||||||
size 534056
|
|
3
evolution-ews-3.34.0.tar.xz
Normal file
3
evolution-ews-3.34.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:30a7991e6ef7e62a199c27c3bd01d14426b9868b3368f40f753ddb02c3e544b8
|
||||||
|
size 538064
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
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]+')
|
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
||||||
|
|
||||||
Name: evolution-ews
|
Name: evolution-ews
|
||||||
Version: 3.32.2
|
Version: 3.34.0
|
||||||
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.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: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
@ -43,9 +43,9 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.46
|
|||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
||||||
BuildRequires: pkgconfig(libebackend-1.2) >= %{_version}
|
BuildRequires: pkgconfig(libebackend-1.2) >= %{_version}
|
||||||
BuildRequires: pkgconfig(libebook-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-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(libedataserver-1.2) >= %{_version}
|
||||||
BuildRequires: pkgconfig(libemail-engine) >= %{_version}
|
BuildRequires: pkgconfig(libemail-engine) >= %{_version}
|
||||||
BuildRequires: pkgconfig(libical)
|
BuildRequires: pkgconfig(libical)
|
||||||
@ -53,29 +53,27 @@ BuildRequires: pkgconfig(libmspack) >= 0.4
|
|||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The EWS Exchange Connector for Evolution provides a Exchange backend
|
The EWS Exchange Connector for Evolution provides a Exchange
|
||||||
from evolution-data-server as well as plugins for Evolution to access
|
backend from evolution-data-server as well as plugins for Evolution
|
||||||
Exchange features.
|
to access Exchange features.
|
||||||
|
|
||||||
The EWS Exchange Connector is using the Exchange Web Services interface
|
The EWS Exchange Connector is using the Exchange Web Services
|
||||||
and is therefore compatible with Exchange 2007 and later.
|
interface and is therefore compatible with Exchange 2007 and later.
|
||||||
|
|
||||||
Provides exchange connectivity for exchange server 2007 and later using
|
Provides exchange connectivity for exchange server 2007 and later
|
||||||
exchange web services protocol.
|
using exchange web services protocol.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# We need to build directly with the 'final rpath':
|
|
||||||
# cmake is too stupid to get it right otherwise
|
|
||||||
%cmake \
|
%cmake \
|
||||||
-DCMAKE_SKIP_RPATH=OFF \
|
-DCMAKE_SKIP_RPATH=OFF \
|
||||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
|
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
|
||||||
%make_jobs
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
Loading…
Reference in New Issue
Block a user