Accepting request 180592 from home:dimstar:branches:GNOME:Factory
Update to 3.9.3 OBS-URL: https://build.opensuse.org/request/show/180592 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=45
This commit is contained in:
parent
d7584c7c0a
commit
67d0444152
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ffb1cf7f993ab580c121d6a70ad4fd7588050f4a33aad0193d68400aee5cd45
|
||||
size 533596
|
3
evolution-ews-3.9.3.tar.xz
Normal file
3
evolution-ews-3.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:574e4f487a5b0920e576d3e8ec0b7e9ae3122a05fd5c689ba669600b2541723d
|
||||
size 534592
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 16:04:47 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.3:
|
||||
+ e-ews-search-user: Do not print console error when nothing
|
||||
found.
|
||||
+ Fetch fresh folder's change-key, when reading folder
|
||||
permissions.
|
||||
+ Check for cancellation when refreshing folder content.
|
||||
+ Require --with-internal-lzx for libmspack fallback.
|
||||
+ Disable incremental GAL updates without libmspack.
|
||||
+ Fix various memory leaks.
|
||||
+ Make the statements explicit when using ternary if.
|
||||
+ Bugs fixed: bgo#701246.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 26 18:40:06 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
Name: evolution-ews
|
||||
# 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.2
|
||||
Version: 3.9.3
|
||||
Release: 0
|
||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||
License: LGPL-2.1
|
||||
@ -40,7 +40,7 @@ BuildRequires: pkgconfig(libedata-book-1.2)
|
||||
BuildRequires: pkgconfig(libedata-cal-1.2)
|
||||
BuildRequires: pkgconfig(libedataserver-1.2)
|
||||
BuildRequires: pkgconfig(libemail-engine) >= 3.2.0
|
||||
BuildRequires: pkgconfig(libmspack)
|
||||
BuildRequires: pkgconfig(libmspack) >= 0.4
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.30
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user