From 8a7f2f041e0e96fa1af697d302a93ca9a641451fd1b9bf33b0053ca27bbc7089 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 13 Jul 2015 13:10:06 +0000 Subject: [PATCH 1/3] Accepting request 316411 from home:Zaitor:branches:GNOME:Factory New stable, not buildtested yet OBS-URL: https://build.opensuse.org/request/show/316411 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=97 --- evolution-ews-3.16.3.tar.xz | 3 --- evolution-ews-3.16.4.tar.xz | 3 +++ evolution-ews.changes | 14 ++++++++++++++ evolution-ews.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 evolution-ews-3.16.3.tar.xz create mode 100644 evolution-ews-3.16.4.tar.xz diff --git a/evolution-ews-3.16.3.tar.xz b/evolution-ews-3.16.3.tar.xz deleted file mode 100644 index 901d75c..0000000 --- a/evolution-ews-3.16.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:529d3aa62a6d6d129871d005d95f27b433ad7aeb99f48f395347e18fb0586ad0 -size 683876 diff --git a/evolution-ews-3.16.4.tar.xz b/evolution-ews-3.16.4.tar.xz new file mode 100644 index 0000000..9ae5ace --- /dev/null +++ b/evolution-ews-3.16.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabacc8a3acb5998fa0aa750927defe3cd8198e3a8300190cb613dd779803bd4 +size 684676 diff --git a/evolution-ews.changes b/evolution-ews.changes index 1b3867c..0a31da7 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jul 13 12:10:54 UTC 2015 - zaitor@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. + ------------------------------------------------------------------- Mon Jun 8 11:46:26 UTC 2015 - zaitor@opensuse.org diff --git a/evolution-ews.spec b/evolution-ews.spec index 88d03e1..1f49211 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -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.3 +Version: 3.16.4 Release: 0 Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later License: LGPL-2.1 From 9cf6f70dc354ac9c2a2f039bf712b53377cf534a558f7719e958704b38c80ff0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 13 Jul 2015 13:24:23 +0000 Subject: [PATCH 2/3] Accepting request 316430 from home:Zaitor:branches:GNOME:Factory We probably need this diff OBS-URL: https://build.opensuse.org/request/show/316430 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=98 --- evolution-ews-intltool-path.patch | 14 -------------- evolution-ews.changes | 4 ++++ evolution-ews.spec | 8 -------- 3 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 evolution-ews-intltool-path.patch diff --git a/evolution-ews-intltool-path.patch b/evolution-ews-intltool-path.patch deleted file mode 100644 index d58acbf..0000000 --- a/evolution-ews-intltool-path.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: evolution-ews-3.16.3/configure.ac -=================================================================== ---- evolution-ews-3.16.3.orig/configure.ac -+++ evolution-ews-3.16.3/configure.ac -@@ -199,9 +199,6 @@ GETTEXT_PACKAGE=evolution-ews - AC_SUBST(GETTEXT_PACKAGE) - AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext]) - --localedir='$(prefix)/$(DATADIRNAME)/locale' --AC_SUBST(localedir) -- - dnl **************************** - dnl Initialize libtool - dnl **************************** diff --git a/evolution-ews.changes b/evolution-ews.changes index 0a31da7..5769145 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -11,6 +11,10 @@ Mon Jul 13 12:10:54 UTC 2015 - zaitor@opensuse.org + 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. ------------------------------------------------------------------- Mon Jun 8 11:46:26 UTC 2015 - zaitor@opensuse.org diff --git a/evolution-ews.spec b/evolution-ews.spec index 1f49211..dcbf3f1 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -26,11 +26,7 @@ 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 dimstar@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) @@ -91,13 +87,9 @@ later). %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} From aa14e2d35fa324bbada81c5b49426289794265a126c7f48b63f557ded21014ac Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 13 Jul 2015 14:01:40 +0000 Subject: [PATCH 3/3] Accepting request 316452 from home:Zaitor:branches:GNOME:Factory Bah!!! I suck at SR's and you dimstar suck at reviewing :P OBS-URL: https://build.opensuse.org/request/show/316452 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=99 --- evolution-ews.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/evolution-ews.spec b/evolution-ews.spec index dcbf3f1..2b78128 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -86,7 +86,6 @@ later). %lang_package %prep %setup -q -%patch0 -p1 translation-update-upstream %build