Accepting request 181262 from GNOME:Factory

Push GNOME 3.9.3, as announced

OBS-URL: https://build.opensuse.org/request/show/181262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=141
This commit is contained in:
Stephan Kulow 2013-06-29 17:38:26 +00:00 committed by Git OBS Bridge
commit 57a3ce94fc
4 changed files with 44 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a81f1240a8aabb7d017b17e7b38239633e23c7fdbfc056e07775cbf5ab009cda
size 12329788

3
evolution-3.9.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26acb617da1ef23e2dee01727f2e2171de724a66a0cd5c86379afc866792d25b
size 12425428

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Fri Jun 21 15:58:53 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.3:
+ Rename some base libraries to libevolution-$FOO.
+ Use F9 to toggle sidebar visibility.
+ Update Quick Reference Card to show F12 shortcut.
+ Remove Evolution icon from header section.
+ Make EAlertDialog non-resizable.
+ Ask for a Smart Card password with a token name too.
+ GnomeCalendar: Get rid of the async message dispatcher.
+ Make the "Headers" print dialog tab actually work.
+ Reimplement the main toolbar's prefer-item feature.
+ Fix various causes for crashes after closing a 2nd Evolution
window.
+ Heavily refactor MessageList and ETreeModel.
+ Remove lots of unused legacy APIs.
+ Bugs fixed: bgo#250046, bgo#555130, bgo#684302, bgo#700277,
bgo#700812, bgo#701669.
+ Updated translations.
-------------------------------------------------------------------
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

View File

@ -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.3
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.*
@ -282,7 +281,6 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/libeshell/
%{_datadir}/gtk-doc/html/libeutil/
%{_datadir}/gtk-doc/html/evolution-*/
%changelog