Update to 3.50.1
This commit is contained in:
parent
0dfa755002
commit
a94e266151
@ -59,7 +59,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.50.0
|
||||
Version: 3.50.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPL-2.0-or-later
|
||||
@ -258,9 +258,9 @@ fi
|
||||
%endif
|
||||
|
||||
%if %{with_webkitgtk}
|
||||
%define wekitgtk_flags -DENABLE_OAUTH2_WEBKITGTK=ON -DENABLE_OAUTH2_WEBKITGTK4=ON
|
||||
%define webkitgtk_flags -DENABLE_OAUTH2_WEBKITGTK=ON -DENABLE_OAUTH2_WEBKITGTK4=ON
|
||||
%else
|
||||
%define wekitgtk_flags -DENABLE_OAUTH2_WEBKITGTK=OFF -DENABLE_OAUTH2_WEBKITGTK4=OFF
|
||||
%define webkitgtk_flags -DENABLE_OAUTH2_WEBKITGTK=OFF -DENABLE_OAUTH2_WEBKITGTK4=OFF
|
||||
%endif
|
||||
|
||||
if ! pkg-config --exists nss; then
|
||||
@ -283,7 +283,7 @@ export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-d
|
||||
%if "%{?_eds_dbus_services_prefix}" != ""
|
||||
-DDBUS_SERVICES_PREFIX=%{?_eds_dbus_services_prefix} \
|
||||
%endif
|
||||
%ldap_flags %krb5_flags %ssl_flags %wekitgtk_flags \
|
||||
%ldap_flags %krb5_flags %ssl_flags %webkitgtk_flags \
|
||||
%largefile_flags %gtkdoc_flags %phonenum_flags \
|
||||
%{nil}
|
||||
|
||||
@ -501,6 +501,9 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Fri Oct 20 2023 Milan Crha <mcrha@redhat.com> - 3.50.1-1
|
||||
- Update to 3.50.1
|
||||
|
||||
* Fri Sep 15 2023 Milan Crha <mcrha@redhat.com> - 3.50.0-1
|
||||
- Update to 3.50.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (evolution-data-server-3.50.0.tar.xz) = 30a04721304e4447fbe5dccc6992ca38fd7e4ed4a6f8c846def34ee8097d31db3139b0f3b89a64c59af71b9dcd6108bfcdd60b36098b85ad96aee63f9ed5bba5
|
||||
SHA512 (evolution-data-server-3.50.1.tar.xz) = 9d15eeb265aa7243d87e8e05c50b329554c1adfda20c175df5b4dd2efc970bb8a8fae95505288584cce0ec95755c5d183e2cd43e71137df9a5aa252bd35c7847
|
||||
|
Loading…
Reference in New Issue
Block a user