Update to 3.7.4
This commit is contained in:
parent
78c7933ffa
commit
9b5d0ccc3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/evolution-ews-3.7.2.tar.xz
|
/evolution-ews-3.7.2.tar.xz
|
||||||
/evolution-ews-3.7.3.tar.xz
|
/evolution-ews-3.7.3.tar.xz
|
||||||
/evolution-ews-3.7.3.1.tar.xz
|
/evolution-ews-3.7.3.1.tar.xz
|
||||||
|
/evolution-ews-3.7.4.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global evo_base_version 3.8
|
%global evo_base_version 3.8
|
||||||
|
|
||||||
Name: evolution-ews
|
Name: evolution-ews
|
||||||
Version: 3.7.3.1
|
Version: 3.7.4
|
||||||
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
|
||||||
@ -11,15 +11,11 @@ Source: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz
|
|||||||
|
|
||||||
#Patch01: evolution-ews-3.5.90-xmlbuffer.patch
|
#Patch01: evolution-ews-3.5.90-xmlbuffer.patch
|
||||||
|
|
||||||
#Requires: evolution >= %{version}
|
Requires: evolution >= %{version}
|
||||||
#Requires: evolution-data-server >= %{version}
|
Requires: evolution-data-server >= %{version}
|
||||||
Requires: evolution >= 3.7.3
|
|
||||||
Requires: evolution-data-server >= 3.7.3
|
|
||||||
|
|
||||||
#BuildRequires: evolution-devel >= %{version}
|
BuildRequires: evolution-devel >= %{version}
|
||||||
#BuildRequires: evolution-data-server-devel >= %{version}
|
BuildRequires: evolution-data-server-devel >= %{version}
|
||||||
BuildRequires: evolution-devel >= 3.7.3
|
|
||||||
BuildRequires: evolution-data-server-devel >= 3.7.3
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -72,6 +68,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc
|
|||||||
%{_libdir}/liblzx.so.*
|
%{_libdir}/liblzx.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
|
||||||
|
- Update to 3.7.4
|
||||||
|
|
||||||
* Wed Dec 20 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.3.1-1
|
* Wed Dec 20 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.3.1-1
|
||||||
- Update to 3.7.3.1
|
- Update to 3.7.3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user