- Update to 3.11.2

- Disable compiler warnings about deprecated symbols
This commit is contained in:
Milan Crha 2013-11-18 11:30:06 +01:00
parent 73731535bd
commit 2518bf478d
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 3.11.2-1
- Update to 3.11.2
- Disable compiler warnings about deprecated symbols
* Tue Oct 22 2013 Matthew Barnes <mbarnes@redhat.com> - 3.11.1-1
- Update to 3.11.1

View File

@ -1 +1 @@
2432104311cd3a92a79319865d156a46 evolution-ews-3.11.1.tar.xz
c1eb439e73a08f4e8723be67e0afc82b evolution-ews-3.11.2.tar.xz