From 046ec68141568cfb830cd5e7cdd27900ff409b76b05748d8c796681bd313cd13 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 15 Sep 2023 14:28:28 +0000 Subject: [PATCH] Accepting request 1111477 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/1111477 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=443 --- evolution-data-server-3.49.3.tar.xz | 3 --- evolution-data-server-3.50.0.tar.xz | 3 +++ evolution-data-server.changes | 14 ++++++++++++++ evolution-data-server.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 evolution-data-server-3.49.3.tar.xz create mode 100644 evolution-data-server-3.50.0.tar.xz diff --git a/evolution-data-server-3.49.3.tar.xz b/evolution-data-server-3.49.3.tar.xz deleted file mode 100644 index 6d06ec6..0000000 --- a/evolution-data-server-3.49.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd854e28839c5f19e87bcc79654a0619972167fc23e61f2fb101a92b9cd22159 -size 4965140 diff --git a/evolution-data-server-3.50.0.tar.xz b/evolution-data-server-3.50.0.tar.xz new file mode 100644 index 0000000..cd784dd --- /dev/null +++ b/evolution-data-server-3.50.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f793d99ba188ef8cf2891b8062d7e570e3cba22b8cfc46eb561c6cecc81d3a +size 4964568 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index af7fe98..b667767 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Sep 15 08:00:02 UTC 2023 - Bjørn Lie + +- Update to version 3.50.0: + + Correct test-cal-backend-sexp expected arguments + + Add e_util_guess_source_is_readonly() utility function + + Bugs fixed: + - addressbook-export: Do not translate `--format` arg + description + - Disable building tests in CMake + - Fix a typo (begining) in an openldap-extract.h comment + - Allow to use the flatpak manifest directly from GNOME Builder + + Updated translations. + ------------------------------------------------------------------- Sun Sep 3 14:18:44 UTC 2023 - Bjørn Lie diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 367fa67..0eb64b3 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -32,13 +32,13 @@ %bcond_without introspection Name: evolution-data-server -Version: 3.49.3 +Version: 3.50.0 Release: 0 Summary: Evolution Data Server License: LGPL-2.0-only Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Apps/Evolution -Source0: https://download.gnome.org/sources/evolution-data-server/3.49/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/evolution-data-server/3.50/%{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: db-devel