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

Update to 3.1.1

OBS-URL: https://build.opensuse.org/request/show/70480
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=91
This commit is contained in:
Vincent Untz 2011-05-27 07:59:18 +00:00 committed by Git OBS Bridge
parent c1734009b8
commit ee6cca093b
4 changed files with 51 additions and 28 deletions

View File

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

View File

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

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Tue May 17 17:02:39 CEST 2011 - dimstar@opensuse.org
- Update to version 3.1.1:
+ GroupWise backend module split in own package
+ Collect all test code into a top-level "tests" directory
+ Support NTLMv2 in camel-sasl-ntlm.c
+ Infer NTLM domain from username; don't assume it matches the
server's domain
+ Add camel_sasl_try_empty_password_sync() method.
+ Add asynchronous camel_sasl_try_empty_password()
+ Add support for NTLM single-sign-on using /usr/bin/ntlm_auth
+ Fix read off end of string in NTLM SSO support
+ Pull in translations from Evolution for "On This Computer"
+ Seal up CamelService.
+ Fix Gtk-Doc notation in Camel.
+ Fix few memory leaks
+ Define a boxed GType for CamelURL.
+ Rework how CamelServices are added to CamelSession.
+ CamelStore: Chain up in the constructed() method
+ CamelSession: Remove some leftover debug messages.
+ CamelStore: Remove a dead assignment.
+ Remove unused CamelTimeoutCallback typedef.
+ Remove unused camel_session_thread_wait().
+ Replace CamelSessionThreadMsg with a more modern API.
+ Revise camel_session_get_service_by_url().
+ Fix definition of CamelProvider.url_equal().
+ Remove camel_store_folder_uri_equal().
+ Mark the param spec strings for translation correctly.
+ Remove camel_filter_driver_filter_mbox()
+ Camel: Store UIDs in X-Evolution-Source headers.
+ CamelFolderSearch: Hack to deal with "message-location".
+ CamelFolder: Remove "uri" property.
+ Remove CAMEL_STORE_SUMMARY_FRAGMENT flag.
+ CamelVeeStore: Change handling of CHANGE_NOSELECT flag.
+ Remove "uri" field of CamelFolderInfo.
+ Rename "name" field of CamelFolderInfo to "display_name".
+ Rename "name" property of CamelFolder to "display-name".
+ Bugs fixed: bgo#332497, bgo#418954, bgo#628142, bgo#645239,
bgo#645498, bgo#645783, bgo#646117, bgo#646200, bgo#646619,
bgo#647429, bgo#647873, bgo#648844, bgo#649365, bgo#649684.
+ Updated translations.
- Drop groupwise subpackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 27 09:59:07 UTC 2011 - fcrozat@novell.com Wed Apr 27 09:59:07 UTC 2011 - fcrozat@novell.com

View File

@ -20,7 +20,7 @@
# Shared Library soNUMs, to make it easier for updates # Shared Library soNUMs, to make it easier for updates
# When updating the sonums, do not forget to also update baselibs.conf # When updating the sonums, do not forget to also update baselibs.conf
%define so_camel 23 %define so_camel 25
%define so_ebackend 1 %define so_ebackend 1
%define so_ebook 10 %define so_ebook 10
%define so_ecal 8 %define so_ecal 8
@ -28,13 +28,12 @@
%define so_edata_cal 11 %define so_edata_cal 11
%define so_edataserver 14 %define so_edataserver 14
%define so_edataserverui 0 %define so_edataserverui 0
%define so_egroupwise 13
Name: evolution-data-server Name: evolution-data-server
%define _evo_version 3.0 %define _evo_version 3.2
License: LGPLv2+ License: LGPLv2+
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Version: 3.0.1 Version: 3.1.1
Release: 1 Release: 1
Summary: Evolution Data Server Summary: Evolution Data Server
Url: http://www.gnome.org Url: http://www.gnome.org
@ -176,17 +175,6 @@ and calendar in the GNOME Desktop.
This package contains a shared system library. This package contains a shared system library.
%package -n libegroupwise-1_2-%{so_egroupwise}
Summary: Evolution Data Server - Groupwise Library
Group: System/Libraries
%description -n libegroupwise-1_2-%{so_egroupwise}
Evolution Data Server provides a central location for your address book
and calendar in the GNOME Desktop.
This package contains a shared system library for Groupwise support.
%package devel %package devel
License: LGPLv2+ License: LGPLv2+
Summary: Evolution Data Server - Development Files Summary: Evolution Data Server - Development Files
@ -200,7 +188,6 @@ Requires: libedata-book-1_2-%{so_edata_book} = %{version}
Requires: libedata-cal-1_2-%{so_edata_cal} = %{version} Requires: libedata-cal-1_2-%{so_edata_cal} = %{version}
Requires: libedataserver-1_2-%{so_edataserver} = %{version} Requires: libedataserver-1_2-%{so_edataserver} = %{version}
Requires: libedataserverui-3_0-%{so_edataserverui} = %{version} Requires: libedataserverui-3_0-%{so_edataserverui} = %{version}
Requires: libegroupwise-1_2-%{so_egroupwise} = %{version}
%if %USE_EVOLDAP %if %USE_EVOLDAP
Requires: evoldap2-devel Requires: evoldap2-devel
%else %else
@ -228,7 +215,7 @@ This package contains developer documentation.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
translation-update-upstream #translation-update-upstream
%patch0 -p1 %patch0 -p1
%build %build
@ -299,10 +286,6 @@ find %{buildroot} -name '*.la' -type f -delete -print
%postun -n libedataserverui-3_0-%{so_edataserverui} -p /sbin/ldconfig %postun -n libedataserverui-3_0-%{so_edataserverui} -p /sbin/ldconfig
%post -n libegroupwise-1_2-%{so_egroupwise} -p /sbin/ldconfig
%postun -n libegroupwise-1_2-%{so_egroupwise} -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING ChangeLog NEWS TODO %doc COPYING ChangeLog NEWS TODO
@ -351,10 +334,6 @@ find %{buildroot} -name '*.la' -type f -delete -print
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libedataserverui-3.0.so.%{so_edataserverui}* %{_libdir}/libedataserverui-3.0.so.%{so_edataserverui}*
%files -n libegroupwise-1_2-%{so_egroupwise}
%defattr(-, root, root)
%{_libdir}/libegroupwise-1.2.so.%{so_egroupwise}*
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
%{_includedir}/evolution-data-server-%{_evo_version}/ %{_includedir}/evolution-data-server-%{_evo_version}/