Accepting request 182543 from home:dimstar:branches:GNOME:Factory
Update to 3.9.4 OBS-URL: https://build.opensuse.org/request/show/182543 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=47
This commit is contained in:
parent
67d0444152
commit
ea25c5ee19
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:574e4f487a5b0920e576d3e8ec0b7e9ae3122a05fd5c689ba669600b2541723d
|
|
||||||
size 534592
|
|
3
evolution-ews-3.9.4.tar.xz
Normal file
3
evolution-ews-3.9.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e9c1a751bf323a9cfe890ad1f5e5d729e47f3d8196a210e43cd257b401587246
|
||||||
|
size 534592
|
@ -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
|
Fri Jun 21 16:04:47 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Name: evolution-ews
|
Name: evolution-ews
|
||||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||||
%define evolution_base_version 3.10
|
%define evolution_base_version 3.10
|
||||||
Version: 3.9.3
|
Version: 3.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
@ -30,16 +30,16 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: pkgconfig(evolution-data-server-1.2)
|
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-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(glib-2.0) >= 2.28
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
|
||||||
BuildRequires: pkgconfig(libebackend-1.2)
|
BuildRequires: pkgconfig(libebackend-1.2)
|
||||||
BuildRequires: pkgconfig(libedata-book-1.2)
|
BuildRequires: pkgconfig(libedata-book-1.2)
|
||||||
BuildRequires: pkgconfig(libedata-cal-1.2)
|
BuildRequires: pkgconfig(libedata-cal-1.2)
|
||||||
BuildRequires: pkgconfig(libedataserver-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(libmspack) >= 0.4
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.30
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.30
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
Loading…
Reference in New Issue
Block a user