Update to 3.13.6

This commit is contained in:
Milan Crha 2014-09-22 09:22:51 +02:00
parent 04ad912c04
commit 7c177b32bc
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@
/evolution-ews-3.12.4.tar.xz
/evolution-ews-3.13.4.tar.xz
/evolution-ews-3.13.5.tar.xz
/evolution-ews-3.13.6.tar.xz

View File

@ -2,7 +2,7 @@
%global libmspack_version 0.4
Name: evolution-ews
Version: 3.13.5
Version: 3.13.6
Release: 1%{?dist}
Group: Applications/Productivity
Summary: Evolution extension for Exchange Web Services
@ -56,7 +56,7 @@ rm -r $RPM_BUILD_ROOT%{_includedir}/evolution-data-server/
rm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.la
rm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.so
rm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
rm $RPM_BUILD_ROOT%{_libdir}/evolution/%{evo_base_version}/modules/*.la
rm $RPM_BUILD_ROOT%{_libdir}/evolution/modules/*.la
%find_lang %{name}
@ -74,11 +74,14 @@ rm $RPM_BUILD_ROOT%{_libdir}/evolution/%{evo_base_version}/modules/*.la
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
%{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
%{_libdir}/evolution/%{evo_base_version}/modules/module-ews-configuration.so
%{_datadir}/evolution/%{evo_base_version}/errors/module-ews-configuration.error
%{_libdir}/evolution/modules/module-ews-configuration.so
%{_datadir}/evolution/errors/module-ews-configuration.error
%{_datadir}/evolution-data-server/ews/windowsZones.xml
%changelog
* Mon Sep 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.6-1
- Update to 3.13.6
* Mon Aug 25 2014 Milan Crha <mcrha@redhat.com> - 3.13.5-1
- Update to 3.13.5

View File

@ -1 +1 @@
7aa1e6939a50d0c9c4a0023d46dae64f evolution-ews-3.13.5.tar.xz
c50a6434238aa49fe8f4c14a0335655a evolution-ews-3.13.6.tar.xz