From 7b63b2c0916dd9a333ddc88ed0ac8bbacb83aa30 Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Mon, 14 Nov 2022 14:29:05 +0800 Subject: [PATCH] update to evolution-data-server-3.28.5-20.el8 Signed-off-by: anolis-bot --- dist | 1 + evolution-data-server.spec | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 dist diff --git a/dist b/dist new file mode 100644 index 0000000..9c0e36e --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/evolution-data-server.spec b/evolution-data-server.spec index bf9867f..43990c6 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -32,7 +32,7 @@ Name: evolution-data-server Version: 3.28.5 -Release: 19%{?dist}.1 +Release: 20%{?dist} Group: System Environment/Libraries Summary: Backend data server for Evolution License: LGPLv2+ @@ -103,7 +103,7 @@ Patch16: evolution-data-server-3.28.5-nonstandard-uuencode-encoding.patch # RH bug #1938533 Patch17: evolution-data-server-3.28.5-secret-monitor-warnings.patch -# RH bug #2081986 +# RH bug #2081746 Patch18: evolution-data-server-3.28.5-google-oauth2.patch ### Dependencies ### @@ -504,8 +504,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/installed-tests %changelog -* Thu May 05 2022 Milan Crha - 3.28.5-19.1 -- Resolves: #2081986 (Backport patch for Google OAuth2 change) +* Wed May 04 2022 Milan Crha - 3.28.5-20 +- Resolves: #2081746 (Backport patch for Google OAuth2 change) * Mon Nov 22 2021 Milan Crha - 3.28.5-19 - Resolves: #1938533 (secret-monitor: Turn runtime warnings into debug prints) -- Gitee