diff --git a/.files b/.files index a80fd69..186ed71 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 4fa4b7f..9588577 100644 --- a/.rev +++ b/.rev @@ -2540,4 +2540,12 @@ New stable rel + Updated translations. (forwarded request 1137093 from dimstar) 1137096 + + 5172038e5c0dc089d947b14defde389f + 3.52.0 + + dimstar_suse + GNOME 46 (forwarded request 1158146 from dimstar) + 1159459 + diff --git a/_service b/_service new file mode 100644 index 0000000..90c24e2 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/evolution.git + 3.52.0 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + disable + + + + *.tar + zst + + + + diff --git a/evolution-3.50.3.tar.xz b/evolution-3.50.3.tar.xz deleted file mode 120000 index b6973dc..0000000 --- a/evolution-3.50.3.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiet7hzurdemren76zsxmyemv76apto2wfrfhi4a5woi5lphhnntqq \ No newline at end of file diff --git a/evolution-3.52.0.obscpio b/evolution-3.52.0.obscpio new file mode 120000 index 0000000..a950f1f --- /dev/null +++ b/evolution-3.52.0.obscpio @@ -0,0 +1 @@ +/ipfs/bafybeifb6yecbzhfn5xkr3bo3pauq7h5ehzxlexbuy2ptmwf55ifjy25da \ No newline at end of file diff --git a/evolution.changes b/evolution.changes index 3b97c48..8289c88 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,4 +1,83 @@ ------------------------------------------------------------------- +Fri Mar 15 07:14:21 UTC 2024 - Dominique Leuenberger + +- 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 + +- 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 colors. + +------------------------------------------------------------------- +Mon Feb 12 15:05:23 UTC 2024 - Dominique Leuenberger + +- 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 + +- 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 - Update to version 3.50.3: diff --git a/evolution.obsinfo b/evolution.obsinfo new file mode 100644 index 0000000..28801db --- /dev/null +++ b/evolution.obsinfo @@ -0,0 +1,4 @@ +name: evolution +version: 3.52.0 +mtime: 1710484378 +commit: b86d791a22a4abc0183ca4258a46977d6f6cf548 diff --git a/evolution.spec b/evolution.spec index d40b30f..e0b7010 100644 --- a/evolution.spec +++ b/evolution.spec @@ -20,7 +20,7 @@ %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') Name: evolution -Version: 3.50.3 +Version: 3.52.0 Release: 0 # FIXME: check if note on license is still valid (comment before license) 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 Group: Productivity/Networking/Email/Clients 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: bogofilter -BuildRequires: cmake +BuildRequires: cmake >= 3.15 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gettext