Update to 3.5.1
This commit is contained in:
parent
230dee7325
commit
c216fe0eb3
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/evolution-ews-3.3.91.tar.xz
|
/evolution-ews-3.3.91.tar.xz
|
||||||
/evolution-ews-3.3.92.tar.xz
|
/evolution-ews-3.3.92.tar.xz
|
||||||
/evolution-ews-3.4.0.tar.xz
|
/evolution-ews-3.4.0.tar.xz
|
||||||
|
/evolution-ews-3.5.1.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global evo_base_version 3.4
|
%global evo_base_version 3.6
|
||||||
|
|
||||||
Name: evolution-ews
|
Name: evolution-ews
|
||||||
Version: 3.4.0
|
Version: 3.5.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Evolution extension for Exchange Web Services
|
Summary: Evolution extension for Exchange Web Services
|
||||||
@ -13,15 +13,12 @@ BuildRequires: evolution-devel >= %{version}
|
|||||||
BuildRequires: evolution-data-server-devel >= %{version}
|
BuildRequires: evolution-data-server-devel >= %{version}
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
|
||||||
# Patch1: evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package allows Evolution to interact with Microsoft Exchange servers,
|
This package allows Evolution to interact with Microsoft Exchange servers,
|
||||||
versions 2007 and later, through its Exchange Web Services (EWS) interface.
|
versions 2007 and later, through its Exchange Web Services (EWS) interface.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# %patch1 -p1 -b .enable-deprecated-glib-symbols
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -64,6 +61,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc
|
|||||||
%{_libdir}/liblzx.so.*
|
%{_libdir}/liblzx.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 29 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.1-1
|
||||||
|
- Update to 3.5.1
|
||||||
|
|
||||||
* Mon Mar 26 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-1
|
* Mon Mar 26 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-1
|
||||||
- Update to 3.4.0
|
- Update to 3.4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user