Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-09-13 21:49:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and      /work/SRC/openSUSE:Factory/.evolution-ews.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution-ews"

Wed Sep 13 21:49:04 2017 rev:76 rq:523137 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes      
2017-08-18 14:58:31.219851949 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-09-13 21:49:06.755678636 +0200
@@ -1,0 +2,63 @@
+Mon Sep 11 11:05:18 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.26.0:
+  + No code/translation changes.
+
+-------------------------------------------------------------------
+Wed Sep  6 23:21:59 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.25.92.2:
+  + Do not use PROJECT_VERSION_TWEAK when searching for eds/evo
+    dependencies.
+- Changes from version 3.25.92.1:
+  + Revert "Adapt to rename of evolution.desktop to
+    org.gnome.Evolution.desktop".
+- Changes from version 3.25.92:
+  + Adapt to rename of evolution.desktop to
+    org.gnome.Evolution.desktop.
+  + Bugs fixed: bgo#782826, bgo#786095.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug 21 19:56:15 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.91:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug  8 10:55:30 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.90:
+  + Bugs fixed: bgo#785188, bgo#750564.
+  + Updated translations.
+- Changes from version 3.25.4:
+  + Fix a crash on local cache update of a GAL from OAB.
+  + Bugs fixed: bgo#625149, bgo#783987, bgo#784332, bgo#784058,
+    bgo#784775.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug  8 03:25:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.25.3:
+  + e_ews_connection_try_credentials_sync() asks for password when
+    not needed.
+  + Derive from EBookMetaBackend and ECalMetaBackend.
+  + Allow overwrite of CMAKE_SKIP_RPATH variable.
+  + Allow adding Free/Busy as a foreign Calendar (bgo#782826).
+  + Updated translations.
+- Drop evolution_base_version defines: no longer required.
+
+-------------------------------------------------------------------
+Tue Aug  8 03:25:02 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.2:
+  + Bug fixed: bgo#781833.
+
+-------------------------------------------------------------------
+Tue Aug  8 03:25:01 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.25.1:
+  + No changes, version bump only.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ evolution-ews.spec ++++++
--- /var/tmp/diff_new_pack.KnlDER/_old  2017-09-13 21:49:07.459579601 +0200
+++ /var/tmp/diff_new_pack.KnlDER/_new  2017-09-13 21:49:07.467578476 +0200
@@ -17,36 +17,36 @@
 
 
 Name:           evolution-ews
-Version:        3.24.5
+Version:        3.26.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]+')
 Release:        0
-# This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.24
 Summary:        Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:        LGPL-2.1
 Group:          Productivity/Networking/Email/Clients
 Url:            http://projects.gnome.org/evolution/
-Source:         
http://download.gnome.org/sources/evolution-ews/3.24/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/evolution-ews/3.26/%{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(camel-1.2) >= %{_version}
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(evolution-calendar-3.0) >= %{version}
-BuildRequires:  pkgconfig(evolution-data-server-1.2) >= %{version}
-BuildRequires:  pkgconfig(evolution-mail-3.0) >= %{version}
-BuildRequires:  pkgconfig(evolution-shell-3.0) >= %{version}
+BuildRequires:  pkgconfig(evolution-calendar-3.0) >= %{_version}
+BuildRequires:  pkgconfig(evolution-data-server-1.2) >= %{_version}
+BuildRequires:  pkgconfig(evolution-mail-3.0) >= %{_version}
+BuildRequires:  pkgconfig(evolution-shell-3.0) >= %{_version}
 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(libedata-book-1.2) >= %{version}
-BuildRequires:  pkgconfig(libedata-cal-1.2) >= %{version}
-BuildRequires:  pkgconfig(libedataserver-1.2) >= %{version}
-BuildRequires:  pkgconfig(libemail-engine) >= %{version}
+BuildRequires:  pkgconfig(libebackend-1.2) >= %{_version}
+BuildRequires:  pkgconfig(libebook-1.2) >= %{_version}
+BuildRequires:  pkgconfig(libecal-1.2) >= %{_version}
+BuildRequires:  pkgconfig(libedata-book-1.2) >= %{_version}
+BuildRequires:  pkgconfig(libedata-cal-1.2) >= %{_version}
+BuildRequires:  pkgconfig(libedataserver-1.2) >= %{_version}
+BuildRequires:  pkgconfig(libemail-engine) >= %{_version}
 BuildRequires:  pkgconfig(libical)
 BuildRequires:  pkgconfig(libmspack) >= 0.4
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42

++++++ evolution-ews-3.24.5.tar.xz -> evolution-ews-3.26.0.tar.xz ++++++
++++ 25650 lines of diff (skipped)


Reply via email to