Accepting request 1158146 from GNOME:Next

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1158146
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=494
This commit is contained in:
Dominique Leuenberger 2024-03-19 13:29:21 +00:00 committed by Git OBS Bridge
parent c3f84cde35
commit 3a5906d13e
6 changed files with 108 additions and 6 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/evolution.git</param>
<param name="revision">3.52.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b354a3b05cd19964a3c9ada4ee6e11b02cc8db926d881ef0c37d059b301dfca4
size 13512284

3
evolution-3.52.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d520e31df539da8dba74229cf4602ab224eaf0886e1aa5a3f2ee5e3ae6c2b7be
size 129659918

View File

@ -1,3 +1,82 @@
-------------------------------------------------------------------
Fri Mar 15 07:14:21 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.52.0:
+ Bug Fixes:
- Workaround excessive memory use
- Calendar: Prefer html/markdown description in preview
- Incorrect/missing URLs in app metadata
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 1 08:38:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.51.3:
+ Replace G_TYPE_INSTANCE_GET_PRIVATE() with G_ADD_PRIVATE().
+ plugin_ui_hook_finalize: Chain up to the finalize() method.
+ Composer: Stop message send when retrieve of the content
failed.
+ Composer: Hint places for folding in Autocrypt header.
+ Composer: Change "Remove Key" to "Send without Key" in
Autocrypt question.
+ ci: Export the help with Gitlab Pages.
+ itip-formatter: Show "Unable to send item..." errors with error
icon.
+ Calendar: Remove support for
E_CAL_STATIC_CAPABILITY_RETRACT_SUPPORTED.
+ Calendar: Meeting deletion can sometimes send duplicate cancel
messages.
+ appdata: Add <branding/> colors.
-------------------------------------------------------------------
Mon Feb 12 15:05:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.51.2:
+ build: Don't set CFLAGS returned by pkg-config as
CMAKE_REQUIRED_FLAGS.
+ build: Bump CMake version requirement to 3.15.
+ build: align glib_encoded_version with the version
requirements.
+ EContactEditor: Explicitly set horizontal/vertical expand/fill
for tab content.
+ e-shell: Describe --force-shutdown option as closing also
background processes.
+ Composer: Ask before sending mail with an Autocrypt header.
-------------------------------------------------------------------
Tue Jan 16 09:19:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.51.1:
+ shell: Move from gtk_main() to g_application_run().
+ flatpak: Add missing comma in the manifests.
+ EBulkEditTasks: Edit Categories as diff of added/removed
categories.
+ EContactCard: Card sometimes hides values.
+ Fix a memory leak in ECompEditor.
+ evolution-util-docs: Remove API index for 2.24 symbols, none
exist anymore.
+ build: Use -Wshadow build option, if available.
+ Calendar: Go to day/today in Year View doesn't update internal
view dates.
+ Update Flatpak manifests.
+ e-bulk-edit-contacts: Initialize 'section_grid' variable.
+ data: Update appdata.
+ EHTMLEditor: Let emoji chooser point to the caret in the
message body.
+ EYearView: Fix a crash when moving through search results.
+ EShell: Emit "ready-to-start" event after modules and
preferences window is ready.
+ Composer: Use link references only when composing HTML message.
+ rss: Ensure feed icon size to not be too large.
+ Mail: Skip disabled accounts for File->Download messages for
offline use.
+ EMailBackend: Fallback to CamelOperation message when showing
error.
+ Add x-scheme-handler/mid into the .desktop file.
+ help: Fix invalid markup in Czech help translation.
+ Updated translations.
- Convert to source service for easier updating.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 5 15:30:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> Fri Jan 5 15:30:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

4
evolution.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: evolution
version: 3.52.0
mtime: 1710484378
commit: b86d791a22a4abc0183ca4258a46977d6f6cf548

View File

@ -20,7 +20,7 @@
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
Name: evolution Name: evolution
Version: 3.50.3 Version: 3.52.0
Release: 0 Release: 0
# FIXME: check if note on license is still valid (comment before license) # FIXME: check if note on license is still valid (comment before license)
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
@ -28,11 +28,11 @@ Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
License: CC-BY-SA-3.0 AND LGPL-2.0-only AND LGPL-3.0-only AND OLDAP-2.8 AND GFDL-1.1-only AND GFDL-1.3-only License: CC-BY-SA-3.0 AND LGPL-2.0-only AND LGPL-3.0-only AND OLDAP-2.8 AND GFDL-1.1-only AND GFDL-1.3-only
Group: Productivity/Networking/Email/Clients Group: Productivity/Networking/Email/Clients
URL: https://wiki.gnome.org/Apps/Evolution/ URL: https://wiki.gnome.org/Apps/Evolution/
Source0: https://download.gnome.org/sources/evolution/3.50/%{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.zst
BuildRequires: bison BuildRequires: bison
BuildRequires: bogofilter BuildRequires: bogofilter
BuildRequires: cmake BuildRequires: cmake >= 3.15
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gettext BuildRequires: gettext