Accepting request 586193 from GNOME:Factory
(forwarded request 585817 from dimstar) OBS-URL: https://build.opensuse.org/request/show/586193 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=83
This commit is contained in:
commit
b41d12fb37
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30ee84612e7ebe3837eab6d819db04f3a23f180117b57a523b511c8945e46c40
|
||||
size 485624
|
3
evolution-ews-3.28.0.tar.xz
Normal file
3
evolution-ews-3.28.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dce4e3cbb6e79f12159de8b69e80e3f54fdd7585784b25a6ce6dc73c95aad43a
|
||||
size 501996
|
@ -1,3 +1,100 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 10:21:04 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.28.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 18:11:05 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.92:
|
||||
+ Miscellaneous: Fix runtime warning when attendee has no
|
||||
ResponseType.
|
||||
+ Bugs fixed: bgo#763455, bgo#793606.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 16:25:15 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 03:27:51 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.91:
|
||||
+ Correct possible scope for Office365 OAuth2.
|
||||
+ Add translator comments around 'Tenant' word.
|
||||
+ Check validity of returned values in 'Folder Sizes' function.
|
||||
+ Various changes related to outlook.office365.com server.
|
||||
+ Office365.com OAuth2: Relax the 'prompt' user interaction type.
|
||||
+ Bugs fixed: bgo#775690, bgo#793104, bgo#793368.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 03:27:50 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.90:
|
||||
+ bgo#792411: Use GetUserPhoto to lookup sender's photo.
|
||||
+ bgo#793037: Some appointments displayed as meetings.
|
||||
+ bgo#775690: Support OAuth2 for outlook.office365.com.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 03:27:04 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.4:
|
||||
+ Miscellaneous: Ignore address books with UUID-like name.
|
||||
+ Bugs fixed: bgo#792190.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 03:27:03 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.27.3:
|
||||
+ Miscellaneous:
|
||||
- [ECalBackendEws] Prevent crash when item has no MIME content
|
||||
set.
|
||||
- Correct arguments of g_dngettext() added in the previous
|
||||
commit.
|
||||
+ Bug Fix: Check response headers for credential expiration
|
||||
hints (bgo#790450).
|
||||
+ Updated translations.
|
||||
- Adopt the use of %make_jobs macro rather than raw make command,
|
||||
following the best practices.
|
||||
- Point fdupes to the data directory instead of the build root,
|
||||
which is a practice that must be avoided.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 03:27:02 UTC 2018 - fezhang@suse.com
|
||||
|
||||
- Update to version 3.27.2:
|
||||
+ Prevent crash under ews_backend_sync_created_folders().
|
||||
+ Synchronize authentication extensions before creating an
|
||||
ESource.
|
||||
+ Bugs fixed: bgo#760329.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 03:27:01 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.27.1:
|
||||
+ Miscellaneous:
|
||||
- Adapt to rename of evolution.desktop to
|
||||
org.gnome.Evolution.desktop.
|
||||
- Use icaltime_is_utc() instead of icaltimetype::is_utc.
|
||||
+ Bug Fixes:
|
||||
- After pressing "NOT JUNK" mail stays in the Junk folder
|
||||
(bgo#786982).
|
||||
- Skip GSettings schema compile when DESTDIR is set
|
||||
(bgo#781645).
|
||||
- Deadlock when trying to save changes after vFolder's thaw
|
||||
(bgo#788782).
|
||||
+ Updated translations.
|
||||
- Updated Url to https://wiki.gnome.org/Apps/Evolution: current
|
||||
evolution's wiki page.
|
||||
- Add conditional use to translation-update-upstream: SLE-only
|
||||
requirement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 11:11:14 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -16,22 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
Name: evolution-ews
|
||||
Version: 3.26.6
|
||||
Release: 0
|
||||
# _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.28.0
|
||||
Release: 0
|
||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||
License: LGPL-2.1-only
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
Url: http://projects.gnome.org/evolution/
|
||||
Source: http://download.gnome.org/sources/evolution-ews/3.26/%{name}-%{version}.tar.xz
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
Source: http://download.gnome.org/sources/evolution-ews/3.28/%{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: pkgconfig(camel-1.2) >= %{_version}
|
||||
BuildRequires: pkgconfig(enchant)
|
||||
BuildRequires: pkgconfig(evolution-calendar-3.0) >= %{_version}
|
||||
@ -51,7 +50,9 @@ BuildRequires: pkgconfig(libical)
|
||||
BuildRequires: pkgconfig(libmspack) >= 0.4
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if !0%{is_opensuse}
|
||||
BuildRequires: translation-update-upstream
|
||||
%endif
|
||||
|
||||
%description
|
||||
The EWS Exchange Connector for Evolution provides a Exchange backend
|
||||
@ -68,7 +69,9 @@ exchange web services protocol.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if !0%{?is_opensuse}
|
||||
translation-update-upstream
|
||||
%endif
|
||||
|
||||
%build
|
||||
# We need to build directly with the 'final rpath':
|
||||
@ -76,16 +79,16 @@ translation-update-upstream
|
||||
%cmake \
|
||||
-DCMAKE_SKIP_RPATH=OFF \
|
||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
|
||||
make %{?_smp_mflags}
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%find_lang evolution-ews %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
|
||||
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
|
||||
%{_libdir}/evolution-data-server/camel-providers/libcamelews.so
|
||||
@ -98,9 +101,8 @@ make %{?_smp_mflags}
|
||||
%{_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
|
||||
%{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml
|
||||
|
||||
%files lang -f evolution-ews.lang
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user