Update to 3.26.0
This commit is contained in:
parent
4af3e1fb2f
commit
9a33dde60d
1
.gitignore
vendored
1
.gitignore
vendored
@ -133,3 +133,4 @@ evolution-2.31.5.tar.bz2
|
|||||||
/evolution-3.25.92.tar.xz
|
/evolution-3.25.92.tar.xz
|
||||||
/evolution-3.25.92.1.tar.xz
|
/evolution-3.25.92.1.tar.xz
|
||||||
/evolution-3.25.92.2.tar.xz
|
/evolution-3.25.92.2.tar.xz
|
||||||
|
/evolution-3.26.0.tar.xz
|
||||||
|
@ -26,19 +26,21 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.25.92.2
|
Version: 3.26.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
URL: https://wiki.gnome.org/Apps/Evolution
|
URL: https://wiki.gnome.org/Apps/Evolution
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
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
|
||||||
|
|
||||||
Obsoletes: anjal <= %{last_anjal_version}
|
Obsoletes: anjal <= %{last_anjal_version}
|
||||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||||
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
|
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
|
||||||
|
|
||||||
|
%global eds_version %{version}
|
||||||
|
|
||||||
### Patches ###
|
### Patches ###
|
||||||
|
|
||||||
# RH bug #
|
# RH bug #
|
||||||
@ -65,7 +67,7 @@ BuildRequires: yelp-tools
|
|||||||
|
|
||||||
BuildRequires: pkgconfig(atk)
|
BuildRequires: pkgconfig(atk)
|
||||||
BuildRequires: pkgconfig(cairo-gobject)
|
BuildRequires: pkgconfig(cairo-gobject)
|
||||||
BuildRequires: pkgconfig(camel-1.2) >= 3.25.92
|
BuildRequires: pkgconfig(camel-1.2) >= %{eds_version}
|
||||||
BuildRequires: pkgconfig(cryptui-0.0)
|
BuildRequires: pkgconfig(cryptui-0.0)
|
||||||
BuildRequires: pkgconfig(enchant)
|
BuildRequires: pkgconfig(enchant)
|
||||||
BuildRequires: pkgconfig(gail-3.0) >= %{gtk3_version}
|
BuildRequires: pkgconfig(gail-3.0) >= %{gtk3_version}
|
||||||
@ -82,11 +84,11 @@ BuildRequires: pkgconfig(gtkspell3-3.0)
|
|||||||
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
||||||
BuildRequires: pkgconfig(iso-codes)
|
BuildRequires: pkgconfig(iso-codes)
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
BuildRequires: pkgconfig(libebackend-1.2) >= 3.25.92
|
BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_version}
|
||||||
BuildRequires: pkgconfig(libebook-1.2) >= 3.25.92
|
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version}
|
||||||
BuildRequires: pkgconfig(libecal-1.2) >= 3.25.92
|
BuildRequires: pkgconfig(libecal-1.2) >= %{eds_version}
|
||||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.25.92
|
BuildRequires: pkgconfig(libedataserver-1.2) >= %{eds_version}
|
||||||
BuildRequires: pkgconfig(libedataserverui-1.2) >= 3.25.92
|
BuildRequires: pkgconfig(libedataserverui-1.2) >= %{eds_version}
|
||||||
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
|
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
@ -118,16 +120,16 @@ personal information-management tool.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for building against %{name}
|
Summary: Development files for building against %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig(camel-1.2) >= 3.25.92
|
Requires: pkgconfig(camel-1.2) >= %{eds_version}
|
||||||
Requires: pkgconfig(cryptui-0.0)
|
Requires: pkgconfig(cryptui-0.0)
|
||||||
Requires: pkgconfig(enchant)
|
Requires: pkgconfig(enchant)
|
||||||
Requires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
Requires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||||
Requires: pkgconfig(gtkspell3-3.0)
|
Requires: pkgconfig(gtkspell3-3.0)
|
||||||
Requires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
Requires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
||||||
Requires: pkgconfig(libebackend-1.2) >= 3.25.92
|
Requires: pkgconfig(libebackend-1.2) >= %{eds_version}
|
||||||
Requires: pkgconfig(libebook-1.2) >= 3.25.92
|
Requires: pkgconfig(libebook-1.2) >= %{eds_version}
|
||||||
Requires: pkgconfig(libecal-1.2) >= 3.25.92
|
Requires: pkgconfig(libecal-1.2) >= %{eds_version}
|
||||||
Requires: pkgconfig(libedataserver-1.2) >= 3.25.92
|
Requires: pkgconfig(libedataserver-1.2) >= %{eds_version}
|
||||||
Requires: pkgconfig(libgdata) >= %{libgdata_version}
|
Requires: pkgconfig(libgdata) >= %{libgdata_version}
|
||||||
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
||||||
Requires: pkgconfig(libxml-2.0)
|
Requires: pkgconfig(libxml-2.0)
|
||||||
@ -518,6 +520,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 04 2017 Milan Crha <mcrha@redhat.com> - 3.25.92.2-1
|
||||||
- Update to 3.25.92.2
|
- Update to 3.25.92.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (evolution-3.25.92.2.tar.xz) = b030a93c5a8670c77570e8a84ceab732593ed5e4d57c49a2a5512149c2ec27f42add0eb49aeb711f68e47a92320c9705f3d0acacee049322b05139ebe6f35ccf
|
SHA512 (evolution-3.26.0.tar.xz) = 297554495afcbfa681bf3108ec0f3c208c68d1fab181d283e9131ca0a3ed8301f631e69f1bcec0592296a023dadec991babf7b0194f6e47a9455a1e1642a5740
|
||||||
|
Loading…
Reference in New Issue
Block a user