diff --git a/evolution-data-server-3.30.1.tar.xz b/evolution-data-server-3.38.1.tar.xz similarity index 38% rename from evolution-data-server-3.30.1.tar.xz rename to evolution-data-server-3.38.1.tar.xz index a642b9af28a736f1385431576dc5b592edd7ff05..4907ca6f85e68504bd822cc502377af2537655f0 100644 Binary files a/evolution-data-server-3.30.1.tar.xz and b/evolution-data-server-3.38.1.tar.xz differ diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 66d0d1ca5edb1d72479ffe019080b943ac920457..cc930f93ebe6cac175190a542e1f7469fb4caf83 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -1,12 +1,13 @@ %{!?with_docs: %global with_docs 1} Name: evolution-data-server -Version: 3.30.1 -Release: 3 +Version: 3.38.1 +Release: 1 Summary: Backend data server for Evolution License: LGPLv2+ URL: https://wiki.gnome.org/Apps/Evolution -Source: http://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz + Provides: evolution-webcal = %{version} Obsoletes: evolution-webcal < 2.24.0 compat-evolution-data-server310-libcamel < 3.12 @@ -14,8 +15,8 @@ Obsoletes: evolution-webcal < 2.24.0 compat-evolution-data-server310-libcam Recommends: pinentry-gtk Requires: dconf %{name}-langpacks = %{version}-%{release} -BuildRequires: cmake gcc-c++ gettext gperf gtk-doc >= 1.9 intltool >= 0.35.5 libicu-devel sendmail -BuildRequires: libdb-devel perl-generators systemd gcr-devel >= 3.4 glib2-devel >= 2.46.0 +BuildRequires: cmake gcc-c++ gettext gperf gtk-doc >= 1.9 intltool >= 0.35.5 libicu-devel +BuildRequires: perl-generators systemd gcr-devel >= 3.4 glib2-devel >= 2.46.0 BuildRequires: libgweather-devel >= 3.5.0 gtk3-devel >= 3.10.0 gnome-online-accounts-devel >= 3.8 BuildRequires: libgdata-devel >= 0.10.0 libical-devel >= 2.0 libsecret-devel >= 0.5 vala BuildRequires: libsoup-devel >= 2.42 webkit2gtk3-devel >= 2.11.91 nss-devel >= 3.14 @@ -36,7 +37,6 @@ Requires: libical-devel >= 2.0 libsecret-devel >= 0.5 libsoup-devel >= 2.4 Requires: sqlite-devel >= 3.5 webkit2gtk3-devel >= 2.11.91 json-glib-devel >= 1.0.4 Provides: evolution-data-server-tests -Obsoletes: evolution-data-server-tests %description devel This package contains the tests case and libraries needed for the evolution-data-server library. @@ -78,7 +78,7 @@ fi export CPPFLAGS="-I%{_includedir}/et" export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-deprecated-declarations" -%cmake -G "Unix Makefiles" -DENABLE_MAINTAINER_MODE=OFF -DENABLE_UOA=OFF -DWITH_LIBDB=/usr \ +%cmake -G "Unix Makefiles" -DENABLE_MAINTAINER_MODE=OFF -DENABLE_UOA=OFF -DWITH_LIBDB=OFF \ -DENABLE_FILE_LOCKING=fcntl -DENABLE_DOT_LOCKING=OFF -DENABLE_INTROSPECTION=ON \ -DENABLE_VALA_BINDINGS=ON -DENABLE_INSTALLED_TESTS=ON -DWITH_OPENLDAP=ON -DWITH_KRB5=ON \ -DENABLE_SMIME=ON -DENABLE_LARGEFILE=ON -DENABLE_GTK_DOC=ON .. @@ -162,6 +162,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_libexecdir}/evolution-data-server/csv2vcard %changelog +* Fri Jan 22 2021 Dillon Chen - 3.38.1-1 +- Upgrade to 3.38.1-1 + * Tue Dec 24 2019 openEuler Buildteam - 3.30.1-3 - delete redundant files