|
|
@ -5,8 +5,13 @@
|
|
|
|
%define krb5_support 1
|
|
|
|
%define krb5_support 1
|
|
|
|
%define largefile_support 1
|
|
|
|
%define largefile_support 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# disable for i686, because libphonenumber 8.12.57 is not built for it
|
|
|
|
|
|
|
|
%ifarch i686
|
|
|
|
|
|
|
|
%global phonenum_support 0
|
|
|
|
|
|
|
|
%else
|
|
|
|
# enabled only for Fedora
|
|
|
|
# enabled only for Fedora
|
|
|
|
%global phonenum_support 0%{?fedora}
|
|
|
|
%global phonenum_support 0%{?fedora}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
|
|
|
|
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
|
|
|
|
%{!?with_docs: %global with_docs 1}
|
|
|
|
%{!?with_docs: %global with_docs 1}
|
|
|
@ -15,21 +20,23 @@
|
|
|
|
%global with_docs 0
|
|
|
|
%global with_docs 0
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%define glib2_version 2.46
|
|
|
|
%{!?with_webkitgtk: %global with_webkitgtk (%{undefined rhel} || 0%{?rhel} < 10)}
|
|
|
|
%define gtk3_version 3.16
|
|
|
|
|
|
|
|
%define gcr_version 3.4
|
|
|
|
%define glib2_version 2.68
|
|
|
|
|
|
|
|
%define gtk3_version 3.20
|
|
|
|
|
|
|
|
%define gtk4_version 4.4
|
|
|
|
%define gtk_doc_version 1.9
|
|
|
|
%define gtk_doc_version 1.9
|
|
|
|
%define goa_version 3.8
|
|
|
|
%define goa_version 3.8
|
|
|
|
%define intltool_version 0.35.5
|
|
|
|
|
|
|
|
%define libsecret_version 0.5
|
|
|
|
%define libsecret_version 0.5
|
|
|
|
%define libgdata_version 0.15.1
|
|
|
|
%define libgweather_version 4.0
|
|
|
|
%define libgweather_version 3.10
|
|
|
|
%define libical_version 3.0.16
|
|
|
|
%define libical_version 3.0.7
|
|
|
|
%define libsoup_version 3.1.1
|
|
|
|
%define libsoup_version 2.58
|
|
|
|
|
|
|
|
%define nss_version 3.14
|
|
|
|
%define nss_version 3.14
|
|
|
|
%define sqlite_version 3.7.17
|
|
|
|
%define sqlite_version 3.7.17
|
|
|
|
%define webkit2gtk_version 2.28.0
|
|
|
|
%define webkit2gtk_version 2.34.0
|
|
|
|
|
|
|
|
%define webkit2gtk4_version 2.36.0
|
|
|
|
%define json_glib_version 1.0.4
|
|
|
|
%define json_glib_version 1.0.4
|
|
|
|
|
|
|
|
%define uuid_version 2.0
|
|
|
|
|
|
|
|
|
|
|
|
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
|
|
|
|
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
|
|
|
|
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
|
|
|
|
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
|
|
|
@ -43,28 +50,21 @@
|
|
|
|
%global dbus_service_name_sources org.gnome.evolution.dataserver.Sources5
|
|
|
|
%global dbus_service_name_sources org.gnome.evolution.dataserver.Sources5
|
|
|
|
%global dbus_service_name_user_prompter org.gnome.evolution.dataserver.UserPrompter0
|
|
|
|
%global dbus_service_name_user_prompter org.gnome.evolution.dataserver.UserPrompter0
|
|
|
|
|
|
|
|
|
|
|
|
%if "%{?_eds_dbus_services_prefix}" != ""
|
|
|
|
|
|
|
|
%global dbus_service_name_address_book %{?_eds_dbus_services_prefix}.%{dbus_service_name_address_book}
|
|
|
|
|
|
|
|
%global dbus_service_name_calendar %{?_eds_dbus_services_prefix}.%{dbus_service_name_calendar}
|
|
|
|
|
|
|
|
%global dbus_service_name_sources %{?_eds_dbus_services_prefix}.%{dbus_service_name_sources}
|
|
|
|
|
|
|
|
%global dbus_service_name_user_prompter %{?_eds_dbus_services_prefix}.%{dbus_service_name_user_prompter}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Abstract ###
|
|
|
|
### Abstract ###
|
|
|
|
|
|
|
|
|
|
|
|
Name: evolution-data-server
|
|
|
|
Name: evolution-data-server
|
|
|
|
Version: 3.40.4
|
|
|
|
Version: 3.54.2
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Backend data server for Evolution
|
|
|
|
Summary: Backend data server for Evolution
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPL-2.0-or-later
|
|
|
|
URL: https://wiki.gnome.org/Apps/Evolution
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/evolution/-/wikis/home
|
|
|
|
Source: http://download.gnome.org/sources/%{name}/3.40/%{name}-%{version}.tar.xz
|
|
|
|
Source: http://download.gnome.org/sources/%{name}/3.54/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 0-99: General patches
|
|
|
|
|
|
|
|
|
|
|
|
Patch01: evolution-data-server-3.40.4-icalcompiter.patch
|
|
|
|
# 100-199: Flatpak-specific patches
|
|
|
|
Patch02: evolution-data-server-3.40.4-secret-monitor-warnings.patch
|
|
|
|
# https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/144
|
|
|
|
Patch03: evolution-data-server-3.40.4-google-contacts-to-carddav.patch
|
|
|
|
Patch100: Make-DBUS_SERVICES_PREFIX-runtime-configurable.patch
|
|
|
|
Patch04: evolution-data-server-3.40.4-google-oauth2.patch
|
|
|
|
|
|
|
|
Patch05: evolution-data-server-3.40.4-caldav-crash.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides: evolution-webcal = %{version}
|
|
|
|
Provides: evolution-webcal = %{version}
|
|
|
|
Obsoletes: evolution-webcal < 2.24.0
|
|
|
|
Obsoletes: evolution-webcal < 2.24.0
|
|
|
@ -91,29 +91,30 @@ BuildRequires: gperf
|
|
|
|
%if %{with_docs}
|
|
|
|
%if %{with_docs}
|
|
|
|
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
|
|
|
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: intltool >= %{intltool_version}
|
|
|
|
BuildRequires: ninja-build
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gcr-base-3) >= %{gcr_version}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
|
|
|
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
|
|
|
|
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
|
|
|
|
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
|
|
|
|
BuildRequires: pkgconfig(gweather4) >= %{libgweather_version}
|
|
|
|
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libical-glib) >= %{libical_version}
|
|
|
|
BuildRequires: pkgconfig(libical-glib) >= %{libical_version}
|
|
|
|
BuildRequires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
|
|
|
|
BuildRequires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
|
|
|
|
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
|
|
|
BuildRequires: pkgconfig(libsoup-3.0) >= %{libsoup_version}
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(nspr)
|
|
|
|
BuildRequires: pkgconfig(nspr)
|
|
|
|
BuildRequires: pkgconfig(nss) >= %{nss_version}
|
|
|
|
BuildRequires: pkgconfig(nss) >= %{nss_version}
|
|
|
|
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
|
|
|
|
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
|
|
|
|
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
|
|
|
|
BuildRequires: pkgconfig(uuid) >= %{uuid_version}
|
|
|
|
|
|
|
|
%if %{with_webkitgtk}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(webkit2gtk-4.1) >= %{webkit2gtk_version}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(webkitgtk-6.0) >= %{webkit2gtk4_version}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
|
|
|
|
|
|
|
@ -132,8 +133,12 @@ BuildRequires: krb5-devel >= 1.11
|
|
|
|
BuildRequires: libphonenumber-devel
|
|
|
|
BuildRequires: libphonenumber-devel
|
|
|
|
BuildRequires: protobuf-devel
|
|
|
|
BuildRequires: protobuf-devel
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
|
|
|
|
BuildRequires: abseil-cpp-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# libical 3.0.16 added new API, this ensures to bring it in
|
|
|
|
|
|
|
|
Requires: libical-glib >= %{libical_version}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The %{name} package provides a unified backend for programs that work
|
|
|
|
The %{name} package provides a unified backend for programs that work
|
|
|
|
with contacts, tasks, and calendar information.
|
|
|
|
with contacts, tasks, and calendar information.
|
|
|
@ -146,13 +151,15 @@ Summary: Development files for building against %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
Requires: pkgconfig(goa-1.0) >= %{goa_version}
|
|
|
|
Requires: pkgconfig(goa-1.0) >= %{goa_version}
|
|
|
|
Requires: pkgconfig(libgdata) >= %{libgdata_version}
|
|
|
|
Requires: pkgconfig(gweather4) >= %{libgweather_version}
|
|
|
|
Requires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
|
|
|
|
|
|
|
Requires: pkgconfig(libical-glib) >= %{libical_version}
|
|
|
|
Requires: pkgconfig(libical-glib) >= %{libical_version}
|
|
|
|
Requires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
|
|
|
|
Requires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
|
|
|
|
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
|
|
|
Requires: pkgconfig(libsoup-3.0) >= %{libsoup_version}
|
|
|
|
Requires: pkgconfig(sqlite3) >= %{sqlite_version}
|
|
|
|
Requires: pkgconfig(sqlite3) >= %{sqlite_version}
|
|
|
|
Requires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
|
|
|
|
%if %{with_webkitgtk}
|
|
|
|
|
|
|
|
Requires: pkgconfig(webkit2gtk-4.1) >= %{webkit2gtk_version}
|
|
|
|
|
|
|
|
Requires: pkgconfig(webkitgtk-6.0) >= %{webkit2gtk4_version}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
Requires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
|
|
|
Requires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -195,7 +202,15 @@ The %{name}-tests package contains tests that can be used to verify
|
|
|
|
the functionality of the installed %{name} package.
|
|
|
|
the functionality of the installed %{name} package.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -S gendiff
|
|
|
|
%autosetup -p1 -S gendiff -N
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# General patches
|
|
|
|
|
|
|
|
%autopatch -p1 -m 0 -M 99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Flatpak-specific patches
|
|
|
|
|
|
|
|
%if 0%{?flatpak}
|
|
|
|
|
|
|
|
%autopatch -p1 -m 100 -M 199
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
@ -251,6 +266,12 @@ fi
|
|
|
|
%define gtkdoc_flags -DENABLE_GTK_DOC=OFF
|
|
|
|
%define gtkdoc_flags -DENABLE_GTK_DOC=OFF
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with_webkitgtk}
|
|
|
|
|
|
|
|
%define webkitgtk_flags -DENABLE_OAUTH2_WEBKITGTK=ON -DENABLE_OAUTH2_WEBKITGTK4=ON
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%define webkitgtk_flags -DENABLE_OAUTH2_WEBKITGTK=OFF -DENABLE_OAUTH2_WEBKITGTK4=OFF
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
if ! pkg-config --exists nss; then
|
|
|
|
if ! pkg-config --exists nss; then
|
|
|
|
echo "Unable to find suitable version of nss to use!"
|
|
|
|
echo "Unable to find suitable version of nss to use!"
|
|
|
|
exit 1
|
|
|
|
exit 1
|
|
|
@ -259,19 +280,16 @@ fi
|
|
|
|
export CPPFLAGS="-I%{_includedir}/et"
|
|
|
|
export CPPFLAGS="-I%{_includedir}/et"
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-deprecated-declarations"
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-deprecated-declarations"
|
|
|
|
|
|
|
|
|
|
|
|
%cmake -G "Unix Makefiles" \
|
|
|
|
%cmake -G Ninja \
|
|
|
|
-DENABLE_MAINTAINER_MODE=OFF \
|
|
|
|
-DENABLE_MAINTAINER_MODE=OFF \
|
|
|
|
-DWITH_LIBDB=OFF \
|
|
|
|
|
|
|
|
-DENABLE_FILE_LOCKING=fcntl \
|
|
|
|
-DENABLE_FILE_LOCKING=fcntl \
|
|
|
|
-DENABLE_DOT_LOCKING=OFF \
|
|
|
|
-DENABLE_DOT_LOCKING=OFF \
|
|
|
|
-DENABLE_INTROSPECTION=ON \
|
|
|
|
-DENABLE_INTROSPECTION=ON \
|
|
|
|
-DENABLE_VALA_BINDINGS=ON \
|
|
|
|
-DENABLE_VALA_BINDINGS=ON \
|
|
|
|
-DENABLE_INSTALLED_TESTS=ON \
|
|
|
|
-DENABLE_INSTALLED_TESTS=ON \
|
|
|
|
|
|
|
|
-DWITH_LIBDB=OFF \
|
|
|
|
-DWITH_SYSTEMDUSERUNITDIR=%{_userunitdir} \
|
|
|
|
-DWITH_SYSTEMDUSERUNITDIR=%{_userunitdir} \
|
|
|
|
%if "%{?_eds_dbus_services_prefix}" != ""
|
|
|
|
%ldap_flags %krb5_flags %ssl_flags %webkitgtk_flags \
|
|
|
|
-DDBUS_SERVICES_PREFIX=%{?_eds_dbus_services_prefix} \
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%ldap_flags %krb5_flags %ssl_flags \
|
|
|
|
|
|
|
|
%largefile_flags %gtkdoc_flags %phonenum_flags \
|
|
|
|
%largefile_flags %gtkdoc_flags %phonenum_flags \
|
|
|
|
%{nil}
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
|
|
|
@ -282,6 +300,7 @@ export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-d
|
|
|
|
|
|
|
|
|
|
|
|
# make sure the directory exists, because it's owned by eds
|
|
|
|
# make sure the directory exists, because it's owned by eds
|
|
|
|
mkdir $RPM_BUILD_ROOT/%{uimodules_dir} || :
|
|
|
|
mkdir $RPM_BUILD_ROOT/%{uimodules_dir} || :
|
|
|
|
|
|
|
|
mkdir $RPM_BUILD_ROOT/%{credential_modules_dir} || :
|
|
|
|
|
|
|
|
|
|
|
|
# give the libraries some executable bits
|
|
|
|
# give the libraries some executable bits
|
|
|
|
find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
@ -291,24 +310,26 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc README ChangeLog NEWS
|
|
|
|
%doc README ChangeLog NEWS
|
|
|
|
%{_libdir}/libcamel-1.2.so.62
|
|
|
|
%{_libdir}/libcamel-1.2.so.64
|
|
|
|
%{_libdir}/libcamel-1.2.so.62.0.0
|
|
|
|
%{_libdir}/libcamel-1.2.so.64.0.0
|
|
|
|
%{_libdir}/libebackend-1.2.so.10
|
|
|
|
%{_libdir}/libebackend-1.2.so.11
|
|
|
|
%{_libdir}/libebackend-1.2.so.10.0.0
|
|
|
|
%{_libdir}/libebackend-1.2.so.11.0.0
|
|
|
|
%{_libdir}/libebook-1.2.so.20
|
|
|
|
%{_libdir}/libebook-1.2.so.21
|
|
|
|
%{_libdir}/libebook-1.2.so.20.1.3
|
|
|
|
%{_libdir}/libebook-1.2.so.21.1.3
|
|
|
|
%{_libdir}/libebook-contacts-1.2.so.3
|
|
|
|
%{_libdir}/libebook-contacts-1.2.so.4
|
|
|
|
%{_libdir}/libebook-contacts-1.2.so.3.0.0
|
|
|
|
%{_libdir}/libebook-contacts-1.2.so.4.0.0
|
|
|
|
%{_libdir}/libecal-2.0.so.1
|
|
|
|
%{_libdir}/libecal-2.0.so.3
|
|
|
|
%{_libdir}/libecal-2.0.so.1.0.0
|
|
|
|
%{_libdir}/libecal-2.0.so.3.0.0
|
|
|
|
%{_libdir}/libedata-book-1.2.so.26
|
|
|
|
%{_libdir}/libedata-book-1.2.so.27
|
|
|
|
%{_libdir}/libedata-book-1.2.so.26.0.0
|
|
|
|
%{_libdir}/libedata-book-1.2.so.27.0.0
|
|
|
|
%{_libdir}/libedata-cal-2.0.so.1
|
|
|
|
%{_libdir}/libedata-cal-2.0.so.2
|
|
|
|
%{_libdir}/libedata-cal-2.0.so.1.0.0
|
|
|
|
%{_libdir}/libedata-cal-2.0.so.2.0.0
|
|
|
|
%{_libdir}/libedataserver-1.2.so.26
|
|
|
|
%{_libdir}/libedataserver-1.2.so.27
|
|
|
|
%{_libdir}/libedataserver-1.2.so.26.0.0
|
|
|
|
%{_libdir}/libedataserver-1.2.so.27.0.0
|
|
|
|
%{_libdir}/libedataserverui-1.2.so.3
|
|
|
|
%{_libdir}/libedataserverui-1.2.so.4
|
|
|
|
%{_libdir}/libedataserverui-1.2.so.3.0.0
|
|
|
|
%{_libdir}/libedataserverui-1.2.so.4.0.0
|
|
|
|
|
|
|
|
%{_libdir}/libedataserverui4-1.0.so.0
|
|
|
|
|
|
|
|
%{_libdir}/libedataserverui4-1.0.so.0.0.0
|
|
|
|
|
|
|
|
|
|
|
|
%{_libdir}/girepository-1.0/Camel-1.2.typelib
|
|
|
|
%{_libdir}/girepository-1.0/Camel-1.2.typelib
|
|
|
|
%{_libdir}/girepository-1.0/EBackend-1.2.typelib
|
|
|
|
%{_libdir}/girepository-1.0/EBackend-1.2.typelib
|
|
|
@ -319,6 +340,7 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
%{_libdir}/girepository-1.0/EDataCal-2.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/EDataCal-2.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/EDataServer-1.2.typelib
|
|
|
|
%{_libdir}/girepository-1.0/EDataServer-1.2.typelib
|
|
|
|
%{_libdir}/girepository-1.0/EDataServerUI-1.2.typelib
|
|
|
|
%{_libdir}/girepository-1.0/EDataServerUI-1.2.typelib
|
|
|
|
|
|
|
|
%{_libdir}/girepository-1.0/EDataServerUI4-1.0.typelib
|
|
|
|
|
|
|
|
|
|
|
|
%{_libexecdir}/camel-gpg-photo-saver
|
|
|
|
%{_libexecdir}/camel-gpg-photo-saver
|
|
|
|
%{_libexecdir}/camel-index-control-1.2
|
|
|
|
%{_libexecdir}/camel-index-control-1.2
|
|
|
@ -334,10 +356,15 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
%dir %{_libexecdir}/evolution-data-server
|
|
|
|
%dir %{_libexecdir}/evolution-data-server
|
|
|
|
%{_libexecdir}/evolution-data-server/addressbook-export
|
|
|
|
%{_libexecdir}/evolution-data-server/addressbook-export
|
|
|
|
%{_libexecdir}/evolution-data-server/evolution-alarm-notify
|
|
|
|
%{_libexecdir}/evolution-data-server/evolution-alarm-notify
|
|
|
|
|
|
|
|
%{_libexecdir}/evolution-data-server/evolution-oauth2-handler
|
|
|
|
%{_libexecdir}/evolution-data-server/list-sources
|
|
|
|
%{_libexecdir}/evolution-data-server/list-sources
|
|
|
|
|
|
|
|
%if 0%{?flatpak}
|
|
|
|
|
|
|
|
%{_libexecdir}/evolution-data-server/set-dbus-prefix
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%{_sysconfdir}/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop
|
|
|
|
%{_sysconfdir}/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop
|
|
|
|
%{_datadir}/applications/org.gnome.Evolution-alarm-notify.desktop
|
|
|
|
%{_datadir}/applications/org.gnome.Evolution-alarm-notify.desktop
|
|
|
|
|
|
|
|
%{_datadir}/applications/org.gnome.evolution-data-server.OAuth2-handler.desktop
|
|
|
|
|
|
|
|
|
|
|
|
# GSettings schemas:
|
|
|
|
# GSettings schemas:
|
|
|
|
%{_datadir}/GConf/gsettings/evolution-data-server.convert
|
|
|
|
%{_datadir}/GConf/gsettings/evolution-data-server.convert
|
|
|
@ -354,6 +381,7 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
%{_datadir}/dbus-1/services/%{dbus_service_name_sources}.service
|
|
|
|
%{_datadir}/dbus-1/services/%{dbus_service_name_sources}.service
|
|
|
|
%{_datadir}/dbus-1/services/%{dbus_service_name_user_prompter}.service
|
|
|
|
%{_datadir}/dbus-1/services/%{dbus_service_name_user_prompter}.service
|
|
|
|
%{_datadir}/pixmaps/evolution-data-server
|
|
|
|
%{_datadir}/pixmaps/evolution-data-server
|
|
|
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Evolution-alarm-notify.svg
|
|
|
|
|
|
|
|
|
|
|
|
%{_userunitdir}/evolution-addressbook-factory.service
|
|
|
|
%{_userunitdir}/evolution-addressbook-factory.service
|
|
|
|
%{_userunitdir}/evolution-calendar-factory.service
|
|
|
|
%{_userunitdir}/evolution-calendar-factory.service
|
|
|
@ -422,6 +450,7 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
%{_libdir}/libedata-cal-2.0.so
|
|
|
|
%{_libdir}/libedata-cal-2.0.so
|
|
|
|
%{_libdir}/libedataserver-1.2.so
|
|
|
|
%{_libdir}/libedataserver-1.2.so
|
|
|
|
%{_libdir}/libedataserverui-1.2.so
|
|
|
|
%{_libdir}/libedataserverui-1.2.so
|
|
|
|
|
|
|
|
%{_libdir}/libedataserverui4-1.0.so
|
|
|
|
%{_libdir}/pkgconfig/camel-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/camel-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/evolution-data-server-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/evolution-data-server-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libebackend-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libebackend-1.2.pc
|
|
|
@ -432,6 +461,7 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
%{_libdir}/pkgconfig/libedata-cal-2.0.pc
|
|
|
|
%{_libdir}/pkgconfig/libedata-cal-2.0.pc
|
|
|
|
%{_libdir}/pkgconfig/libedataserver-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libedataserver-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libedataserverui-1.2.pc
|
|
|
|
%{_libdir}/pkgconfig/libedataserverui-1.2.pc
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/libedataserverui4-1.0.pc
|
|
|
|
%{_datadir}/gir-1.0/Camel-1.2.gir
|
|
|
|
%{_datadir}/gir-1.0/Camel-1.2.gir
|
|
|
|
%{_datadir}/gir-1.0/EBackend-1.2.gir
|
|
|
|
%{_datadir}/gir-1.0/EBackend-1.2.gir
|
|
|
|
%{_datadir}/gir-1.0/EBook-1.2.gir
|
|
|
|
%{_datadir}/gir-1.0/EBook-1.2.gir
|
|
|
@ -441,6 +471,7 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
%{_datadir}/gir-1.0/EDataCal-2.0.gir
|
|
|
|
%{_datadir}/gir-1.0/EDataCal-2.0.gir
|
|
|
|
%{_datadir}/gir-1.0/EDataServer-1.2.gir
|
|
|
|
%{_datadir}/gir-1.0/EDataServer-1.2.gir
|
|
|
|
%{_datadir}/gir-1.0/EDataServerUI-1.2.gir
|
|
|
|
%{_datadir}/gir-1.0/EDataServerUI-1.2.gir
|
|
|
|
|
|
|
|
%{_datadir}/gir-1.0/EDataServerUI4-1.0.gir
|
|
|
|
%{_datadir}/vala/vapi/camel-1.2.deps
|
|
|
|
%{_datadir}/vala/vapi/camel-1.2.deps
|
|
|
|
%{_datadir}/vala/vapi/camel-1.2.vapi
|
|
|
|
%{_datadir}/vala/vapi/camel-1.2.vapi
|
|
|
|
%{_datadir}/vala/vapi/libebackend-1.2.deps
|
|
|
|
%{_datadir}/vala/vapi/libebackend-1.2.deps
|
|
|
@ -459,6 +490,8 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
%{_datadir}/vala/vapi/libedataserver-1.2.vapi
|
|
|
|
%{_datadir}/vala/vapi/libedataserver-1.2.vapi
|
|
|
|
%{_datadir}/vala/vapi/libedataserverui-1.2.deps
|
|
|
|
%{_datadir}/vala/vapi/libedataserverui-1.2.deps
|
|
|
|
%{_datadir}/vala/vapi/libedataserverui-1.2.vapi
|
|
|
|
%{_datadir}/vala/vapi/libedataserverui-1.2.vapi
|
|
|
|
|
|
|
|
%{_datadir}/vala/vapi/libedataserverui4-1.0.deps
|
|
|
|
|
|
|
|
%{_datadir}/vala/vapi/libedataserverui4-1.0.vapi
|
|
|
|
|
|
|
|
|
|
|
|
%files langpacks -f %{name}.lang
|
|
|
|
%files langpacks -f %{name}.lang
|
|
|
|
|
|
|
|
|
|
|
@ -480,36 +513,225 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
%{_datadir}/installed-tests
|
|
|
|
%{_datadir}/installed-tests
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue May 24 2022 Milan Crha <mcrha@redhat.com> - 3.40.4-6
|
|
|
|
* Wed Dec 25 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 3.54.2-1
|
|
|
|
- Resolves: #2089902 (CalDAV: Crash on calendar update)
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 22 2024 Milan Crha <mcrha@redhat.com> - 3.54.2-1
|
|
|
|
|
|
|
|
- Update to 3.54.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 18 2024 Milan Crha <mcrha@redhat.com> - 3.54.1-1
|
|
|
|
|
|
|
|
- Update to 3.54.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 13 2024 Milan Crha <mcrha@redhat.com> - 3.54.0-1
|
|
|
|
|
|
|
|
- Update to 3.54.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 30 2024 Milan Crha <mcrha@redhat.com> - 3.53.3-1
|
|
|
|
|
|
|
|
- Update to 3.53.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 02 2024 Milan Crha <mcrha@redhat.com> - 3.53.2-1
|
|
|
|
|
|
|
|
- Update to 3.53.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.53.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2024 Milan Crha <mcrha@redhat.com> - 3.53.1-1
|
|
|
|
|
|
|
|
- Update to 3.53.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 24 2024 Milan Crha <mcrha@redhat.com> - 3.52.2-1
|
|
|
|
|
|
|
|
- Update to 3.52.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 19 2024 Milan Crha <mcrha@redhat.com> - 3.52.1-1
|
|
|
|
|
|
|
|
- Update to 3.52.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 15 2024 Milan Crha <mcrha@redhat.com> - 3.52.0-1
|
|
|
|
|
|
|
|
- Update to 3.52.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 01 2024 Milan Crha <mcrha@redhat.com> - 3.51.3-1
|
|
|
|
|
|
|
|
- Update to 3.51.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 01 2024 Owen Taylor <otaylor@redhat.com> - 3.51.2-2
|
|
|
|
|
|
|
|
- Add patch to allow reconfiguring the dbus-prefix without rebuilding;
|
|
|
|
|
|
|
|
this is needed to make EDS work with the new Flatpak infrastructure.
|
|
|
|
|
|
|
|
- Remove support _eds_dbus_services_prefix - this was only used by
|
|
|
|
|
|
|
|
F38 and earlier Flatpak builds.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2024 Milan Crha <mcrha@redhat.com> - 3.51.2-1
|
|
|
|
|
|
|
|
- Update to 3.51.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 3.51.1-4
|
|
|
|
|
|
|
|
- Rebuild for ICU 74
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.51.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.51.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 05 2024 Milan Crha <mcrha@redhat.com> - 3.51.1-1
|
|
|
|
|
|
|
|
- Update to 3.51.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 19 2023 Florian Weimer <fweimer@redhat.com> - 3.50.2-2
|
|
|
|
|
|
|
|
- Backport upstream patch to fix C issue in CMake probing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 01 2023 Milan Crha <mcrha@redhat.com> - 3.50.2-1
|
|
|
|
|
|
|
|
- Update to 3.50.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 01 2023 Milan Crha <mcrha@redhat.com> - 3.49.3-1
|
|
|
|
|
|
|
|
- Update to 3.49.3
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 04 2022 Milan Crha <mcrha@redhat.com> - 3.40.4-5
|
|
|
|
* Fri Aug 04 2023 Milan Crha <mcrha@redhat.com> - 3.49.2-1
|
|
|
|
- Resolves: #2081747 (Backport patch for Google OAuth2 change)
|
|
|
|
- Update to 3.49.2
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 05 2022 Milan Crha <mcrha@redhat.com> - 3.40.4-4
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.49.1-3
|
|
|
|
- Resolves: #2071893 (Addressbook: Switch from GData Contacts API to CardDAV API for Google books)
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 22 2021 Milan Crha <mcrha@redhat.com> - 3.40.4-3
|
|
|
|
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 3.49.1-2
|
|
|
|
- Resolves: #2025480 (secret-monitor: Turn runtime warnings into debug prints)
|
|
|
|
- Rebuilt for ICU 73.2
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 08 2021 Milan Crha <mcrha@redhat.com> - 3.40.4-2
|
|
|
|
* Fri Jun 30 2023 Milan Crha <mcrha@redhat.com> - 3.49.1-1
|
|
|
|
- Resolves: #2021055 (Add patch to correct ICalCompIter component's usage)
|
|
|
|
- Update to 3.49.1
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 13 2021 Milan Crha <mcrha@redhat.com> - 3.40.4-1
|
|
|
|
* Fri Jun 02 2023 Milan Crha <mcrha@redhat.com> - 3.48.3-1
|
|
|
|
- Related: #1992450 (Update to 3.40.4)
|
|
|
|
- Update to 3.48.3
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.3-2
|
|
|
|
* Fri May 26 2023 Milan Crha <mcrha@redhat.com> - 3.48.2-1
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Update to 3.48.2
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 12 2021 Milan Crha <mcrha@redhat.com> - 3.40.3-1
|
|
|
|
* Wed May 17 2023 Sérgio Basto <sergio@serjux.com> - 3.48.1-2
|
|
|
|
- Related: #1981215 (Update to 3.40.3)
|
|
|
|
- Rebuild for libphonenumber-8.13.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 09 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 3.47.3-2
|
|
|
|
|
|
|
|
- Build against WebKitGTK 2.39.91
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 03 2023 Milan Crha <mcrha@redhat.com> - 3.47.3-1
|
|
|
|
|
|
|
|
- Update to 3.47.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 3.47.2-2
|
|
|
|
|
|
|
|
- Build against WebKitGTK 2.39.90
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2023 Milan Crha <mcrha@redhat.com> - 3.47.2-1
|
|
|
|
|
|
|
|
- Update to 3.47.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 01 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 3.47.1-4
|
|
|
|
|
|
|
|
- Build against WebKitGTK 2.39.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 3.47.1-3
|
|
|
|
|
|
|
|
- Build against WebKitGTK 2.39.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.47.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 06 2023 Milan Crha <mcrha@redhat.com> - 3.47.1-1
|
|
|
|
|
|
|
|
- Update to 3.47.1
|
|
|
|
|
|
|
|
- Require libical 3.0.16 for added new API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 3.46.2-3
|
|
|
|
|
|
|
|
- Rebuild for ICU 72
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 05 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 3.46.2-2
|
|
|
|
|
|
|
|
- Build against webkitgtk-6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 02 2022 Milan Crha <mcrha@redhat.com> - 3.46.2-1
|
|
|
|
|
|
|
|
- Update to 3.46.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 21 2022 Milan Crha <mcrha@redhat.com> - 3.46.1-1
|
|
|
|
|
|
|
|
- Update to 3.46.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 16 2022 Milan Crha <mcrha@redhat.com> - 3.46.0-1
|
|
|
|
|
|
|
|
- Update to 3.46.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 3.45.1-3
|
|
|
|
|
|
|
|
- Rebuilt for ICU 71.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.45.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2022 Milan Crha <mcrha@redhat.com> - 3.45.1-1
|
|
|
|
|
|
|
|
- Update to 3.45.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 18 2022 Milan Crha <mcrha@redhat.com> - 3.44.3-2
|
|
|
|
|
|
|
|
- Add patch for RH bug #2107751 (glib2's G_TLS_CERTIFICATE_FLAGS_NONE causes infinite loop)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 01 2022 Milan Crha <mcrha@redhat.com> - 3.44.3-1
|
|
|
|
|
|
|
|
- Update to 3.44.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 27 2022 Milan Crha <mcrha@redhat.com> - 3.44.2-1
|
|
|
|
|
|
|
|
- Update to 3.44.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 22 2022 Milan Crha <mcrha@redhat.com> - 3.44.1-1
|
|
|
|
|
|
|
|
- Update to 3.44.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 Milan Crha <mcrha@redhat.com> - 3.44.0-1
|
|
|
|
|
|
|
|
- Update to 3.44.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 04 2022 Milan Crha <mcrha@redhat.com> - 3.43.3-1
|
|
|
|
|
|
|
|
- Update to 3.43.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 11 2022 Milan Crha <mcrha@redhat.com> - 3.43.2-1
|
|
|
|
|
|
|
|
- Update to 3.43.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.43.1.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 07 2022 Milan Crha <mcrha@redhat.com> - 3.43.1.1-1
|
|
|
|
|
|
|
|
- Update to 3.43.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 03 2021 Milan Crha <mcrha@redhat.com> - 3.42.2-1
|
|
|
|
|
|
|
|
- Update to 3.42.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 06 2021 Adrian Reber <adrian@lisas.de> - 3.42.1-3
|
|
|
|
|
|
|
|
- Rebuilt for protobuf 3.19.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 05 2021 Milan Crha <mcrha@redhat.com> - 3.42.1-2
|
|
|
|
|
|
|
|
- Add patch to correct ICalCompIter component's usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 29 2021 Milan Crha <mcrha@redhat.com> - 3.42.1-1
|
|
|
|
|
|
|
|
- Update to 3.42.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 28 2021 Adam Williamson <awilliam@redhat.com> - 3.42.0-2
|
|
|
|
|
|
|
|
- Rebuild with newer protobuf and libphonenumber
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 17 2021 Milan Crha <mcrha@redhat.com> - 3.42.0-1
|
|
|
|
|
|
|
|
- Update to 3.42.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 03 2021 Milan Crha <mcrha@redhat.com> - 3.41.3-1
|
|
|
|
|
|
|
|
- Update to 3.41.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 13 2021 Milan Crha <mcrha@redhat.com> - 3.41.2-1
|
|
|
|
|
|
|
|
- Update to 3.41.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.41.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 09 2021 Milan Crha <mcrha@redhat.com> - 3.41.1-1
|
|
|
|
|
|
|
|
- Update to 3.41.1
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Milan Crha <mcrha@redhat.com> - 3.40.2-1
|
|
|
|
* Fri Jun 04 2021 Milan Crha <mcrha@redhat.com> - 3.40.2-1
|
|
|
|
- Related: #1967855 (Update to 3.40.2)
|
|
|
|
- Update to 3.40.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 19 2021 Pete Walter <pwalter@fedoraproject.org> - 3.40.1-2
|
|
|
|
|
|
|
|
- Rebuild for ICU 69
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.0-4
|
|
|
|
* Fri Apr 30 2021 Milan Crha <mcrha@redhat.com> - 3.40.1-1
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Update to 3.40.1
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 29 2021 Milan Crha <mcrha@redhat.com> - 3.40.0-3
|
|
|
|
* Mon Mar 29 2021 Milan Crha <mcrha@redhat.com> - 3.40.0-3
|
|
|
|
- Resolves: #1943818 (ESourceWebDAV: Fallback to SHA1 on SSL trust verification if needed)
|
|
|
|
- Resolves: #1943818 (ESourceWebDAV: Fallback to SHA1 on SSL trust verification if needed)
|
|
|
|