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
This commit is contained in:
Dominique Leuenberger 2013-07-31 18:54:12 +00:00 committed by Git OBS Bridge
parent 4edb4c6aa5
commit 42ff92d7a1
4 changed files with 30 additions and 7 deletions

View File

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

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

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

View File

@ -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

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.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