diff --git a/evolution-ews-3.9.3.tar.xz b/evolution-ews-3.9.3.tar.xz deleted file mode 100644 index 8698c3b..0000000 --- a/evolution-ews-3.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:574e4f487a5b0920e576d3e8ec0b7e9ae3122a05fd5c689ba669600b2541723d -size 534592 diff --git a/evolution-ews-3.9.4.tar.xz b/evolution-ews-3.9.4.tar.xz new file mode 100644 index 0000000..1564abe --- /dev/null +++ b/evolution-ews-3.9.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c1a751bf323a9cfe890ad1f5e5d729e47f3d8196a210e43cd257b401587246 +size 534592 diff --git a/evolution-ews.changes b/evolution-ews.changes index 99b2500..99b08d5 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jul 8 18:46:46 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.4: + + Fix leak and avoid to pass NULL to g_strrstr(). + + Fix segfault: set text as NULL when both g_strrstr() fails. + + Use g_strcmp0 instead of implement it as check_equal. + + Allow to pass NULL for e_ews_connection_get_folder_sync. + + Bugs fixed: bgo#702922, bgo#703053, bgo#703194. + + Updated translations. + ------------------------------------------------------------------- Fri Jun 21 16:04:47 UTC 2013 - dimstar@opensuse.org diff --git a/evolution-ews.spec b/evolution-ews.spec index c8c7745..dee5be3 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.3 +Version: 3.9.4 Release: 0 Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later License: LGPL-2.1 @@ -30,16 +30,16 @@ BuildRequires: fdupes BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: pkgconfig(evolution-data-server-1.2) -BuildRequires: pkgconfig(evolution-mail-3.0) >= 3.2.0 +BuildRequires: pkgconfig(evolution-mail-3.0) >= %{version} BuildRequires: pkgconfig(evolution-plugin-3.0) -BuildRequires: pkgconfig(evolution-shell-3.0) >= 3.2.0 +BuildRequires: pkgconfig(evolution-shell-3.0) >= %{version} BuildRequires: pkgconfig(glib-2.0) >= 2.28 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 BuildRequires: pkgconfig(libebackend-1.2) 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(libemail-engine) >= %{version} BuildRequires: pkgconfig(libmspack) >= 0.4 BuildRequires: pkgconfig(libsoup-2.4) >= 2.30 Recommends: %{name}-lang