From 42ff92d7a1251859170726deb0f27d9e8ad7df985ab56127b96abfab6469da6c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 31 Jul 2013 18:54:12 +0000 Subject: [PATCH] Accepting request 184962 from home:dimstar:branches:GNOME:Factory - Update to version 3.9.5: + User documentation improvements. + Remove nautilus-sendto integration. + EMailParserMessage: Better handle message bodies as attachments. + EaMinicardView: Create a minicard object, if not present in a list. + EDayView's event resize abort doesn't always restore original event size. + EContactStore: Stop book views in a dedicated thread. + MailFolderCache: Thread-safety improvements and other cleanups. + EMailRequest: Handle empty message bodies more gracefully. + Do not mask CAMEL_ERROR_GENERIC in composer_send_completed(). + Only use the alarm description if the client supports it. + Bugs fixed: bgo#386113, bgo#697575, bgo#697878, bgo#702664, bgo#703153, bgo#703244, bgo#703389, bgo#703490, bgo#703899, bgo#703991, bgo#704259, bgo#704459, bgo#704494, bgo#704558, bgo#704682, bgo#704778. + Updated translations. - Add pkgconfig(gdk-pixbuf-2.0) BuildRequires: new dependency. - Remove language handling targetted at openSUSE <= 11.2. OBS-URL: https://build.opensuse.org/request/show/184962 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=210 --- evolution-3.9.4.tar.xz | 3 --- evolution-3.9.5.tar.xz | 3 +++ evolution.changes | 25 +++++++++++++++++++++++++ evolution.spec | 6 ++---- 4 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 evolution-3.9.4.tar.xz create mode 100644 evolution-3.9.5.tar.xz diff --git a/evolution-3.9.4.tar.xz b/evolution-3.9.4.tar.xz deleted file mode 100644 index ec64506..0000000 --- a/evolution-3.9.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff58b9a5183a972dbf1c15ca024ac56fefaaa04d0b5261d640c52d1e34936062 -size 12426676 diff --git a/evolution-3.9.5.tar.xz b/evolution-3.9.5.tar.xz new file mode 100644 index 0000000..8e1755f --- /dev/null +++ b/evolution-3.9.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8ef23136bebbe1d1a17b88d82a511d8be2a5c3bcbcf099093f9d93ffca9cb5 +size 12437668 diff --git a/evolution.changes b/evolution.changes index 2b4ca4f..31d9afb 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jul 29 07:20:37 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.5: + + User documentation improvements. + + Remove nautilus-sendto integration. + + EMailParserMessage: Better handle message bodies as + attachments. + + EaMinicardView: Create a minicard object, if not present in a + list. + + EDayView's event resize abort doesn't always restore original + event size. + + EContactStore: Stop book views in a dedicated thread. + + MailFolderCache: Thread-safety improvements and other cleanups. + + EMailRequest: Handle empty message bodies more gracefully. + + Do not mask CAMEL_ERROR_GENERIC in composer_send_completed(). + + Only use the alarm description if the client supports it. + + Bugs fixed: bgo#386113, bgo#697575, bgo#697878, bgo#702664, + bgo#703153, bgo#703244, bgo#703389, bgo#703490, bgo#703899, + bgo#703991, bgo#704259, bgo#704459, bgo#704494, bgo#704558, + bgo#704682, bgo#704778. + + Updated translations. +- Add pkgconfig(gdk-pixbuf-2.0) BuildRequires: new dependency. +- Remove language handling targetted at openSUSE <= 11.2. + ------------------------------------------------------------------- Mon Jul 8 17:10:00 UTC 2013 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 716c0dc..4228b7c 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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.4 +Version: 3.9.5 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]+') @@ -58,6 +58,7 @@ BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(atk) BuildRequires: pkgconfig(gail-3.0) >= 3.2.0 +BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.24.0 BuildRequires: pkgconfig(gio-2.0) >= 2.34.0 BuildRequires: pkgconfig(gladeui-2.0) >= 3.10.0 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.3 @@ -156,9 +157,6 @@ make %{?_smp_flags} V=1 %install %{makeinstall} -%if 0%{?suse_version} <= 1120 -rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* -%endif find %{buildroot} -name '*.la' -type f -delete -print # Office is okay upstream, but we want the menu item to appear in Internet grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.desktop