diff --git a/evolution-ews-3.9.2.tar.xz b/evolution-ews-3.9.2.tar.xz deleted file mode 100644 index f83a423..0000000 --- a/evolution-ews-3.9.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ffb1cf7f993ab580c121d6a70ad4fd7588050f4a33aad0193d68400aee5cd45 -size 533596 diff --git a/evolution-ews-3.9.3.tar.xz b/evolution-ews-3.9.3.tar.xz new file mode 100644 index 0000000..8698c3b --- /dev/null +++ b/evolution-ews-3.9.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574e4f487a5b0920e576d3e8ec0b7e9ae3122a05fd5c689ba669600b2541723d +size 534592 diff --git a/evolution-ews.changes b/evolution-ews.changes index 3188df9..99b2500 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -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 diff --git a/evolution-ews.spec b/evolution-ews.spec index 4ecf2ed..c8c7745 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -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