commit evolution-ews for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2020-08-12 10:56:58

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.3399 (New)


Package is "evolution-ews"

Wed Aug 12 10:56:58 2020 rev:105 rq:825306 version:3.36.5

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2020-07-13 09:05:32.744095454 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.3399/evolution-ews.changes
2020-08-12 10:56:58.952757845 +0200
@@ -1,0 +2,6 @@
+Sun Aug  9 10:19:43 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.5:
+  + Provided SoupAuth might not be always used by libsoup.
+
+---

Old:

  evolution-ews-3.36.4.tar.xz

New:

  evolution-ews-3.36.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.cP7NOX/_old  2020-08-12 10:56:59.452758094 +0200
+++ /var/tmp/diff_new_pack.cP7NOX/_new  2020-08-12 10:56:59.456758096 +0200
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:   evolution-ews
-Version:3.36.4
+Version:3.36.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.36.4.tar.xz -> evolution-ews-3.36.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.36.4/CMakeLists.txt 
new/evolution-ews-3.36.5/CMakeLists.txt
--- old/evolution-ews-3.36.4/CMakeLists.txt 2020-07-03 08:46:47.0 
+0200
+++ new/evolution-ews-3.36.5/CMakeLists.txt 2020-08-07 09:48:02.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.36.4
+   VERSION 3.36.5
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.36.4/NEWS 
new/evolution-ews-3.36.5/NEWS
--- old/evolution-ews-3.36.4/NEWS   2020-07-03 08:46:47.0 +0200
+++ new/evolution-ews-3.36.5/NEWS   2020-08-07 09:48:02.0 +0200
@@ -1,3 +1,9 @@
+Evolution-EWS 3.36.5 2020-08-07
+---
+
+Miscellaneous:
+   Provided SoupAuth might not be always used by libsoup (Milan Crha)
+
 Evolution-EWS 3.36.4 2020-07-03
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.36.4/src/server/e-ews-connection-utils.c 
new/evolution-ews-3.36.5/src/server/e-ews-connection-utils.c
--- old/evolution-ews-3.36.4/src/server/e-ews-connection-utils.c
2020-07-03 08:46:47.0 +0200
+++ new/evolution-ews-3.36.5/src/server/e-ews-connection-utils.c
2020-08-07 09:48:02.0 +0200
@@ -267,6 +267,7 @@
   SoupMessage *message,
   ESoupAuthBearer *bearer)
 {
+   SoupAuthManager *auth_manager;
SoupSessionFeature *feature;
SoupURI *soup_uri;
 
@@ -292,9 +293,12 @@
 
g_return_if_fail (soup_uri != NULL);
 
-   soup_auth_manager_use_auth (
-   SOUP_AUTH_MANAGER (feature),
-   soup_uri, SOUP_AUTH (bearer));
+   auth_manager = SOUP_AUTH_MANAGER (feature);
+
+   /* This will make sure the 'bearer' is used regardless of the current 
'auth_manager' state.
+  See https://gitlab.gnome.org/GNOME/libsoup/-/issues/196 for more 
information. */
+   soup_auth_manager_clear_cached_credentials (auth_manager);
+   soup_auth_manager_use_auth (auth_manager, soup_uri, SOUP_AUTH (bearer));
 
soup_uri_free (soup_uri);
 }




commit evolution-ews for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2020-07-13 09:05:18

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.3060 (New)


Package is "evolution-ews"

Mon Jul 13 09:05:18 2020 rev:104 rq:819940 version:3.36.4

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2020-06-08 23:49:12.662323020 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.3060/evolution-ews.changes
2020-07-13 09:05:32.744095454 +0200
@@ -1,0 +2,9 @@
+Sat Jul  4 09:49:56 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.4:
+  + camel_ews_folder_new: Remove useless reference on the
+CamelSettings.
+  + Bugs fixed: glgo#GNOME/evolution#982.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.36.3.tar.xz

New:

  evolution-ews-3.36.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.WLzlse/_old  2020-07-13 09:05:34.104098873 +0200
+++ /var/tmp/diff_new_pack.WLzlse/_new  2020-07-13 09:05:34.104098873 +0200
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:   evolution-ews
-Version:3.36.3
+Version:3.36.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.36.3.tar.xz -> evolution-ews-3.36.4.tar.xz ++
 1834 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2020-06-08 23:48:19

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.3606 (New)


Package is "evolution-ews"

Mon Jun  8 23:48:19 2020 rev:103 rq:811424 version:3.36.3

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2020-04-29 20:42:54.171724068 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.3606/evolution-ews.changes
2020-06-08 23:49:12.662323020 +0200
@@ -1,0 +2,10 @@
+Fri May 29 19:50:00 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.3:
+  + EEwsNotification: Change how subscription to server change
+notifications work
+  + Add parameter check into ews_get_error_code()
+  + Bugs fixed: glgo#GNOME/evolution-ews#99,
+glgo#GNOME/evolution-ews#102, glgo#GNOME/evolution-ews#103.
+
+---

Old:

  evolution-ews-3.36.2.tar.xz

New:

  evolution-ews-3.36.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.4UJXNP/_old  2020-06-08 23:49:14.714329350 +0200
+++ /var/tmp/diff_new_pack.4UJXNP/_new  2020-06-08 23:49:14.718329362 +0200
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:   evolution-ews
-Version:3.36.2
+Version:3.36.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.36.2.tar.xz -> evolution-ews-3.36.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.36.2/CMakeLists.txt 
new/evolution-ews-3.36.3/CMakeLists.txt
--- old/evolution-ews-3.36.2/CMakeLists.txt 2020-04-24 10:17:15.0 
+0200
+++ new/evolution-ews-3.36.3/CMakeLists.txt 2020-05-29 14:28:10.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.36.2
+   VERSION 3.36.3
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.36.2/NEWS 
new/evolution-ews-3.36.3/NEWS
--- old/evolution-ews-3.36.2/NEWS   2020-04-24 10:17:15.0 +0200
+++ new/evolution-ews-3.36.3/NEWS   2020-05-29 14:28:10.0 +0200
@@ -1,3 +1,15 @@
+Evolution-EWS 3.36.3 2020-05-29
+---
+
+Bug Fixes:
+   I#99 - All-day events date shown by one day off (Milan Crha)
+   I#102 - Hidden folders are displayed normally in the UI (Milan Crha)
+   I#103 - Can't subscribe to a folder of a user whom is not in GAL (Milan 
Crha)
+
+Miscellaneous:
+   EEwsNotification: Change how subscription to server change 
notifications work (Milan Crha)
+   Add parameter check into ews_get_error_code() (Milan Crha)
+
 Evolution-EWS 3.36.2 2020-04-24
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.36.2/src/addressbook/e-book-backend-ews.c 
new/evolution-ews-3.36.3/src/addressbook/e-book-backend-ews.c
--- old/evolution-ews-3.36.2/src/addressbook/e-book-backend-ews.c   
2020-04-24 10:17:15.0 +0200
+++ new/evolution-ews-3.36.3/src/addressbook/e-book-backend-ews.c   
2020-05-29 14:28:10.0 +0200
@@ -96,6 +96,11 @@
 
guint subscription_key;
 
+   /* The subscription ID is not tight to the actual connection, it 
survives
+  disconnects, thus remember it and pass it back to the new connection,
+  thus it can eventually unsubscribe from it. */
+   gchar *last_subscription_id;
+
/* used for storing attachments */
gchar *attachments_dir;
 };
@@ -3221,6 +3226,25 @@
return is_gal;
 }
 
+static void
+ebb_ews_subscription_id_changed_cb (EEwsConnection *cnc,
+   const gchar *subscription_id,
+   gpointer user_data)
+{
+   EBookBackendEws *bbews = user_data;
+
+   g_return_if_fail (E_IS_BOOK_BACKEND_EWS (bbews));
+
+   g_rec_mutex_lock (>priv->cnc_lock);
+
+   if (g_strcmp0 (bbews->priv->last_subscription_id, subscription_id) != 
0) {
+   g_free (bbews->priv->last_subscription_id);
+   bbews->priv->last_subscription_id = g_strdup (subscription_id);
+   }
+
+   g_rec_mutex_unlock (>priv->cnc_lock);
+}
+
 static gboolean
 ebb_ews_connect_sync (EBookMetaBackend *meta_backend,
  const ENamedParameters 

commit evolution-ews for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2020-04-29 20:42:33

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.2738 (New)


Package is "evolution-ews"

Wed Apr 29 20:42:33 2020 rev:102 rq:798343 version:3.36.2

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2020-04-23 18:26:04.687587093 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.2738/evolution-ews.changes
2020-04-29 20:42:54.171724068 +0200
@@ -1,0 +2,8 @@
+Sat Apr 25 17:55:05 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.2:
+  + Bugs fixed: Event time shifted by an hour after edit for some
+time zones.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.36.1.tar.xz

New:

  evolution-ews-3.36.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.dbcgSr/_old  2020-04-29 20:42:54.619725236 +0200
+++ /var/tmp/diff_new_pack.dbcgSr/_new  2020-04-29 20:42:54.623725246 +0200
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:   evolution-ews
-Version:3.36.1
+Version:3.36.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.36.1.tar.xz -> evolution-ews-3.36.2.tar.xz ++
 3066 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2020-04-23 18:26:01

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.2738 (New)


Package is "evolution-ews"

Thu Apr 23 18:26:01 2020 rev:101 rq:795172 version:3.36.1

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2020-02-18 10:34:41.948245940 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.2738/evolution-ews.changes
2020-04-23 18:26:04.687587093 +0200
@@ -1,0 +2,37 @@
+Fri Mar 27 18:03:55 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.1:
+  + Bugs fixed: Free/Busy times are not in UTC.
+
+---
+Fri Mar  6 10:11:35 UTC 2020 - bjorn@gmail.com
+
+- Update to version 3.36.0:
+  + No changes, stable release only.
+
+---
+Sat Feb 29 01:05:31 UTC 2020 - mgo...@suse.com
+
+- Update to version 3.35.92:
+  + Updated translations.
+
+---
+Fri Feb 14 10:39:58 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 3.35.91:
+  + Mark connection disconnected only when disconnecting
+backend/store.
+  + Various bugs fixed.
+  + Updated translations.
+
+---
+Fri Feb 14 09:57:08 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 3.35.90:
+  + Allow enter distinguished folder names when subscribing to
+other user's folder.
+  + Prefer GSlice over heap allocation for short-lived structures.
+  + Various bugs fixed.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.34.4.tar.xz

New:

  evolution-ews-3.36.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.44j9So/_old  2020-04-23 18:26:05.639588916 +0200
+++ /var/tmp/diff_new_pack.44j9So/_new  2020-04-23 18:26:05.639588916 +0200
@@ -20,13 +20,13 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:   evolution-ews
-Version:3.34.4
+Version:3.36.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.34/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/evolution-ews/3.36/%{name}-%{version}.tar.xz
 
 BuildRequires:  c++_compiler
 BuildRequires:  cmake

++ evolution-ews-3.34.4.tar.xz -> evolution-ews-3.36.1.tar.xz ++
 11018 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2020-02-18 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2020-02-18 10:34:36

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.26092 (New)


Package is "evolution-ews"

Tue Feb 18 10:34:36 2020 rev:100 rq:774613 version:3.34.4

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2020-01-10 17:47:13.098156002 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.26092/evolution-ews.changes   
2020-02-18 10:34:41.948245940 +0100
@@ -1,0 +2,8 @@
+Fri Feb 14 09:57:08 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.34.4:
+  + Bugs fixed:
+- Fails to create event with no duration.
+- Map 'tzone://Microsoft/Utc' to libical's 'UTC'.
+
+---

Old:

  evolution-ews-3.34.3.tar.xz

New:

  evolution-ews-3.34.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.q2DyCr/_old  2020-02-18 10:34:42.524247116 +0100
+++ /var/tmp/diff_new_pack.q2DyCr/_new  2020-02-18 10:34:42.532247132 +0100
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:   evolution-ews
-Version:3.34.3
+Version:3.34.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.34.3.tar.xz -> evolution-ews-3.34.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.3/CMakeLists.txt 
new/evolution-ews-3.34.4/CMakeLists.txt
--- old/evolution-ews-3.34.3/CMakeLists.txt 2020-01-03 17:40:02.0 
+0100
+++ new/evolution-ews-3.34.4/CMakeLists.txt 2020-02-14 10:33:57.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.34.3
+   VERSION 3.34.4
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.3/NEWS 
new/evolution-ews-3.34.4/NEWS
--- old/evolution-ews-3.34.3/NEWS   2020-01-03 17:40:02.0 +0100
+++ new/evolution-ews-3.34.4/NEWS   2020-02-14 10:33:57.0 +0100
@@ -1,3 +1,10 @@
+Evolution-EWS 3.34.4 2020-02-14
+---
+
+Bug Fixes:
+   I#84 - Fails to create event with no duration (Milan Crha)
+   I#85 - Map 'tzone://Microsoft/Utc' to libical's 'UTC' (Milan Crha)
+
 Evolution-EWS 3.34.3 2020-01-03
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.34.3/src/calendar/e-cal-backend-ews-utils.c 
new/evolution-ews-3.34.4/src/calendar/e-cal-backend-ews-utils.c
--- old/evolution-ews-3.34.3/src/calendar/e-cal-backend-ews-utils.c 
2020-01-03 17:40:02.0 +0100
+++ new/evolution-ews-3.34.4/src/calendar/e-cal-backend-ews-utils.c 
2020-02-14 10:33:57.0 +0100
@@ -1137,7 +1137,7 @@
secs_end = (gint64) (zone_end ? i_cal_time_as_timet_with_zone (dtend, 
zone_end) : i_cal_time_as_timet (dtend));
 
/* takes whole day(s) and starts on midnight in the zone_start */
-   return ((secs_end - secs_start) % (24 * 60 * 60)) == 0 && (secs_start % 
24 * 60 * 60) == 0;
+   return ((secs_end - secs_start) > 0) && ((secs_end - secs_start) % (24 
* 60 * 60)) == 0 && (secs_start % 24 * 60 * 60) == 0;
 }
 
 static gboolean
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.3/src/calendar/windowsZones.xml 
new/evolution-ews-3.34.4/src/calendar/windowsZones.xml
--- old/evolution-ews-3.34.3/src/calendar/windowsZones.xml  2020-01-03 
17:40:02.0 +0100
+++ new/evolution-ews-3.34.4/src/calendar/windowsZones.xml  2020-02-14 
10:33:57.0 +0100
@@ -228,6 +228,7 @@



+   
 






commit evolution-ews for openSUSE:Factory

2020-01-10 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2020-01-10 17:46:58

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.6675 (New)


Package is "evolution-ews"

Fri Jan 10 17:46:58 2020 rev:99 rq:761239 version:3.34.3

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2019-11-29 15:58:16.308925048 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.6675/evolution-ews.changes
2020-01-10 17:47:13.098156002 +0100
@@ -1,0 +2,7 @@
+Sun Jan  5 14:27:14 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.34.3:
+  + Bug Fixes: glgo#GNOME-evolution-ews#81: Attachment flag not
+shown on messages with attachment.
+
+---

Old:

  evolution-ews-3.34.2.tar.xz

New:

  evolution-ews-3.34.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.Fqs2fj/_old  2020-01-10 17:47:13.534156244 +0100
+++ /var/tmp/diff_new_pack.Fqs2fj/_new  2020-01-10 17:47:13.534156244 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:   evolution-ews
-Version:3.34.2
+Version:3.34.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.34.2.tar.xz -> evolution-ews-3.34.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.2/CMakeLists.txt 
new/evolution-ews-3.34.3/CMakeLists.txt
--- old/evolution-ews-3.34.2/CMakeLists.txt 2019-11-22 11:03:30.0 
+0100
+++ new/evolution-ews-3.34.3/CMakeLists.txt 2020-01-03 17:40:02.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.34.2
+   VERSION 3.34.3
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.2/NEWS 
new/evolution-ews-3.34.3/NEWS
--- old/evolution-ews-3.34.2/NEWS   2019-11-22 11:03:30.0 +0100
+++ new/evolution-ews-3.34.3/NEWS   2020-01-03 17:40:02.0 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.34.3 2020-01-03
+---
+
+Bug Fixes:
+   I#81 - Attachment flag not shown on messages with attachment (Milan 
Crha)
+
 Evolution-EWS 3.34.2 2019-11-22
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.2/src/camel/camel-ews-folder.c 
new/evolution-ews-3.34.3/src/camel/camel-ews-folder.c
--- old/evolution-ews-3.34.2/src/camel/camel-ews-folder.c   2019-11-22 
11:03:30.0 +0100
+++ new/evolution-ews-3.34.3/src/camel/camel-ews-folder.c   2020-01-03 
17:40:02.0 +0100
@@ -929,6 +929,7 @@
message = camel_ews_folder_get_message_from_cache (ews_folder, uid, 
cancellable, error);
if (message) {
CamelInternetAddress *from;
+   CamelMessageInfo *mi;
const gchar *email = NULL, *date_header;
gboolean resave = FALSE;
 
@@ -999,6 +1000,23 @@
}
g_rec_mutex_unlock (>cache_lock);
}
+
+   mi = camel_folder_summary_get (camel_folder_get_folder_summary 
(folder), uid);
+   if (mi) {
+   CamelMessageFlags flags;
+   gboolean has_attachment;
+
+   flags = camel_message_info_get_flags (mi);
+   has_attachment = camel_mime_message_has_attachment 
(message);
+   if (((flags & CAMEL_MESSAGE_ATTACHMENTS) && 
!has_attachment) ||
+   ((flags & CAMEL_MESSAGE_ATTACHMENTS) == 0 && 
has_attachment)) {
+   camel_message_info_set_flags (
+   mi, CAMEL_MESSAGE_ATTACHMENTS,
+   has_attachment ? 
CAMEL_MESSAGE_ATTACHMENTS : 0);
+   }
+
+   g_clear_object ();
+   }
}
 
 exit:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit evolution-ews for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2019-11-29 15:56:54

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.26869 (New)


Package is "evolution-ews"

Fri Nov 29 15:56:54 2019 rev:98 rq:750936 version:3.34.2

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2019-10-17 12:58:01.785496687 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.26869/evolution-ews.changes   
2019-11-29 15:58:16.308925048 +0100
@@ -1,0 +2,10 @@
+Fri Nov 22 11:11:34 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.34.2:
+  + Some meetings shown as plain events.
+  + Disconnect signal handlers on connection object in dispose of
+book/calendar backend.
+  + Bugs fixed: glgo#GNOME/evolution-ews#64,
+glgo#GNOME/evolution-ews#70.
+
+---

Old:

  evolution-ews-3.34.1.tar.xz

New:

  evolution-ews-3.34.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.3XsR2R/_old  2019-11-29 15:58:18.028924061 +0100
+++ /var/tmp/diff_new_pack.3XsR2R/_new  2019-11-29 15:58:18.028924061 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:   evolution-ews
-Version:3.34.1
+Version:3.34.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.34.1.tar.xz -> evolution-ews-3.34.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.1/CMakeLists.txt 
new/evolution-ews-3.34.2/CMakeLists.txt
--- old/evolution-ews-3.34.1/CMakeLists.txt 2019-10-07 09:44:38.0 
+0200
+++ new/evolution-ews-3.34.2/CMakeLists.txt 2019-11-22 11:03:30.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.34.1
+   VERSION 3.34.2
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.1/NEWS 
new/evolution-ews-3.34.2/NEWS
--- old/evolution-ews-3.34.1/NEWS   2019-10-07 09:44:38.0 +0200
+++ new/evolution-ews-3.34.2/NEWS   2019-11-22 11:03:30.0 +0100
@@ -1,3 +1,14 @@
+Evolution-EWS 3.34.2 2019-11-22
+---
+
+Bug Fixes:
+   I#64 - "Listen for server notifications" does not work with OAuth2 
(Milan Crha)
+   I#70 - Fails to delete one instance of a recurring event (Milan Crha)
+
+Miscellaneous:
+   Some meetings shown as plain events (Milan Crha)
+   Disconnect signal handlers on connection object in dispose of 
book/calendar backend (Milan Crha)
+
 Evolution-EWS 3.34.1 2019-10-07
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.34.1/src/addressbook/e-book-backend-ews.c 
new/evolution-ews-3.34.2/src/addressbook/e-book-backend-ews.c
--- old/evolution-ews-3.34.1/src/addressbook/e-book-backend-ews.c   
2019-10-07 09:44:38.0 +0200
+++ new/evolution-ews-3.34.2/src/addressbook/e-book-backend-ews.c   
2019-11-22 11:03:30.0 +0100
@@ -4035,11 +4035,7 @@
 {
EBookBackendEws *bbews = E_BOOK_BACKEND_EWS (object);
 
-   g_rec_mutex_lock (>priv->cnc_lock);
-
-   g_clear_object (>priv->cnc);
-
-   g_rec_mutex_unlock (>priv->cnc_lock);
+   ebb_ews_unset_connection (bbews);
 
/* Chain up to parent's method. */
G_OBJECT_CLASS (e_book_backend_ews_parent_class)->dispose (object);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.34.1/src/calendar/e-cal-backend-ews-utils.c 
new/evolution-ews-3.34.2/src/calendar/e-cal-backend-ews-utils.c
--- old/evolution-ews-3.34.1/src/calendar/e-cal-backend-ews-utils.c 
2019-10-07 09:44:38.0 +0200
+++ new/evolution-ews-3.34.2/src/calendar/e-cal-backend-ews-utils.c 
2019-11-22 11:03:30.0 +0100
@@ -2089,7 +2089,7 @@
return index;
 
rrule = i_cal_property_get_rrule (prop);
-   if (rrule) {
+   if (!rrule) {
g_object_unref 

commit evolution-ews for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2019-10-17 12:58:00

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.2352 (New)


Package is "evolution-ews"

Thu Oct 17 12:58:00 2019 rev:97 rq:736510 version:3.34.1

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2019-05-10 09:16:31.892162438 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.2352/evolution-ews.changes
2019-10-17 12:58:01.785496687 +0200
@@ -1,0 +2,63 @@
+Mon Oct  7 08:22:29 UTC 2019 - Bjørn Lie 
+
+- 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 
+
+- 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 - mgo...@suse.com
+
+- Update to version 3.34.0:
+  + No code/translation changes.
+
+---
+Sat Sep  7 20:52:08 UTC 2019 - Bjørn Lie 
+
+- 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 - l...@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.
+  
+---

Old:

  evolution-ews-3.32.2.tar.xz

New:

  evolution-ews-3.34.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.Q7dt1p/_old  2019-10-17 12:58:02.337495288 +0200
+++ /var/tmp/diff_new_pack.Q7dt1p/_new  2019-10-17 12:58:02.337495288 +0200
@@ -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(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}
 

commit evolution-ews for openSUSE:Factory

2019-05-10 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2019-05-10 09:16:28

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.5148 (New)


Package is "evolution-ews"

Fri May 10 09:16:28 2019 rev:96 rq:701606 version:3.32.2

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2019-05-03 22:08:03.110990073 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.5148/evolution-ews.changes
2019-05-10 09:16:31.892162438 +0200
@@ -1,0 +2,6 @@
+Mon May  6 18:13:56 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.2:
+  + Use lower-case "mailto:; consistently in the code.
+
+---

Old:

  evolution-ews-3.32.1.tar.xz

New:

  evolution-ews-3.32.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.veVusH/_old  2019-05-10 09:16:32.380163193 +0200
+++ /var/tmp/diff_new_pack.veVusH/_new  2019-05-10 09:16:32.380163193 +0200
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:   evolution-ews
-Version:3.32.1
+Version:3.32.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.32.1.tar.xz -> evolution-ews-3.32.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.32.1/CMakeLists.txt 
new/evolution-ews-3.32.2/CMakeLists.txt
--- old/evolution-ews-3.32.1/CMakeLists.txt 2019-04-08 14:16:01.0 
+0200
+++ new/evolution-ews-3.32.2/CMakeLists.txt 2019-05-06 12:58:46.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.32.1
+   VERSION 3.32.2
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.32.1/NEWS 
new/evolution-ews-3.32.2/NEWS
--- old/evolution-ews-3.32.1/NEWS   2019-04-08 14:16:01.0 +0200
+++ new/evolution-ews-3.32.2/NEWS   2019-05-06 12:58:46.0 +0200
@@ -1,3 +1,12 @@
+Evolution-EWS 3.32.2 2019-05-06
+---
+
+Bug Fixes:
+   M!2 - Correct memory leak and typo in e_ews_autodiscover_ws_url() 
(Дилян Палаузов)
+
+Miscellaneous:
+   Use lower-case "mailto:; consistently in the code (Milan Crha)
+
 Evolution-EWS 3.32.1 2019-04-08
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.32.1/src/calendar/e-cal-backend-ews-utils.c 
new/evolution-ews-3.32.2/src/calendar/e-cal-backend-ews-utils.c
--- old/evolution-ews-3.32.1/src/calendar/e-cal-backend-ews-utils.c 
2019-04-08 14:16:01.0 +0200
+++ new/evolution-ews-3.32.2/src/calendar/e-cal-backend-ews-utils.c 
2019-05-06 12:58:46.0 +0200
@@ -915,7 +915,7 @@
if (!org)
return NULL;
 
-   if (g_ascii_strncasecmp (org, "MAILTO:", 7) == 0)
+   if (g_ascii_strncasecmp (org, "mailto:;, 7) == 0)
org = org + 7;
 
org_email_address = org;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.32.1/src/calendar/e-cal-backend-ews.c 
new/evolution-ews-3.32.2/src/calendar/e-cal-backend-ews.c
--- old/evolution-ews-3.32.1/src/calendar/e-cal-backend-ews.c   2019-04-08 
14:16:01.0 +0200
+++ new/evolution-ews-3.32.2/src/calendar/e-cal-backend-ews.c   2019-05-06 
12:58:46.0 +0200
@@ -3248,7 +3248,7 @@
attendee_str = icalproperty_get_organizer (attendee);
 
if (attendee_str) {
-   if (!strncasecmp (attendee_str, "MAILTO:", 7))
+   if (!strncasecmp (attendee_str, "mailto:;, 7))
attendee_mail = attendee_str + 7;
else
attendee_mail = attendee_str;
@@ -3265,7 +3265,7 @@
attendee_str = icalproperty_get_attendee (attendee);
 
if (attendee_str != NULL) {
-   if (!strncasecmp (attendee_str, "MAILTO:", 7))
+   if (!strncasecmp (attendee_str, "mailto:;, 7))
attendee_mail = attendee_str + 7;
else
attendee_mail = attendee_str;
@@ -3738,7 +3738,7 @@
 
org_prop = icalcomponent_get_first_property (subcomp, 

commit evolution-ews for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2019-05-03 22:08:00

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.5148 (New)


Package is "evolution-ews"

Fri May  3 22:08:00 2019 rev:95 rq:695158 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2019-02-11 21:15:33.531395387 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.5148/evolution-ews.changes
2019-05-03 22:08:03.110990073 +0200
@@ -1,0 +2,64 @@
+Wed Apr 10 09:49:46 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Let handle recurring task completion by the server.
+  + Unreachable EWS service causes Calendar(s) to disappear.
+  + Do not pass 'scope' parameter in OAuth2 requests on
+outlook.office365.com server.
+  + Updated translations.
+
+---
+Mon Mar 11 09:20:34 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+---
+Tue Feb 19 23:23:02 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.91:
+  + Implement 'exists' ESExp function in the book backend.
+- Changes from version 3.31.90:
+  + Use also -DCAMEL_DISABLE_DEPRECATED=1 in the maintainer mode.
+  + Bugs fixed: glgo#GNOME/evolution-ews#25,
+glgo#GNOME/evolution-ews#30, glgo#GNOME/evolution-ews#31,
+glgo#GNOME/evolution-ews#32.
+  + Updated translations.
+
+---
+Sat Feb  9 03:31:04 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.4:
+  + Updated translations.
+
+---
+Sat Feb  9 03:31:03 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.3:
+  + Fix a build break with glib pre-2.54 and bump libsoup version
+to 2.58.
+  + Correct how extra compiler warnings are used in the maintainer
+mode.
+  + Bugs fixed: glgo#GNOME/evolution-ews#27,
+glgo#GNOME/evolution-ews#54.
+  + Updated translations.
+- Changes from version 3.31.2:
+  + Make sure intltool-merge cache is created only once.
+  + Bugs fixed: glgo#GNOME/evolution-ews#17,
+glgo#GNOME/evolution-ews#18, glgo#GNOME/evolution-ews#23,
+glgo#GNOME/evolution-ews#24.
+  + Updated translations.
+- Changes from version 3.31.2:
+  + Calendar invites added with the wrong time zone.
+  + Fix an invalid unref call and a memory leak of an
+EEwsConnection object.
+  + Enable only Notification reminders in the calendar.
+  + Treat 'Unknown' ResponseType as Needs-Action.
+  + Collection backend schedules two 'populate' requests after
+going online.
+  + Bugs fixed: glgo#GNOME/evolution-ews#8,
+glgo#GNOME/evolution-ews#14, glgo#GNOME/evolution-ews#19,
+glgo#GNOME/evolution-ews#21.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.30.5.tar.xz

New:

  evolution-ews-3.32.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.HmrKus/_old  2019-05-03 22:08:03.670991190 +0200
+++ /var/tmp/diff_new_pack.HmrKus/_new  2019-05-03 22:08:03.674991198 +0200
@@ -18,14 +18,15 @@
 
 # _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.30.5
+Version:3.32.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.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/evolution-ews/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  cmake
 BuildRequires:  fdupes

++ evolution-ews-3.30.5.tar.xz -> evolution-ews-3.32.1.tar.xz ++
 15226 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2019-02-11 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2019-02-11 21:15:32

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.28833 (New)


Package is "evolution-ews"

Mon Feb 11 21:15:32 2019 rev:94 rq:672895 version:3.30.5

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-12-19 13:46:14.007550854 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.28833/evolution-ews.changes   
2019-02-11 21:15:33.531395387 +0100
@@ -1,0 +2,10 @@
+Fri Feb  8 07:22:02 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.30.5:
+  + Bugs fixed: glgo#GNOME/evolution-ews#25,
+glgo#GNOME/evolution-ews#30, glgo#GNOME/evolution-ews#31,
+glgo#GNOME/evolution-ews#32.
+- Changes from version 3.30.4:
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.30.3.tar.xz

New:

  evolution-ews-3.30.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.93BAs8/_old  2019-02-11 21:15:34.139395065 +0100
+++ /var/tmp/diff_new_pack.93BAs8/_new  2019-02-11 21:15:34.147395061 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 # _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.30.3
+Version:3.30.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.30.3.tar.xz -> evolution-ews-3.30.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.30.3/CMakeLists.txt 
new/evolution-ews-3.30.5/CMakeLists.txt
--- old/evolution-ews-3.30.3/CMakeLists.txt 2018-12-10 10:09:28.0 
+0100
+++ new/evolution-ews-3.30.5/CMakeLists.txt 2019-02-04 12:41:34.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.30.3
+   VERSION 3.30.5
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.30.3/NEWS 
new/evolution-ews-3.30.5/NEWS
--- old/evolution-ews-3.30.3/NEWS   2018-12-10 10:09:28.0 +0100
+++ new/evolution-ews-3.30.5/NEWS   2019-02-04 12:41:34.0 +0100
@@ -1,3 +1,12 @@
+Evolution-EWS 3.30.5 2019-02-04
+---
+
+Bug Fixes:
+   I#25 - Canceled meetings remain in the calendar with Canceled: title 
(Milan Crha)
+   I#30 - Double values should use dot as decimal separator in XML (Milan 
Crha)
+   I#31 - Duplicate attendees in meetings from Office365.com (Milan Crha)
+   I#32 - Run ResolveNames for "Any field contains" searches (Milan Crha)
+
 Evolution-EWS 3.30.3 2018-12-10
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.30.3/src/addressbook/e-book-backend-ews.c 
new/evolution-ews-3.30.5/src/addressbook/e-book-backend-ews.c
--- old/evolution-ews-3.30.3/src/addressbook/e-book-backend-ews.c   
2018-12-10 10:09:28.0 +0100
+++ new/evolution-ews-3.30.5/src/addressbook/e-book-backend-ews.c   
2019-02-04 12:41:34.0 +0100
@@ -941,7 +941,7 @@
 {
gboolean delete_field = FALSE;
 
-   if (!value || g_strcmp0 (value, "") == 0)
+   if (!value || !*value)
delete_field = TRUE;
e_ews_message_start_set_indexed_item_field (message, name , prefix, 
"Contact", key, delete_field);
 
@@ -1295,7 +1295,7 @@
gchar * fielduri = NULL;
gboolean delete_field = FALSE;
 
-   if (!value || g_strcmp0 (value, "") == 0)
+   if (!value || !*value)
delete_field = TRUE;
 
fielduri = g_strconcat (name, ":", uri_element, NULL);
@@ -2718,7 +2718,8 @@
propname = argv[0]->value.string;
str = argv[1]->value.string;
 
-   if (!strcmp (propname, "full_name") || !strcmp (propname, "email")) {
+   if (!g_ascii_strcasecmp (propname, "full_name") || !g_ascii_strcasecmp 
(propname, "email") ||
+   (str && *str && !g_ascii_strcasecmp (propname, 

commit evolution-ews for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-12-19 13:46:12

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.28833 (New)


Package is "evolution-ews"

Wed Dec 19 13:46:12 2018 rev:93 rq:657459 version:3.30.3

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-11-20 22:30:12.930677459 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.28833/evolution-ews.changes   
2018-12-19 13:46:14.007550854 +0100
@@ -1,0 +2,8 @@
+Mon Dec 10 09:43:02 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.3:
+  + Make sure intltool-merge cache is created only once.
+  + Calendar: Retry item download on ErrorBatchProcessingStopped
+error.
+
+---

Old:

  evolution-ews-3.30.2.tar.xz

New:

  evolution-ews-3.30.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.G5WuIM/_old  2018-12-19 13:46:14.883549630 +0100
+++ /var/tmp/diff_new_pack.G5WuIM/_new  2018-12-19 13:46:14.887549625 +0100
@@ -19,7 +19,7 @@
 # _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.30.2
+Version:3.30.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.30.2.tar.xz -> evolution-ews-3.30.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.30.2/CMakeLists.txt 
new/evolution-ews-3.30.3/CMakeLists.txt
--- old/evolution-ews-3.30.2/CMakeLists.txt 2018-10-22 10:24:30.0 
+0200
+++ new/evolution-ews-3.30.3/CMakeLists.txt 2018-12-10 10:09:28.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.30.2
+   VERSION 3.30.3
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.30.2/NEWS 
new/evolution-ews-3.30.3/NEWS
--- old/evolution-ews-3.30.2/NEWS   2018-10-22 10:24:30.0 +0200
+++ new/evolution-ews-3.30.3/NEWS   2018-12-10 10:09:28.0 +0100
@@ -1,3 +1,12 @@
+Evolution-EWS 3.30.3 2018-12-10
+---
+
+Bug Fixes:
+   I#17 - [Calendar] Retry item download on ErrorBatchProcessingStopped 
error (Milan Crha)
+
+Miscellaneous:
+   Make sure intltool-merge cache is created only once (Milan Crha)
+
 Evolution-EWS 3.30.2 2018-10-22
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.30.2/cmake/modules/FindIntltool.cmake 
new/evolution-ews-3.30.3/cmake/modules/FindIntltool.cmake
--- old/evolution-ews-3.30.2/cmake/modules/FindIntltool.cmake   2018-10-22 
10:24:30.0 +0200
+++ new/evolution-ews-3.30.3/cmake/modules/FindIntltool.cmake   2018-12-10 
10:09:28.0 +0100
@@ -176,9 +176,18 @@
DEPENDS ${_in}
)
else(_has_no_translations)
+   if(NOT TARGET intltool-merge-cache)
+   add_custom_command(OUTPUT 
${CMAKE_BINARY_DIR}/po/.intltool-merge-cache
+   COMMAND ${INTLTOOL_MERGE} ${_args} --quiet 
--cache="${CMAKE_BINARY_DIR}/po/.intltool-merge-cache" "${GETTEXT_PO_DIR}" 
"${_in}" "${_out}"
+   DEPENDS ${_in}
+   )
+   add_custom_target(intltool-merge-cache ALL
+   DEPENDS 
${CMAKE_BINARY_DIR}/po/.intltool-merge-cache)
+   endif(NOT TARGET intltool-merge-cache)
+
add_custom_command(OUTPUT ${_out}
COMMAND ${INTLTOOL_MERGE} ${_args} --quiet 
--cache="${CMAKE_BINARY_DIR}/po/.intltool-merge-cache" "${GETTEXT_PO_DIR}" 
"${_in}" "${_out}"
-   DEPENDS ${_in}
+   DEPENDS ${_in} intltool-merge-cache
)
endif(_has_no_translations)
 endmacro(intltool_merge)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.30.2/src/calendar/e-cal-backend-ews.c 
new/evolution-ews-3.30.3/src/calendar/e-cal-backend-ews.c
--- old/evolution-ews-3.30.2/src/calendar/e-cal-backend-ews.c   2018-10-22 
10:24:30.0 +0200
+++ new/evolution-ews-3.30.3/src/calendar/e-cal-backend-ews.c   2018-12-10 

commit evolution-ews for openSUSE:Factory

2018-11-20 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-11-20 22:30:05

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new.19453 (New)


Package is "evolution-ews"

Tue Nov 20 22:30:05 2018 rev:92 rq:650157 version:3.30.2

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-11-08 09:44:22.317389527 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.19453/evolution-ews.changes   
2018-11-20 22:30:12.930677459 +0100
@@ -1,0 +2,5 @@
+Sat Nov 17 17:56:49 UTC 2018 - bjorn@gmail.com
+
+- Drop pkgconfig(enchant) BuildRequires: No longer needed.
+
+---



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.TmazlO/_old  2018-11-20 22:30:13.786676942 +0100
+++ /var/tmp/diff_new_pack.TmazlO/_new  2018-11-20 22:30:13.786676942 +0100
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 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}




commit evolution-ews for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-11-08 09:44:07

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Thu Nov  8 09:44:07 2018 rev:91 rq:644298 version:3.30.2

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-10-17 08:18:22.510941724 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-11-08 09:44:22.317389527 +0100
@@ -1,0 +2,13 @@
+Wed Oct 24 09:39:46 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.2:
+  + Enable only Notification reminders in the calendar.
+  + Treat 'Unknown' ResponseType as Needs-Action.
+  + Collection backend schedules two 'populate' requests after
+going online.
+  + Bugs fixed: glgo#GNOME/evolution-ews#18,
+glgo#GNOME/evolution-ews#19, glgo#GNOME/evolution-ews#21,
+glgo#GNOME/evolution-ews#23.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.30.1.tar.xz

New:

  evolution-ews-3.30.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.4vUJuI/_old  2018-11-08 09:44:22.805388958 +0100
+++ /var/tmp/diff_new_pack.4vUJuI/_new  2018-11-08 09:44:22.813388948 +0100
@@ -19,7 +19,7 @@
 # _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.30.1
+Version:3.30.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.30.1.tar.xz -> evolution-ews-3.30.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.30.1/CMakeLists.txt 
new/evolution-ews-3.30.2/CMakeLists.txt
--- old/evolution-ews-3.30.1/CMakeLists.txt 2018-09-24 09:15:45.0 
+0200
+++ new/evolution-ews-3.30.2/CMakeLists.txt 2018-10-22 10:24:30.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.30.1
+   VERSION 3.30.2
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.30.1/NEWS 
new/evolution-ews-3.30.2/NEWS
--- old/evolution-ews-3.30.1/NEWS   2018-09-24 09:15:45.0 +0200
+++ new/evolution-ews-3.30.2/NEWS   2018-10-22 10:24:30.0 +0200
@@ -1,3 +1,20 @@
+Evolution-EWS 3.30.2 2018-10-22
+---
+
+Bug Fixes:
+   I#18 - Crashes when reading EWS Global Address List (Milan Crha)
+   I#19 - Country is forgotten along the way to exchange server (Milan 
Crha)
+   I#21 - Meeting with attachment cannot be saved in 2010 (Milan Crha)
+   I#23 - Autodiscovery uses EXCH URLs instead of EXPR (Milan Crha)
+
+Miscellaneous:
+   Enable only Notification reminders in the calendar (Milan Crha)
+   Treat 'Unknown' ResponseType as Needs-Action (Milan Crha)
+   Collection backend schedules two 'populate' requests after going online 
(Milan Crha)
+
+Translations:
+   Daniel Mustieles (es)
+
 Evolution-EWS 3.30.1 2018-09-24
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.30.1/po/es.po 
new/evolution-ews-3.30.2/po/es.po
--- old/evolution-ews-3.30.1/po/es.po   2018-09-24 09:15:45.0 +0200
+++ new/evolution-ews-3.30.2/po/es.po   2018-10-22 10:24:30.0 +0200
@@ -13,8 +13,8 @@
 msgstr ""
 "Project-Id-Version: evolution-ews master\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/evolution-ews/issues\n;
-"POT-Creation-Date: 2018-06-04 15:28+\n"
-"PO-Revision-Date: 2018-06-22 09:35+0200\n"
+"POT-Creation-Date: 2018-09-03 15:26+\n"
+"PO-Revision-Date: 2018-10-02 15:19+0200\n"
 "Last-Translator: Daniel Mustieles \n"
 "Language-Team: es \n"
 "Language: es\n"
@@ -22,7 +22,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Gtranslator 2.91.6\n"
+"X-Generator: Gtranslator 2.91.7\n"
 
 #: ../org.gnome.Evolution-ews.metainfo.xml.in.h:1
 #: ../src/camel/camel-ews-provider.c:81
@@ -35,18 +35,18 @@
 msgid "For accessing Exchange servers using Web Services"
 msgstr "Para acceder a servidores Exchange usando servicios web"
 
-#: ../src/addressbook/e-book-backend-ews.c:3272
+#: 

commit evolution-ews for openSUSE:Factory

2018-10-17 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-10-17 08:18:17

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Wed Oct 17 08:18:17 2018 rev:90 rq:638827 version:3.30.1

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-08-03 12:31:04.907017890 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-10-17 08:18:22.510941724 +0200
@@ -1,0 +2,84 @@
+Wed Sep 26 17:57:27 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.1:
+  + Calendar invites added with the wrong time zone.
+  + Fix an invalid unref call and a memory leak of an
+EEwsConnection object.
+  + Bugs fixed: glgo#GNOME/evolution-ews!8,
+glgo#GNOME/evolution-ews!14.
+  + Updated translations.
+
+---
+Wed Sep 19 03:05:42 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.30.0:
+  + No visible changes for the user.
+- Update spec:
+  + Drop lang subpackage Recommends: the main package is already
+being supplemented by the lang subpackage due to RPM automatic
+setting.
+
+---
+Wed Aug 29 12:00:07 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.29.92:
+  + Updated translations.
+
+---
+Mon Aug 13 18:41:57 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.29.91:
+  + Updated translations.
+
+---
+Wed Aug  1 22:15:32 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.29.90:
+  + Bugs fixed: glgo#GNOME/evolution-ews#10,
+glgo#GNOME/evolution-ews#11.
+  + Updated translations.
+
+---
+Wed Aug  1 03:29:04 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.4:
+  + Miscellaneous: Fix a few memory leaks.
+  + Bugs fixed: bgo#796297, glgo#GNOME/evolution-ews#12,
+glgo#GNOME/evolution-ews#4, glgo#GNOME/evolution-ews#5,
+glgo#GNOME/evolution-ews#2, glgo#GNOME/evolution-ews#6,
+glgo#GNOME/evolution-ews#7.
+  + Updated translations.
+
+---
+Wed Aug  1 03:29:03 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.29.3:
+  + Update a maintainer in the DOAP file.
+  + Update bug URL and switch to https:// in the DOAP file.
+  + Missing build dependency for gdbus-codegen on input .xml file.
+  + Bugs fixed: bgo#796297, bgo#795870.
+
+---
+Wed Aug  1 03:29:02 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.2:
+  + Miscellaneous:
+- Crash when meeting invitation iCalendar part could not be
+  parsed;
+- Skip empty street addresses in contacts;
+- Stale connection used after resume;
+  + Bug Fixes: bgo#795329, bgo#795121, bgo#792653, bgo#795414.
+  + Updated translations.
+
+---
+Wed Aug  1 03:29:01 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.1:
+  + Miscellaneous: Make it possible to disable Reminders for Tasks.
+  + Bug Fixes:
+- Support recurrence task (bgo#654459).
+- [Contacts] Use 'Display Name' as 'File As' when 'File As' is
+  missing (bgo#795076).
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.28.5.tar.xz

New:

  evolution-ews-3.30.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.3csCvr/_old  2018-10-17 08:18:22.910941545 +0200
+++ /var/tmp/diff_new_pack.3csCvr/_new  2018-10-17 08:18:22.910941545 +0200
@@ -12,20 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 # _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.5
+Version:3.30.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
-Source: 

commit evolution-ews for openSUSE:Factory

2018-08-03 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-08-03 12:31:03

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Fri Aug  3 12:31:03 2018 rev:89 rq:626763 version:3.28.5

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-07-19 22:49:08.219122615 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-08-03 12:31:04.907017890 +0200
@@ -1,0 +2,7 @@
+Tue Jul 31 06:30:38 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.5:
+  + Bugs fixed: glgo#GNOME/evolution-ews#10.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.28.4.tar.xz

New:

  evolution-ews-3.28.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.4ioPgE/_old  2018-08-03 12:31:05.463018708 +0200
+++ /var/tmp/diff_new_pack.4ioPgE/_new  2018-08-03 12:31:05.467018714 +0200
@@ -19,7 +19,7 @@
 # _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.4
+Version:3.28.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.28.4.tar.xz -> evolution-ews-3.28.5.tar.xz ++
 1919 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2018-07-19 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-07-19 22:49:05

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Thu Jul 19 22:49:05 2018 rev:88 rq:623619 version:3.28.4

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-06-22 13:28:20.606263187 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-07-19 22:49:08.219122615 +0200
@@ -1,0 +2,8 @@
+Mon Jul 16 18:31:40 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.4:
+  + Bugs fixed: bgo#796297, glgo#GNOME/evolution-ews#12,
+glgo#GNOME/evolution-ews#4, glgo#GNOME/evolution-ews#5,
+glgo#GNOME/evolution-ews#2, glgo#GNOME/evolution-ews#7.
+
+---

Old:

  evolution-ews-3.28.3.tar.xz

New:

  evolution-ews-3.28.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.hSU25a/_old  2018-07-19 22:49:08.907120370 +0200
+++ /var/tmp/diff_new_pack.hSU25a/_new  2018-07-19 22:49:08.911120356 +0200
@@ -19,7 +19,7 @@
 # _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.3
+Version:3.28.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.28.3.tar.xz -> evolution-ews-3.28.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.28.3/CMakeLists.txt 
new/evolution-ews-3.28.4/CMakeLists.txt
--- old/evolution-ews-3.28.3/CMakeLists.txt 2018-06-18 11:18:59.0 
+0200
+++ new/evolution-ews-3.28.4/CMakeLists.txt 2018-07-16 14:18:12.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.28.3
+   VERSION 3.28.4
LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.28.3/NEWS 
new/evolution-ews-3.28.4/NEWS
--- old/evolution-ews-3.28.3/NEWS   2018-06-18 11:18:59.0 +0200
+++ new/evolution-ews-3.28.4/NEWS   2018-07-16 14:18:12.0 +0200
@@ -1,3 +1,14 @@
+Evolution-EWS 3.28.4 2018-07-16
+---
+
+Bug Fixes:
+   Bug 796297 - Make it possible to not request RSVP (all-or-nothing) ][ 
(Milan Crha)
+   eds-I#12 - vCard REV attribute should be a timestamp (Milan Crha)
+   I#4 - Automatic junk filtering doesn't work (Milan Crha)
+   I#5 - Cannot set/change task priority (Milan Crha)
+   I#2 - Silently ignore broken items on fetch in calendars (Milan Crha)
+   I#7 - Event timezone not always properly set on the server (Milan Crha)
+
 Evolution-EWS 3.28.3 2018-06-18
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.28.3/src/addressbook/e-book-backend-ews.c 
new/evolution-ews-3.28.4/src/addressbook/e-book-backend-ews.c
--- old/evolution-ews-3.28.3/src/addressbook/e-book-backend-ews.c   
2018-06-18 11:18:59.0 +0200
+++ new/evolution-ews-3.28.4/src/addressbook/e-book-backend-ews.c   
2018-07-16 14:18:12.0 +0200
@@ -51,12 +51,23 @@
 #include "ews-oab-decoder.h"
 #include "ews-oab-decompress.h"
 
+#ifdef G_OS_WIN32
+#ifdef gmtime_r
+#undef gmtime_r
+#endif
+
+/* The gmtime() in Microsoft's C library is MT-safe */
+#define gmtime_r(tp,tmp) (gmtime(tp)?(*(tmp)=*gmtime(tp),(tmp)):0)
+#endif
+
 #define d(x)
 
 #define EDB_ERROR(_code) e_data_book_create_error (E_DATA_BOOK_STATUS_ ## 
_code, NULL)
 #define EDB_ERROR_EX(_code,_msg) e_data_book_create_error (E_DATA_BOOK_STATUS_ 
## _code, _msg)
 
 #define X_EWS_ORIGINAL_VCARD "X-EWS-ORIGINAL-VCARD"
+#define X_EWS_CHANGEKEY "X-EWS-CHANGEKEY"
+#define X_EWS_GAL_SHA1 "X-EWS-GAL-SHA1"
 
 #define EWS_MAX_FETCH_COUNT 500
 
@@ -66,7 +77,7 @@
 /* passing field uris for PhysicalAddress, PhoneNumbers causes error, so we
  * use Default view to fetch them. Thus the summary props just have attachments
  * and some additional properties that are not return with Default view */
-#define CONTACT_ITEM_PROPS "item:Attachments item:HasAttachments item:Body 
contacts:Manager contacts:Department contacts:SpouseName contacts:AssistantName 
contacts:BusinessHomePage contacts:Birthday"
+#define CONTACT_ITEM_PROPS "item:Attachments 

commit evolution-ews for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-06-22 13:28:18

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Fri Jun 22 13:28:18 2018 rev:87 rq:617555 version:3.28.3

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-05-10 15:46:04.852562502 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-06-22 13:28:20.606263187 +0200
@@ -1,0 +2,8 @@
+Mon Jun 18 09:53:07 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.3:
+  + Address some of the compiler and static analyzers warnings.
+  + Update bug URL and switch to https:// in the DOAP file.
+  + Bugs fixed: bgo#796297.
+
+---

Old:

  evolution-ews-3.28.2.tar.xz

New:

  evolution-ews-3.28.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.wSvoQW/_old  2018-06-22 13:28:21.182241900 +0200
+++ /var/tmp/diff_new_pack.wSvoQW/_new  2018-06-22 13:28:21.186241752 +0200
@@ -19,7 +19,7 @@
 # _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.2
+Version:3.28.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.28.2.tar.xz -> evolution-ews-3.28.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.28.2/CMakeLists.txt 
new/evolution-ews-3.28.3/CMakeLists.txt
--- old/evolution-ews-3.28.2/CMakeLists.txt 2018-05-07 10:34:12.0 
+0200
+++ new/evolution-ews-3.28.3/CMakeLists.txt 2018-06-18 11:18:59.0 
+0200
@@ -4,9 +4,9 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.28.2
+   VERSION 3.28.3
LANGUAGES C)
-set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
+set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/;)
 
 # Required for FindIntltool module
 set(GETTEXT_PACKAGE ${PROJECT_NAME})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.28.2/NEWS 
new/evolution-ews-3.28.3/NEWS
--- old/evolution-ews-3.28.2/NEWS   2018-05-07 10:34:12.0 +0200
+++ new/evolution-ews-3.28.3/NEWS   2018-06-18 11:18:59.0 +0200
@@ -1,3 +1,13 @@
+Evolution-EWS 3.28.3 2018-06-18
+---
+
+Bug Fixes:
+   Bug 796297 - Make it possible to not request RSVP (all-or-nothing) 
(Milan Crha)
+
+Miscellaneous:
+   Address some of the compiler and static analyzers warnings (Milan Crha)
+   Update bug URL and switch to https:// in the DOAP file (Milan Crha)
+
 Evolution-EWS 3.28.2 2018-05-07
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.28.2/evolution-ews.doap 
new/evolution-ews-3.28.3/evolution-ews.doap
--- old/evolution-ews-3.28.2/evolution-ews.doap 2018-05-07 10:34:12.0 
+0200
+++ new/evolution-ews-3.28.3/evolution-ews.doap 2018-06-18 11:18:59.0 
+0200
@@ -7,10 +7,10 @@
   evolution-ews
   MS Exchange integration through Exchange Web 
Services
   MS Exchange integration for the Evolution 
application
-  http://wiki.gnome.org/Apps/Evolution; />
-  http://mail.gnome.org/mailman/listinfo/evolution-list; />
-  http://download.gnome.org/sources/evolution-ews; />
-  http://bugzilla.gnome.org/browse.cgi?product=evolution-ews; />
+  https://wiki.gnome.org/Apps/Evolution; />
+  https://mail.gnome.org/mailman/listinfo/evolution-list; />
+  https://download.gnome.org/sources/evolution-ews; />
+  https://gitlab.gnome.org/GNOME/evolution-ews/issues/; />
   http://api.gnome.org/doap-extensions#apps; />
   C
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.28.2/src/addressbook/ews-oab-decoder.c 
new/evolution-ews-3.28.3/src/addressbook/ews-oab-decoder.c
--- old/evolution-ews-3.28.2/src/addressbook/ews-oab-decoder.c  2018-05-07 
10:34:12.0 +0200
+++ new/evolution-ews-3.28.3/src/addressbook/ews-oab-decoder.c  2018-06-18 
11:18:59.0 +0200
@@ -179,8 +179,8 @@
EwsOabDecoderPrivate *priv = GET_PRIVATE (eod);
const gchar *at;
GBytes *bytes = value;
-   EContactPhoto *photo = g_new0 (EContactPhoto, 1);
-   gchar *email = e_contact_get (contact, 

commit evolution-ews for openSUSE:Factory

2018-05-10 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-05-10 15:46:03

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Thu May 10 15:46:03 2018 rev:86 rq:605082 version:3.28.2

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-04-19 15:23:02.310796347 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-05-10 15:46:04.852562502 +0200
@@ -1,0 +2,11 @@
+Mon May  7 09:30:04 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.2:
+  + Crash when meeting invitation iCalendar part could not be
+parsed.
+  + Skip empty street addresses in contacts.
+  + Stale connection used after resume.
+  + Bugs fixed: bgo#795076, bgo#795329, bgo#795414.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.28.1.tar.xz

New:

  evolution-ews-3.28.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.5ynCZW/_old  2018-05-10 15:46:05.536537434 +0200
+++ /var/tmp/diff_new_pack.5ynCZW/_new  2018-05-10 15:46:05.540537288 +0200
@@ -19,7 +19,7 @@
 # _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.1
+Version:3.28.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.28.1.tar.xz -> evolution-ews-3.28.2.tar.xz ++
 2791 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-04-19 15:23:00

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Thu Apr 19 15:23:00 2018 rev:85 rq:596137 version:3.28.1

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-03-26 12:53:55.341129039 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-04-19 15:23:02.310796347 +0200
@@ -1,0 +2,7 @@
+Mon Apr  9 21:22:15 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.1:
+  + Bugs fixed: bgo#794116, bgo#788202, bgo#794924, bgo#794815.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.28.0.tar.xz

New:

  evolution-ews-3.28.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.H3l4sb/_old  2018-04-19 15:23:02.894772759 +0200
+++ /var/tmp/diff_new_pack.H3l4sb/_new  2018-04-19 15:23:02.898772597 +0200
@@ -19,7 +19,7 @@
 # _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
+Version:3.28.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1-only

++ evolution-ews-3.28.0.tar.xz -> evolution-ews-3.28.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.28.0/CMakeLists.txt 
new/evolution-ews-3.28.1/CMakeLists.txt
--- old/evolution-ews-3.28.0/CMakeLists.txt 2018-03-12 09:55:42.0 
+0100
+++ new/evolution-ews-3.28.1/CMakeLists.txt 2018-04-09 11:50:45.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.28.0
+   VERSION 3.28.1
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.28.0/NEWS 
new/evolution-ews-3.28.1/NEWS
--- old/evolution-ews-3.28.0/NEWS   2018-03-12 09:55:42.0 +0100
+++ new/evolution-ews-3.28.1/NEWS   2018-04-09 11:50:45.0 +0200
@@ -1,3 +1,15 @@
+Evolution-EWS 3.28.1 2018-04-09
+---
+
+Bug Fixes:
+   Bug 794116 - Delete messages in chunks to not exceed maximum limit 
(Milan Crha)
+   Bug 788202 - Convert Task dates to time zone set in Evolution (Milan 
Crha)
+   Bug 794924 - Reading EWS contact list aborts after error (Milan Crha)
+   Bug 794815 - Forgive errors when fetching events (Milan Crha)
+
+Translations:
+   Andika Triwidada (id)
+
 Evolution-EWS 3.28.0 2018-03-12
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.28.0/po/id.po 
new/evolution-ews-3.28.1/po/id.po
--- old/evolution-ews-3.28.0/po/id.po   2018-03-12 09:55:42.0 +0100
+++ new/evolution-ews-3.28.1/po/id.po   2018-04-09 11:50:45.0 +0200
@@ -5,67 +5,67 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: evolution-ews master\n"
+"Project-Id-Version: evolution-ews gnome-3-28\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?;
 "product=evolution-ews=I18N+L10N=Miscellaneous / EWS Core\n"
-"POT-Creation-Date: 2017-11-30 17:15+\n"
-"PO-Revision-Date: 2017-12-05 14:42+0700\n"
-"Last-Translator: Kukuh Syafaat \n"
+"POT-Creation-Date: 2018-03-12 15:07+\n"
+"PO-Revision-Date: 2018-03-15 20:51+0700\n"
+"Last-Translator: Andika Triwidada \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 2.0.4\n"
+"X-Generator: Poedit 2.0.6\n"
 
 #: ../org.gnome.Evolution-ews.metainfo.xml.in.h:1
-#: ../src/camel/camel-ews-provider.c:79
+#: ../src/camel/camel-ews-provider.c:81
 #: ../src/configuration/e-ews-config-lookup.c:251
 msgid "Exchange Web Services"
 msgstr "Layanan Web Exchange"
 
 #: ../org.gnome.Evolution-ews.metainfo.xml.in.h:2
-#: ../src/camel/camel-ews-provider.c:81
+#: ../src/camel/camel-ews-provider.c:83
 msgid "For accessing Exchange servers using Web Services"
 msgstr "Untuk mengakses server Exchange memakai Layanan Web"
 
-#: ../src/addressbook/e-book-backend-ews.c:2957
+#: ../src/addressbook/e-book-backend-ews.c:2971
 msgid "Failed 

commit evolution-ews for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-03-26 12:53:54

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Mon Mar 26 12:53:54 2018 rev:84 rq:590032 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-03-14 19:27:37.537520420 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-03-26 12:53:55.341129039 +0200
@@ -1,0 +2,7 @@
+Tue Mar 20 17:36:26 UTC 2018 - dims...@opensuse.org
+
+- Unconditionally enable translation-update-upstream: on
+  Tumbleweed, this results in a NOP and for Leap in SLE paid
+  translations being used (boo#1086036).
+
+---



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.NVt6rI/_old  2018-03-26 12:53:57.221061201 +0200
+++ /var/tmp/diff_new_pack.NVt6rI/_new  2018-03-26 12:53:57.229060913 +0200
@@ -31,6 +31,7 @@
 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}
@@ -50,9 +51,6 @@
 BuildRequires:  pkgconfig(libmspack) >= 0.4
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42
 Recommends: %{name}-lang
-%if !0%{is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 
 %description
 The EWS Exchange Connector for Evolution provides a Exchange backend
@@ -69,9 +67,7 @@
 
 %prep
 %setup -q
-%if !0%{?is_opensuse}
 translation-update-upstream
-%endif
 
 %build
 # We need to build directly with the 'final rpath':




commit evolution-ews for openSUSE:Factory

2018-03-14 Thread root
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:   

commit evolution-ews for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-03-08 10:42:33

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Thu Mar  8 10:42:33 2018 rev:82 rq:582662 version:3.26.6

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-02-07 18:38:50.315419159 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-03-08 10:42:36.845490917 +0100
@@ -1,0 +2,6 @@
+Mon Mar  5 11:11:14 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.6:
+  + Bugs fixed: bgo#793606.
+
+---

Old:

  evolution-ews-3.26.5.tar.xz

New:

  evolution-ews-3.26.6.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.2r455y/_old  2018-03-08 10:42:37.509467009 +0100
+++ /var/tmp/diff_new_pack.2r455y/_new  2018-03-08 10:42:37.509467009 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   evolution-ews
-Version:3.26.5
+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]+')
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
-License:LGPL-2.1
+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

++ evolution-ews-3.26.5.tar.xz -> evolution-ews-3.26.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.5/CMakeLists.txt 
new/evolution-ews-3.26.6/CMakeLists.txt
--- old/evolution-ews-3.26.5/CMakeLists.txt 2018-02-05 12:21:53.0 
+0100
+++ new/evolution-ews-3.26.6/CMakeLists.txt 2018-03-05 11:30:33.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.26.5
+   VERSION 3.26.6
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.5/NEWS 
new/evolution-ews-3.26.6/NEWS
--- old/evolution-ews-3.26.5/NEWS   2018-02-05 12:21:53.0 +0100
+++ new/evolution-ews-3.26.6/NEWS   2018-03-05 11:30:33.0 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.26.6 2018-03-05
+---
+
+Bug Fixes:
+   Bug 793606 - Fails to import events without DTEND (Milan Crha)
+
 Evolution-EWS 3.26.5 2018-02-05
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.26.5/src/calendar/e-cal-backend-ews-utils.c 
new/evolution-ews-3.26.6/src/calendar/e-cal-backend-ews-utils.c
--- old/evolution-ews-3.26.5/src/calendar/e-cal-backend-ews-utils.c 
2018-02-05 12:21:53.0 +0100
+++ new/evolution-ews-3.26.6/src/calendar/e-cal-backend-ews-utils.c 
2018-03-05 11:30:33.0 +0100
@@ -1118,7 +1118,14 @@
}
 
e_ews_cal_utils_set_time (msg, "Start", , FALSE);
-   e_ews_cal_utils_set_time (msg, "End", , FALSE);
+
+   /* Cover components without DTEND */
+   if (icaltime_is_valid_time (dtend) &&
+   !icaltime_is_null_time (dtend))
+   e_ews_cal_utils_set_time (msg, "End", , FALSE);
+   else
+   e_ews_cal_utils_set_time (msg, "End", , FALSE);
+
/* We have to do the time zone(s) later, or the server rejects the 
request */
 
/* All day event ? */




commit evolution-ews for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-02-07 18:38:46

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Wed Feb  7 18:38:46 2018 rev:81 rq:573058 version:3.26.5

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2018-01-16 09:28:52.595577321 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-02-07 18:38:50.315419159 +0100
@@ -1,0 +2,6 @@
+Mon Feb  5 13:23:55 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.5:
+  + Bugs fixed: bgo#793037.
+
+---

Old:

  evolution-ews-3.26.4.tar.xz

New:

  evolution-ews-3.26.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.OZ3BXb/_old  2018-02-07 18:38:50.879392739 +0100
+++ /var/tmp/diff_new_pack.OZ3BXb/_new  2018-02-07 18:38:50.883392551 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   evolution-ews
-Version:3.26.4
+Version:3.26.5
 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]+')

++ evolution-ews-3.26.4.tar.xz -> evolution-ews-3.26.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.4/CMakeLists.txt 
new/evolution-ews-3.26.5/CMakeLists.txt
--- old/evolution-ews-3.26.4/CMakeLists.txt 2018-01-08 11:34:32.0 
+0100
+++ new/evolution-ews-3.26.5/CMakeLists.txt 2018-02-05 12:21:53.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.26.4
+   VERSION 3.26.5
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.4/NEWS 
new/evolution-ews-3.26.5/NEWS
--- old/evolution-ews-3.26.4/NEWS   2018-01-08 11:34:32.0 +0100
+++ new/evolution-ews-3.26.5/NEWS   2018-02-05 12:21:53.0 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.26.5 2018-02-05
+---
+
+Bug Fixes:
+   Bug 793037 - Some appointments displayed as meetings (Milan Crha)
+
 Evolution-EWS 3.26.4 2018-01-08
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.26.4/src/calendar/e-cal-backend-ews.c 
new/evolution-ews-3.26.5/src/calendar/e-cal-backend-ews.c
--- old/evolution-ews-3.26.4/src/calendar/e-cal-backend-ews.c   2018-01-08 
11:34:32.0 +0100
+++ new/evolution-ews-3.26.5/src/calendar/e-cal-backend-ews.c   2018-02-05 
12:21:53.0 +0100
@@ -85,6 +85,7 @@
" calendar:UID" \
" calendar:Resources" \
" calendar:ModifiedOccurrences" \
+   " calendar:IsMeeting" \
" calendar:MyResponseType" \
" calendar:RequiredAttendees" \
" calendar:OptionalAttendees"
@@ -657,59 +658,63 @@
const EwsId *item_id;
const GSList *l = NULL;
const gchar *uid = e_ews_item_get_uid (item);
-   gchar *user_email;
 
item_id = e_ews_item_get_id (item);
-   user_email = camel_ews_settings_dup_email (ews_settings);
 
-   /* Attendees */
-   for (l = e_ews_item_get_attendees (item); l != NULL; l = 
g_slist_next (l)) {
-   icalparameter *param, *cu_type;
-   gchar *mailtoname;
-   const gchar *email = NULL;
-   EwsAttendee *attendee = (EwsAttendee *) l->data;
+   if (e_ews_item_get_is_meeting (item)) {
+   gchar *user_email;
 
-   if (!attendee->mailbox)
-   continue;
+   user_email = camel_ews_settings_dup_email 
(ews_settings);
 
-   if (g_strcmp0 (attendee->mailbox->routing_type, "EX") 
== 0)
-   email = e_ews_item_util_strip_ex_address 
(attendee->mailbox->email);
+   /* Attendees */
+   for (l = e_ews_item_get_attendees (item); l != NULL; l 
= g_slist_next (l)) {
+   icalparameter *param, *cu_type;
+   gchar *mailtoname;
+   const gchar *email = NULL;
+   EwsAttendee *attendee = (EwsAttendee *) l->data;
 
-   mailtoname 

commit evolution-ews for openSUSE:Factory

2018-01-16 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-01-16 09:28:50

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Tue Jan 16 09:28:50 2018 rev:80 rq:562588 version:3.26.4

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-12-29 18:49:39.982319784 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-01-16 09:28:52.595577321 +0100
@@ -1,0 +2,6 @@
+Mon Jan  8 15:50:46 UTC 2018 - zai...@opensuse.org
+
+- Update to version 3.26.4:
+  + Bugs fixed: bgo#792190.
+
+---

Old:

  evolution-ews-3.26.3.tar.xz

New:

  evolution-ews-3.26.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.K5yfiw/_old  2018-01-16 09:28:53.111553181 +0100
+++ /var/tmp/diff_new_pack.K5yfiw/_new  2018-01-16 09:28:53.111553181 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   evolution-ews
-Version:3.26.3
+Version:3.26.4
 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]+')

++ evolution-ews-3.26.3.tar.xz -> evolution-ews-3.26.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.3/CMakeLists.txt 
new/evolution-ews-3.26.4/CMakeLists.txt
--- old/evolution-ews-3.26.3/CMakeLists.txt 2017-12-11 12:19:48.0 
+0100
+++ new/evolution-ews-3.26.4/CMakeLists.txt 2018-01-08 11:34:32.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.26.3
+   VERSION 3.26.4
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.3/NEWS 
new/evolution-ews-3.26.4/NEWS
--- old/evolution-ews-3.26.3/NEWS   2017-12-11 12:19:48.0 +0100
+++ new/evolution-ews-3.26.4/NEWS   2018-01-08 11:34:32.0 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.26.4 2018-01-08
+---
+
+Bug Fixes:
+   Bug 792190 - Fails to update offline GAL (Milan Crha)
+
 Evolution-EWS 3.26.3 2017-12-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.3/src/server/e-ews-connection.c 
new/evolution-ews-3.26.4/src/server/e-ews-connection.c
--- old/evolution-ews-3.26.3/src/server/e-ews-connection.c  2017-12-11 
12:19:48.0 +0100
+++ new/evolution-ews-3.26.4/src/server/e-ews-connection.c  2018-01-08 
11:34:32.0 +0100
@@ -2366,7 +2366,12 @@
g_return_if_fail (E_IS_EWS_CONNECTION (cnc));
 
if (credentials) {
-   e_ews_connection_set_password (cnc, e_named_parameters_get 
(credentials, E_SOURCE_CREDENTIAL_PASSWORD));
+   const gchar *password;
+
+   /* Update password only if it's provided, otherwise keep the 
previously set, if any */
+   password = e_named_parameters_get (credentials, 
E_SOURCE_CREDENTIAL_PASSWORD);
+   if (password && *password)
+   e_ews_connection_set_password (cnc, password);
 
if (e_named_parameters_get (credentials, 
E_SOURCE_CREDENTIAL_USERNAME)) {
CamelNetworkSettings *network_settings;




commit evolution-ews for openSUSE:Factory

2017-12-29 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-12-29 18:49:32

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Fri Dec 29 18:49:32 2017 rev:79 rq:559363 version:3.26.3

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-11-03 19:08:12.131501814 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-12-29 18:49:39.982319784 +0100
@@ -1,0 +2,8 @@
+Wed Dec 20 20:47:50 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.26.3:
+  + [ECalBackendEws] Prevent crash when item has no MIME content
+set.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.26.2.tar.xz

New:

  evolution-ews-3.26.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.HY58Wg/_old  2017-12-29 18:49:40.786088937 +0100
+++ /var/tmp/diff_new_pack.HY58Wg/_new  2017-12-29 18:49:40.790087788 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   evolution-ews
-Version:3.26.2
+Version:3.26.3
 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]+')

++ evolution-ews-3.26.2.tar.xz -> evolution-ews-3.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.2/CMakeLists.txt 
new/evolution-ews-3.26.3/CMakeLists.txt
--- old/evolution-ews-3.26.2/CMakeLists.txt 2017-10-30 09:58:36.0 
+0100
+++ new/evolution-ews-3.26.3/CMakeLists.txt 2017-12-11 12:19:48.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.26.2
+   VERSION 3.26.3
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.2/NEWS 
new/evolution-ews-3.26.3/NEWS
--- old/evolution-ews-3.26.2/NEWS   2017-10-30 09:58:36.0 +0100
+++ new/evolution-ews-3.26.3/NEWS   2017-12-11 12:19:48.0 +0100
@@ -1,3 +1,12 @@
+Evolution-EWS 3.26.3 2017-12-11
+---
+
+Miscellaneous:
+   [ECalBackendEws] Prevent crash when item has no MIME content set (Milan 
Crha)
+
+Translations:
+   Ask Hjorth Larsen (da)
+
 Evolution-EWS 3.26.2 2017-10-30
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.2/po/da.po 
new/evolution-ews-3.26.3/po/da.po
--- old/evolution-ews-3.26.2/po/da.po   2017-10-30 09:58:36.0 +0100
+++ new/evolution-ews-3.26.3/po/da.po   2017-12-11 12:19:48.0 +0100
@@ -6,33 +6,35 @@
 # inbox -> indbakke (taget fra evolution-filen)
 # junk -> spam (taget fra evolution-filen)
 # unset -> nulstil
-#  Jeg var også i tvivl, men nu hælder jeg mere til at det måske mere 
er 
+#  Jeg var også i tvivl, men nu hælder jeg mere til at det måske mere 
er
 #  nulstil, der skal stå her.
 #  Hvis det er selve statusteksten som det drejer sig om, så vil 
nulstilling
-#  være oplagt. Er det derimod tilstanden for status, så vil slå fra 
eller 
+#  være oplagt. Er det derimod tilstanden for status, så vil slå fra 
eller
 #  deaktivere nok være bedre. Hvis ikke på kontoret-status som 
standard er
 #  slået fra, så vil nulstille også give mening.
-#  slog lige op i evolution (hovedfilen) og der er også brugt nulstil 
(et sted 
+#  slog lige op i evolution (hovedfilen) og der er også brugt nulstil 
(et sted
 #  dog deaktiver).
 #  Jeg holder lidt til slå fra eller deaktivere, men kender ikke 
programmet godt
-#  nok til at give andet end mit bud. 
+#  nok til at give andet end mit bud.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: evolution-ews master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?;
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?;
 "product=evolution-ews=I18N+L10N=Miscellaneous / EWS Core\n"
-"POT-Creation-Date: 2016-12-19 14:54+\n"
-"PO-Revision-Date: 2017-02-12 11:38+\n"
-"Last-Translator: Joe Hansen \n"
+"POT-Creation-Date: 2017-10-26 08:02+\n"
+"PO-Revision-Date: 2017-10-18 15:05+0200\n"
+"Last-Translator: Alan Mortensen \n"
 "Language-Team: Dansk-gruppen \n"
 "Language: da\n"
 "MIME-Version: 

commit evolution-ews for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-11-03 19:08:09

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Fri Nov  3 19:08:09 2017 rev:78 rq:538395 version:3.26.2

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-10-06 10:56:30.052388166 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-11-03 19:08:12.131501814 +0100
@@ -1,0 +2,9 @@
+Wed Nov  1 11:12:24 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.26.2:
+  + Use icaltime_is_utc() instead of icaltimetype::is_utc.
+  + Prevent crash under ews_backend_sync_created_folders().
+  + Bugs fixed: bgo#781645, bgo#788782.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.26.1.tar.xz

New:

  evolution-ews-3.26.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.z6jFJt/_old  2017-11-03 19:08:12.743479549 +0100
+++ /var/tmp/diff_new_pack.z6jFJt/_new  2017-11-03 19:08:12.743479549 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   evolution-ews
-Version:3.26.1
+Version:3.26.2
 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]+')

++ evolution-ews-3.26.1.tar.xz -> evolution-ews-3.26.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.1/CMakeLists.txt 
new/evolution-ews-3.26.2/CMakeLists.txt
--- old/evolution-ews-3.26.1/CMakeLists.txt 2017-10-02 14:33:04.0 
+0200
+++ new/evolution-ews-3.26.2/CMakeLists.txt 2017-10-30 09:58:36.0 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.26.1
+   VERSION 3.26.2
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.1/NEWS 
new/evolution-ews-3.26.2/NEWS
--- old/evolution-ews-3.26.1/NEWS   2017-10-02 14:33:04.0 +0200
+++ new/evolution-ews-3.26.2/NEWS   2017-10-30 09:58:36.0 +0100
@@ -1,3 +1,17 @@
+Evolution-EWS 3.26.2 2017-10-30
+---
+
+Bug Fixes:
+   Bug 781645 - Skip GSettings schema compile when DESTDIR is set (Milan 
Crha)
+   Bug 788782 - Deadlock when trying to save changes after vFolder's thaw 
(Milan Crha)
+
+Miscellaneous:
+   Use icaltime_is_utc() instead of icaltimetype::is_utc (Milan Crha)
+   Prevent crash under ews_backend_sync_created_folders() (Milan Crha)
+
+Translations:
+   Daniel Mustieles (es)
+
 Evolution-EWS 3.26.1 2017-10-02
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.1/cmake/modules/GLibTools.cmake 
new/evolution-ews-3.26.2/cmake/modules/GLibTools.cmake
--- old/evolution-ews-3.26.1/cmake/modules/GLibTools.cmake  2017-10-02 
14:33:04.0 +0200
+++ new/evolution-ews-3.26.2/cmake/modules/GLibTools.cmake  2017-10-30 
09:58:36.0 +0100
@@ -238,9 +238,11 @@
if(_install_code)
# Compile gsettings schemas and ensure that all of them are in 
the place.
install(CODE
-   "execute_process(${_install_code}
-   COMMAND ${CMAKE_COMMAND} -E chdir . 
\"${GLIB_COMPILE_SCHEMAS}\" \"${GSETTINGS_SCHEMAS_DIR}\"
-   )")
+   "if(\"\$ENV{DESTDIR}\" STREQUAL \"\")
+   execute_process(${_install_code}
+   COMMAND ${CMAKE_COMMAND} -E chdir . 
\"${GLIB_COMPILE_SCHEMAS}\" \"${GSETTINGS_SCHEMAS_DIR}\"
+   )
+   endif(\"\$ENV{DESTDIR}\" STREQUAL \"\")")
endif(_install_code)
 endmacro(add_gsettings_schemas)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.1/po/es.po 
new/evolution-ews-3.26.2/po/es.po
--- old/evolution-ews-3.26.1/po/es.po   2017-10-02 14:33:04.0 +0200
+++ new/evolution-ews-3.26.2/po/es.po   2017-10-30 09:58:36.0 +0100
@@ -14,8 +14,8 @@
 "Project-Id-Version: evolution-ews master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?;
 "product=evolution-ews=I18N+L10N=Miscellaneous / EWS Core\n"
-"POT-Creation-Date: 2017-06-07 12:58+\n"

commit evolution-ews for openSUSE:Factory

2017-10-06 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-10-06 10:56:28

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Fri Oct  6 10:56:28 2017 rev:77 rq:531087 version:3.26.1

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-09-13 21:49:06.755678636 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-10-06 10:56:30.052388166 +0200
@@ -1,0 +2,7 @@
+Mon Oct  2 18:41:18 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.26.1:
+  + Escape spaces in server Categories for message Labels.
+  + Bugs fixed: bgo#786208.
+
+---

Old:

  evolution-ews-3.26.0.tar.xz

New:

  evolution-ews-3.26.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.WgKBHV/_old  2017-10-06 10:56:30.668295064 +0200
+++ /var/tmp/diff_new_pack.WgKBHV/_new  2017-10-06 10:56:30.672294459 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   evolution-ews
-Version:3.26.0
+Version:3.26.1
+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]+')
-Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1
 Group:  Productivity/Networking/Email/Clients

++ evolution-ews-3.26.0.tar.xz -> evolution-ews-3.26.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.0/CMakeLists.txt 
new/evolution-ews-3.26.1/CMakeLists.txt
--- old/evolution-ews-3.26.0/CMakeLists.txt 2017-09-11 09:27:51.0 
+0200
+++ new/evolution-ews-3.26.1/CMakeLists.txt 2017-10-02 14:33:04.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.26.0
+   VERSION 3.26.1
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.0/NEWS 
new/evolution-ews-3.26.1/NEWS
--- old/evolution-ews-3.26.0/NEWS   2017-09-11 09:27:51.0 +0200
+++ new/evolution-ews-3.26.1/NEWS   2017-10-02 14:33:04.0 +0200
@@ -1,3 +1,12 @@
+Evolution-EWS 3.26.1 2017-10-02
+---
+
+Bug Fixes:
+   Bug 786208 - Already opened message box doesn’t show new emails (Milan 
Crha)
+
+Miscellaneous:
+   Escape spaces in server Categories for message Labels (Milan Crha)
+
 Evolution-EWS 3.26.0 2017-09-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.0/src/camel/camel-ews-folder.c 
new/evolution-ews-3.26.1/src/camel/camel-ews-folder.c
--- old/evolution-ews-3.26.0/src/camel/camel-ews-folder.c   2017-09-11 
09:27:51.0 +0200
+++ new/evolution-ews-3.26.1/src/camel/camel-ews-folder.c   2017-10-02 
14:33:04.0 +0200
@@ -1748,6 +1748,7 @@
 sync_created_items (CamelEwsFolder *ews_folder,
 EEwsConnection *cnc,
 GSList *created_items,
+   GHashTable *updating_summary_uids,
CamelFolderChangeInfo *change_info,
 GCancellable *cancellable,
 GError **error)
@@ -1777,6 +1778,20 @@
continue;
}
 
+   if (updating_summary_uids) {
+   const gchar *pooled_uid = camel_pstring_strdup (id->id);
+   gboolean known;
+
+   known = g_hash_table_remove (updating_summary_uids, 
pooled_uid);
+
+   camel_pstring_free (pooled_uid);
+
+   if (known) {
+   g_object_unref (item);
+   continue;
+   }
+   }
+
/* created_msg_ids are items other than generic item. We fetch 
them
 * separately since the property sets vary */
/* FIXME: Do we need to handle any other item types
@@ -1938,6 +1953,7 @@
CamelFolderSummary *folder_summary;
CamelEwsFolder *ews_folder;
CamelEwsFolderPrivate *priv;
+   GHashTable *updating_summary_uids = NULL;
EEwsConnection *cnc;
CamelEwsStore *ews_store;
const gchar *full_name;
@@ -1979,6 +1995,10 @@
 

commit evolution-ews for openSUSE:Factory

2017-09-13 Thread root
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}
 

commit evolution-ews for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-08-18 14:58:29

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Fri Aug 18 14:58:29 2017 rev:75 rq:516861 version:3.24.5

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-07-21 22:43:23.715544747 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-08-18 14:58:31.219851949 +0200
@@ -1,0 +2,7 @@
+Mon Aug  7 11:58:51 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.5:
+  + Bugs fixed: bgo#785188.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.24.4.tar.xz

New:

  evolution-ews-3.24.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.uf1YlU/_old  2017-08-18 14:58:31.887757925 +0200
+++ /var/tmp/diff_new_pack.uf1YlU/_new  2017-08-18 14:58:31.891757362 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   evolution-ews
-Version:3.24.4
+Version:3.24.5
 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

++ evolution-ews-3.24.4.tar.xz -> evolution-ews-3.24.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.24.4/CMakeLists.txt 
new/evolution-ews-3.24.5/CMakeLists.txt
--- old/evolution-ews-3.24.4/CMakeLists.txt 2017-07-17 10:47:01.0 
+0200
+++ new/evolution-ews-3.24.5/CMakeLists.txt 2017-08-07 12:45:35.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.24.4
+   VERSION 3.24.5
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
@@ -190,7 +190,7 @@
 
 set(ewsdatadir "${ewsdatadir}/ews")
 
-SET(CMAKE_INSTALL_RPATH "${LIB_INSTALL_DIR}:${privlibdir}:${evo_privlibdir}")
+SET(CMAKE_INSTALL_RPATH "${privlibdir}:${evo_privlibdir}")
 
 if(WIN32)
# On Win32 there is no "rpath" mechanism. We install the private
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.24.4/NEWS 
new/evolution-ews-3.24.5/NEWS
--- old/evolution-ews-3.24.4/NEWS   2017-07-17 10:47:01.0 +0200
+++ new/evolution-ews-3.24.5/NEWS   2017-08-07 12:45:35.0 +0200
@@ -1,3 +1,13 @@
+Evolution-EWS 3.24.5 2017-08-07
+---
+
+Bug Fixes:
+   Bug 785188 - Do not add LIB_INSTALL_DIR into RPATH (Milan Crha)
+
+Translations:
+   Mario Blättermann (de)
+   Balázs Meskó (hu)
+
 Evolution-EWS 3.24.4 2017-07-17
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.24.4/po/de.po 
new/evolution-ews-3.24.5/po/de.po
--- old/evolution-ews-3.24.4/po/de.po   2017-07-17 10:47:01.0 +0200
+++ new/evolution-ews-3.24.5/po/de.po   2017-08-07 12:45:35.0 +0200
@@ -4,10 +4,10 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: evolution-ews master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?;
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?;
 "product=evolution-ews=I18N+L10N=Miscellaneous / EWS Core\n"
-"POT-Creation-Date: 2017-01-13 13:06+\n"
-"PO-Revision-Date: 2017-02-04 19:29+0100\n"
+"POT-Creation-Date: 2017-07-10 12:33+\n"
+"PO-Revision-Date: 2017-07-24 18:18+0200\n"
 "Last-Translator: Mario Blättermann \n"
 "Language-Team: German \n"
 "Language: de\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.8.11\n"
+"X-Generator: Poedit 2.0.2\n"
 
 #: ../evolution-ews.metainfo.xml.in.h:1 ../src/camel/camel-ews-provider.c:79
 msgid "Exchange Web Services"
@@ -48,7 +48,7 @@
 #: ../src/addressbook/e-book-backend-ews.c:2566
 #, c-format
 msgid "Processing contacts in %s %d%% completed... "
-msgstr "Verarbeiten der Kontakte in %s zu %d%% abgeschlossen …"
+msgstr "Verarbeiten der Kontakte in %s zu %d%% abgeschlossen … "
 
 #: ../src/addressbook/e-book-backend-ews.c:3209
 msgid "Syncing contacts..."
@@ -79,7 +79,7 @@
 msgid "EWS does not support bulk modifications"
 msgstr "EWS unterstützt keine Massenänderungen"
 
-#: ../src/calendar/e-cal-backend-ews.c:2405
+#: ../src/calendar/e-cal-backend-ews.c:2433
 #, c-format
 msgid "Cannot find user “%s” between attendees"
 msgstr 

commit evolution-ews for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-07-21 22:42:52

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Fri Jul 21 22:42:52 2017 rev:74 rq:511106 version:3.24.4

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-06-28 10:33:31.474820698 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-07-21 22:43:23.715544747 +0200
@@ -1,0 +2,7 @@
+Mon Jul 17 11:02:47 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.4:
+  + Bugs fixed: bgo#784332, bgo#784058, bgo#784775.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.24.3.tar.xz

New:

  evolution-ews-3.24.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.ZW1E8N/_old  2017-07-21 22:43:25.127345594 +0200
+++ /var/tmp/diff_new_pack.ZW1E8N/_new  2017-07-21 22:43:25.127345594 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   evolution-ews
-Version:3.24.3
+Version:3.24.4
 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

++ evolution-ews-3.24.3.tar.xz -> evolution-ews-3.24.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.24.3/CMakeLists.txt 
new/evolution-ews-3.24.4/CMakeLists.txt
--- old/evolution-ews-3.24.3/CMakeLists.txt 2017-06-19 12:21:32.0 
+0200
+++ new/evolution-ews-3.24.4/CMakeLists.txt 2017-07-17 10:47:01.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.24.3
+   VERSION 3.24.4
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.24.3/NEWS 
new/evolution-ews-3.24.4/NEWS
--- old/evolution-ews-3.24.3/NEWS   2017-06-19 12:21:32.0 +0200
+++ new/evolution-ews-3.24.4/NEWS   2017-07-17 10:47:01.0 +0200
@@ -1,3 +1,15 @@
+Evolution-EWS 3.24.4 2017-07-17
+---
+
+Bug Fixes:
+   Bug 784332 - EXDATE missed in recurring events (Milan Crha)
+   Bug 784058 - Ignores Exchange backoff response (Milan Crha)
+   Bug 784775 - PublicDL members replaced with DL aliases in online GAL 
(Milan Crha)
+
+Translations:
+   Piotr Drąg (pl)
+   Kukuh Syafaat (id)
+
 Evolution-EWS 3.24.3 2017-06-19
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.24.3/po/id.po 
new/evolution-ews-3.24.4/po/id.po
--- old/evolution-ews-3.24.3/po/id.po   2017-06-19 12:21:32.0 +0200
+++ new/evolution-ews-3.24.4/po/id.po   2017-07-17 10:47:01.0 +0200
@@ -8,8 +8,8 @@
 "Project-Id-Version: evolution-ews master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?;
 "product=evolution-ews=I18N+L10N=Miscellaneous / EWS Core\n"
-"POT-Creation-Date: 2017-03-20 11:28+\n"
-"PO-Revision-Date: 2017-03-20 22:59+0700\n"
+"POT-Creation-Date: 2017-07-10 12:33+\n"
+"PO-Revision-Date: 2017-07-11 10:12+0700\n"
 "Last-Translator: Kukuh Syafaat \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 1.8.11\n"
+"X-Generator: Poedit 2.0.2\n"
 
 #: ../evolution-ews.metainfo.xml.in.h:1 ../src/camel/camel-ews-provider.c:79
 msgid "Exchange Web Services"
@@ -106,7 +106,7 @@
 msgid "Unable to create cache file"
 msgstr "Tak bisa membuat berkas singgahan"
 
-#: ../src/camel/camel-ews-folder.c:585 ../src/camel/camel-ews-folder.c:677
+#: ../src/camel/camel-ews-folder.c:585 ../src/camel/camel-ews-folder.c:678
 #, c-format
 msgid "Unable to create cache path “%s”: %s"
 msgstr "Tak bisa membuat path singgahan “%s”: %s"
@@ -114,22 +114,22 @@
 #. Translators: The first %s consists of the source file name,
 #. the second %s of the destination file name and
 #. the third %s of the error message.
-#: ../src/camel/camel-ews-folder.c:691
+#: ../src/camel/camel-ews-folder.c:692
 #, c-format
 msgid "Failed to move message cache file from “%s” to “%s”: %s"
 msgstr "Gagal memindah berkas singgahan pesan dari “%s” to “%s”: %s"
 
-#: ../src/camel/camel-ews-folder.c:1498
+#: 

commit evolution-ews for openSUSE:Factory

2017-06-28 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-06-28 10:33:31

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Wed Jun 28 10:33:31 2017 rev:73 rq:505498 version:3.24.3

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-05-18 20:41:09.827856872 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-06-28 10:33:31.474820698 +0200
@@ -1,0 +2,10 @@
+Mon Jun 19 13:18:55 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.3:
+  + e_ews_connection_try_credentials_sync() asks for password when
+not needed.
+  + Allow overwrite of CMAKE_SKIP_RPATH variable.
+- Pass -DCMAKE_SKIP_RPATH=OFF to configure, needed after upstream
+  changes.
+
+---

Old:

  evolution-ews-3.24.2.tar.xz

New:

  evolution-ews-3.24.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.EwD9uQ/_old  2017-06-28 10:33:32.058738088 +0200
+++ /var/tmp/diff_new_pack.EwD9uQ/_new  2017-06-28 10:33:32.062737522 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   evolution-ews
-Version:3.24.2
+Version:3.24.3
 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
@@ -74,6 +74,7 @@
 # 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 %{?_smp_mflags}
 

++ evolution-ews-3.24.2.tar.xz -> evolution-ews-3.24.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.24.2/CMakeLists.txt 
new/evolution-ews-3.24.3/CMakeLists.txt
--- old/evolution-ews-3.24.2/CMakeLists.txt 2017-05-08 14:25:22.0 
+0200
+++ new/evolution-ews-3.24.3/CMakeLists.txt 2017-06-19 12:21:32.0 
+0200
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-   VERSION 3.24.2
+   VERSION 3.24.3
LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews;)
 
@@ -53,7 +53,7 @@
 # Packagers might want to need different settings for the RPATH related things
 # From experience, especially CMAKE_BUILD_WITH_INSTALL_RPATH might need to be
 # switched to ON, if CMake fails to set the right values during make install
-set(CMAKE_SKIP_RPATH OFF)
+set(CMAKE_SKIP_RPATH OFF CACHE BOOL INTERNAL)
 set(CMAKE_SKIP_BUILD_RPATH OFF CACHE BOOL INTERNAL)
 set(CMAKE_BUILD_WITH_INSTALL_RPATH OFF CACHE BOOL INTERNAL)
 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON CACHE BOOL INTERNAL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.24.2/NEWS 
new/evolution-ews-3.24.3/NEWS
--- old/evolution-ews-3.24.2/NEWS   2017-05-08 14:25:22.0 +0200
+++ new/evolution-ews-3.24.3/NEWS   2017-06-19 12:21:32.0 +0200
@@ -1,3 +1,10 @@
+Evolution-EWS 3.24.3 2017-06-19
+---
+
+Miscellaneous:
+   e_ews_connection_try_credentials_sync() asks for password when not 
needed (Milan Crha)
+   Allow overwrite of CMAKE_SKIP_RPATH variable (Milan Crha)
+
 Evolution-EWS 3.24.2 2017-05-08
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.24.2/src/server/e-ews-connection.c 
new/evolution-ews-3.24.3/src/server/e-ews-connection.c
--- old/evolution-ews-3.24.2/src/server/e-ews-connection.c  2017-05-08 
14:25:22.0 +0200
+++ new/evolution-ews-3.24.3/src/server/e-ews-connection.c  2017-06-19 
12:21:32.0 +0200
@@ -2281,7 +2281,13 @@
 
if (auth_failed) {
g_clear_error (_error);
-   result = E_SOURCE_AUTHENTICATION_REJECTED;
+
+   if (camel_ews_settings_get_auth_mechanism 
(cnc->priv->settings) != EWS_AUTH_TYPE_GSSAPI && (!credentials ||
+   !e_named_parameters_exists (credentials, 
E_SOURCE_CREDENTIAL_PASSWORD))) {
+   result = E_SOURCE_AUTHENTICATION_REQUIRED;
+   } else {
+   result = E_SOURCE_AUTHENTICATION_REJECTED;
+   }
} else {
g_propagate_error (error, local_error);
result = E_SOURCE_AUTHENTICATION_ERROR;




commit evolution-ews for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-05-18 20:41:08

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Thu May 18 20:41:08 2017 rev:72 rq:494453 version:3.24.2

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-04-29 10:49:35.273593799 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-05-18 20:41:09.827856872 +0200
@@ -1,0 +2,7 @@
+Wed May 10 17:12:19 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.2:
+  + Bugs fixed: bgo#781833.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.24.1.tar.xz

New:

  evolution-ews-3.24.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.EmMgfa/_old  2017-05-18 20:41:10.483764308 +0200
+++ /var/tmp/diff_new_pack.EmMgfa/_new  2017-05-18 20:41:10.483764308 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   evolution-ews
-Version:3.24.1
+Version:3.24.2
 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

++ evolution-ews-3.24.1.tar.xz -> evolution-ews-3.24.2.tar.xz ++
 2106 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2017-04-29 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-04-29 10:49:32

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Sat Apr 29 10:49:32 2017 rev:71 rq:490209 version:3.24.1

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-03-22 23:06:17.605675964 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-04-29 10:49:35.273593799 +0200
@@ -1,0 +2,10 @@
+Wed Apr 19 10:34:38 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.1:
+  + Sources always enabled, even when their part is disabled.
+  + Use correct respond method in
+e_cal_backend_ews_remove_object().
+  + Bugs fixed: bgo#779804, bgo#780391.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.24.0.tar.xz

New:

  evolution-ews-3.24.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.Q0EXyJ/_old  2017-04-29 10:49:36.081479668 +0200
+++ /var/tmp/diff_new_pack.Q0EXyJ/_new  2017-04-29 10:49:36.081479668 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   evolution-ews
-Version:3.24.0
+Version:3.24.1
 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

++ evolution-ews-3.24.0.tar.xz -> evolution-ews-3.24.1.tar.xz ++
 1884 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-03-22 23:06:15

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Wed Mar 22 23:06:15 2017 rev:70 rq:481369 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-02-19 00:38:07.468960742 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-03-22 23:06:17.605675964 +0100
@@ -1,0 +2,80 @@
+Mon Mar 20 11:56:44 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + No code/translation changes.
+
+---
+Mon Mar 13 11:12:23 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Updated translations.
+
+---
+Mon Feb 27 12:42:36 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.23.91:
+  + Updated translations.
+
+---
+Wed Feb 15 11:50:16 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Avoid local message cache expiry clean up when being offline.
+  + Bug fixed: bgo#777946.
+  + Updated translations.
+
+---
+Wed Feb 15 03:23:04 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.4:
+  + Fix possible uninitialized variable usage in
+ews-test-timezones.c.
+  + Fix few memory leaks.
+  + Fix "variable may be used uninitialized" warning in
+query-to-restriction conversion.
+  + Bugs fixed: bgo#773419, bgo#775649, bgo#775951, bgo#777021.
+  + Updated translations.
+
+---
+Wed Feb 15 03:23:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Autodiscover can cause deadlock in GCancellable code.
+  + Make glib_mkenums() files depend on the source enum file.
+  + Bugs fixed: bgo#774364, bgo#775363, bgo#775395.
+  + Updated translations.
+- Drop evolution-ews-rpath.patch: fixed upstream.
+
+---
+Wed Feb 15 03:23:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Runtime warnings when calling ResolveNames.
+  + Do not require C++ compiler, when not used.
+  + Ensure CMAKE_SKIP_RPATH is OFF, the RPATH is used here.
+  + Bugs fixed: bgo#764065, bgo#769573, bgo#773379, bgo#774523.
+- Add evolution-ews-rpath.patch: Allow to build directly with
+  final runpath.
+
+---
+Wed Feb 15 03:23:01 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.1:
+  + Convert from autotools to CMake.
+  + Require as hard dependency some dependencies.
+  + Add a helper script for a 'dist' target.
+  + Rename SHARE_INSTALL_DIR to SHARE_INSTALL_PREFIX.
+  + Use tests/ as `make check` tests, if enabled with ENABLE_TESTS.
+  + Hard-break `make dist` when there are uncommitted changes.
+  + Updated translations.
+- Replace %%configure call with %%cmake, following upstreams port.
+- Add pkgconfig()-style BuildRequires, matching what configure
+  checks for: camel-1.2, evolution-calendar-3.0, libebook-1.2,
+  libecal-1.2, libical.
+- Drop definition of evolution_base_version: it's not been used for
+  a while in evolution-ews.
+- Drop libeews-1_2-0, libewsutils0 and -devel subpackages: there is
+  no public API to be consumed anymore (and nothing ever did or was
+  supposed to).
+
+---

Old:

  evolution-ews-3.22.5.tar.xz

New:

  evolution-ews-3.24.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.PiY5Y6/_old  2017-03-22 23:06:18.321574510 +0100
+++ /var/tmp/diff_new_pack.PiY5Y6/_new  2017-03-22 23:06:18.321574510 +0100
@@ -17,29 +17,37 @@
 
 
 Name:   evolution-ews
-# This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.22
-Version:3.22.5
+Version:3.24.0
 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.22/%{name}-%{version}.tar.xz
+Source:  

commit evolution-ews for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-02-19 00:38:06

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2017-01-23 11:21:49.910250551 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-02-19 00:38:07.468960742 +0100
@@ -1,0 +2,6 @@
+Mon Feb 13 12:56:27 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.5:
+  + Bugs fixed: bgo#777946.
+
+---

Old:

  evolution-ews-3.22.4.tar.xz

New:

  evolution-ews-3.22.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.csB5x2/_old  2017-02-19 00:38:08.000885935 +0100
+++ /var/tmp/diff_new_pack.csB5x2/_new  2017-02-19 00:38:08.000885935 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.22
-Version:3.22.4
+Version:3.22.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.22.4.tar.xz -> evolution-ews-3.22.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.22.4/NEWS 
new/evolution-ews-3.22.5/NEWS
--- old/evolution-ews-3.22.4/NEWS   2017-01-16 13:44:28.0 +0100
+++ new/evolution-ews-3.22.5/NEWS   2017-02-13 13:36:05.0 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.22.5 2017-02-13
+---
+
+Bug Fixes:
+   Bug 777946 - Fails to import regular appointment (Milan Crha)
+
 Evolution-EWS 3.22.4 2017-01-16
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.22.4/configure 
new/evolution-ews-3.22.5/configure
--- old/evolution-ews-3.22.4/configure  2017-01-16 13:45:01.0 +0100
+++ new/evolution-ews-3.22.5/configure  2017-02-13 13:36:35.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.22.4.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.22.5.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.22.4'
-PACKAGE_STRING='evolution-ews 3.22.4'
+PACKAGE_VERSION='3.22.5'
+PACKAGE_STRING='evolution-ews 3.22.5'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1521,7 +1521,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.22.4 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.22.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1591,7 +1591,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of evolution-ews 3.22.4:";;
+ short | recursive ) echo "Configuration of evolution-ews 3.22.5:";;
esac
   cat <<\_ACEOF
 
@@ -1797,7 +1797,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-evolution-ews configure 3.22.4
+evolution-ews configure 3.22.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2166,7 +2166,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.22.4, which was
+It was created by evolution-ews $as_me 3.22.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3029,7 +3029,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.22.4'
+ VERSION='3.22.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3268,11 +3268,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*
 # version of EDS and Evo.
 read x NEWSVER y < NEWS
-PREVVER=3.22.$(expr 4 - 1)
+PREVVER=3.22.$(expr 5 - 1)
 if test "$PREVVER" = "$NEWSVER"; then
EVOREQVER=$PREVVER
 else
-   EVOREQVER=3.22.4
+   EVOREQVER=3.22.5
 fi
 
 
@@ -17965,7 +17965,7 @@
 # report actual input values of CONFIG_FILES etc. 

commit evolution-ews for openSUSE:Factory

2017-01-23 Thread root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2017-01-23 11:21:48

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-12-15 10:42:12.651924009 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2017-01-23 11:21:49.910250551 +0100
@@ -1,0 +2,7 @@
+Tue Jan 17 10:39:32 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.4:
+  + Fix few memory leaks.
+  + Bugs fixed: bgo#775951, bgo#775649.
+
+---

Old:

  evolution-ews-3.22.3.tar.xz

New:

  evolution-ews-3.22.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.0UIDx7/_old  2017-01-23 11:21:50.298195476 +0100
+++ /var/tmp/diff_new_pack.0UIDx7/_new  2017-01-23 11:21:50.302194908 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.22
-Version:3.22.3
+Version:3.22.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.22.3.tar.xz -> evolution-ews-3.22.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.22.3/NEWS 
new/evolution-ews-3.22.4/NEWS
--- old/evolution-ews-3.22.3/NEWS   2016-12-12 16:26:28.0 +0100
+++ new/evolution-ews-3.22.4/NEWS   2017-01-16 13:44:28.0 +0100
@@ -1,3 +1,13 @@
+Evolution-EWS 3.22.4 2017-01-16
+---
+
+Bug Fixes:
+   Bug 775951 - Folder permission level change doesn't change read 
permission (Milan Crha)
+   Bug 775649 - Monthly recurrence on the last day refused by the server 
(Milan Crha)
+
+Miscellaneous:
+   Fix few memory leaks (Milan Crha)
+
 Evolution-EWS 3.22.3 2016-12-12
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.22.3/configure 
new/evolution-ews-3.22.4/configure
--- old/evolution-ews-3.22.3/configure  2016-12-12 16:26:54.0 +0100
+++ new/evolution-ews-3.22.4/configure  2017-01-16 13:45:01.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.22.3.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.22.4.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.22.3'
-PACKAGE_STRING='evolution-ews 3.22.3'
+PACKAGE_VERSION='3.22.4'
+PACKAGE_STRING='evolution-ews 3.22.4'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1521,7 +1521,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.22.3 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.22.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1591,7 +1591,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of evolution-ews 3.22.3:";;
+ short | recursive ) echo "Configuration of evolution-ews 3.22.4:";;
esac
   cat <<\_ACEOF
 
@@ -1797,7 +1797,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-evolution-ews configure 3.22.3
+evolution-ews configure 3.22.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2166,7 +2166,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.22.3, which was
+It was created by evolution-ews $as_me 3.22.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3029,7 

commit evolution-ews for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-11-10 13:10:46

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-10-18 10:28:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-11-10 13:10:47.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  7 09:30:16 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.2:
+  + Runtime warnings when calling ResolveNames.
+  + Bugs fixed: bgo#770936, bgo#738093, bgo#773379.
+
+---

Old:

  evolution-ews-3.22.1.tar.xz

New:

  evolution-ews-3.22.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.O1QL8Y/_old  2016-11-10 13:10:48.0 +0100
+++ /var/tmp/diff_new_pack.O1QL8Y/_new  2016-11-10 13:10:48.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.22
-Version:3.22.1
+Version:3.22.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.22.1.tar.xz -> evolution-ews-3.22.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.22.1/Makefile.in 
new/evolution-ews-3.22.2/Makefile.in
--- old/evolution-ews-3.22.1/Makefile.in2016-10-10 11:00:06.0 
+0200
+++ new/evolution-ews-3.22.2/Makefile.in2016-11-07 10:13:51.0 
+0100
@@ -259,6 +259,7 @@
 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
+CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CYGPATH_W = @CYGPATH_W@
@@ -776,7 +777,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -801,7 +802,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -819,7 +820,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -829,7 +830,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.22.1/NEWS 
new/evolution-ews-3.22.2/NEWS
--- old/evolution-ews-3.22.1/NEWS   2016-10-10 10:59:35.0 +0200
+++ new/evolution-ews-3.22.2/NEWS   2016-11-07 10:11:01.0 +0100
@@ -1,3 +1,14 @@
+Evolution-EWS 3.22.2 2016-11-07
+---
+
+Bug Fixes:
+   Bug 770936 - BAD REQUEST due to empty Categories element (Milan Crha)
+   Bug 738093 - Show folder names with slash properly ][ (Milan Crha)
+   Bug 773379 - Cannot add more than one user into folder permissions 
(Milan Crha)
+
+Miscellaneous:
+   Runtime warnings when calling ResolveNames (Milan Crha)
+
 Evolution-EWS 3.22.1 2016-10-10
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.22.1/aclocal.m4 
new/evolution-ews-3.22.2/aclocal.m4
--- old/evolution-ews-3.22.1/aclocal.m4 2016-10-10 11:00:04.0 +0200
+++ new/evolution-ews-3.22.2/aclocal.m4 2016-11-07 10:13:49.0 +0100
@@ -31,9 +31,9 @@
 # DESCRIPTION
 #

commit evolution-ews for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-10-18 10:28:33

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-09-21 18:34:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-10-18 10:28:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 09:27:53 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.1:
+  + Bugs fixed: bgo#771370, bgo#771931.
+
+---

Old:

  evolution-ews-3.22.0.tar.xz

New:

  evolution-ews-3.22.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.DNpwOF/_old  2016-10-18 10:28:34.0 +0200
+++ /var/tmp/diff_new_pack.DNpwOF/_new  2016-10-18 10:28:34.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.22
-Version:3.22.0
+Version:3.22.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.22.0.tar.xz -> evolution-ews-3.22.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.22.0/NEWS 
new/evolution-ews-3.22.1/NEWS
--- old/evolution-ews-3.22.0/NEWS   2016-09-19 10:25:36.0 +0200
+++ new/evolution-ews-3.22.1/NEWS   2016-10-10 10:59:35.0 +0200
@@ -1,3 +1,10 @@
+Evolution-EWS 3.22.1 2016-10-10
+---
+
+Bug Fixes:
+   Bug 771370 - Exchange 2016 returns broken MIME content for events with 
detached instances (Milan Crha)
+   Bug 771931 - Add missing Camel cflags/libs to src/server/ (Milan Crha)
+
 Evolution-EWS 3.22.0 2016-09-19
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.22.0/configure 
new/evolution-ews-3.22.1/configure
--- old/evolution-ews-3.22.0/configure  2016-09-19 10:26:03.0 +0200
+++ new/evolution-ews-3.22.1/configure  2016-10-10 11:00:05.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.22.0.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.22.1.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.22.0'
-PACKAGE_STRING='evolution-ews 3.22.0'
+PACKAGE_VERSION='3.22.1'
+PACKAGE_STRING='evolution-ews 3.22.1'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1520,7 +1520,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.22.0 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.22.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1590,7 +1590,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of evolution-ews 3.22.0:";;
+ short | recursive ) echo "Configuration of evolution-ews 3.22.1:";;
esac
   cat <<\_ACEOF
 
@@ -1796,7 +1796,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-evolution-ews configure 3.22.0
+evolution-ews configure 3.22.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2165,7 +2165,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.22.0, which was
+It was created by evolution-ews $as_me 3.22.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3028,7 +3028,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.22.0'
+ VERSION='3.22.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3267,11 +3267,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*
 # version of EDS and Evo.
 read x NEWSVER y < NEWS
-PREVVER=3.22.$(expr 0 - 1)
+PREVVER=3.22.$(expr 1 - 1)
 if test "$PREVVER" = "$NEWSVER"; then

commit evolution-ews for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-09-21 18:34:20

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-08-12 15:35:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-09-21 18:34:21.0 +0200
@@ -1,0 +2,66 @@
+Mon Sep 19 08:47:03 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.0:
+  + Updated translations.
+
+---
+Mon Sep 12 12:51:47 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.92:
+  + Do not restrict/remove From address on message send
+(bgo#758374).
+  + Updated translations.
+
+---
+Mon Aug 29 16:01:03 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.21.91:
+  + Updated translations.
+
+---
+Mon Aug 15 17:29:04 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.90:
+  + Customized timezones not recognized (bgo#769044).
+  + Updated translations.
+
+---
+Mon Aug  8 10:00:03 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.4:
+  + Always build ESExp structure as a GObject descendant.
+  + Add Language headers to po files.
+  + Bugs fixed: bgo#764065.
+  + Updated translations.
+
+---
+Mon Aug  8 10:00:02 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.3:
+  + Initialize connection variable to NULL in
+camel_ews_folder_get_message().
+  + Fix a memory leak when creating a contact.
+  + Address some of the clang compiler warnings.
+  + Bugs fixed: bgo#767030, bgo#722193, bgo#767335, bgo#634294.
+  + Updated translations.
+
+---
+Mon Aug  8 10:00:01 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.2:
+  + Fix some issues found by Coverity Scan.
+  + Bugs fixed: bgo#765398, bgo#766021.
+  + Updated translations.
+
+---
+Mon Aug  8 10:00:00 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.1:
+  + Ask for password after NTLM/SSO authentication failure.
+  + Bugs fixed: bgo#763991, bgo#764110, bgo#764977, bgo#764976,
+bgo#765209.
+  + Updated translations.
+- Drop evolution-ews-ntlm-auth-test-failure.patch: Fixed upstream.
+- Bump base version following upstream changes.
+
+---

Old:

  evolution-ews-3.20.5.tar.xz

New:

  evolution-ews-3.22.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.nQHACI/_old  2016-09-21 18:34:22.0 +0200
+++ /var/tmp/diff_new_pack.nQHACI/_new  2016-09-21 18:34:22.0 +0200
@@ -18,14 +18,14 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.20
-Version:3.20.5
+%define evolution_base_version 3.22
+Version:3.22.0
 Release:0
 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.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evolution-ews/3.22/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream

++ evolution-ews-3.20.5.tar.xz -> evolution-ews-3.22.0.tar.xz ++
 9095 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-08-12 15:35:47

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-07-21 07:52:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-08-12 15:35:49.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 09:59:56 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.5:
+  + Customized timezones not recognized (bgo#769044).
+
+---
@@ -17,0 +24,5 @@
+Tue May 17 15:03:25 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20.2  Fate#318572
+
+---
@@ -31,0 +43,10 @@
+Thu Apr 14 18:57:09 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Drop ews-timezone.patch,
+  evolution-ews-3.10.4-foreign-calendars-hidden.patch
+  evolution-ews-3.10.4-remove-sources.patch, and
+  evolution-ews-3.10.4-Permissions-on-context-menu-for-GAL.patch:
+  fixed upstream.
+
+---
@@ -155,0 +177,6 @@
+Mon Aug 24 14:20:24 UTC 2015 - fcro...@suse.com
+
+- Add ews-timezone.patch: Fix evolution-ews's calendar time +1 hour
+  in foreign timezone (bsc#924263).
+
+---
@@ -238,0 +266,15 @@
+
+---
+Tue Jun 30 11:54:03 UTC 2015 - fcro...@suse.com
+
+- Add evolution-ews-3.10.4-foreign-calendars-hidden.patch
+  (bgo#751547): fix foreign calencards being hidden by default.
+- Add evolution-ews-3.10.4-remove-sources.patch: ensure sources are
+  properly removed from disk when needed.
+
+---
+Mon Jun 22 12:32:56 UTC 2015 - fcro...@suse.com
+
+- Add
+  evolution-ews-3.10.4-Permissions-on-context-menu-for-GAL.patch:
+  disable permission context menu on GAL (bgo#751001).

Old:

  evolution-ews-3.20.4.tar.xz

New:

  evolution-ews-3.20.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.U5JlTf/_old  2016-08-12 15:35:50.0 +0200
+++ /var/tmp/diff_new_pack.U5JlTf/_new  2016-08-12 15:35:50.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.20
-Version:3.20.4
+Version:3.20.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.20.4.tar.xz -> evolution-ews-3.20.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.4/NEWS 
new/evolution-ews-3.20.5/NEWS
--- old/evolution-ews-3.20.4/NEWS   2016-07-11 09:35:16.0 +0200
+++ new/evolution-ews-3.20.5/NEWS   2016-08-08 10:16:35.0 +0200
@@ -1,3 +1,9 @@
+Evolution-EWS 3.20.5 2016-08-08
+---
+
+Bug Fixes:
+   Bug 769044 - Customized timezones not recognized (Milan Crha)
+
 Evolution-EWS 3.20.4 2016-07-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.4/configure 
new/evolution-ews-3.20.5/configure
--- old/evolution-ews-3.20.4/configure  2016-07-11 09:35:46.0 +0200
+++ new/evolution-ews-3.20.5/configure  2016-08-08 10:17:11.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.20.4.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.20.5.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.20.4'
-PACKAGE_STRING='evolution-ews 3.20.4'
+PACKAGE_VERSION='3.20.5'
+PACKAGE_STRING='evolution-ews 3.20.5'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1520,7 +1520,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.20.4 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.20.5 to adapt to many 

commit evolution-ews for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-07-21 07:52:43

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-06-13 21:53:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-07-21 07:52:45.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 11 16:53:11 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.4:
+  + Bugs fixed: bgo#722193, bgo#767335, bgo#634294.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.20.3.tar.xz

New:

  evolution-ews-3.20.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.EApqMQ/_old  2016-07-21 07:52:46.0 +0200
+++ /var/tmp/diff_new_pack.EApqMQ/_new  2016-07-21 07:52:46.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.20
-Version:3.20.3
+Version:3.20.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.20.3.tar.xz -> evolution-ews-3.20.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.3/NEWS 
new/evolution-ews-3.20.4/NEWS
--- old/evolution-ews-3.20.3/NEWS   2016-06-06 10:14:45.0 +0200
+++ new/evolution-ews-3.20.4/NEWS   2016-07-11 09:35:16.0 +0200
@@ -1,3 +1,14 @@
+Evolution-EWS 3.20.4 2016-07-11
+---
+
+Bug Fixes:
+   Bug 722193 - Possible use-after-free in ews_response_cb() after cancel 
(Milan Crha)
+   Bug 767335 - Attachment names are not URL-decoded (Milan Crha)
+   Bug 634294 - Calendar factory crash under e-cal-recur (Milan Crha)
+
+Translations:
+   Andika Triwidada (id)
+
 Evolution-EWS 3.20.3 2016-06-06
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.3/configure 
new/evolution-ews-3.20.4/configure
--- old/evolution-ews-3.20.3/configure  2016-06-06 10:15:34.0 +0200
+++ new/evolution-ews-3.20.4/configure  2016-07-11 09:35:46.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.20.3.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.20.4.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.20.3'
-PACKAGE_STRING='evolution-ews 3.20.3'
+PACKAGE_VERSION='3.20.4'
+PACKAGE_STRING='evolution-ews 3.20.4'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1520,7 +1520,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.20.3 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.20.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1590,7 +1590,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of evolution-ews 3.20.3:";;
+ short | recursive ) echo "Configuration of evolution-ews 3.20.4:";;
esac
   cat <<\_ACEOF
 
@@ -1796,7 +1796,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-evolution-ews configure 3.20.3
+evolution-ews configure 3.20.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2165,7 +2165,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.20.3, which was
+It was created by evolution-ews $as_me 3.20.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3028,7 +3028,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.20.3'
+ VERSION='3.20.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3267,11 +3267,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*
 # version of EDS and Evo.
 read 

commit evolution-ews for openSUSE:Factory

2016-06-13 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-06-13 21:53:30

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-05-16 12:01:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-06-13 21:53:31.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun  7 09:35:51 UTC 2016 - badshah...@gmail.com
+
+- Update to version 3.20.3:
+  + Fix some issues found by Coverity Scan.
+  + Initialize connection variable to NULL in
+camel_ews_folder_get_message().
+  + Bugs fixed: bgo#766021, bgo#767030.
+
+---

Old:

  evolution-ews-3.20.2.tar.xz

New:

  evolution-ews-3.20.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.pLQGFz/_old  2016-06-13 21:53:32.0 +0200
+++ /var/tmp/diff_new_pack.pLQGFz/_new  2016-06-13 21:53:32.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.20
-Version:3.20.2
+Version:3.20.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.20.2.tar.xz -> evolution-ews-3.20.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.2/Makefile.in 
new/evolution-ews-3.20.3/Makefile.in
--- old/evolution-ews-3.20.2/Makefile.in2016-05-09 08:57:19.0 
+0200
+++ new/evolution-ews-3.20.3/Makefile.in2016-06-06 10:15:35.0 
+0200
@@ -255,6 +255,8 @@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
+CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
+CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
 CPP = @CPP@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.2/NEWS 
new/evolution-ews-3.20.3/NEWS
--- old/evolution-ews-3.20.2/NEWS   2016-05-09 08:56:46.0 +0200
+++ new/evolution-ews-3.20.3/NEWS   2016-06-06 10:14:45.0 +0200
@@ -1,3 +1,15 @@
+Evolution-EWS 3.20.3 2016-06-06
+---
+
+Bug Fixes:
+   Bug 766021 - Messages are downloaded for offline multiple times (Milan 
Crha)
+   Bug 767030 - GivenName element written twice when creating contact 
(Milan Crha)
+
+Miscellaneous:
+   Fix some issues found by Coverity Scan (Milan Crha)
+   Initialize connection variable to NULL in 
camel_ews_folder_get_message() (Milan Crha)
+   Fix a memory leak when creating a contact (Milan Crha)
+
 Evolution-EWS 3.20.2 2016-05-09
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.2/aclocal.m4 
new/evolution-ews-3.20.3/aclocal.m4
--- old/evolution-ews-3.20.2/aclocal.m4 2016-05-09 08:57:17.0 +0200
+++ new/evolution-ews-3.20.3/aclocal.m4 2016-06-06 10:15:33.0 +0200
@@ -30,14 +30,15 @@
 #
 # DESCRIPTION
 #
-#   Defines CODE_COVERAGE_CFLAGS and CODE_COVERAGE_LDFLAGS which should be
-#   included in the CFLAGS and LIBS/LDFLAGS variables of every build target
-#   (program or library) which should be built with code coverage support.
-#   Also defines CODE_COVERAGE_RULES which should be substituted in your
-#   Makefile; and $enable_code_coverage which can be used in subsequent
-#   configure output. CODE_COVERAGE_ENABLED is defined and substituted, and
-#   corresponds to the value of the --enable-code-coverage option, which
-#   defaults to being disabled.
+#   Defines CODE_COVERAGE_CPPFLAGS, CODE_COVERAGE_CFLAGS,
+#   CODE_COVERAGE_CXXFLAGS and CODE_COVERAGE_LDFLAGS which should be
+#   included in the CPPFLAGS, CFLAGS CXXFLAGS and LIBS/LDFLAGS variables of
+#   every build target (program or library) which should be built with code
+#   coverage support. Also defines CODE_COVERAGE_RULES which should be
+#   substituted in your Makefile; and $enable_code_coverage which can be
+#   used in subsequent configure output. CODE_COVERAGE_ENABLED is defined
+#   and substituted, and corresponds to the value of the
+#   --enable-code-coverage option, which defaults to being disabled.
 #
 #   Test also for gcov program and create GCOV variable that could 

commit evolution-ews for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-05-16 12:01:53

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-04-28 16:51:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-05-16 12:01:54.0 +0200
@@ -1,0 +2,8 @@
+Tue May 10 17:21:05 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + Ask for password after NTLM/SSO authentication failure.
+  + Bugs fixed: bgo#764976, bgo#765209, bgo#765398.
+- Drop evolution-ews-ntlm-auth-test-failure.patch: Fixed upstream.
+
+---

Old:

  evolution-ews-3.20.1.tar.xz
  evolution-ews-ntlm-auth-test-failure.patch

New:

  evolution-ews-3.20.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.1wG4S9/_old  2016-05-16 12:01:55.0 +0200
+++ /var/tmp/diff_new_pack.1wG4S9/_new  2016-05-16 12:01:55.0 +0200
@@ -19,15 +19,13 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.20
-Version:3.20.1
+Version:3.20.2
 Release:0
 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.20/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM evolution-ews-ntlm-auth-test-failure.patch boo#976110 
bgo#765106 zai...@opensuse.org -- Fix NTLM auth failure with latest samba
-Patch0: evolution-ews-ntlm-auth-test-failure.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -88,7 +86,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build

++ evolution-ews-3.20.1.tar.xz -> evolution-ews-3.20.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.1/NEWS 
new/evolution-ews-3.20.2/NEWS
--- old/evolution-ews-3.20.1/NEWS   2016-04-11 11:55:01.0 +0200
+++ new/evolution-ews-3.20.2/NEWS   2016-05-09 08:56:46.0 +0200
@@ -1,3 +1,14 @@
+Evolution-EWS 3.20.2 2016-05-09
+---
+
+Bug Fixes:
+   Bug 764976 - Failed message move processed as successful (Milan Crha)
+   Bug 765209 - Correct server version set from string (Milan Crha)
+   Bug 765398 - Online GAL contacts can have incorrect email address 
(Milan Crha)
+
+Miscellaneous:
+   Ask for password after NTLM/SSO authentication failure (Milan Crha)
+
 Evolution-EWS 3.20.1 2016-04-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.1/configure 
new/evolution-ews-3.20.2/configure
--- old/evolution-ews-3.20.1/configure  2016-04-11 11:55:31.0 +0200
+++ new/evolution-ews-3.20.2/configure  2016-05-09 08:57:18.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.20.1.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.20.2.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.20.1'
-PACKAGE_STRING='evolution-ews 3.20.1'
+PACKAGE_VERSION='3.20.2'
+PACKAGE_STRING='evolution-ews 3.20.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1518,7 +1518,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.20.1 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.20.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1588,7 +1588,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of evolution-ews 3.20.1:";;
+ short | recursive ) echo "Configuration of evolution-ews 3.20.2:";;
esac
   cat <<\_ACEOF
 
@@ -1794,7 +1794,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if 

commit evolution-ews for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-04-28 16:51:36

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-04-15 18:57:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-04-28 16:51:47.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 22 17:22:16 UTC 2016 - zai...@opensuse.org
+
+- Add evolution-ews-ntlm-auth-test-failure.patch: Fix NTLM auth
+  failure with latest samba. Fixes boo#976110, bgo#765106.
+
+---

New:

  evolution-ews-ntlm-auth-test-failure.patch



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.yb8Mwe/_old  2016-04-28 16:51:47.0 +0200
+++ /var/tmp/diff_new_pack.yb8Mwe/_new  2016-04-28 16:51:47.0 +0200
@@ -26,6 +26,8 @@
 Group:  Productivity/Networking/Email/Clients
 Url:http://projects.gnome.org/evolution/
 Source: 
http://download.gnome.org/sources/evolution-ews/3.20/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM evolution-ews-ntlm-auth-test-failure.patch boo#976110 
bgo#765106 zai...@opensuse.org -- Fix NTLM auth failure with latest samba
+Patch0: evolution-ews-ntlm-auth-test-failure.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -86,6 +88,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ evolution-ews-ntlm-auth-test-failure.patch ++
>From 47d23285f08ceb47a092ba6ff1816a4a3f3ac508 Mon Sep 17 00:00:00 2001
From: Milan Crha 
Date: Wed, 20 Apr 2016 22:38:21 +0200
Subject: Ask for password after NTLM/SSO authentication failure

Similar to libsoup, also evolution-ews checks /usr/bin/ntlm_auth
whether a password is required, while this test "fails" and it
looks like the password is never needed. Even the connection fails
later, the code didn't try to ask for the password, but it should.
---
 src/addressbook/e-book-backend-ews.c   |  7 +++
 src/calendar/e-cal-backend-ews.c   |  5 +
 src/collection/e-ews-backend.c |  5 +
 src/configuration/e-ews-config-utils.c | 10 --
 src/configuration/e-mail-config-ews-autodiscover.c | 12 ++--
 src/server/e-ews-connection-utils.c| 10 ++
 src/server/e-ews-connection-utils.h|  2 ++
 7 files changed, 47 insertions(+), 4 deletions(-)

diff --git a/src/addressbook/e-book-backend-ews.c 
b/src/addressbook/e-book-backend-ews.c
index 7a635ee..61880d8 100644
--- a/src/addressbook/e-book-backend-ews.c
+++ b/src/addressbook/e-book-backend-ews.c
@@ -4202,6 +4202,13 @@ e_book_backend_ews_authenticate_sync (EBackend *backend,
} else {
ews_backend->priv->is_writable = FALSE;
e_backend_set_online (backend, FALSE);
+
+   if (e_ews_connection_utils_get_without_password (ews_settings) 
&&
+  result == E_SOURCE_AUTHENTICATION_REJECTED &&
+  !e_named_parameters_exists (credentials, 
E_SOURCE_CREDENTIAL_PASSWORD)) {
+   e_ews_connection_utils_force_off_ntlm_auth_check ();
+   result = E_SOURCE_AUTHENTICATION_REQUIRED;
+   }
}
 
e_book_backend_set_writable (E_BOOK_BACKEND (backend), 
ews_backend->priv->is_writable);
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index c46dfcd..02ba9cc 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -4414,6 +4414,11 @@ e_cal_backend_ews_authenticate_sync (EBackend *backend,
 
ews_start_sync (cal_backend);
cbews_listen_notifications_cb (cal_backend, NULL, ews_settings);
+   } else if (e_ews_connection_utils_get_without_password (ews_settings) &&
+  result == E_SOURCE_AUTHENTICATION_REJECTED &&
+  !e_named_parameters_exists (credentials, 
E_SOURCE_CREDENTIAL_PASSWORD)) {
+   e_ews_connection_utils_force_off_ntlm_auth_check ();
+   result = E_SOURCE_AUTHENTICATION_REQUIRED;
}
 
g_object_unref (connection);
diff --git a/src/collection/e-ews-backend.c b/src/collection/e-ews-backend.c
index d09acd9..07ab145 100644
--- a/src/collection/e-ews-backend.c
+++ b/src/collection/e-ews-backend.c
@@ -1045,6 +1045,11 @@ ews_backend_authenticate_sync (EBackend *backend,

commit evolution-ews for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-04-15 18:57:42

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-03-29 14:33:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-04-15 18:57:43.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 11 18:30:13 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.1:
+  + Add thread safety around ECalBackendEws::priv::cancellable.
+  + Bugs fixed: bgo#763719, bgo#743654, bgo#764442.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.20.0.tar.xz

New:

  evolution-ews-3.20.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.jXHKfQ/_old  2016-04-15 18:57:44.0 +0200
+++ /var/tmp/diff_new_pack.jXHKfQ/_new  2016-04-15 18:57:44.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.20
-Version:3.20.0
+Version:3.20.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.20.0.tar.xz -> evolution-ews-3.20.1.tar.xz ++
 3513 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-03-29 14:33:49

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-02-22 08:56:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-03-29 14:33:50.0 +0200
@@ -1,0 +2,61 @@
+Mon Mar 21 11:35:05 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.0:
+  + No code/translation changes.
+
+---
+Tue Mar 15 08:22:25 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.92:
+  + bgo#763430: Show additional GAL Attributes in Contacts.
+  + Updated translations.
+
+---
+Mon Feb 29 16:25:36 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.91:
+  + EEwsNotification: Abort session on idle, to avoid deadlock
+(bgo#760319).
+  + Updated translations.
+
+---
+Tue Feb 16 12:47:44 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.90:
+  + Contact photos from offline GAL not shown.
+  + Do not require gnome-common to run autogen.sh.
+  + Correct indentation in e_book_backend_ews_get_contact_list().
+  + Bugs fixed: bgo#725320, bgo#761346.
+  + Updated translations.
+
+---
+Tue Feb 16 11:10:04 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.4:
+  + Updated translations.
+
+---
+Tue Feb 16 03:19:03 UTC 2016 - damjanovic@gmail.com
+
+- Update to version 3.19.3:
+  + [Camel] Fill message From header if missing in received MIME
+content.
+  + Add  into a metainfo file.
+  + Visualize incorrect values in an account editor.
+  + Bugs fixed: bgo#758375.
+  + Updated translations.
+
+---
+Tue Feb 16 03:19:02 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.2:
+  + Bugs fixed: bgo#757458, bgo#757477, bgo#757525.
+  + Updated translations.
+- Changes from version 3.19.1:
+  + Show only mail messages in mail folders.
+  + Extend error messages in camel_ews_folder_get_message().
+  + Bugs fixed: bgo#255032.
+  + Updated translations.
+- Bump %define evolution_base_version to 3.20.
+
+---

Old:

  evolution-ews-3.18.5.tar.xz

New:

  evolution-ews-3.20.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.W5LN5g/_old  2016-03-29 14:33:50.0 +0200
+++ /var/tmp/diff_new_pack.W5LN5g/_new  2016-03-29 14:33:51.0 +0200
@@ -18,14 +18,14 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.18
-Version:3.18.5
+%define evolution_base_version 3.20
+Version:3.20.0
 Release:0
 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.18/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evolution-ews/3.20/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream

++ evolution-ews-3.18.5.tar.xz -> evolution-ews-3.20.0.tar.xz ++
 10363 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-02-22 08:56:20

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-01-23 01:03:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-02-22 08:56:20.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 15 19:43:10 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.18.5:
+  + Miscellaneous: Contact photos from offline GAL not shown.
+
+---

Old:

  evolution-ews-3.18.4.tar.xz

New:

  evolution-ews-3.18.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.hFkgpw/_old  2016-02-22 08:56:21.0 +0100
+++ /var/tmp/diff_new_pack.hFkgpw/_new  2016-02-22 08:56:21.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.18
-Version:3.18.4
+Version:3.18.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.18.4.tar.xz -> evolution-ews-3.18.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.18.4/NEWS 
new/evolution-ews-3.18.5/NEWS
--- old/evolution-ews-3.18.4/NEWS   2016-01-18 13:58:34.0 +0100
+++ new/evolution-ews-3.18.5/NEWS   2016-02-15 15:00:31.0 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.18.5 2016-02-15
+---
+
+Miscellaneous:
+   Contact photos from offline GAL not shown (Milan Crha)
+
 Evolution-EWS 3.18.4 2016-01-18
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.18.4/configure 
new/evolution-ews-3.18.5/configure
--- old/evolution-ews-3.18.4/configure  2016-01-18 13:59:12.0 +0100
+++ new/evolution-ews-3.18.5/configure  2016-02-15 15:00:55.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.18.4.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.18.5.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.18.4'
-PACKAGE_STRING='evolution-ews 3.18.4'
+PACKAGE_VERSION='3.18.5'
+PACKAGE_STRING='evolution-ews 3.18.5'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1518,7 +1518,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.18.4 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.18.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1588,7 +1588,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of evolution-ews 3.18.4:";;
+ short | recursive ) echo "Configuration of evolution-ews 3.18.5:";;
esac
   cat <<\_ACEOF
 
@@ -1794,7 +1794,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-evolution-ews configure 3.18.4
+evolution-ews configure 3.18.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2163,7 +2163,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.18.4, which was
+It was created by evolution-ews $as_me 3.18.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3026,7 +3026,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.18.4'
+ VERSION='3.18.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3265,11 +3265,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*
 # version of EDS and Evo.
 read x NEWSVER y < NEWS
-PREVVER=3.18.$(expr 4 - 1)
+PREVVER=3.18.$(expr 5 - 1)
 if test "$PREVVER" = "$NEWSVER"; then
EVOREQVER=$PREVVER
 else
-   EVOREQVER=3.18.4
+   EVOREQVER=3.18.5
 fi
 
 
@@ -17911,7 +17911,7 @@
 # report actual 

commit evolution-ews for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-01-23 01:03:32

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-12-18 21:50:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-01-23 01:03:33.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 18 13:46:03 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.18.4:
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.18.3.tar.xz

New:

  evolution-ews-3.18.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.6D72kY/_old  2016-01-23 01:03:34.0 +0100
+++ /var/tmp/diff_new_pack.6D72kY/_new  2016-01-23 01:03:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.18
-Version:3.18.3
+Version:3.18.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.18.3.tar.xz -> evolution-ews-3.18.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.18.3/NEWS 
new/evolution-ews-3.18.4/NEWS
--- old/evolution-ews-3.18.3/NEWS   2015-12-14 12:15:32.0 +0100
+++ new/evolution-ews-3.18.4/NEWS   2016-01-18 13:58:34.0 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.18.4 2016-01-18
+---
+
+Translations:
+   Mario Blättermann (de)
+
 Evolution-EWS 3.18.3 2015-12-14
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.18.3/aclocal.m4 
new/evolution-ews-3.18.4/aclocal.m4
--- old/evolution-ews-3.18.3/aclocal.m4 2015-12-14 12:16:01.0 +0100
+++ new/evolution-ews-3.18.4/aclocal.m4 2016-01-18 13:59:12.0 +0100
@@ -947,13 +947,13 @@
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 dnl
-dnl This file can can be used in projects which are not available under
+dnl This file can be used in projects which are not available under
 dnl the GNU General Public License or the GNU Library General Public
 dnl License but which still want to provide support for the GNU gettext
 dnl functionality.
 dnl Please note that the actual code of the GNU gettext library is covered
 dnl by the GNU Library General Public License, and the rest of the GNU
-dnl gettext package package is covered by the GNU General Public License.
+dnl gettext package is covered by the GNU General Public License.
 dnl They are *not* in the public domain.
 
 dnl Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.18.3/configure 
new/evolution-ews-3.18.4/configure
--- old/evolution-ews-3.18.3/configure  2015-12-14 12:16:02.0 +0100
+++ new/evolution-ews-3.18.4/configure  2016-01-18 13:59:12.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.18.3.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.18.4.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.18.3'
-PACKAGE_STRING='evolution-ews 3.18.3'
+PACKAGE_VERSION='3.18.4'
+PACKAGE_STRING='evolution-ews 3.18.4'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1518,7 +1518,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.18.3 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.18.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 

commit evolution-ews for openSUSE:Factory

2015-12-18 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-12-18 21:50:53

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-11-12 19:38:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-12-18 21:50:54.0 +0100
@@ -1,0 +2,9 @@
+Tue Dec 15 13:43:32 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.3:
+  + [Camel] Fill message From header if missing in received MIME
+content.
+  + Add  into a metainfo file.
+  + Bugs fixed: bgo#758375.
+
+---

Old:

  evolution-ews-3.18.2.tar.xz

New:

  evolution-ews-3.18.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.5ZDSLc/_old  2015-12-18 21:50:55.0 +0100
+++ /var/tmp/diff_new_pack.5ZDSLc/_new  2015-12-18 21:50:55.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.18
-Version:3.18.2
+Version:3.18.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.18.2.tar.xz -> evolution-ews-3.18.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.18.2/NEWS 
new/evolution-ews-3.18.3/NEWS
--- old/evolution-ews-3.18.2/NEWS   2015-11-09 09:19:07.0 +0100
+++ new/evolution-ews-3.18.3/NEWS   2015-12-14 12:15:32.0 +0100
@@ -1,3 +1,13 @@
+Evolution-EWS 3.18.3 2015-12-14
+---
+
+Bug Fixes:
+   Bug 758375 - Avoid server side copy when Save replies to original 
folder is set (Milan Crha)
+
+Miscellaneous:
+   [Camel] Fill message From header if missing in received MIME content 
(Milan Crha)
+   Add  into a metainfo file (Milan Crha)
+
 Evolution-EWS 3.18.2 2015-11-09
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.18.2/configure 
new/evolution-ews-3.18.3/configure
--- old/evolution-ews-3.18.2/configure  2015-11-09 09:19:36.0 +0100
+++ new/evolution-ews-3.18.3/configure  2015-12-14 12:16:02.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.18.2.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.18.3.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.18.2'
-PACKAGE_STRING='evolution-ews 3.18.2'
+PACKAGE_VERSION='3.18.3'
+PACKAGE_STRING='evolution-ews 3.18.3'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1518,7 +1518,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.18.2 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.18.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1588,7 +1588,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of evolution-ews 3.18.2:";;
+ short | recursive ) echo "Configuration of evolution-ews 3.18.3:";;
esac
   cat <<\_ACEOF
 
@@ -1794,7 +1794,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-evolution-ews configure 3.18.2
+evolution-ews configure 3.18.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2163,7 +2163,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.18.2, which was
+It was created by evolution-ews $as_me 3.18.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3026,7 +3026,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.18.2'
+ VERSION='3.18.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3265,11 +3265,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*

commit evolution-ews for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-11-12 19:38:21

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-10-25 19:11:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-11-12 19:38:23.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  9 09:38:33 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.2:
+  + Bugs fixed: bgo#757458, bgo#757477, bgo#757525.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.18.1.tar.xz

New:

  evolution-ews-3.18.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.eW28dj/_old  2015-11-12 19:38:24.0 +0100
+++ /var/tmp/diff_new_pack.eW28dj/_new  2015-11-12 19:38:24.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.18
-Version:3.18.1
+Version:3.18.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.18.1.tar.xz -> evolution-ews-3.18.2.tar.xz ++
 21266 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-10-25 19:11:43

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-10-06 16:22:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-10-25 19:11:44.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 12 08:04:06 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Show only mail messages in mail folders.
+
+---

Old:

  evolution-ews-3.18.0.tar.xz

New:

  evolution-ews-3.18.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.p9CYku/_old  2015-10-25 19:11:45.0 +0100
+++ /var/tmp/diff_new_pack.p9CYku/_new  2015-10-25 19:11:45.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.18
-Version:3.18.0
+Version:3.18.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.18.0.tar.xz -> evolution-ews-3.18.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.18.0/NEWS 
new/evolution-ews-3.18.1/NEWS
--- old/evolution-ews-3.18.0/NEWS   2015-09-21 11:52:37.0 +0200
+++ new/evolution-ews-3.18.1/NEWS   2015-10-12 09:06:17.0 +0200
@@ -1,3 +1,9 @@
+Evolution-EWS 3.18.1 2015-10-12
+---
+
+Miscellaneous:
+   Show only mail messages in mail folders (Milan Crha)
+
 Evolution-EWS 3.18.0 2015-09-21
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.18.0/configure 
new/evolution-ews-3.18.1/configure
--- old/evolution-ews-3.18.0/configure  2015-09-21 11:53:29.0 +0200
+++ new/evolution-ews-3.18.1/configure  2015-10-12 09:07:02.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.18.0.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.18.1.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.18.0'
-PACKAGE_STRING='evolution-ews 3.18.0'
+PACKAGE_VERSION='3.18.1'
+PACKAGE_STRING='evolution-ews 3.18.1'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1515,7 +1515,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-ews 3.18.0 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.18.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1585,7 +1585,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of evolution-ews 3.18.0:";;
+ short | recursive ) echo "Configuration of evolution-ews 3.18.1:";;
esac
   cat <<\_ACEOF
 
@@ -1786,7 +1786,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-evolution-ews configure 3.18.0
+evolution-ews configure 3.18.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2155,7 +2155,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.18.0, which was
+It was created by evolution-ews $as_me 3.18.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3018,7 +3018,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.18.0'
+ VERSION='3.18.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3257,11 +3257,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*
 # version of EDS and Evo.
 read x NEWSVER y < NEWS
-PREVVER=3.18.$(expr 0 - 1)
+PREVVER=3.18.$(expr 1 - 1)
 if test "$PREVVER" = "$NEWSVER"; then
EVOREQVER=$PREVVER
 else
-   EVOREQVER=3.18.0
+   EVOREQVER=3.18.1
 fi
 
 
@@ -17423,7 +17423,7 @@
 # report actual input values of 

commit evolution-ews for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-10-06 16:22:29

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-08-11 08:25:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-10-06 16:22:30.0 +0200
@@ -1,0 +2,79 @@
+Mon Sep 21 11:38:24 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + No code/translation changes.
+
+---
+Mon Sep 14 10:43:49 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.92:
+  + Do not reuse connections in the source-registry backend.
+  + Updated translations.
+
+---
+Mon Aug 31 17:19:57 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.91:
+  + Add safety check when replacing folder hierarchy info in hash
+tables.
+  + Updated translations.
+
+---
+Mon Aug 17 11:03:46 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.90:
+  + Avoid %ld in printf formats.
+  + Correct use-after-free in notification code when EWS debugging
+is on.
+  + Use only personal mail folders for change notification
+listener.
+  + Do not loop in the notification code on fatal client/server
+errors.
+  + Bugs fixed: bgo#751703, bgo#233140, bgo#753543.
+  + Updated translations.
+
+---
+Mon Aug 10 06:13:48 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.4:
+  + Differentiate between Unavailable and No response errors.
+  + _ews_debug_dump_raw_soup_message: Check for non-NULL hdrs and
+ body arguments.
+  + Bugs fixed: bgo#751547, bgo#751725, bgo#692361.
+
+---
+Mon Aug 10 06:13:47 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.3:
+  + Remove unused variable.
+  + configure.ac: Do not override localedir variable.
+  + Use e_source_remove_sync() instead of
+e_source_registry_server_remove_source().
+  + Make sure collection child sources are enabled when created.
+  + Bugs fixed: bgo#471791, bgo#751001.
+- Drop evolution-ews-intltool-path.patch: Fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
+  no longer needed, also stop intoolizing tarball, patch dropped.
+
+---
+Mon Aug 10 06:13:46 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.2:
+  + Correct locking in e_book_backend_ews_set_locale().
+  + Address some of the Coverity Scan issues.
+  + Bugs fixed: bgo#729989, bgo#671546.
+
+---
+Mon Aug 10 06:13:45 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.1:
+  + Use common property lock provided by ESourceExtension.
+  + Query auth methods right from the got-headers signal.
+  + notification: Try to re-subscribe in case of failure.
+  + Move ews_dump_raw_soup_{request,response} to e-ews-debug.[ch].
+  + Log the request/response of EEwsNotification.
+  + Fix various memory leaks.
+  + Bugs fixed: bgo#746395, bgo#748242.
+- Bump baseversion following upstream changes.
+
+---

Old:

  evolution-ews-3.16.5.tar.xz

New:

  evolution-ews-3.18.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.7Rx4bP/_old  2015-10-06 16:22:31.0 +0200
+++ /var/tmp/diff_new_pack.7Rx4bP/_new  2015-10-06 16:22:31.0 +0200
@@ -18,14 +18,14 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.16
-Version:3.16.5
+%define evolution_base_version 3.18
+Version:3.18.0
 Release:0
 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.16/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evolution-ews/3.18/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream

++ evolution-ews-3.16.5.tar.xz -> 

commit evolution-ews for openSUSE:Factory

2015-08-11 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-08-11 08:25:14

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-07-14 17:46:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-08-11 08:25:15.0 +0200
@@ -1,0 +2,9 @@
+Mon Aug 10 06:13:44 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.5:
+  + Avoid %ld in printf formats.
+  + Use only personal mail folders for change notification
+listener.
+  + Bugs fixed: bgo#751703.
+
+---

Old:

  evolution-ews-3.16.4.tar.xz

New:

  evolution-ews-3.16.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.Fiod0n/_old  2015-08-11 08:25:16.0 +0200
+++ /var/tmp/diff_new_pack.Fiod0n/_new  2015-08-11 08:25:16.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.16
-Version:3.16.4
+Version:3.16.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.16.4.tar.xz - evolution-ews-3.16.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.16.4/NEWS 
new/evolution-ews-3.16.5/NEWS
--- old/evolution-ews-3.16.4/NEWS   2015-07-13 07:48:08.0 +0200
+++ new/evolution-ews-3.16.5/NEWS   2015-08-10 07:22:56.0 +0200
@@ -1,3 +1,13 @@
+Evolution-EWS 3.16.5 2015-08-10
+---
+
+Bug Fixes:
+   Bug 751703 - Skip mail folders out of mail hierarchy (Milan Crha)
+
+Miscellaneous:
+   Avoid %ld in printf formats (Milan Crha)
+   Use only personal mail folders for change notification listener (Milan 
Crha)
+
 Evolution-EWS 3.16.4 2015-07-13
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.16.4/configure 
new/evolution-ews-3.16.5/configure
--- old/evolution-ews-3.16.4/configure  2015-07-13 07:48:53.0 +0200
+++ new/evolution-ews-3.16.5/configure  2015-08-10 07:23:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.16.4.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.16.5.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.16.4'
-PACKAGE_STRING='evolution-ews 3.16.4'
+PACKAGE_VERSION='3.16.5'
+PACKAGE_STRING='evolution-ews 3.16.5'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1515,7 +1515,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures evolution-ews 3.16.4 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.16.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1585,7 +1585,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of evolution-ews 3.16.4:;;
+ short | recursive ) echo Configuration of evolution-ews 3.16.5:;;
esac
   cat \_ACEOF
 
@@ -1786,7 +1786,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-evolution-ews configure 3.16.4
+evolution-ews configure 3.16.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2155,7 +2155,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.16.4, which was
+It was created by evolution-ews $as_me 3.16.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3018,7 +3018,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.16.4'
+ VERSION='3.16.5'
 
 
 cat confdefs.h _ACEOF
@@ -3257,11 +3257,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*
 # version of EDS and Evo.
 read x NEWSVER y  NEWS

commit evolution-ews for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-07-14 17:45:06

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-06-09 08:50:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-07-14 17:46:22.0 +0200
@@ -1,0 +2,18 @@
+Mon Jul 13 12:10:54 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.4:
+  + Remove unused variable.
+  + configure.ac: Do not override localedir variable.
+  + Use e_source_remove_sync() instead of
+e_source_registry_server_remove_source().
+  + Make sure collection child sources are enabled when created.
+  + Differentiate between Unavailable and No response errors.
+  + ews_dump_raw_soup_message: Check for non-NULL hdrs and body
+arguments.
+  + Bugs fixed: bgo#471791, bgo#751001, bgo#751547, bgo#751725.
+- Drop evolution-ews-intltool-path.patch: Fixed upstream. Also drop
+  gnome-common BuildRequires and call to gnome-autogen.sh, as we do
+  not have any patches anymore. No longer delete po/Makefile*
+  either.
+
+---

Old:

  evolution-ews-3.16.3.tar.xz
  evolution-ews-intltool-path.patch

New:

  evolution-ews-3.16.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.52MWAJ/_old  2015-07-14 17:46:23.0 +0200
+++ /var/tmp/diff_new_pack.52MWAJ/_new  2015-07-14 17:46:23.0 +0200
@@ -19,18 +19,14 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.16
-Version:3.16.3
+Version:3.16.4
 Release:0
 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.16/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM evolution-ews-intltool-path.patch bgo#750571 
dims...@opensuse.org -- Fix installation of locales when building using recent 
intltools
-Patch0: evolution-ews-intltool-path.patch
 BuildRequires:  fdupes
-# Needed for patch0
-BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(enchant)
@@ -90,14 +86,9 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-# let's just intltoolize this tarball
-rm po/Makefile*
 translation-update-upstream
 
 %build
-# Needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %{configure} \
   --disable-static
 make %{?_smp_mflags}

++ evolution-ews-3.16.3.tar.xz - evolution-ews-3.16.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.16.3/NEWS 
new/evolution-ews-3.16.4/NEWS
--- old/evolution-ews-3.16.3/NEWS   2015-06-08 09:21:40.0 +0200
+++ new/evolution-ews-3.16.4/NEWS   2015-07-13 07:48:08.0 +0200
@@ -1,3 +1,20 @@
+Evolution-EWS 3.16.4 2015-07-13
+---
+
+Bug Fixes:
+   Bug 471791 - Move away from g_asserts to g_ret* (Milan Crha)
+   Bug 751001 - Permissions on context menu for GAL should be disabled 
(Milan Crha)
+   Bug 751547 - Foreign calendars hidden after account enable (Milan Crha)
+   Bug 751725 - Enhance thread safety around CamelEwsStore::connection 
(Milan Crha)
+
+Miscellaneous:
+   Remove unused variable (Milan Crha)
+   configure.ac: Do not override localedir variable (Milan Crha)
+   Use e_source_remove_sync() instead of 
e_source_registry_server_remove_source() (Milan Crha)
+   Make sure collection child sources are enabled when created (Milan Crha)
+   Differentiate between Unavailable and No response errors (Milan Crha)
+   ews_dump_raw_soup_message: Check for non-NULL hdrs and body arguments 
(Milan Crha)
+
 Evolution-EWS 3.16.3 2015-06-08
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.16.3/configure 
new/evolution-ews-3.16.4/configure
--- old/evolution-ews-3.16.3/configure  2015-06-08 09:22:17.0 +0200
+++ new/evolution-ews-3.16.4/configure  2015-07-13 07:48:53.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.16.3.
+# Generated 

commit evolution-ews for openSUSE:Factory

2015-06-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-06-09 08:49:38

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-05-18 21:24:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-06-09 08:50:36.0 +0200
@@ -1,0 +2,12 @@
+Mon Jun  8 11:46:26 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.3:
+  + Correct locking in e_book_backend_ews_set_locale().
+  + Address some of the Coverity Scan issues.
+- Add evolution-ews-intltool-path.patch: Fix locale installation
+  when using recent intltools.
+- Delete po/Makefile* to ensure no stale file is left.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  above patch touches the buildsystem.
+
+---

Old:

  evolution-ews-3.16.2.tar.xz

New:

  evolution-ews-3.16.3.tar.xz
  evolution-ews-intltool-path.patch



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.XxSwkf/_old  2015-06-09 08:50:37.0 +0200
+++ /var/tmp/diff_new_pack.XxSwkf/_new  2015-06-09 08:50:37.0 +0200
@@ -19,14 +19,18 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.16
-Version:3.16.2
+Version:3.16.3
 Release:0
 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.16/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM evolution-ews-intltool-path.patch bgo#750571 
dims...@opensuse.org -- Fix installation of locales when building using recent 
intltools
+Patch0: evolution-ews-intltool-path.patch
 BuildRequires:  fdupes
+# Needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(enchant)
@@ -86,9 +90,14 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+# let's just intltoolize this tarball
+rm po/Makefile*
 translation-update-upstream
 
 %build
+# Needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %{configure} \
   --disable-static
 make %{?_smp_mflags}

++ evolution-ews-3.16.2.tar.xz - evolution-ews-3.16.3.tar.xz ++
 2105 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/evolution-ews-3.16.2/NEWS new/evolution-ews-3.16.3/NEWS
--- old/evolution-ews-3.16.2/NEWS   2015-05-11 08:00:01.0 +0200
+++ new/evolution-ews-3.16.3/NEWS   2015-06-08 09:21:40.0 +0200
@@ -1,3 +1,10 @@
+Evolution-EWS 3.16.3 2015-06-08
+---
+
+Miscellaneous:
+   Correct locking in e_book_backend_ews_set_locale() (Milan Crha)
+   Address some of the Coverity Scan issues (Milan Crha)
+
 Evolution-EWS 3.16.2 2015-05-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/evolution-ews-3.16.2/compile new/evolution-ews-3.16.3/compile
--- old/evolution-ews-3.16.2/compile2015-05-11 08:00:32.0 +0200
+++ new/evolution-ews-3.16.3/compile2015-06-08 09:22:18.0 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey tro...@cygnus.com.
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/evolution-ews-3.16.2/configure.ac 

commit evolution-ews for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-05-18 21:24:08

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-04-23 08:03:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-05-18 21:24:09.0 +0200
@@ -1,0 +2,7 @@
+Mon May 11 14:26:58 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.2:
+  + Fix various memory leaks.
+  + Bugs fixed: bgo#748242, bgo#729989.
+
+---

Old:

  evolution-ews-3.16.1.tar.xz

New:

  evolution-ews-3.16.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.uIRWqg/_old  2015-05-18 21:24:10.0 +0200
+++ /var/tmp/diff_new_pack.uIRWqg/_new  2015-05-18 21:24:10.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.16
-Version:3.16.1
+Version:3.16.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.16.1.tar.xz - evolution-ews-3.16.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.16.1/NEWS 
new/evolution-ews-3.16.2/NEWS
--- old/evolution-ews-3.16.1/NEWS   2015-04-13 09:07:37.0 +0200
+++ new/evolution-ews-3.16.2/NEWS   2015-05-11 08:00:01.0 +0200
@@ -1,3 +1,13 @@
+Evolution-EWS 3.16.2 2015-05-11
+---
+
+Bug Fixes:
+   Bug 748242 - Abort with invalid free() (Fabiano Fidêncio)
+   Bug 729989 - Reuses obsolete connection after network change (Milan 
Crha)
+
+Miscellaneous:
+   Fix various memory leaks (Milan Crha)
+
 Evolution-EWS 3.16.1 2015-04-13
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.16.1/configure 
new/evolution-ews-3.16.2/configure
--- old/evolution-ews-3.16.1/configure  2015-04-13 09:08:13.0 +0200
+++ new/evolution-ews-3.16.2/configure  2015-05-11 08:00:31.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.16.1.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.16.2.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.16.1'
-PACKAGE_STRING='evolution-ews 3.16.1'
+PACKAGE_VERSION='3.16.2'
+PACKAGE_STRING='evolution-ews 3.16.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1515,7 +1515,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures evolution-ews 3.16.1 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.16.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1585,7 +1585,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of evolution-ews 3.16.1:;;
+ short | recursive ) echo Configuration of evolution-ews 3.16.2:;;
esac
   cat \_ACEOF
 
@@ -1786,7 +1786,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-evolution-ews configure 3.16.1
+evolution-ews configure 3.16.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2155,7 +2155,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.16.1, which was
+It was created by evolution-ews $as_me 3.16.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3018,7 +3018,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.16.1'
+ VERSION='3.16.2'
 
 
 cat confdefs.h _ACEOF
@@ -3256,11 +3256,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*
 # version of EDS and Evo.
 read x NEWSVER y  NEWS
-PREVVER=3.16.$(expr 1 - 1)
+PREVVER=3.16.$(expr 2 - 1)
 if test $PREVVER = $NEWSVER; 

commit evolution-ews for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-04-23 08:03:04

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-03-30 19:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-04-23 08:03:05.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 13 15:12:07 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.1:
+  + Query auth methods right from the got-headers signal.
+  + notification: Try to re-subscribe in case of failure.
+  + Bugs fixed: bgo#746513, bgo#709924, bgo#747500.
+
+---

Old:

  evolution-ews-3.16.0.tar.xz

New:

  evolution-ews-3.16.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.24A82R/_old  2015-04-23 08:03:06.0 +0200
+++ /var/tmp/diff_new_pack.24A82R/_new  2015-04-23 08:03:06.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.16
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.16.0.tar.xz - evolution-ews-3.16.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.16.0/Makefile.in 
new/evolution-ews-3.16.1/Makefile.in
--- old/evolution-ews-3.16.0/Makefile.in2015-03-23 08:24:20.0 
+0100
+++ new/evolution-ews-3.16.1/Makefile.in2015-04-13 09:08:14.0 
+0200
@@ -273,6 +273,7 @@
 EVO_REQUIRED = @EVO_REQUIRED@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+GCOV = @GCOV@
 GENHTML = @GENHTML@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 GLIB_CFLAGS = @GLIB_CFLAGS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.16.0/NEWS 
new/evolution-ews-3.16.1/NEWS
--- old/evolution-ews-3.16.0/NEWS   2015-03-23 08:23:30.0 +0100
+++ new/evolution-ews-3.16.1/NEWS   2015-04-13 09:07:37.0 +0200
@@ -1,3 +1,15 @@
+Evolution-EWS 3.16.1 2015-04-13
+---
+
+Bug Fixes:
+   Bug 746513 - Constant stream of invalid requests for subscription 
events (Fabiano Fidêncio)
+   Bug 709924 - Cannot turn off offline GAL once selected (Milan Crha)
+   Bug 747500 - Mail account connection settings change requires restart 
(Milan Crha)
+
+Miscellaneous:
+   Query auth methods right from the got-headers signal (Milan Crha)
+   notification: Try to re-subscribe in case of failure (Fabiano Fidêncio)
+
 Evolution-EWS 3.16.0 2015-03-23
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.16.0/aclocal.m4 
new/evolution-ews-3.16.1/aclocal.m4
--- old/evolution-ews-3.16.0/aclocal.m4 2015-03-23 08:24:18.0 +0100
+++ new/evolution-ews-3.16.1/aclocal.m4 2015-04-13 09:08:12.0 +0200
@@ -20,6 +20,10 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
+# ===
+# http://www.gnu.org/software/autoconf-archive/ax_code_coverage.html
+# ===
+#
 # SYNOPSIS
 #
 #   AX_CODE_COVERAGE()
@@ -35,47 +39,87 @@
 #   corresponds to the value of the --enable-code-coverage option, which
 #   defaults to being disabled.
 #
+#   Test also for gcov program and create GCOV variable that could be
+#   substituted.
+#
 #   Note that all optimisation flags in CFLAGS must be disabled when code
 #   coverage is enabled.
 #
 #   Usage example:
+#
 #   configure.ac:
-#  AX_CODE_COVERAGE
+#
+# AX_CODE_COVERAGE
 #
 #   Makefile.am:
-#  @CODE_COVERAGE_RULES@
-#  my_program_LIBS = … $(CODE_COVERAGE_LDFLAGS) …
-#  my_program_CFLAGS = … $(CODE_COVERAGE_CFLAGS) …
-#
-#   This results in a “check-code-coverage” rule being added to any Makefile.am
-#   which includes “@CODE_COVERAGE_RULES@” (assuming the module has been
-#   configured with --enable-code-coverage). Running `make check-code-coverage`
-#   in that directory will run the module’s test suite (`make check`) and build
-#   a code coverage report detailing the code which 

commit evolution-ews for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-03-30 19:27:39

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-02-11 16:44:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-03-30 19:27:41.0 +0200
@@ -1,0 +2,59 @@
+Mon Mar 23 11:12:22 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.0:
+  + Updated translations.
+
+---
+Mon Mar 16 14:11:18 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Correct 'Listen for server change notification' for books and
+calendars.
+  + Mem leak in e_ews_dump_file_attachment_from_soap_parameter().
+  + Bugs fixed: bgo#695911, bgo#745457.
+  + Updated translations.
+
+---
+Tue Mar  3 12:39:57 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.91:
+  + Use thread safe variants of g_object_bind_property*() functions
+from evolution-data-server.
+  + Update devel-doc Since from 3.14 to 3.16.
+  + Sync version with GNOME 3.15 series.
+  + Updated translations.
+- Bump evolution_base_version to 16, following upstreams changes.
+
+---
+Mon Feb 16 15:43:49 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.13.90:
+  + Move authentication of backends back to the client.
+  + Use automake subdir-objects option.
+  + Adapt to camel_session_submit_job() API change.
+  + Remove unused declaration of camel_application_is_exiting
+variable.
+  + Bugs fixed: bgo#741855, bgo#743705.
+  + Updated translations.
+
+---
+Mon Feb  9 09:45:51 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.13.10:
+  + Calendar: Update stored user email after successful connect
+(bgo#729286).
+  + Updated translations.
+
+---
+Mon Feb  9 09:44:51 UTC 2015 - badshah...@gmail.com
+
+- Update to version 3.13.9:
+  + Bugs fixed: bgo#734747, bgo#740772, bgo#695754.
+  + Set max-width-chars to wrapped GtkLabel-s.
+- Drop evolution-ews-reuse-from-EmailSession.patch, incorporated
+  upstream.
+- Build dependency on pkgconfig(enchant).
+- Upstream no longer installs versioned dirs for evolution, update
+  file list accordingly.
+
+---

Old:

  evolution-ews-3.12.11.tar.xz

New:

  evolution-ews-3.16.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.XbsG8D/_old  2015-03-30 19:27:41.0 +0200
+++ /var/tmp/diff_new_pack.XbsG8D/_new  2015-03-30 19:27:41.0 +0200
@@ -18,17 +18,18 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.12
-Version:3.12.11
+%define evolution_base_version 3.16
+Version:3.16.0
 Release:0
 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.12/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evolution-ews/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(evolution-data-server-1.2)
 BuildRequires:  pkgconfig(evolution-mail-3.0) = %{version}
 BuildRequires:  pkgconfig(evolution-shell-3.0) = %{version}
@@ -114,8 +115,8 @@
 %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
 %{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
 %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
-%{_libdir}/evolution/%{evolution_base_version}/modules/module-ews-configuration.so
-%{_datadir}/evolution/%{evolution_base_version}/errors/module-ews-configuration.error
+%{_libdir}/evolution/modules/module-ews-configuration.so
+%{_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

++ evolution-ews-3.12.11.tar.xz - 

commit evolution-ews for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-02-11 16:44:26

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2015-01-15 15:59:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-02-11 16:44:27.0 +0100
@@ -1,0 +2,9 @@
+Mon Feb  9 09:43:51 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.12.11 (boo#916784):
+  + Avoid/workaround usage of an EAsyncClosure when opening an
+EClient.
+  + Bugs fixed: bgo#743959.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.12.10.tar.xz

New:

  evolution-ews-3.12.11.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.dnQzcB/_old  2015-02-11 16:44:28.0 +0100
+++ /var/tmp/diff_new_pack.dnQzcB/_new  2015-02-11 16:44:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.10
+Version:3.12.11
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.12.10.tar.xz - evolution-ews-3.12.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.12.10/NEWS 
new/evolution-ews-3.12.11/NEWS
--- old/evolution-ews-3.12.10/NEWS  2015-01-12 12:38:56.0 +0100
+++ new/evolution-ews-3.12.11/NEWS  2015-02-09 09:41:45.0 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.12.11 2015-02-09
+
+
+Translations:
+   Inaki Larranaga Murgoitio (eu)
+
 Evolution-EWS 3.12.10 2015-01-12
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.12.10/configure 
new/evolution-ews-3.12.11/configure
--- old/evolution-ews-3.12.10/configure 2015-01-12 12:39:38.0 +0100
+++ new/evolution-ews-3.12.11/configure 2015-02-09 09:42:05.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.12.10.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.12.11.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.12.10'
-PACKAGE_STRING='evolution-ews 3.12.10'
+PACKAGE_VERSION='3.12.11'
+PACKAGE_STRING='evolution-ews 3.12.11'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1502,7 +1502,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures evolution-ews 3.12.10 to adapt to many kinds of 
systems.
+\`configure' configures evolution-ews 3.12.11 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1572,7 +1572,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of evolution-ews 3.12.10:;;
+ short | recursive ) echo Configuration of evolution-ews 3.12.11:;;
esac
   cat \_ACEOF
 
@@ -1771,7 +1771,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-evolution-ews configure 3.12.10
+evolution-ews configure 3.12.11
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2140,7 +2140,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.12.10, which was
+It was created by evolution-ews $as_me 3.12.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3003,7 +3003,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.12.10'
+ 

commit evolution-ews for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2015-01-15 15:58:57

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-12-17 19:14:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2015-01-15 15:59:17.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 13 12:04:25 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.12.10:
+  + bgo#695754: Reuse existing ESourceRegistry from EMailSession.
+  + bgo#729286: [Calendar] Update stored user email after
+successful connect.
+- Drop evolution-ews-reuse-from-EmailSession.patch: fixed upstream.
+
+---

Old:

  evolution-ews-3.12.9.tar.xz
  evolution-ews-reuse-from-EmailSession.patch

New:

  evolution-ews-3.12.10.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.jWuAOX/_old  2015-01-15 15:59:18.0 +0100
+++ /var/tmp/diff_new_pack.jWuAOX/_new  2015-01-15 15:59:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,13 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.9
+Version:3.12.10
 Release:0
 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.12/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM evolution-ews-reuse-from-EmailSession.patch bgo#695754 
badshah...@gmail.com -- Reuse existing ESourceRegistry from EMailSession, if 
possible; patch taken from upstream git
-Patch0: evolution-ews-reuse-from-EmailSession.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -87,7 +85,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build

++ evolution-ews-3.12.9.tar.xz - evolution-ews-3.12.10.tar.xz ++
 5659 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/evolution-ews-3.12.9/INSTALL new/evolution-ews-3.12.10/INSTALL
--- old/evolution-ews-3.12.9/INSTALL2014-12-08 07:26:04.0 +0100
+++ new/evolution-ews-3.12.10/INSTALL   2015-01-12 12:39:39.0 +0100
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure  make  make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/evolution-ews-3.12.9/NEWS new/evolution-ews-3.12.10/NEWS
--- old/evolution-ews-3.12.9/NEWS   2014-12-08 07:25:24.0 +0100
+++ new/evolution-ews-3.12.10/NEWS  2015-01-12 12:38:56.0 +0100
@@ -1,3 +1,10 @@
+Evolution-EWS 3.12.10 2015-01-12
+
+
+Bug Fixes:
+   Bug 695754 - Reuse existing ESourceRegistry from EMailSession, if 
possible (Milan Crha)
+   Bug 729286 - [Calendar] Update stored user email after successful 
connect (William Shuman)
+
 Evolution-EWS 3.12.9 2014-12-08
 ---
 
diff -urN '--exclude=CVS' 

commit evolution-ews for openSUSE:Factory

2014-12-17 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-12-17 19:15:42

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-11-18 22:47:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-12-17 19:14:50.0 +0100
@@ -1,0 +2,10 @@
+Sun Dec 14 06:23:48 UTC 2014 - badshah...@gmail.com
+
+- Update to version 3.12.9:
+  + Set max-width-chars to wrapped GtkLabel-s.
+  + Bugs fixed: bgo#738945, bgo#738093, bgo#734747, bgo#740772.
+- Add post-release fix from upstream:
+  + evolution-ews-reuse-from-EmailSession.patch: Reuse existing
+ESourceRegistry from EMailSession, if possible (bgo#695754).
+
+---

Old:

  evolution-ews-3.12.8.tar.xz

New:

  evolution-ews-3.12.9.tar.xz
  evolution-ews-reuse-from-EmailSession.patch



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.0jFSfP/_old  2014-12-17 19:14:51.0 +0100
+++ /var/tmp/diff_new_pack.0jFSfP/_new  2014-12-17 19:14:51.0 +0100
@@ -19,13 +19,15 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.8
+Version:3.12.9
 Release:0
 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.12/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM evolution-ews-reuse-from-EmailSession.patch bgo#695754 
badshah...@gmail.com -- Reuse existing ESourceRegistry from EMailSession, if 
possible; patch taken from upstream git
+Patch0: evolution-ews-reuse-from-EmailSession.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -85,6 +87,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ evolution-ews-3.12.8.tar.xz - evolution-ews-3.12.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.12.8/NEWS 
new/evolution-ews-3.12.9/NEWS
--- old/evolution-ews-3.12.8/NEWS   2014-11-10 08:19:24.0 +0100
+++ new/evolution-ews-3.12.9/NEWS   2014-12-08 07:25:24.0 +0100
@@ -1,3 +1,15 @@
+Evolution-EWS 3.12.9 2014-12-08
+---
+
+Bug Fixes:
+   Bug 738945 - Missing folder changed notify after message append (Milan 
Crha)
+   Bug 738093 - Show folder names with slash properly (Milan Crha)
+   Bug 734747 - Fails to provide Eastern Standard Time timezone (Milan 
Crha)
+   Bug 740772 - Use-after-free when adding attachments to events (Milan 
Crha)
+
+Miscellaneous:
+   Set max-width-chars to wrapped GtkLabel-s (Milan Crha)
+
 Evolution-EWS 3.12.8 2014-11-10
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.12.8/configure 
new/evolution-ews-3.12.9/configure
--- old/evolution-ews-3.12.8/configure  2014-11-10 08:20:20.0 +0100
+++ new/evolution-ews-3.12.9/configure  2014-12-08 07:26:03.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.12.8.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.12.9.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.12.8'
-PACKAGE_STRING='evolution-ews 3.12.8'
+PACKAGE_VERSION='3.12.9'
+PACKAGE_STRING='evolution-ews 3.12.9'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1499,7 +1499,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures evolution-ews 3.12.8 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.12.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1569,7 +1569,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of 

commit evolution-ews for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-11-18 22:46:08

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-10-14 07:13:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-11-18 22:47:15.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 11 21:25:40 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.8:
+  + Use G_IO_ERROR_CANCELLED instead of
+EWS_CONNECTION_ERROR_CANCELLED.
+  + Bugs fixed: bgo#738987, bgo#691293.
+
+---

Old:

  evolution-ews-3.12.7.tar.xz

New:

  evolution-ews-3.12.8.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.LErlhk/_old  2014-11-18 22:47:16.0 +0100
+++ /var/tmp/diff_new_pack.LErlhk/_new  2014-11-18 22:47:16.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.7
+Version:3.12.8
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.12.7.tar.xz - evolution-ews-3.12.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.12.7/NEWS 
new/evolution-ews-3.12.8/NEWS
--- old/evolution-ews-3.12.7/NEWS   2014-10-13 09:18:22.0 +0200
+++ new/evolution-ews-3.12.8/NEWS   2014-11-10 08:19:24.0 +0100
@@ -1,3 +1,13 @@
+Evolution-EWS 3.12.8 2014-11-10
+---
+
+Bug Fixes:
+   Bug 738987 - Crash under e_ews_notification_unsubscribe_folder_sync() 
(Milan Crha)
+   Bug 691293 - Claim old resources in offline mode (Milan Crha)
+
+Miscellaneous:
+   Use G_IO_ERROR_CANCELLED instead of EWS_CONNECTION_ERROR_CANCELLED 
(Milan Crha)
+
 Evolution-EWS 3.12.7 2014-10-13
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.12.7/configure 
new/evolution-ews-3.12.8/configure
--- old/evolution-ews-3.12.7/configure  2014-10-13 09:19:11.0 +0200
+++ new/evolution-ews-3.12.8/configure  2014-11-10 08:20:20.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.12.7.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.12.8.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.12.7'
-PACKAGE_STRING='evolution-ews 3.12.7'
+PACKAGE_VERSION='3.12.8'
+PACKAGE_STRING='evolution-ews 3.12.8'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1499,7 +1499,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures evolution-ews 3.12.7 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.12.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1569,7 +1569,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of evolution-ews 3.12.7:;;
+ short | recursive ) echo Configuration of evolution-ews 3.12.8:;;
esac
   cat \_ACEOF
 
@@ -1768,7 +1768,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-evolution-ews configure 3.12.7
+evolution-ews configure 3.12.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2137,7 +2137,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.12.7, which was
+It was created by evolution-ews $as_me 3.12.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3000,7 +3000,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.12.7'
+ VERSION='3.12.8'
 
 
 cat confdefs.h _ACEOF
@@ -3197,11 +3197,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*
 # version of EDS and Evo.
 read x 

commit evolution-ews for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-10-14 07:12:34

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-09-30 19:36:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-10-14 07:13:29.0 +0200
@@ -1,0 +2,39 @@
+Mon Oct 13 10:41:07 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.12.7:
+  + Miscellaneous:
+- Update addressbook to use -open_sync().
+- Use GInitable to initialise addressbook.
+- Port addressbook to EBookSqlite.
+- Fix build for oab-decode-test, port it to EBookSqlite.
+- Move dset handling inside ews_decode_addressbook_record().
+- Use (hashed) PidTagEmailAddress for OAB item UID.
+- Pass GInputStream to decoder functions instead of assuming
+  priv-fis.
+- Use GMemoryInputStream for processing records, calculate SHA1
+  on each.
+- Optimise EWS GAL update not to rewrite unchanged records.
+- Avoid processing OAB records which already exist.
+- Fix modify_contacts for EBookSqlite.
+- Fix addressbook upgrade from pre-SHA1 versions.
+- Reduce addressbook refresh interval to 6 hours.
+- Avoid using dynamic types for ESourceEwsFolder.
+- Add revision support for addressbook.
+- Add locale support for addressbook.
+- Make ebews_fetch_items() return a list of EContacts not
+  EVCards.
+- Refactor ews_update_items_thread() to do all database access
+  together.
+- Kill store_to_cache option for ebews_fetch_items().
+- Clean up resync code path in ews_update_items_thread().
+- Use EBookSqlite locking.
+- Fix notification for non-GAL updates to only happen on
+  commit.
+- Don't flush the final GAL updates if there are none.
+- Initialise filename to NULL in ews_remove_old_gal_file().
+- Add evolution-ews.metainfo.xml file.
+- Use INTLTOOL_XML_RULE for appdata files.
+  + Bugs fixed: bgo#733578, bgo#736257, bgo#737773.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.12.6.tar.xz

New:

  evolution-ews-3.12.7.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.B5KLSo/_old  2014-10-14 07:13:30.0 +0200
+++ /var/tmp/diff_new_pack.B5KLSo/_new  2014-10-14 07:13:30.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.6
+Version:3.12.7
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1
@@ -32,7 +32,7 @@
 BuildRequires:  pkgconfig(evolution-data-server-1.2)
 BuildRequires:  pkgconfig(evolution-mail-3.0) = %{version}
 BuildRequires:  pkgconfig(evolution-shell-3.0) = %{version}
-BuildRequires:  pkgconfig(glib-2.0) = 2.28
+BuildRequires:  pkgconfig(glib-2.0) = 2.34
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0
 BuildRequires:  pkgconfig(libebackend-1.2)
 BuildRequires:  pkgconfig(libedata-book-1.2)
@@ -118,6 +118,7 @@
 
%{_datadir}/evolution/%{evolution_base_version}/errors/module-ews-configuration.error
 %dir %{_datadir}/evolution-data-server/ews
 %{_datadir}/evolution-data-server/ews/windowsZones.xml
+%{_datadir}/appdata/evolution-ews.metainfo.xml
 
 %files -n libeews-1_2-0
 %defattr(-, root, root)

++ evolution-ews-3.12.6.tar.xz - evolution-ews-3.12.7.tar.xz ++
 10178 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-09-30 19:36:38

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-08-14 14:58:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-09-30 19:36:48.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep  8 17:42:48 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.6:
+  + Bugs Fixed: bgo#735799, bgo#735801.
+
+---

Old:

  evolution-ews-3.12.5.tar.xz

New:

  evolution-ews-3.12.6.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.TC1ybX/_old  2014-09-30 19:36:49.0 +0200
+++ /var/tmp/diff_new_pack.TC1ybX/_new  2014-09-30 19:36:49.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.5
+Version:3.12.6
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.12.5.tar.xz - evolution-ews-3.12.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.12.5/NEWS 
new/evolution-ews-3.12.6/NEWS
--- old/evolution-ews-3.12.5/NEWS   2014-08-11 10:06:24.0 +0200
+++ new/evolution-ews-3.12.6/NEWS   2014-09-08 09:33:31.0 +0200
@@ -1,3 +1,10 @@
+Evolution-EWS 3.12.6 2014-09-08
+---
+
+Bug Fixes:
+   Bug 735799 - Workaround crash for messages with no item ID (Milan Crha)
+   Bug 735801 - Use-after-free in e_book_backend_ews_dispose() after 
resume (Milan Crha)
+
 Evolution-EWS 3.12.5 2014-08-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.12.5/configure 
new/evolution-ews-3.12.6/configure
--- old/evolution-ews-3.12.5/configure  2014-08-11 10:06:52.0 +0200
+++ new/evolution-ews-3.12.6/configure  2014-09-08 09:34:03.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.12.5.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.12.6.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.12.5'
-PACKAGE_STRING='evolution-ews 3.12.5'
+PACKAGE_VERSION='3.12.6'
+PACKAGE_STRING='evolution-ews 3.12.6'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1499,7 +1499,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures evolution-ews 3.12.5 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.12.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1569,7 +1569,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of evolution-ews 3.12.5:;;
+ short | recursive ) echo Configuration of evolution-ews 3.12.6:;;
esac
   cat \_ACEOF
 
@@ -1768,7 +1768,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-evolution-ews configure 3.12.5
+evolution-ews configure 3.12.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2137,7 +2137,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-ews $as_me 3.12.5, which was
+It was created by evolution-ews $as_me 3.12.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3000,7 +3000,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-ews'
- VERSION='3.12.5'
+ VERSION='3.12.6'
 
 
 cat confdefs.h _ACEOF
@@ -3197,11 +3197,11 @@
 # precisely one minor behind [ews_version], then allow building against *that*
 # version of EDS and Evo.
 read x NEWSVER y  NEWS
-PREVVER=3.12.$(expr 5 - 1)
+PREVVER=3.12.$(expr 6 - 1)
 if test $PREVVER = $NEWSVER; then
EVOREQVER=$PREVVER
 else
-   EVOREQVER=3.12.5
+   

commit evolution-ews for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-08-14 14:58:13

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-07-20 10:50:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-08-14 14:58:34.0 +0200
@@ -1,0 +2,16 @@
+Mon Aug 11 10:03:08 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.5:
+  + Add missing chain-up to parent's constructed() method.
+  + Handle cookies (non-persistently).
+  + SOUP_STATUS_IS_SUCCESSFUL(soup_session_send_message())
+sends message twice.
+  + Clean up enabling/disabling NTLM and Basic auth types.
+  + Clean up logging slightly and make it more consistent.
+  + Add camel_ews_settings_get_auth_mechanism() helper function.
+  + Clean up Negotiate auth implementation to be a SoupAuth
+subclass.
+  + Bugs fixed: bgo#733274, bgo#703181, bgo#732850, bgo#703181,
+bgo#733663, bgo#732850, bgo#732850.
+
+---

Old:

  evolution-ews-3.12.4.tar.xz

New:

  evolution-ews-3.12.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.YDwXyF/_old  2014-08-14 14:58:35.0 +0200
+++ /var/tmp/diff_new_pack.YDwXyF/_new  2014-08-14 14:58:35.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.4
+Version:3.12.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.12.4.tar.xz - evolution-ews-3.12.5.tar.xz ++
 1929 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2014-07-06 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-07-06 22:52:12

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-05-20 14:25:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-07-06 22:52:15.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun 18 19:48:46 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.3:
+  + Fix g_ascii_strcasecmp: assertion 's2 != NULL'.
+  + Fix 'Unintialized pointer read'.
+  + Fix 'Uninitialized scalar variable'.
+  + Fix 'Logically dead code'.
+  + Bugs fixed: bgo#728246, bgo#730042, bgo#692780, bgo#730878.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.12.2.tar.xz

New:

  evolution-ews-3.12.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.jOxQU0/_old  2014-07-06 22:52:16.0 +0200
+++ /var/tmp/diff_new_pack.jOxQU0/_new  2014-07-06 22:52:16.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.2
+Version:3.12.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.12.2.tar.xz - evolution-ews-3.12.3.tar.xz ++
 7228 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2014-05-20 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-05-20 14:25:02

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-05-05 21:15:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-05-20 14:25:58.0 +0200
@@ -1,0 +2,7 @@
+Sat May 17 11:27:37 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.2:
+  + Bugs fixed: Read receipt handling doesn't work (bgo#656805).
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.12.1.tar.xz

New:

  evolution-ews-3.12.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.xk9sBB/_old  2014-05-20 14:25:59.0 +0200
+++ /var/tmp/diff_new_pack.xk9sBB/_new  2014-05-20 14:25:59.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.1
+Version:3.12.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.12.1.tar.xz - evolution-ews-3.12.2.tar.xz ++
 3161 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2014-05-05 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-05-05 21:14:28

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-03-18 13:45:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-05-05 21:15:00.0 +0200
@@ -1,0 +2,89 @@
+Sun Apr 13 17:03:06 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.1:
+  + Simplify memory management around ews_sync_mi_flags() function.
+  + Bugs fixed: Do not pass NULL text to gtk_entry_set_text()
+bgo#684425.
+  + Updated translations.
+
+---
+Sun Mar 23 08:49:31 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.0:
+  + No changes since version 3.11.92.
+
+---
+Fri Mar 14 03:11:59 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.92:
+  + ECalBackendEws: Do not cause double-free of a GError.
+  + Bugs fixed: bgo#726078, bgo#726079.
+
+---
+Fri Mar 14 03:11:58 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.91:
+  + configure.ac: Remove evolution-plugin dependency.
+  + Bugs fixed: bgo#720260, bgo#724232.
+  + Updated translations.
+- Drop pkgconfig(evolution-plugin-3.0) BuildRequires: no longer
+  required.
+
+---
+Fri Mar 14 03:11:57 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.11.90:
+  + Bugs fixed: bgo#655806, bgo#722416, bgo#722419, bgo#723520.
+  + Updated translations.
+
+---
+Fri Mar 14 03:11:05 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.5:
+  + Drop KRB5 dependency.
+  + Bump minimum libsoup requirement to 2.42.
+  + Unit test improvements.
+  + Add e_ews_debug_get_server_version_from_string().
+  + Abort any pending operations in case notification was cancelled.
+  + Bugs fixed: bgo#712179, bgo#721381, bgo#722415.
+  + Updated translations.
+
+---
+Fri Mar 14 03:11:04 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.4:
+  + Updated translations.
+
+---
+Fri Mar 14 03:11:03 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.3:
+  + configure.ac: Do not define EDS_DISABLE_DEPRECATED.
+  + Setup the Authentication extension so Camel can determine host
+reachability.
+  + Bugs fixed: bgo#664174, bgo#705338, bgo#712255, bgo#712304,
+bgo#715165, bgo#719376.
+  + Updated translations.
+
+---
+Fri Mar 14 03:11:02 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.2:
+  + Update tar format to tar-ustar.
+  + Fix potential issues found by static analysis tools.
+  + Bugs fixed: bgo#699349, bgo#708353, bgo#711148, bgo#711470,
+bgo#712304.
+  + Updated translations.
+
+---
+Fri Mar 14 03:11:01 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.1:
+  + Check for supported authentication methods by the server.
+  + Fetch Free/Busy fails due to incorrect value of DayOrder
+element.
+  + Bugs fixed: bgo#704869, bgo#708121, bgo#708628.
+  + Updated translations.
+- Change evolution_base_version t0 3.12.
+
+---

Old:

  evolution-ews-3.10.4.tar.xz

New:

  evolution-ews-3.12.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.deUawA/_old  2014-05-05 21:15:01.0 +0200
+++ /var/tmp/diff_new_pack.deUawA/_new  2014-05-05 21:15:01.0 +0200
@@ -18,20 +18,19 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.10
-Version:3.10.4
+%define evolution_base_version 3.12
+Version:3.12.1
 Release:0
 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.10/%{name}-%{version}.tar.xz
+Source: 

commit evolution-ews for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-03-18 13:45:02

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2014-01-28 12:02:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-03-18 13:45:03.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar 12 19:42:39 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.4:
+  + Bugs Fixed: bgo#721381, bgo#723520.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.10.3.tar.xz

New:

  evolution-ews-3.10.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.zj1Jjd/_old  2014-03-18 13:45:04.0 +0100
+++ /var/tmp/diff_new_pack.zj1Jjd/_new  2014-03-18 13:45:04.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.10.3
+Version:3.10.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.10.3.tar.xz - evolution-ews-3.10.4.tar.xz ++
 2892 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2014-01-28 12:02:31

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-11-24 11:26:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2014-01-28 12:02:32.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 24 22:46:32 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.3:
+  + Bugs Fixed: bgo#664174, bgo#719376.
+
+---

Old:

  evolution-ews-3.10.2.tar.xz

New:

  evolution-ews-3.10.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.O0wwXp/_old  2014-01-28 12:02:33.0 +0100
+++ /var/tmp/diff_new_pack.O0wwXp/_new  2014-01-28 12:02:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.10.2
+Version:3.10.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.10.2.tar.xz - evolution-ews-3.10.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.10.2/Makefile.in 
new/evolution-ews-3.10.3/Makefile.in
--- old/evolution-ews-3.10.2/Makefile.in2013-11-10 15:35:52.0 
+0100
+++ new/evolution-ews-3.10.3/Makefile.in2013-12-09 03:54:34.0 
+0100
@@ -53,8 +53,8 @@
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
-   compile config.guess config.sub depcomp install-sh ltmain.sh \
-   missing mkinstalldirs
+   compile config.guess config.sub install-sh ltmain.sh missing \
+   mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/evo_krb5_support.m4 \
$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.10.2/NEWS 
new/evolution-ews-3.10.3/NEWS
--- old/evolution-ews-3.10.2/NEWS   2013-11-10 15:35:33.0 +0100
+++ new/evolution-ews-3.10.3/NEWS   2013-12-09 03:22:30.0 +0100
@@ -1,3 +1,11 @@
+Evolution-EWS 3.10.3 2013-12-09
+---
+
+Bug Fixes:
+   Bug 664174 - Crash in add_item_to_cache() (Milan Crha)
+   Bug 719376 - Filter by mailing list doesn't work (Milan Crha)
+
+
 Evolution-EWS 3.10.2 2013-11-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.10.2/configure 
new/evolution-ews-3.10.3/configure
--- old/evolution-ews-3.10.2/configure  2013-11-10 15:35:51.0 +0100
+++ new/evolution-ews-3.10.3/configure  2013-12-09 03:54:33.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.10.2.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.10.3.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.10.2'
-PACKAGE_STRING='evolution-ews 3.10.2'
+PACKAGE_VERSION='3.10.3'
+PACKAGE_STRING='evolution-ews 3.10.3'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1499,7 +1499,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures evolution-ews 3.10.2 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.10.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1569,7 +1569,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short 

commit evolution-ews for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-11-24 11:26:41

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-10-15 10:40:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-11-24 11:26:42.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 11 21:06:29 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.2 (bnc#849913):
+  + Make offline GAL browsable.
+
+---

Old:

  evolution-ews-3.10.1.tar.xz

New:

  evolution-ews-3.10.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.93WJdI/_old  2013-11-24 11:26:43.0 +0100
+++ /var/tmp/diff_new_pack.93WJdI/_new  2013-11-24 11:26:43.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.10.1
+Version:3.10.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.10.1.tar.xz - evolution-ews-3.10.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.10.1/Makefile.in 
new/evolution-ews-3.10.2/Makefile.in
--- old/evolution-ews-3.10.1/Makefile.in2013-10-13 17:11:38.0 
+0200
+++ new/evolution-ews-3.10.2/Makefile.in2013-11-10 15:35:52.0 
+0100
@@ -53,8 +53,8 @@
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
-   compile config.guess config.sub install-sh ltmain.sh missing \
-   mkinstalldirs
+   compile config.guess config.sub depcomp install-sh ltmain.sh \
+   missing mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/evo_krb5_support.m4 \
$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.10.1/NEWS 
new/evolution-ews-3.10.2/NEWS
--- old/evolution-ews-3.10.1/NEWS   2013-10-13 17:10:56.0 +0200
+++ new/evolution-ews-3.10.2/NEWS   2013-11-10 15:35:33.0 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.10.2 2013-11-11
+---
+
+* Make offline GAL browsable. (Milan Crha)
+
+
 Evolution-EWS 3.10.1 2013-10-14
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.10.1/configure 
new/evolution-ews-3.10.2/configure
--- old/evolution-ews-3.10.1/configure  2013-10-13 17:11:37.0 +0200
+++ new/evolution-ews-3.10.2/configure  2013-11-10 15:35:51.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.10.1.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.10.2.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.10.1'
-PACKAGE_STRING='evolution-ews 3.10.1'
+PACKAGE_VERSION='3.10.2'
+PACKAGE_STRING='evolution-ews 3.10.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1499,7 +1499,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures evolution-ews 3.10.1 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.10.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1569,7 +1569,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of evolution-ews 3.10.1:;;
+ short | recursive ) echo Configuration of evolution-ews 3.10.2:;;
esac
   cat \_ACEOF
 
@@ -1766,7 +1766,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-evolution-ews configure 3.10.1
+evolution-ews configure 3.10.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2135,7 +2135,7 @@
 This file 

commit evolution-ews for openSUSE:Factory

2013-10-15 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-10-15 10:40:20

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-09-27 17:09:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-10-15 10:40:22.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 14 07:27:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + bgo#706151: Fix crash under
+mail_config_ews_ooo_page_display_settings().
+  + bgo#708309: Crash accessing GAL not marked for offline.
+  + bgo#708348: Memory leaks from account preferences.
+  + Fetch Free/Busy fails due to incorrect value of DayOrder
+element.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.10.0.tar.xz

New:

  evolution-ews-3.10.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.7ytI82/_old  2013-10-15 10:40:23.0 +0200
+++ /var/tmp/diff_new_pack.7ytI82/_new  2013-10-15 10:40:23.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.10.0.tar.xz - evolution-ews-3.10.1.tar.xz ++
 4065 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-09-27 17:09:34

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-09-23 14:49:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-09-27 17:09:35.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 21 15:30:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.9.92.tar.xz

New:

  evolution-ews-3.10.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.BcAwKr/_old  2013-09-27 17:09:42.0 +0200
+++ /var/tmp/diff_new_pack.BcAwKr/_new  2013-09-27 17:09:42.0 +0200
@@ -19,13 +19,13 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.9.92
+Version:3.10.0
 Release:0
 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.9/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evolution-ews/3.10/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream

++ evolution-ews-3.9.92.tar.xz - evolution-ews-3.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.9.92/Makefile.in 
new/evolution-ews-3.10.0/Makefile.in
--- old/evolution-ews-3.9.92/Makefile.in2013-09-10 19:45:59.0 
+0200
+++ new/evolution-ews-3.10.0/Makefile.in2013-09-21 14:55:48.0 
+0200
@@ -53,8 +53,8 @@
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
-   compile config.guess config.sub depcomp install-sh ltmain.sh \
-   missing mkinstalldirs
+   compile config.guess config.sub install-sh ltmain.sh missing \
+   mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/evo_krb5_support.m4 \
$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.9.92/NEWS 
new/evolution-ews-3.10.0/NEWS
--- old/evolution-ews-3.9.92/NEWS   2013-09-15 14:21:42.0 +0200
+++ new/evolution-ews-3.10.0/NEWS   2013-09-21 14:55:09.0 +0200
@@ -1,3 +1,10 @@
+Evolution-EWS 3.10.9 2013-09-23
+---
+
+Translations:
+   Gabor Kelemen (hu)
+
+
 Evolution-EWS 3.9.92 2013-09-16
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.9.92/configure 
new/evolution-ews-3.10.0/configure
--- old/evolution-ews-3.9.92/configure  2013-09-10 19:45:59.0 +0200
+++ new/evolution-ews-3.10.0/configure  2013-09-21 14:55:46.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.9.92.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.10.0.
 #
 # Report bugs to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.9.92'
-PACKAGE_STRING='evolution-ews 3.9.92'
+PACKAGE_VERSION='3.10.0'
+PACKAGE_STRING='evolution-ews 3.10.0'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1499,7 +1499,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures evolution-ews 3.9.92 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.10.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1569,7 +1569,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of evolution-ews 3.9.92:;;
+ 

commit evolution-ews for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-09-23 14:49:38

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-09-11 11:32:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-09-23 14:49:39.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 15 13:11:06 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.92:
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.9.91.tar.xz

New:

  evolution-ews-3.9.92.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.tkSnft/_old  2013-09-23 14:49:40.0 +0200
+++ /var/tmp/diff_new_pack.tkSnft/_new  2013-09-23 14:49:40.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.9.91.tar.xz - evolution-ews-3.9.92.tar.xz ++
 3779 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-09-11 11:32:21

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-08-19 15:51:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-09-11 11:32:23.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep  2 07:13:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.91:
+  + Bugs fixed: bgo#655325, bgo#656008, bgo#657807, bgo#675796.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.9.90.tar.xz

New:

  evolution-ews-3.9.91.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.wVAqNI/_old  2013-09-11 11:32:24.0 +0200
+++ /var/tmp/diff_new_pack.wVAqNI/_new  2013-09-11 11:32:24.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.9.90
+Version:3.9.91
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.9.90.tar.xz - evolution-ews-3.9.91.tar.xz ++
 6291 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2013-08-19 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-08-19 15:51:07

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-08-16 12:26:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-08-19 15:51:09.0 +0200
@@ -1,0 +2,9 @@
+Sun Aug 18 14:40:45 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.90:
+  + Bugs fixed: bgo#654528, bgo#660748, bgo#675737, bgo#681741,
+bgo#699558, bgo#704772, bgo#704914, bgo#704940, bgo#705118,
+bgo#705337, bgo#705617, bgo#705658.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.9.5.tar.xz

New:

  evolution-ews-3.9.90.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.bC2QCI/_old  2013-08-19 15:51:09.0 +0200
+++ /var/tmp/diff_new_pack.bC2QCI/_new  2013-08-19 15:51:09.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.9.5
+Version:3.9.90
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.9.5.tar.xz - evolution-ews-3.9.90.tar.xz ++
 5715 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-08-16 12:26:07

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-07-09 20:51:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-08-16 12:26:08.0 +0200
@@ -1,0 +2,14 @@
+Mon Jul 29 07:21:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.5:
+  + Add E_CONTACT_OFFICE parsing for GAL.
+  + Add some more GAL field types seen in the wild.
+  + Use GBytes for GAL binary properties.
+  + Add X509 cert from GAL.
+  + Add E_CONTACT_WANTS_HTML from GAL.
+  + Fix hang on multiple contacts removal.
+  + Bugs fixed: bgo#386113, bgo#659700, bgo#702035, bgo#703181,
+bgo#703832, bgo#704370, bgo#704618.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.9.4.tar.xz

New:

  evolution-ews-3.9.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.FUCAOi/_old  2013-08-16 12:26:09.0 +0200
+++ /var/tmp/diff_new_pack.FUCAOi/_new  2013-08-16 12:26:09.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.9.4
+Version:3.9.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.9.4.tar.xz - evolution-ews-3.9.5.tar.xz ++
 7651 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2013-07-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-07-09 20:51:29

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-06-29 19:39:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-07-09 20:51:31.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul  8 18:46:46 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.4:
+  + Fix leak and avoid to pass NULL to g_strrstr().
+  + Fix segfault: set text as NULL when both g_strrstr() fails.
+  + Use g_strcmp0 instead of implement it as check_equal.
+  + Allow to pass NULL for e_ews_connection_get_folder_sync.
+  + Bugs fixed: bgo#702922, bgo#703053, bgo#703194.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.9.3.tar.xz

New:

  evolution-ews-3.9.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.FGIYE7/_old  2013-07-09 20:51:32.0 +0200
+++ /var/tmp/diff_new_pack.FGIYE7/_new  2013-07-09 20:51:32.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.9.3
+Version:3.9.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1
@@ -30,16 +30,16 @@
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(evolution-data-server-1.2)
-BuildRequires:  pkgconfig(evolution-mail-3.0) = 3.2.0
+BuildRequires:  pkgconfig(evolution-mail-3.0) = %{version}
 BuildRequires:  pkgconfig(evolution-plugin-3.0)
-BuildRequires:  pkgconfig(evolution-shell-3.0) = 3.2.0
+BuildRequires:  pkgconfig(evolution-shell-3.0) = %{version}
 BuildRequires:  pkgconfig(glib-2.0) = 2.28
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0
 BuildRequires:  pkgconfig(libebackend-1.2)
 BuildRequires:  pkgconfig(libedata-book-1.2)
 BuildRequires:  pkgconfig(libedata-cal-1.2)
 BuildRequires:  pkgconfig(libedataserver-1.2)
-BuildRequires:  pkgconfig(libemail-engine) = 3.2.0
+BuildRequires:  pkgconfig(libemail-engine) = %{version}
 BuildRequires:  pkgconfig(libmspack) = 0.4
 BuildRequires:  pkgconfig(libsoup-2.4) = 2.30
 Recommends: %{name}-lang

++ evolution-ews-3.9.3.tar.xz - evolution-ews-3.9.4.tar.xz ++
 2562 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-06-29 19:39:14

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-06-05 11:50:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-06-29 19:39:16.0 +0200
@@ -1,0 +2,39 @@
+Fri Jun 21 16:04:47 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + e-ews-search-user: Do not print console error when nothing
+found.
+  + Fetch fresh folder's change-key, when reading folder
+permissions.
+  + Check for cancellation when refreshing folder content.
+  + Require --with-internal-lzx for libmspack fallback.
+  + Disable incremental GAL updates without libmspack.
+  + Fix various memory leaks.
+  + Make the statements explicit when using ternary if.
+  + Bugs fixed: bgo#701246.
+  + Updated translations.
+
+---
+Sun May 26 18:40:06 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Handle inlined attachments in
+e_ews_connection_{create,get}_attachments.
+  + Handle absence of ETag.
+  + Update LZX decompressor.
+  + Allow upstream libmspack to be used, if it's new enough.
+  + Allow e_ews_connection_get_oal_detail() to return more than one
+type of element.
+  + Fix crash on addressbook close.
+  + Don't remove OAB file after processing.
+  + Implement incremental GAL download.
+  + Use X-EWS-KIND attribute.
+  + Bugs fixed: bgo#654950, bgo#658892, bgo#673351, bgo#698728,
+bgo#699231, bgo#699241, bgo#699373, bgo#699481, bgo#699847.
+  + Updated translations.
+- Add pkgconfig(libmspack) BuildRequires: new dependency.
+- Drop liblzx0 subpackage: this was a wrapper around libmspack
+  functionality, where the fixes were merged in this code. As per
+  SLPP, we do not obsolete the library.
+
+---

Old:

  evolution-ews-3.9.1.tar.xz

New:

  evolution-ews-3.9.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.Cqj2Vo/_old  2013-06-29 19:39:17.0 +0200
+++ /var/tmp/diff_new_pack.Cqj2Vo/_new  2013-06-29 19:39:17.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.9.1
+Version:3.9.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1
@@ -40,6 +40,7 @@
 BuildRequires:  pkgconfig(libedata-cal-1.2)
 BuildRequires:  pkgconfig(libedataserver-1.2)
 BuildRequires:  pkgconfig(libemail-engine) = 3.2.0
+BuildRequires:  pkgconfig(libmspack) = 0.4
 BuildRequires:  pkgconfig(libsoup-2.4) = 2.30
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,19 +72,11 @@
 %description -n libewsutils0
 This library provides utilities API for EWS Exchange Connector.
 
-%package  -n liblzx0
-Summary:Client library for Accessing Exchange Servers - LZX library
-Group:  System/Libraries
-
-%description -n liblzx0
-This library is an implementation of the LZX compression algorithm.
-
 %package devel
 Summary:Client library for Accessing Exchange Servers -- Development 
Files
 Group:  Development/Libraries/C and C++
 Requires:   libeews-1_2-0 = %{version}
 Requires:   libewsutils0 = %{version}
-Requires:   liblzx0 = %{version}
 
 %description devel
 This library is a client library for accessing Exchange servers through
@@ -114,10 +107,6 @@
 
 %postun -n libewsutils0 -p /sbin/ldconfig
 
-%post -n liblzx0 -p /sbin/ldconfig
-
-%postun -n liblzx0 -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root)
 %doc COPYING README
@@ -139,16 +128,11 @@
 %dir %{_libdir}/evolution-data-server/
 %{_libdir}/evolution-data-server/libewsutils.so.*
 
-%files -n liblzx0
-%defattr(-, root, root)
-%{_libdir}/liblzx.so.*
-
 %files devel
 %defattr(-, root, root)
 %dir %{_libdir}/evolution-data-server/
 %{_libdir}/evolution-data-server/libeews-1.2.so
 %{_libdir}/evolution-data-server/libewsutils.so
-%{_libdir}/liblzx.so
 %dir %{_includedir}/evolution-data-server/
 %{_includedir}/evolution-data-server/ews/
 

++ evolution-ews-3.9.1.tar.xz - evolution-ews-3.9.3.tar.xz ++
 14224 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit evolution-ews for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-06-05 11:50:31

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-04-26 15:41:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-06-05 11:50:33.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 29 11:21:22 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.1:
+  + Bugs fixed: bgo#670939, bgo#686227, bgo#691937, bgo#696092,
+bgo#696221.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.8.1.tar.xz

New:

  evolution-ews-3.9.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.nMDbbC/_old  2013-06-05 11:50:34.0 +0200
+++ /var/tmp/diff_new_pack.nMDbbC/_new  2013-06-05 11:50:34.0 +0200
@@ -18,14 +18,14 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.8
-Version:3.8.1
+%define evolution_base_version 3.10
+Version:3.9.1
 Release:0
 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.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evolution-ews/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -145,7 +145,6 @@
 
 %files devel
 %defattr(-, root, root)
-%{_libdir}/pkgconfig/libeews-1.2.pc
 %dir %{_libdir}/evolution-data-server/
 %{_libdir}/evolution-data-server/libeews-1.2.so
 %{_libdir}/evolution-data-server/libewsutils.so

++ evolution-ews-3.8.1.tar.xz - evolution-ews-3.9.1.tar.xz ++
 4983 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-04-26 15:41:53

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is projectnov-s...@epam.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-04-05 09:23:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-04-26 15:41:55.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 15 17:31:41 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + Make enum type registration thread safe (bgo#681837).
+  + Error is shown when a folder is created in the root (same level
+than Inbox) (bgo#695921).
+
+---

Old:

  evolution-ews-3.8.0.tar.xz

New:

  evolution-ews-3.8.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.e80vZY/_old  2013-04-26 15:41:57.0 +0200
+++ /var/tmp/diff_new_pack.e80vZY/_new  2013-04-26 15:41:57.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.8
-Version:3.8.0
+Version:3.8.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.8.0.tar.xz - evolution-ews-3.8.1.tar.xz ++
 4595 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/evolution-ews-3.8.0/ChangeLog new/evolution-ews-3.8.1/ChangeLog
--- old/evolution-ews-3.8.0/ChangeLog   2013-03-17 13:46:27.0 +0100
+++ new/evolution-ews-3.8.1/ChangeLog   2013-03-24 02:14:57.0 +0100
@@ -4,4 +4,4 @@
Get a clone of git repository and list changes with 'git log' there,
   $ git clone git://git.gnome.org/evolution-ews
or browse changes online at
-  http://git.gnome.org/browse/evolution-ews/log/?h=master
+  http://git.gnome.org/browse/evolution-ews/log/?h=gnome-3-8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/evolution-ews-3.8.0/INSTALL new/evolution-ews-3.8.1/INSTALL
--- old/evolution-ews-3.8.0/INSTALL 2013-03-24 02:05:15.0 +0100
+++ new/evolution-ews-3.8.1/INSTALL 2013-04-14 17:32:23.0 +0200
@@ -1,7 +1,7 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
 Inc.
 
Copying and distribution of this file, with or without modification,
@@ -309,9 +309,10 @@
 overridden in the site shell script).
 
 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
+an Autoconf limitation.  Until the limitation is lifted, you can use
+this workaround:
 
- CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ==
@@ -367,4 +368,3 @@
 
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/evolution-ews-3.8.0/Makefile.am new/evolution-ews-3.8.1/Makefile.am
--- old/evolution-ews-3.8.0/Makefile.am 2013-03-17 13:46:27.0 +0100
+++ new/evolution-ews-3.8.1/Makefile.am 2013-04-14 17:29:19.0 +0200
@@ -9,6 +9,8 @@
 
 EXTRA_DIST =  \
$(changelog) \
+   enumtypes.c.template \
+   enumtypes.h.template \
intltool-merge.in \
intltool-update.in \
intltool-extract.in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit evolution-ews for openSUSE:Factory

2013-04-05 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-04-05 09:23:09

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is projectnov-s...@epam.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-01-30 22:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-04-05 09:23:08.0 +0200
@@ -1,0 +2,79 @@
+Sun Mar 24 07:11:02 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.8.0:
+  + No changes since 3.7.92.
+
+---
+Sun Mar 17 13:25:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + Bugs fixed: bgo#654953, bgo#690433, bgo#695177, bgo#695311,
+bgo#695707.
+
+---
+Sun Mar  3 15:47:32 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91:
+  + Be more forgiving with the invitation response status pairing.
+  + Listen and act on EBackend's online state changes.
+  + Claim sources even when in offline.
+  + Bugs fixed: bgo#693345.
+  + Updated translations.
+
+---
+Mon Feb 18 08:26:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Bugs fixed: bgo#668489, bgo#693012, bgo#693306.
+  + Updated translations.
+
+---
+Tue Feb  5 13:02:41 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.5:
+  + Support for public folders (bgo#656377).
+  + Bugs fixed: bgo#690474, bgo#692688, bgo#692705.
+  + Updated translations.
+
+---
+Sat Jan 25 11:03:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Updated translations.
+
+---
+Fri Jan 24 17:59:47 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3.1:
+  + Removed dependency on libedataserverui-3.0.
+- Changes from version 3.7.3:
+  + Unsubscribe should remove also subfolders, if subscribed with
+them
+  + Read also CalendarEventDetails from Free/Busy response
+  + Use version-based GLib/GDK/GTK+ warnings.
+  + Bump GLib requirement to 2.32.
+  + Do not generate a ChangeLog file from 'git log'
+  + Bugs fixed: bgo#671893, bgo#677888, bgo#687874, bgo#689521.
+  + Updated translations.
+- Drop pkgconfig(libedataserverui-3.0) BuildRequires: the library
+  no longer exists.
+
+---
+Thu Jan 23 17:53:51 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.2:
+  + Allow changing permissions of a Calendar folder.
+  + Fix XML parsing failure during Free/Busy fetching.
+  + Generate a ChangeLog file in tarballs.
+  + Bugs fixed: bgo#686024, bgo#686228, bgo#681665, bgo#687228,
+bgo#687877, bgo#686227, bgo#685795, bgo#685795.
+  + Updated translations.
+
+---
+Wed Jan 23 09:33:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.1:
+  + Fix crash under oal_response_cb() (bgo#686268)
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.6.3.tar.xz

New:

  evolution-ews-3.8.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.cw83Vh/_old  2013-04-05 09:23:11.0 +0200
+++ /var/tmp/diff_new_pack.cw83Vh/_new  2013-04-05 09:23:11.0 +0200
@@ -18,14 +18,14 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.6
-Version:3.6.3
+%define evolution_base_version 3.8
+Version:3.8.0
 Release:0
 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.6/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evolution-ews/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -39,7 +39,6 @@
 BuildRequires:  pkgconfig(libedata-book-1.2)
 BuildRequires:  pkgconfig(libedata-cal-1.2)
 BuildRequires:  pkgconfig(libedataserver-1.2)
-BuildRequires:  pkgconfig(libedataserverui-3.0)
 BuildRequires:  

commit evolution-ews for openSUSE:Factory

2013-01-30 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-01-30 22:20:48

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is projectnov-s...@epam.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-11-21 15:13:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-01-30 22:20:50.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 22 21:28:35 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.6.3:
+  + Bugs fixed: bgo#671893, bgo#687874, bgo#689521, bgo#690474.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.6.1.tar.xz

New:

  evolution-ews-3.6.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.bz8cE0/_old  2013-01-30 22:20:51.0 +0100
+++ /var/tmp/diff_new_pack.bz8cE0/_new  2013-01-30 22:20:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.6
-Version:3.6.1
+Version:3.6.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-11-21 15:13:52

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is projectnov-s...@epam.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-10-04 18:38:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-11-21 15:13:55.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 13 12:03:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Allow changing permissions of a Calendar folder.
+  + Fix XML parsing failure during Free/Busy fetching.
+  + Bugs fixed: bgo#681665, bgo#686024, bgo#686227, bgo#686228,
+bgo#686268, bgo#687228.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.6.0.tar.xz

New:

  evolution-ews-3.6.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.gazCDv/_old  2012-11-21 15:13:57.0 +0100
+++ /var/tmp/diff_new_pack.gazCDv/_new  2012-11-21 15:13:57.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.6
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-10-04 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-10-04 18:38:34

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is projectnov-s...@epam.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-08-16 21:57:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-10-04 18:38:36.0 +0200
@@ -1,0 +2,95 @@
+Sun Sep 23 09:43:01 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.6.0:
+  + Updated translations.
+
+---
+Sun Sep 16 20:57:09 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.92:
+  + Make translations work in respective modules
+  + Bugs fixed: bgo#655774, bgo#680921, bgo#682914
+  + Updated translations.
+
+---
+Sun Sep  2 11:18:07 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.91:
+  + Implement CamelFolder::get_message_cached()
+  + Do not update folder structure in source registry for disabled
+accounts
+  + Do not overwrite user's changes on GAL ESource
+  + Various other code changes.
+  + Bugs fixed: bgo#675730, bgo#682020
+  + Updated translations.
+
+---
+Sun Aug 19 22:26:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90:
+  + Add version information to CamelEwsStoreSummary
+  + Implement Subscribe to folder of other user feature
+  + Set CamelEwsSettings::email on successful autodiscover
+  + Re-add foreign calendar/tasks/book sources on initial
+collection setup
+  + Do not add owner's folders under 'Mailbox - User Name' folder
+  + Bugs fixed:
+- bgo#674321: Support for password expiration information
+- bgo#670458, bgo#681544
+  + Updated translations.
+
+---
+Tue Aug 14 12:12:49 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.5:
+  + Support remote folder creation and deletion
+  + Finish rewriting the Out of Office config page
+  + Be able to read/write folder permissions
+  + Do not save unchanged Out-Of-Office settings
+  + Various other code changes.
+  + Bugs fixed:
+- bgo#656376: Support for delegation
+- bgo#656709, bgo#665986, bgo#669460 bgo#670506, bgo#673095,
+  bgo#675285, bgo#675442, bgo#678464 bgo#680153, bgo#680525,
+  bgo#680683, bgo#680960
+  + Updated translations.
+
+---
+Tue Aug 14 10:47:24 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.4:
+  + Fix crasher in oal_response_cb()
+  + Add Connection timeout option into mail account properties
+  + Rework SOAP response handling
+  + Bugs fixed:
+- bgo#677007: Add Basic authentication type
+- bgo#663383, bgo#679303, bgo#679305.
+
+---
+Tue Aug 14 10:24:18 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.3:
+  + Drop gconf-2.0 dependency.
+  + Bump minimum gtk+-3.0 requirement to 3.0.
+  + Various other code changes.
+  + Bugs fixed: bgo#654543, bgo#673408, bgo#674599, bgo#676081,
+bgo#677398, bgo#677531, bgo#678321.
+  + Updated translations.
+- Drop pkgconfig(gconf-2.0) BuildRequires: dependency dropped
+  upstream.
+- Add pkgconfig(evolution-mail-3.0) BuildRequires: configure now
+  checks for it.
+
+---
+Tue Aug 14 09:57:37 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.1:
+  + Fix compiler warning for portability
+  + Various other code changes.
+  + Bugs fixed: bgo#659717, bgo#661979, bgo#668555, bgo#670457,
+bgo#670944, bgo#671624, bgo#672175, bgo#672448, bgo#672448.
+  + Updated translations.
+- Drop xz BuildRequires as it now comes for free in the build
+  system.
+
+---

Old:

  evolution-ews-3.4.4.tar.xz

New:

  evolution-ews-3.6.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.fCPR7y/_old  2012-10-04 18:38:38.0 +0200
+++ /var/tmp/diff_new_pack.fCPR7y/_new  2012-10-04 18:38:38.0 +0200
@@ -18,25 +18,23 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.4
-Version:3.4.4
+%define evolution_base_version 3.6
+Version:3.6.0
 Release:0
 Summary:Exchange Connector for 

commit evolution-ews for openSUSE:Factory

2012-08-16 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-08-16 21:57:13

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is projectnov-s...@epam.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-06-25 12:27:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-08-16 21:57:15.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug 14 09:06:12 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.4:
+  + Crash when failed to get a message from a server (bgo#665986)
+  + Unable to accept meeting request (bgo#670458)
+  + Bugs fixed: bgo#656709, bgo#663383, bgo#668555, bgo#669460,
+bgo#670506, bgo#673095, bgo#675285, bgo#675442, bgo#678321,
+bgo#679303, bgo#679305, bgo#680153, bgo#680525, bgo#680683.
+
+---

Old:

  evolution-ews-3.4.3.tar.xz

New:

  evolution-ews-3.4.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.DHqOc3/_old  2012-08-16 21:57:17.0 +0200
+++ /var/tmp/diff_new_pack.DHqOc3/_new  2012-08-16 21:57:17.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-06-25 12:27:06

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is lpecha...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-05-22 08:13:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-06-25 12:27:08.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 18 07:17:06 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.3:
+  + Mark as junk doesn't work (bgo#654543)
+  + Deleted message not deleted from server (bgo#676081)
+  + Bugs fixed: bgo#673408, bgo#674599, bgo#677007, bgo#677398,
+bgo#677531.
+
+---

Old:

  evolution-ews-3.4.2.tar.xz

New:

  evolution-ews-3.4.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.HagQZ1/_old  2012-06-25 12:27:09.0 +0200
+++ /var/tmp/diff_new_pack.HagQZ1/_new  2012-06-25 12:27:09.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.4.2
+Version:3.4.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-05-22 08:13:30

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is pchenth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-04-20 15:13:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-05-22 08:13:32.0 +0200
@@ -1,0 +2,10 @@
+Mon May 14 10:01:05 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.2:
+  + Report errors from backends in their error domain
+  + Fix possible crash at the end of autodiscovery
+  + Bugs fixed:
+- bgo#653631: Empty trash doesn't work
+- bgo#664637: Deleted messages appear in Inbox
+
+---

Old:

  evolution-ews-3.4.1.tar.xz

New:

  evolution-ews-3.4.2.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.Zp1s4I/_old  2012-05-22 08:13:34.0 +0200
+++ /var/tmp/diff_new_pack.Zp1s4I/_new  2012-05-22 08:13:34.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-04-20 15:13:13

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is pchenth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-03-29 11:38:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-04-20 15:13:18.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 07:15:26 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Bugs fixed: bgo#661436, bgo#670217, bgo#671969, bgo#673349.
+
+---

Old:

  evolution-ews-3.4.0.tar.xz

New:

  evolution-ews-3.4.1.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.EDC6V8/_old  2012-04-20 15:13:20.0 +0200
+++ /var/tmp/diff_new_pack.EDC6V8/_new  2012-04-20 15:13:20.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-03-29 11:38:29

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is pchenth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-03-16 13:11:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-03-29 11:38:33.0 +0200
@@ -1,0 +2,14 @@
+Mon Mar 26 08:23:12 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.0:
+  + Updated translations.
+
+---
+Tue Mar 20 17:05:19 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.92:
+  + Suppress deprecation warnings.
+  + Various other code changes.
+  + Bugs fixed: bgo#660428, bgo#665801, bgo#667849.
+
+---

Old:

  evolution-ews-3.3.91.tar.xz

New:

  evolution-ews-3.4.0.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.BMJ5s2/_old  2012-03-29 11:38:35.0 +0200
+++ /var/tmp/diff_new_pack.BMJ5s2/_new  2012-03-29 11:38:35.0 +0200
@@ -19,13 +19,13 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.3.91
+Version:3.4.0
 Release:0
 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.3/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evolution-ews/3.4/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-03-16 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-03-16 13:11:30

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is pchenth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-02-28 19:21:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-03-16 13:11:32.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  6 09:42:54 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.91:
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.3.90.tar.xz

New:

  evolution-ews-3.3.91.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.RoHqPF/_old  2012-03-16 13:11:34.0 +0100
+++ /var/tmp/diff_new_pack.RoHqPF/_new  2012-03-16 13:11:34.0 +0100
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.3.90
+Version:3.3.91
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org




commit evolution-ews for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-02-28 19:21:30

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is pchenth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-02-20 16:09:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-02-28 19:21:32.0 +0100
@@ -1,0 +2,11 @@
+Mon Feb 20 22:38:28 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.90:
+  + Bugs fixed:
+- bgo#656375: Implement Out of Office
+- bgo#668174: Fix creation of appointments and meetings
+- bgo#654810, bgo#654810, bgo#654822, bgo#658347, bgo#664749,
+  bgo#665801, bgo#669338.
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.3.5.tar.xz

New:

  evolution-ews-3.3.90.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.0r8cCq/_old  2012-02-28 19:21:34.0 +0100
+++ /var/tmp/diff_new_pack.0r8cCq/_new  2012-02-28 19:21:34.0 +0100
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.3.5
+Version:3.3.90
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-02-20 16:09:42

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is pchenth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-01-25 10:36:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-02-20 16:09:44.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  5 21:17:38 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.5:
+  + Adapt to libemail-engine.
+- Add pkgconfig(libemail-engine) BuildRequires, folloing the code
+  changes.
+
+---

Old:

  evolution-ews-3.3.4.tar.xz

New:

  evolution-ews-3.3.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.vwRYiM/_old  2012-02-20 16:09:45.0 +0100
+++ /var/tmp/diff_new_pack.vwRYiM/_new  2012-02-20 16:09:45.0 +0100
@@ -18,7 +18,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.3.4
+Version:3.3.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1
@@ -41,6 +41,7 @@
 BuildRequires:  pkgconfig(libedata-cal-1.2)
 BuildRequires:  pkgconfig(libedataserver-1.2)
 BuildRequires:  pkgconfig(libedataserverui-3.0)
+BuildRequires:  pkgconfig(libemail-engine) = 3.2.0
 BuildRequires:  pkgconfig(libsoup-2.4) = 2.30
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-01-25 10:36:07

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is pchenth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2012-01-09 12:03:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-01-25 10:36:09.0 +0100
@@ -1,0 +2,10 @@
+Mon Jan 16 18:04:36 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.4:
+  + Bugs fixed:
+- bgo#665104: Possible memory leaks
+- bgo#665533: OAB caching not working
+- bgo#667185: Menu items from plugins not translated
+  + Updated translations.
+
+---

Old:

  evolution-ews-3.3.3.tar.xz

New:

  evolution-ews-3.3.4.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.HJFEFR/_old  2012-01-25 10:36:10.0 +0100
+++ /var/tmp/diff_new_pack.HJFEFR/_new  2012-01-25 10:36:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.3.3
+Version:3.3.4
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution-ews for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2012-01-09 12:03:39

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is evolution-ews, Maintainer is pchenth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2011-10-18 14:11:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2012-01-09 12:03:41.0 +0100
@@ -1,0 +2,41 @@
+Tue Dec 20 13:41:56 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Fix address-book to display contents without error.
+  + Implement GetFolder request.
+  + Remove all *_DISABLE_DEPRECATED_FLAGS.
+  + Remove GSEAL_ENABLE macro.
+  + Bugs fixed:
+- bgo#656376: Support for delegation
+- bgo#664637: Deleted messages appear in Inbox
+- bgo#648877, bgo#654940, bgo#659679, bgo#661537, bgo#663379,
+  bgo#664116, bgo#664572, bgo#665065.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Drop change-compiler-flag-dimstar.patch: fixed upstream. Also
+  remove gnome-common BuildRequires and call to gnome-autogen.sh
+  that were needed for the patch.
+
+---
+Mon Nov 21 08:41:16 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Remove g_thread_init() calls.
+  + Do not use deprecated g_atexit.
+  + Bugs fixed: bgo#657320, bgo#661528, bgo#661972, bgo#662598.
+  + Updated translations.
+- Changes from version 3.3.1.1:
+  + Work around libgthread shenanigans in GLib 2.31.
+- Changes from version 3.3.1:
+  + Adapt to various API changes.
+  + Prefill Host URL when creating new account
+  + Use SHA256 of EWS ItemId for cache filename, not the ItemId
+itself.
+  + Updated translations.
+- Enhance change-compiler-flag-dimstar.patch: Remove usage of
+  G_DISABLE_DEPRECATED from the build.
+- Drop base-version-changed.patch: fixed upstream.
+
+---

Old:

  base-version-changed.patch
  change-compiler-flag-dimstar.patch
  evolution-ews.tar.bz2

New:

  evolution-ews-3.3.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.QJn5r5/_old  2012-01-09 12:03:42.0 +0100
+++ /var/tmp/diff_new_pack.QJn5r5/_new  2012-01-09 12:03:42.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package
+# spec file for package evolution-ews
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,19 @@
 
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
-%define evolution_base_version 3.2
-# This is a git checkout for now
-Version:0.31.0
-Release:1
-License:LGPLv2.1
+%define evolution_base_version 3.4
+Version:3.3.3
+Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
-Url:http://projects.gnome.org/evolution/
+License:LGPL-2.1
 Group:  Productivity/Networking/Email/Clients
-Source: %{name}.tar.bz2
-# PATCH-FIX-UPSTREAM base-version-changed.patch -- Build against evo 3.2
-Patch0: base-version-changed.patch
-# PATCH-FIX-OPENSUSE change-compiler-flag-dimstar.patch -- Temporary hack to 
fix build
-Patch1: change-compiler-flag-dimstar.patch
+Url:http://projects.gnome.org/evolution/
+Source: 
http://download.gnome.org/sources/evolution-ews/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(camel-provider-1.2)
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(evolution-data-server-1.2)
 BuildRequires:  pkgconfig(evolution-plugin-3.0)
 BuildRequires:  pkgconfig(evolution-shell-3.0)
@@ -98,13 +93,10 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}
+%setup -q
 translation-update-upstream
-%patch0 -p1
-%patch1 -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %{configure} \
   --disable-static
 make %{?_smp_mflags}
@@ -139,11 +131,13 @@
 
 %files -n libeews-1_2-0
 %defattr(-, root, root)