Update to 3.47.3; Resolves: #2142385 (Properly apply TEMP_HOME compile time option for Flatpak)

This commit is contained in:
Milan Crha 2023-03-03 08:28:39 +01:00
parent 5f594361b0
commit 128b437b59
2 changed files with 14 additions and 4 deletions

View File

@ -43,7 +43,7 @@
### Abstract ### ### Abstract ###
Name: evolution Name: evolution
Version: 3.47.2 Version: 3.47.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Mail and calendar client for GNOME Summary: Mail and calendar client for GNOME
License: GPL-2.0-or-later AND GFDL-1.3-or-later License: GPL-2.0-or-later AND GFDL-1.3-or-later
@ -287,7 +287,14 @@ fi
%global tnef_flags -DENABLE_YTNEF=OFF %global tnef_flags -DENABLE_YTNEF=OFF
%endif %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" \ %cmake -G "Unix Makefiles" \
-DENABLE_MAINTAINER_MODE=OFF \ -DENABLE_MAINTAINER_MODE=OFF \
@ -296,7 +303,6 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated
-DENABLE_PLUGINS=all \ -DENABLE_PLUGINS=all \
%if 0%{?flatpak} %if 0%{?flatpak}
"-DWITH_WMCLASS_OVERRIDE=evolution.bin" \ "-DWITH_WMCLASS_OVERRIDE=evolution.bin" \
"-DTEMP_HOME=1" \
%endif %endif
%{nil} %{nil}
@ -572,6 +578,10 @@ grep -v "%{_datadir}/locale" evolution.lang > help.lang
%endif %endif
%changelog %changelog
* 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 * Fri Feb 10 2023 Milan Crha <mcrha@redhat.com> - 3.47.2-1
- Update to 3.47.2 - Update to 3.47.2

View File

@ -1 +1 @@
SHA512 (evolution-3.47.2.tar.xz) = 1e8d97d4788fcbb88204411f8c0732cd07070ef1128a8d6a6fa137a5ebbde2bf763222bb7f58724d5cc405b2b91729eace298ce69f75dd0ebc6d7a4db5bc58fb SHA512 (evolution-3.47.3.tar.xz) = 82432ef614ff0dd302c16670f80121979f6e9756360b5213cd6b7753bc48a6fd7d6d8c981a52fe9eaf63dbc17034accc59d2595ab803c6329da1c3240870a565