Accepting request 1073155 from GNOME:Factory
New stable release (forwarded request 1072607 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1073155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=265
This commit is contained in:
commit
5da0f014a3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7a084231ced245a34b713d78d43a77660caca3bf52e6a4f5030a6a080c697b3d
|
|
||||||
size 13374292
|
|
3
evolution-3.48.0.tar.xz
Normal file
3
evolution-3.48.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d8472819589e92efcce4f2dc3bd124e93d379d3300978f69a9653c592a60ef6
|
||||||
|
size 13427316
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 17 12:17:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.48.0:
|
||||||
|
+ mail.error.xml: Unmark two strings from translation.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 3 08:24:02 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.47.3:
|
||||||
|
+ RSS: Folder-specific options not save from Preferences.
|
||||||
|
+ help: Replace docs mailing list URL by GNOME Discourse.
|
||||||
|
+ Bugs fixed:
|
||||||
|
- Icons in the message list are rendered in low resolution on
|
||||||
|
HiDPI displays.
|
||||||
|
- Mail:
|
||||||
|
. Add option to confirm 'Mark as Junk'.
|
||||||
|
. Show S/MIME encrypted part as attachment on failed
|
||||||
|
decryption.
|
||||||
|
. Inherit format from template in Alternative Reply.
|
||||||
|
- Composer:
|
||||||
|
. Check parent element's text-align before unsetting it.
|
||||||
|
. "Select All" in context menu doesn't select recipients.
|
||||||
|
- RSS: Read of author depends on element order.
|
||||||
|
- ECalendarItem: Use selected text color for day names and week
|
||||||
|
numbers.
|
||||||
|
- iTIP: Override text color together with background color.
|
||||||
|
- Add new screenshots for AppStream metadata.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 27 17:06:16 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 3.47.2:
|
||||||
|
+ ENameSelectorDialog: Simplify book query.
|
||||||
|
+ Enable GitLab CI for easier testing of the changes.
|
||||||
|
+ Make it possible to run GitLab CI Flatpak artifact.
|
||||||
|
+ EWebView: Stop trying to disable WebKitGTK plugins.
|
||||||
|
+ help: Replace PNG Evolution icon with SVG.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 10 09:22:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Feb 10 09:22:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -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.46.4
|
Version: 3.48.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,7 +28,7 @@ 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.46/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/evolution/3.48/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: bogofilter
|
BuildRequires: bogofilter
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -247,6 +247,7 @@ to develop applications that require these.
|
|||||||
%{_libdir}/evolution/modules/module-mail.so
|
%{_libdir}/evolution/modules/module-mail.so
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml
|
||||||
%{_libdir}/evolution/modules/module-accounts-window.so
|
%{_libdir}/evolution/modules/module-accounts-window.so
|
||||||
|
%{_libdir}/evolution/modules/module-appearance-settings.so
|
||||||
%{_libdir}/evolution/modules/module-config-lookup.so
|
%{_libdir}/evolution/modules/module-config-lookup.so
|
||||||
%{_libdir}/evolution/modules/module-mailto-handler.so
|
%{_libdir}/evolution/modules/module-mailto-handler.so
|
||||||
%{_libdir}/evolution/modules/module-mdn.so
|
%{_libdir}/evolution/modules/module-mdn.so
|
||||||
|
Loading…
Reference in New Issue
Block a user