diff --git a/_service b/_service index bae75f1..eb76d0a 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/evolution.git - 3.52.4 + 3.54.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/evolution-3.52.4.obscpio b/evolution-3.52.4.obscpio deleted file mode 100644 index e73b3b0..0000000 --- a/evolution-3.52.4.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82a8974d2d24bad9c7ac28b07ec43823261e80e6f574aee39a9ecbd936314ac8 -size 129916430 diff --git a/evolution-3.54.0.obscpio b/evolution-3.54.0.obscpio new file mode 100644 index 0000000..24ab72d --- /dev/null +++ b/evolution-3.54.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7475743c6e3f9e9da1a5845d68c14e785875f662282b394902f192af6fe91c +size 131196430 diff --git a/evolution.changes b/evolution.changes index da6db0a..982f9ef 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Fri Sep 13 07:36:18 UTC 2024 - Dominique Leuenberger + +- Update to version 3.54.0: + + Bug Fixes: + - Calendar: Correct typos "Sent Notice" -> "Send Notice". + - Typo in code eab-contact. + - Calendar: Correct typo in error message id. + - Set prgname to application ID. + + Miscellaneous: + - docs: Correct developer documentation to install API indexes. + - CI: Export also developer documentation into the web pages. + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 30 08:23:57 UTC 2024 - Bjørn Lie + +- Update to version 3.52.3: + + Bug Fixes: + - Permit only one instance of “Evolution Accounts” window + - Translations of the concepts "email" and "raw email" are difficult for users + - Mail: junk-test not called since I#2780 + - Translations in WebExtension do not work + - Calendar: Fix gettext format problems + + Miscellaneous: help: Open the latest help web pages when help + not available locally + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 25 13:09:07 UTC 2024 - Bjørn Lie + +- Update to version 3.52.2: + + CI: Update OpenLDAP version + + CI: Update dependencies in the Flatpak manifest + + CI: Add language switcher into the generated help/ pages + + flaptak: Update dependencies in the build strict for the + development version + + EWebView: Just loaded remote images may be left invisible + + EToDoPane: Robust open of a calendar client + + Calendar: Correct indent of some options in the Preferences + + help: Mention the Switcher buttons appearance can be changed in + the menu + + Bug Fixes: + - Ability to identify which domain a blocked remote image is related to + - Support custom icon and text color also for Search Folders + - Remove multiple CC warning if they are sharing common domain + - Allow internal anchor links in HTML mail composer + - Tooltips in Month view not always shown + - Enhance "junk-test" to return also "inconclusive" value + - "Thread by Subject" option not propagated to Search Folders + - Mail: Print to File keeps previous file name + - Tooltips only sometimes displayed in Task and Memos Pane + - Outgoing filter: Source account condition never succeeds + - MessageList: Parents of collapsed threads do not show labels properly + - itip-formatter: Use open-map: link for the Location field + - Mark for Follow Up dialog ignores date format setting + - publish-calendar: Fails to mount destination directory + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 19 11:28:19 UTC 2024 - Dominique Leuenberger + +- BuildRequire gettext-devel instead of gettext: allow OBS to + shortcut through gettext-runtime-mini. + ------------------------------------------------------------------- Mon Aug 5 06:52:20 UTC 2024 - Dominique Leuenberger diff --git a/evolution.obsinfo b/evolution.obsinfo index 819f51b..7c30774 100644 --- a/evolution.obsinfo +++ b/evolution.obsinfo @@ -1,4 +1,4 @@ name: evolution -version: 3.52.4 -mtime: 1722580094 -commit: 511ff56a311f93455b057ae22b68d581f900adf4 +version: 3.54.0 +mtime: 1726208789 +commit: 49d6ede4b3717281a157e59a6939444ace41fa1d diff --git a/evolution.spec b/evolution.spec index cfe5f74..1752692 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.52.4 +Version: 3.54.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 @@ -35,7 +35,7 @@ BuildRequires: bogofilter BuildRequires: cmake >= 3.15 BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: gettext +BuildRequires: gettext-devel BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: openldap2-devel