Accepting request 1205422 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205422 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=281
This commit is contained in:
commit
0b9cbea7a6
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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.4</param>
|
||||
<param name="revision">3.54.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82a8974d2d24bad9c7ac28b07ec43823261e80e6f574aee39a9ecbd936314ac8
|
||||
size 129916430
|
3
evolution-3.54.0.obscpio
Normal file
3
evolution-3.54.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff7475743c6e3f9e9da1a5845d68c14e785875f662282b394902f192af6fe91c
|
||||
size 131196430
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 07:36:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire gettext-devel instead of gettext: allow OBS to
|
||||
shortcut through gettext-runtime-mini.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 06:52:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: evolution
|
||||
version: 3.52.4
|
||||
mtime: 1722580094
|
||||
commit: 511ff56a311f93455b057ae22b68d581f900adf4
|
||||
version: 3.54.0
|
||||
mtime: 1726208789
|
||||
commit: 49d6ede4b3717281a157e59a6939444ace41fa1d
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user