Update to 3.45.3
This commit is contained in:
parent
df98e5c371
commit
dffaff1fff
@ -18,7 +18,6 @@
|
||||
%define glib2_version 2.68
|
||||
%define gtk3_version 3.20
|
||||
%define gtk4_version 4.4
|
||||
%define gcr_version 3.90
|
||||
%define gtk_doc_version 1.9
|
||||
%define goa_version 3.8
|
||||
%define libsecret_version 0.5
|
||||
@ -28,7 +27,7 @@
|
||||
%define nss_version 3.14
|
||||
%define sqlite_version 3.7.17
|
||||
%define webkit2gtk_version 2.34.0
|
||||
#%define webkit2gtk4_version 2.36.0
|
||||
%define webkit2gtk4_version 2.36.0
|
||||
%define json_glib_version 1.0.4
|
||||
|
||||
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
|
||||
@ -53,7 +52,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.45.2
|
||||
Version: 3.45.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPLv2+
|
||||
@ -89,8 +88,6 @@ BuildRequires: ninja-build
|
||||
BuildRequires: vala
|
||||
BuildRequires: systemd
|
||||
|
||||
BuildRequires: pkgconfig(gcr-4-gtk3) >= %{gcr_version}
|
||||
BuildRequires: pkgconfig(gcr-4-gtk4) >= %{gcr_version}
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
|
||||
@ -106,7 +103,7 @@ BuildRequires: pkgconfig(nspr)
|
||||
BuildRequires: pkgconfig(nss) >= %{nss_version}
|
||||
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.1) >= %{webkit2gtk_version}
|
||||
#BuildRequires: pkgconfig(webkit2gtk-5.0) >= %{webkit2gtk4_version}
|
||||
BuildRequires: pkgconfig(webkit2gtk-5.0) >= %{webkit2gtk4_version}
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
|
||||
@ -145,7 +142,7 @@ Requires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
|
||||
Requires: pkgconfig(libsoup-3.0) >= %{libsoup_version}
|
||||
Requires: pkgconfig(sqlite3) >= %{sqlite_version}
|
||||
Requires: pkgconfig(webkit2gtk-4.1) >= %{webkit2gtk_version}
|
||||
#Requires: pkgconfig(webkit2gtk-5.0) >= %{webkit2gtk4_version}
|
||||
Requires: pkgconfig(webkit2gtk-5.0) >= %{webkit2gtk4_version}
|
||||
Requires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
||||
|
||||
%description devel
|
||||
@ -257,7 +254,6 @@ export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-d
|
||||
-DENABLE_FILE_LOCKING=fcntl \
|
||||
-DENABLE_DOT_LOCKING=OFF \
|
||||
-DENABLE_INTROSPECTION=ON \
|
||||
-DENABLE_OAUTH2_WEBKITGTK4=OFF \
|
||||
-DENABLE_VALA_BINDINGS=ON \
|
||||
-DENABLE_INSTALLED_TESTS=ON \
|
||||
-DWITH_LIBDB=OFF \
|
||||
@ -483,6 +479,9 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Fri Sep 02 2022 Milan Crha <mcrha@redhat.com> - 3.45.3-1
|
||||
- Update to 3.45.3
|
||||
|
||||
* Fri Aug 05 2022 Milan Crha <mcrha@redhat.com> - 3.45.2-1
|
||||
- Update to 3.45.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (evolution-data-server-3.45.2.tar.xz) = da7ecd974b8be4fdc40fa67d687266c197cd0796b37a4afbab238c8eb3a2c3c3668daf23dc60d2081c46f6d08acfbb6b273e78599992b9730f7a0430ee0600cb
|
||||
SHA512 (evolution-data-server-3.45.3.tar.xz) = 1cc3fc8a5a1ea53e2a2982159c1476a244372fd72e65f05f618fa495b78f5e61a2e8e8533066f7d9ef272958bdeeaa7c34d51596fd086ad527c7ca612ac519d8
|
||||
|
Loading…
Reference in New Issue
Block a user