Accepting request 176807 from home:dimstar:branches:GNOME:Factory
Update to 3.9.2 - post review tweaks OBS-URL: https://build.opensuse.org/request/show/176807 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=203
This commit is contained in:
parent
d4dec0e37e
commit
38857eaa8a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a81f1240a8aabb7d017b17e7b38239633e23c7fdbfc056e07775cbf5ab009cda
|
||||
size 12329788
|
3
evolution-3.9.2.tar.xz
Normal file
3
evolution-3.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d8dd85a0648a1f0ca322836e0e1a76e41cc7b44099e8439b5f69f0aef277475
|
||||
size 12344544
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 26 18:38:27 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.2:
|
||||
+ Make sure EAddressbookModel has a fresh EBookClient.
|
||||
+ Merge [mark-all-read] plugin into core code.
|
||||
+ contact-photos: Obtain an EClient asynchronously.
|
||||
+ Right-align mail header names.
|
||||
+ Improve mail header layout in right-to-left locales.
|
||||
+ Remove "drag-and-drop-save-name-format" setting.
|
||||
+ Convert EMailPart to a GObject.
|
||||
+ Use an user-friendlier message when update comp-editor fails.
|
||||
+ Make EAttachment a little more thread-safe.
|
||||
+ EMailSession: Add helper functions for sending messages.
|
||||
+ Bugs fixed: bgo#301323, bgo#696531, bgo#697632, bgo#699334,
|
||||
bgo#699551, bgo#699555, bgo#699980, bgo#700028.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 11:20:32 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
Name: evolution
|
||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||
%define evolution_base_version 3.10
|
||||
Version: 3.9.1
|
||||
Version: 3.9.2
|
||||
Release: 0
|
||||
# _version needs to be %{version} stirpped to major.minor.micro only...
|
||||
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
||||
@ -256,7 +256,6 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
|
||||
%{_libdir}/evolution/*/plugins/*-mail-notification.*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml
|
||||
%{_libdir}/evolution/*/plugins/*-mail-to-task.*
|
||||
%{_libdir}/evolution/*/plugins/*-mark-all-read.*
|
||||
%{_libdir}/evolution/*/plugins/*-prefer-plain.*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml
|
||||
%{_libdir}/evolution/*/plugins/*-pst-import.*
|
||||
|
Loading…
Reference in New Issue
Block a user