Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-03-14 19:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and      /work/SRC/openSUSE:Factory/.evolution-ews.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution-ews"

Wed Mar 14 19:27:35 2018 rev:83 rq:586193 version:3.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes      
2018-03-08 10:42:36.845490917 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-03-14 19:27:37.537520420 +0100
@@ -1,0 +2,97 @@
+Mon Mar 12 10:21:04 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.28.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  6 18:11:05 UTC 2018 - dims...@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 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Tue Mar  6 03:27:51 UTC 2018 - dims...@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 - dims...@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 - dims...@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 - luc1...@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 - fezh...@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 - luc1...@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.
+
+-------------------------------------------------------------------

Old:
----
  evolution-ews-3.26.6.tar.xz

New:
----
  evolution-ews-3.28.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ evolution-ews.spec ++++++
--- /var/tmp/diff_new_pack.S7NnHt/_old  2018-03-14 19:27:38.529485197 +0100
+++ /var/tmp/diff_new_pack.S7NnHt/_new  2018-03-14 19:27:38.533485054 +0100
@@ -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(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 @@
 
 %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 @@
 %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 @@
 %{_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

++++++ evolution-ews-3.26.6.tar.xz -> evolution-ews-3.28.0.tar.xz ++++++
++++ 17194 lines of diff (skipped)


Reply via email to