Accepting request 181264 from GNOME:Factory
Push GNOME 3.9.3, as announced OBS-URL: https://build.opensuse.org/request/show/181264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=21
This commit is contained in:
commit
8dad101aa0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a99df87d00effad7eaf52f18745533fd289f44319b2a9dc60224e22d69c0e531
|
|
||||||
size 519740
|
|
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,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
Mon Apr 29 11:21:22 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.1
|
Version: 3.9.3
|
||||||
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
|
||||||
@ -40,6 +40,7 @@ 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) >= 3.2.0
|
||||||
|
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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -71,19 +72,11 @@ Group: System/Libraries
|
|||||||
%description -n libewsutils0
|
%description -n libewsutils0
|
||||||
This library provides utilities API for EWS Exchange Connector.
|
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
|
%package devel
|
||||||
Summary: Client library for Accessing Exchange Servers -- Development Files
|
Summary: Client library for Accessing Exchange Servers -- Development Files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libeews-1_2-0 = %{version}
|
Requires: libeews-1_2-0 = %{version}
|
||||||
Requires: libewsutils0 = %{version}
|
Requires: libewsutils0 = %{version}
|
||||||
Requires: liblzx0 = %{version}
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This library is a client library for accessing Exchange servers through
|
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
|
%postun -n libewsutils0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n liblzx0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -n liblzx0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
@ -139,16 +128,11 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
|||||||
%dir %{_libdir}/evolution-data-server/
|
%dir %{_libdir}/evolution-data-server/
|
||||||
%{_libdir}/evolution-data-server/libewsutils.so.*
|
%{_libdir}/evolution-data-server/libewsutils.so.*
|
||||||
|
|
||||||
%files -n liblzx0
|
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_libdir}/liblzx.so.*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%dir %{_libdir}/evolution-data-server/
|
%dir %{_libdir}/evolution-data-server/
|
||||||
%{_libdir}/evolution-data-server/libeews-1.2.so
|
%{_libdir}/evolution-data-server/libeews-1.2.so
|
||||||
%{_libdir}/evolution-data-server/libewsutils.so
|
%{_libdir}/evolution-data-server/libewsutils.so
|
||||||
%{_libdir}/liblzx.so
|
|
||||||
%dir %{_includedir}/evolution-data-server/
|
%dir %{_includedir}/evolution-data-server/
|
||||||
%{_includedir}/evolution-data-server/ews/
|
%{_includedir}/evolution-data-server/ews/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user