- Update to 3.11.2
- Disable compiler warnings about deprecated symbols
This commit is contained in:
parent
73731535bd
commit
2518bf478d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user