Accepting request 180584 from home:dimstar:branches:GNOME:Factory

Update to 3.9.3

OBS-URL: https://build.opensuse.org/request/show/180584
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=205
This commit is contained in:
Dominique Leuenberger 2013-06-23 14:11:54 +00:00 committed by Git OBS Bridge
parent 38857eaa8a
commit b0d066920a
4 changed files with 26 additions and 6 deletions

View File

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

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,24 @@
-------------------------------------------------------------------
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 Sun May 26 18:38:27 UTC 2013 - dimstar@opensuse.org

View File

@ -24,7 +24,7 @@
Name: evolution Name: evolution
# 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.10 %define evolution_base_version 3.10
Version: 3.9.2 Version: 3.9.3
Release: 0 Release: 0
# _version needs to be %{version} stirpped to major.minor.micro only... # _version needs to be %{version} stirpped to major.minor.micro only...
%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]+')
@ -281,7 +281,6 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/* %{_includedir}/*
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/libeshell/ %{_datadir}/gtk-doc/html/evolution-*/
%{_datadir}/gtk-doc/html/libeutil/
%changelog %changelog