Update to 3.26.0
This commit is contained in:
parent
abc813ea50
commit
3fd75da15d
1
.gitignore
vendored
1
.gitignore
vendored
@ -103,3 +103,4 @@
|
||||
/evolution-ews-3.25.91.tar.xz
|
||||
/evolution-ews-3.25.92.tar.xz
|
||||
/evolution-ews-3.25.92.2.tar.xz
|
||||
/evolution-ews-3.26.0.tar.xz
|
||||
|
||||
@ -1,36 +1,38 @@
|
||||
%global libmspack_version 0.4
|
||||
|
||||
Name: evolution-ews
|
||||
Version: 3.25.92.2
|
||||
Version: 3.26.0
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Productivity
|
||||
Summary: Evolution extension for Exchange Web Services
|
||||
License: LGPLv2
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
Source: http://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
||||
|
||||
%global eds_evo_version %{version}
|
||||
|
||||
#Patch01: evolution-ews-3.5.90-xmlbuffer.patch
|
||||
|
||||
Requires: evolution >= 3.25.92
|
||||
Requires: evolution-data-server >= 3.25.92
|
||||
Requires: evolution >= %{eds_evo_version}
|
||||
Requires: evolution-data-server >= %{eds_evo_version}
|
||||
Requires: %{name}-langpacks = %{version}-%{release}
|
||||
Requires: libmspack >= %{libmspack_version}
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig(camel-1.2) >= 3.25.92
|
||||
BuildRequires: pkgconfig(evolution-data-server-1.2) >= 3.25.92
|
||||
BuildRequires: pkgconfig(evolution-mail-3.0) >= 3.25.92
|
||||
BuildRequires: pkgconfig(evolution-shell-3.0) >= 3.25.92
|
||||
BuildRequires: pkgconfig(camel-1.2) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(evolution-data-server-1.2) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(evolution-mail-3.0) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(evolution-shell-3.0) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libebackend-1.2) >= 3.25.92
|
||||
BuildRequires: pkgconfig(libebook-1.2) >= 3.25.92
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= 3.25.92
|
||||
BuildRequires: pkgconfig(libedata-book-1.2) >= 3.25.92
|
||||
BuildRequires: pkgconfig(libedata-cal-1.2) >= 3.25.92
|
||||
BuildRequires: pkgconfig(libemail-engine) >= 3.25.92
|
||||
BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(libedata-book-1.2) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(libedata-cal-1.2) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(libemail-engine) >= %{eds_evo_version}
|
||||
BuildRequires: pkgconfig(libical)
|
||||
BuildRequires: pkgconfig(libmspack) >= %{libmspack_version}
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
@ -90,6 +92,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%files langpacks -f _build/%{name}.lang
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2017 Milan Crha <mcrha@redhat.com> - 3.26.0-1
|
||||
- Update to 3.26.0
|
||||
|
||||
* Mon Sep 04 2017 Milan Crha <mcrha@redhat.com> - 3.25.92.2-1
|
||||
- Update to 3.25.92.2
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (evolution-ews-3.25.92.2.tar.xz) = ff538abfc67b4592da9bb65a4fe76a3838ac839a7272d79d235203771beecee25dd772622bac21db5e96362ec9930b5e7a4b90cf6e86943755f2ba4c040519ad
|
||||
SHA512 (evolution-ews-3.26.0.tar.xz) = ac885eace6999875ae25de43a86aab884143edebbab58f86062616bdd7959123ce11e48bd115ee9eaec61d2489c4c48c75c00852484eef6f6bbf476ca516b470
|
||||
|
||||
Loading…
Reference in New Issue
Block a user