Update to 3.43.1
This commit is contained in:
parent
8db144cf83
commit
e4d74fc368
@ -18,6 +18,8 @@
|
|||||||
%define intltool_version 0.35.5
|
%define intltool_version 0.35.5
|
||||||
%define libgdata_version 0.10.0
|
%define libgdata_version 0.10.0
|
||||||
%define libgweather_version 3.10
|
%define libgweather_version 3.10
|
||||||
|
%define geocode_glib_version 3.10
|
||||||
|
%define sqlite_version 3.7.17
|
||||||
%define libsoup_version 2.42
|
%define libsoup_version 2.42
|
||||||
%define webkit2gtk_version 2.28.0
|
%define webkit2gtk_version 2.28.0
|
||||||
|
|
||||||
@ -42,12 +44,12 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.42.2
|
Version: 3.43.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
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
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.42/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/%{name}/3.43/%{name}-%{version}.tar.xz
|
||||||
Source1: flatpak-evolution-fix-service-names.sh
|
Source1: flatpak-evolution-fix-service-names.sh
|
||||||
Source2: flatpak-evolution-wrapper.sh.in
|
Source2: flatpak-evolution-wrapper.sh.in
|
||||||
|
|
||||||
@ -110,8 +112,10 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|||||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||||
BuildRequires: pkgconfig(gspell-1)
|
BuildRequires: pkgconfig(gspell-1)
|
||||||
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
||||||
|
BuildRequires: pkgconfig(geocode-glib-1.0) >= %{geocode_glib_version}
|
||||||
BuildRequires: pkgconfig(iso-codes)
|
BuildRequires: pkgconfig(iso-codes)
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
|
BuildRequires: pkgconfig(libcmark)
|
||||||
BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_version}
|
BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_version}
|
||||||
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version}
|
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version}
|
||||||
BuildRequires: pkgconfig(libecal-2.0) >= %{eds_version}
|
BuildRequires: pkgconfig(libecal-2.0) >= %{eds_version}
|
||||||
@ -123,6 +127,7 @@ BuildRequires: pkgconfig(libxml-2.0)
|
|||||||
BuildRequires: pkgconfig(nspr)
|
BuildRequires: pkgconfig(nspr)
|
||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
BuildRequires: pkgconfig(shared-mime-info)
|
BuildRequires: pkgconfig(shared-mime-info)
|
||||||
|
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
|
||||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
|
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
|
||||||
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= %{webkit2gtk_version}
|
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= %{webkit2gtk_version}
|
||||||
|
|
||||||
@ -566,6 +571,9 @@ grep -v "%{_datadir}/locale" evolution.lang > help.lang
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 07 2022 Milan Crha <mcrha@redhat.com> - 3.43.1-1
|
||||||
|
- Update to 3.43.1
|
||||||
|
|
||||||
* Fri Dec 03 2021 Milan Crha <mcrha@redhat.com> - 3.42.2-1
|
* Fri Dec 03 2021 Milan Crha <mcrha@redhat.com> - 3.42.2-1
|
||||||
- Update to 3.42.2
|
- Update to 3.42.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (evolution-3.42.2.tar.xz) = 3ecdda77a34ec477e073319f4e0de00c1c4a0c2539529ed5ff6c98fdeed4cdf160ecce2791dc9d8902768a659ee22f3455b17028c1d0477ffbbbe1a40e7f5d97
|
SHA512 (evolution-3.43.1.tar.xz) = cfb37989f2df9b5a85189490fac21fec1a0a6602014f31efae13302120073693aaced03d0b48947be337cead637d4fd19db39a23df2886f07fa4f3a5e2fc3c6f
|
||||||
|
Loading…
Reference in New Issue
Block a user