Accepting request 176625 from home:dimstar:branches:GNOME:Factory

Update to 3.9.2

OBS-URL: https://build.opensuse.org/request/show/176625
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=43
This commit is contained in:
Bjørn Lie 2013-05-28 16:06:08 +00:00 committed by Git OBS Bridge
parent 82dbd9e8ba
commit d7584c7c0a
4 changed files with 28 additions and 21 deletions

View File

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

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun May 26 18:40:06 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.2:
+ Handle inlined attachments in
e_ews_connection_{create,get}_attachments.
+ Handle absence of ETag.
+ Update LZX decompressor.
+ Allow upstream libmspack to be used, if it's new enough.
+ Allow e_ews_connection_get_oal_detail() to return more than one
type of element.
+ Fix crash on addressbook close.
+ Don't remove OAB file after processing.
+ Implement incremental GAL download.
+ Use "X-EWS-KIND" attribute.
+ Bugs fixed: bgo#654950, bgo#658892, bgo#673351, bgo#698728,
bgo#699231, bgo#699241, bgo#699373, bgo#699481, bgo#699847.
+ Updated translations.
- Add pkgconfig(libmspack) BuildRequires: new dependency.
- Drop liblzx0 subpackage: this was a wrapper around libmspack
functionality, where the fixes were merged in this code. As per
SLPP, we do not obsolete the library.
-------------------------------------------------------------------
Mon Apr 29 11:21:22 UTC 2013 - dimstar@opensuse.org

View File

@ -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.1
Version: 3.9.2
Release: 0
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
License: LGPL-2.1
@ -40,6 +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(libsoup-2.4) >= 2.30
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -71,19 +72,11 @@ Group: System/Libraries
%description -n libewsutils0
This library provides utilities API for EWS Exchange Connector.
%package -n liblzx0
Summary: Client library for Accessing Exchange Servers - LZX library
Group: System/Libraries
%description -n liblzx0
This library is an implementation of the LZX compression algorithm.
%package devel
Summary: Client library for Accessing Exchange Servers -- Development Files
Group: Development/Libraries/C and C++
Requires: libeews-1_2-0 = %{version}
Requires: libewsutils0 = %{version}
Requires: liblzx0 = %{version}
%description devel
This library is a client library for accessing Exchange servers through
@ -114,10 +107,6 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
%postun -n libewsutils0 -p /sbin/ldconfig
%post -n liblzx0 -p /sbin/ldconfig
%postun -n liblzx0 -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING README
@ -139,16 +128,11 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
%dir %{_libdir}/evolution-data-server/
%{_libdir}/evolution-data-server/libewsutils.so.*
%files -n liblzx0
%defattr(-, root, root)
%{_libdir}/liblzx.so.*
%files devel
%defattr(-, root, root)
%dir %{_libdir}/evolution-data-server/
%{_libdir}/evolution-data-server/libeews-1.2.so
%{_libdir}/evolution-data-server/libewsutils.so
%{_libdir}/liblzx.so
%dir %{_includedir}/evolution-data-server/
%{_includedir}/evolution-data-server/ews/