[evolution-ews] - Update to 3.11.2 - Disable compiler warnings about deprecated symbols

Milan Crha mcrha at fedoraproject.org
Mon Nov 18 10:29:49 UTC 2013


commit 2518bf478d54089cf231c0c0ec661d7aa9a5c7ea
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Nov 18 11:30:06 2013 +0100

    - Update to 3.11.2
    - Disable compiler warnings about deprecated symbols

 .gitignore         |    1 +
 evolution-ews.spec |    8 +++++++-
 sources            |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 23c3356..114d52c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
 /evolution-ews-3.10.0.tar.xz
 /evolution-ews-3.10.1.tar.xz
 /evolution-ews-3.11.1.tar.xz
+/evolution-ews-3.11.2.tar.xz
diff --git a/evolution-ews.spec b/evolution-ews.spec
index aefa608..316fcd9 100644
--- a/evolution-ews.spec
+++ b/evolution-ews.spec
@@ -2,7 +2,7 @@
 %global libmspack_version 0.4
 
 Name: evolution-ews
-Version: 3.11.1
+Version: 3.11.2
 Release: 1%{?dist}
 Group: Applications/Productivity
 Summary: Evolution extension for Exchange Web Services
@@ -30,6 +30,8 @@ versions 2007 and later, through its Exchange Web Services (EWS) interface.
 #%patch01 -p1 -b .xmlbuffer
 
 %build
+
+export CFLAGS="$CFLAGS -Wno-deprecated-declarations"
 %configure
 make %{?_smp_mflags}
 
@@ -64,6 +66,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/evolution/%{evo_base_version}/modules/*.la
 %{_datadir}/evolution/%{evo_base_version}/errors/module-ews-configuration.error
 
 %changelog
+* Mon Nov 18 2013 Milan Crha <mcrha at redhat.com> - 3.11.2-1
+- Update to 3.11.2
+- Disable compiler warnings about deprecated symbols
+
 * Tue Oct 22 2013 Matthew Barnes <mbarnes at redhat.com> - 3.11.1-1
 - Update to 3.11.1
 
diff --git a/sources b/sources
index 73d5973..b367373 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2432104311cd3a92a79319865d156a46  evolution-ews-3.11.1.tar.xz
+c1eb439e73a08f4e8723be67e0afc82b  evolution-ews-3.11.2.tar.xz


More information about the scm-commits mailing list