Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Milan Crha
5a0b032265 Update to 3.48.4 2023-06-30 10:27:19 +02:00
Milan Crha
f8098b1219 Update to 3.48.3 2023-06-02 09:00:44 +02:00
Milan Crha
70719578e7 Add patch to workaround recursion in iframe height computation in mail preview 2023-05-30 08:27:36 +02:00
Milan Crha
975dbcc302 Add upstream fix for a regression on mail preview panel sometimes growing indefinitely 2023-05-29 17:07:14 +02:00
Milan Crha
c12987789c Update to 3.48.2 2023-05-26 08:08:22 +02:00
Milan Crha
350b8e85d2 Update to 3.48.1 2023-04-21 08:48:12 +02:00
Milan Crha
545682825b flatpak: Stop disabling WebKitGTK's sandbox
The WebKitGTK 2.40.0 ignores the environment variable and only claims
a warning on the console, thus remove it.
2023-03-31 12:37:23 +02:00
Milan Crha
154507de35 Update to 3.48.0 2023-03-17 08:04:16 +01:00
Milan Crha
8e27ef8361 Update to 3.47.3; Resolves: #2142385 (Properly apply TEMP_HOME compile time option for Flatpak) 2023-03-03 08:29:24 +01:00
Milan Crha
cedf6843d4 Update to 3.47.2 2023-02-10 09:18:56 +01:00
3 changed files with 40 additions and 7 deletions

View file

@ -43,12 +43,12 @@
### Abstract ###
Name: evolution
Version: 3.47.1
Release: 4%{?dist}
Version: 3.48.4
Release: 1%{?dist}
Summary: Mail and calendar client for GNOME
License: GPL-2.0-or-later AND GFDL-1.3-or-later
URL: https://wiki.gnome.org/Apps/Evolution
Source: http://download.gnome.org/sources/%{name}/3.47/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/%{name}/3.48/%{name}-%{version}.tar.xz
Source1: flatpak-evolution-fix-service-names.sh
Source2: flatpak-evolution-wrapper.sh.in
@ -287,7 +287,14 @@ fi
%global tnef_flags -DENABLE_YTNEF=OFF
%endif
CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated-declarations"; export CFLAGS
%if 0%{?flatpak}
%global temp_home "-DTEMP_HOME=1"
%else
%global temp_home ""
%endif
CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated-declarations %temp_home"
export CFLAGS
%cmake -G "Unix Makefiles" \
-DENABLE_MAINTAINER_MODE=OFF \
@ -296,7 +303,6 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated
-DENABLE_PLUGINS=all \
%if 0%{?flatpak}
"-DWITH_WMCLASS_OVERRIDE=evolution.bin" \
"-DTEMP_HOME=1" \
%endif
%{nil}
@ -572,6 +578,34 @@ grep -v "%{_datadir}/locale" evolution.lang > help.lang
%endif
%changelog
* Fri Jun 30 2023 Milan Crha <mcrha@redhat.com> - 3.48.4-1
- Update to 3.48.4
* Fri Jun 02 2023 Milan Crha <mcrha@redhat.com> - 3.48.3-1
- Update to 3.48.3
* Tue May 30 2023 Milan Crha <mcrha@redhat.com> - 3.48.2-3
- Add patch to workaround recursion in iframe height computation in mail preview
* Mon May 29 2023 Milan Crha <mcrha@redhat.com> - 3.48.2-2
- Add upstream fix for a regression on mail preview panel sometimes growing indefinitely
* Fri May 26 2023 Milan Crha <mcrha@redhat.com> - 3.48.2-1
- Update to 3.48.2
* Fri Apr 21 2023 Milan Crha <mcrha@redhat.com> - 3.48.1-1
- Update to 3.48.1
* Fri Mar 17 2023 Milan Crha <mcrha@redhat.com> - 3.48.0-1
- Update to 3.48.0
* Fri Mar 03 2023 Milan Crha <mcrha@redhat.com> - 3.47.3-1
- Update to 3.47.3
- Resolves: #2142385 (Properly apply TEMP_HOME compile time option for Flatpak)
* Fri Feb 10 2023 Milan Crha <mcrha@redhat.com> - 3.47.2-1
- Update to 3.47.2
* Mon Jan 30 2023 Jens Petersen <petersen@redhat.com> - 3.47.1-4
- rebuild

View file

@ -5,7 +5,6 @@ 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
LINES=$(gdbus call --session --dest org.freedesktop.DBus --object-path /org/freedesktop/DBus --method org.freedesktop.DBus.ListNames | grep @SOURCES_SERVICE@ | wc -l)

View file

@ -1 +1 @@
SHA512 (evolution-3.47.1.tar.xz) = b5f5eee98fb93cd4c3eba15dfe35bce99847a62cfb291b7c53a23526c93327e4bbea8b68f60acdf773d8985809fbada23edb5d599a12e16eaee62c74c12e379a
SHA512 (evolution-3.48.4.tar.xz) = 6476a995fe2ef4c9aa849296a7b9c6174d0b0d373efe72139a94911cd370efb4b517dbace173295fd3d2114dcb50e8fe3227eeee917a2ca9cbdecc9a1fdadd47