Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
876dc7c4d3 | ||
|
|
77eb81fd48 | ||
|
|
d8e34b60be | ||
|
|
5b6a4f7b8a | ||
|
|
08e93d8911 | ||
|
|
770b3cf540 | ||
|
|
31a2de0c11 | ||
|
|
1bce10ed0c |
3 changed files with 22 additions and 7 deletions
|
|
@ -42,12 +42,12 @@
|
|||
### Abstract ###
|
||||
|
||||
Name: evolution
|
||||
Version: 3.37.90
|
||||
Version: 3.38.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Mail and calendar client for GNOME
|
||||
License: GPLv2+ and GFDL
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
Source: http://download.gnome.org/sources/%{name}/3.37/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
||||
Source1: flatpak-evolution-fix-service-names.sh
|
||||
Source2: flatpak-evolution-wrapper.sh.in
|
||||
|
||||
|
|
@ -556,6 +556,24 @@ grep -v "%{_datadir}/locale" evolution.lang > help.lang
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 12 2021 Milan Crha <mcrha@redhat.com> - 3.38.4-1
|
||||
- Update to 3.38.4
|
||||
|
||||
* Fri Jan 08 2021 Milan Crha <mcrha@redhat.com> - 3.38.3-1
|
||||
- Update to 3.38.3
|
||||
|
||||
* Fri Nov 20 2020 Milan Crha <mcrha@redhat.com> - 3.38.2-1
|
||||
- Update to 3.38.2
|
||||
|
||||
* Fri Oct 02 2020 Milan Crha <mcrha@redhat.com> - 3.38.1-1
|
||||
- Update to 3.38.1
|
||||
|
||||
* Fri Sep 11 2020 Milan Crha <mcrha@redhat.com> - 3.38.0-1
|
||||
- Update to 3.38.0
|
||||
|
||||
* Fri Sep 04 2020 Milan Crha <mcrha@redhat.com> - 3.37.92-1
|
||||
- Update to 3.37.92
|
||||
|
||||
* Fri Aug 07 2020 Milan Crha <mcrha@redhat.com> - 3.37.90-1
|
||||
- Update to 3.37.90
|
||||
|
||||
|
|
|
|||
|
|
@ -5,10 +5,9 @@ if [ "$1" = "--quit" -o "$1" = "--force-shutdown" ]; then
|
|||
else
|
||||
export BOGOFILTER_DIR="${XDG_DATA_HOME}/bogofilter/"
|
||||
export GIO_USE_NETWORK_MONITOR=base
|
||||
export WEBKIT_FORCE_SANDBOX=0
|
||||
gsettings reset org.gnome.evolution-data-server network-monitor-gio-name
|
||||
|
||||
gpg-agent --homedir ~/.gnupg --daemon --pinentry-program=/app/bin/pinentry
|
||||
|
||||
LINES=$(gdbus call --session --dest org.freedesktop.DBus --object-path /org/freedesktop/DBus --method org.freedesktop.DBus.ListNames | grep @SOURCES_SERVICE@ | wc -l)
|
||||
if [ "${LINES}" = "0" ]; then
|
||||
/app/libexec/evolution-source-registry &
|
||||
|
|
@ -28,6 +27,4 @@ else
|
|||
fi
|
||||
|
||||
/app/bin/evolution.bin "$@"
|
||||
|
||||
pkill -TERM gpg-agent
|
||||
fi
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (evolution-3.37.90.tar.xz) = b6378f0df07b34b99c2cf4974d9c0c8dc5215dd2f121540aac8fdc16ed1e159d8a82f6315b5ee1f2b1f1cdc43391f9818bb20116bb184b2c7f42cb36501d5ff2
|
||||
SHA512 (evolution-3.38.4.tar.xz) = b27f5e495d039a0a274ec2e68654abec64ea9cf81fe9a46b3a460a49325b1dcbe86ab1a7bbd9912254406c8faddc115b7a59a736dec42e1ca641edcc340743a8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue