Accepting request 78890 from home:dimstar:branches:GNOME:Factory
Update to 3.1.5 OBS-URL: https://build.opensuse.org/request/show/78890 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=131
This commit is contained in:
parent
fdf68d44c3
commit
d5c62b4ba8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e88b108a7c1e92f6b2bbbc652f0eb27de2064b9a90cea4946434d217fc660dcb
|
|
||||||
size 31944451
|
|
3
evolution-3.1.5.tar.bz2
Normal file
3
evolution-3.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:723ddc707cc0e79172ec9b0cfd5db721ba3d55822082a4921bf16c74d050a4ac
|
||||||
|
size 16446200
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 15 09:48:41 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.1.5:
|
||||||
|
+ EConfig: Broadcast abort/commit events by way of signals.
|
||||||
|
+ Fix duplicated section ID
|
||||||
|
+ EMAccountEditor: Simplify real junk/trash folder selection.
|
||||||
|
+ EMFolderSelectionButton: Add an "account" property.
|
||||||
|
+ EMFolderSelector: Add a "model" construct-only property.
|
||||||
|
+ Add em_folder_tree_new_with_model().
|
||||||
|
+ EMFolderSelectionButton: Add a "folder-uri" property.
|
||||||
|
+ Cannot reply to message without preview panel enabled
|
||||||
|
+ Help->FAQ menu item and action are gone
|
||||||
|
+ EModule: Make all modules resident.
|
||||||
|
+ EMAccountEditor: Readability improvements.
|
||||||
|
+ Avoid crashes when moving between messages quickly
|
||||||
|
+ Do not leak memory on each mail folder change
|
||||||
|
+ Use the same term 'Secure connection' everywhere instead of SSL
|
||||||
|
+ Use email instead of e-mail spelling, like anywhere else
|
||||||
|
+ Replace user name by username as used anywhere else in
|
||||||
|
Evolution
|
||||||
|
+ Fix spelling of "Basic Headers" option to be consistent with
|
||||||
|
the rest
|
||||||
|
+ Drop the duplicated 'Format' from filetype descriptionsto also
|
||||||
|
sync strings with the ones used in shell/e-shell-utils.c
|
||||||
|
+ Forward button in Evolution Mail Configuration Assistant is
|
||||||
|
actually called Continue
|
||||||
|
+ Updated documentations
|
||||||
|
+ Bugs fixed: bgo#656290, bgo#656267, bgo#655957, bgo#645476,
|
||||||
|
bgo#656133, bgo#655843, bgo#655944, bgo#655492, bgo#655494,
|
||||||
|
bgo#655872, bgo#655669, bgo#656136, bgo#656035, bgo#655943,
|
||||||
|
bgo#655870, bgo#655702, bgo#655507, bgo#655507, bgo#655893,
|
||||||
|
bgo#646646, bgo#655190, bgo#635211, bgo#655444, bgo#655441,
|
||||||
|
bgo#655430, bgo#655353, bgo#655255, bgo#654889, bgo#654261,
|
||||||
|
bgo#340614.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 8 07:52:57 UTC 2011 - dimstar@opensuse.org
|
Mon Aug 8 07:52:57 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -75,8 +75,8 @@ License: LGPLv2.0 ; LGPLv3
|
|||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||||
%define evolution_base_version 3.2
|
%define evolution_base_version 3.2
|
||||||
Version: 3.1.4
|
Version: 3.1.5
|
||||||
Release: 2
|
Release: 1
|
||||||
# FIXME: check with upstream/meego if we want to enable clutter for express mode
|
# FIXME: check with upstream/meego if we want to enable clutter for express mode
|
||||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||||
Source0: http://download.gnome.org/sources/evolution/3.1/%{name}-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/evolution/3.1/%{name}-%{version}.tar.bz2
|
||||||
@ -260,9 +260,6 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
|
|||||||
%dir %{_datadir}/gnome/help/
|
%dir %{_datadir}/gnome/help/
|
||||||
%dir %{_datadir}/gnome/help/%{name}/
|
%dir %{_datadir}/gnome/help/%{name}/
|
||||||
%doc %{_datadir}/gnome/help/%{name}/C/
|
%doc %{_datadir}/gnome/help/%{name}/C/
|
||||||
%dir %{_datadir}/omf/
|
|
||||||
%dir %{_datadir}/omf/%{name}/
|
|
||||||
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/evolution
|
%{_datadir}/evolution
|
||||||
|
Loading…
Reference in New Issue
Block a user