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:
parent
c1734009b8
commit
ee6cca093b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8592be94027a9848ac18670a0e86e48e857539cd2813eb345eda0ace19688dd0
|
||||
size 4397721
|
3
evolution-data-server-3.1.1.tar.bz2
Normal file
3
evolution-data-server-3.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7efe13c8fd803eefc5f5f45c21f0d1295cc6eb34aa818f91308fd6976c56fa43
|
||||
size 4334208
|
@ -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
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
# Shared Library soNUMs, to make it easier for updates
|
||||
# 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_ebook 10
|
||||
%define so_ecal 8
|
||||
@ -28,13 +28,12 @@
|
||||
%define so_edata_cal 11
|
||||
%define so_edataserver 14
|
||||
%define so_edataserverui 0
|
||||
%define so_egroupwise 13
|
||||
|
||||
Name: evolution-data-server
|
||||
%define _evo_version 3.0
|
||||
%define _evo_version 3.2
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 3.0.1
|
||||
Version: 3.1.1
|
||||
Release: 1
|
||||
Summary: Evolution Data Server
|
||||
Url: http://www.gnome.org
|
||||
@ -176,17 +175,6 @@ and calendar in the GNOME Desktop.
|
||||
|
||||
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
|
||||
License: LGPLv2+
|
||||
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: libedataserver-1_2-%{so_edataserver} = %{version}
|
||||
Requires: libedataserverui-3_0-%{so_edataserverui} = %{version}
|
||||
Requires: libegroupwise-1_2-%{so_egroupwise} = %{version}
|
||||
%if %USE_EVOLDAP
|
||||
Requires: evoldap2-devel
|
||||
%else
|
||||
@ -228,7 +215,7 @@ This package contains developer documentation.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
#translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
@ -299,10 +286,6 @@ find %{buildroot} -name '*.la' -type f -delete -print
|
||||
|
||||
%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
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING ChangeLog NEWS TODO
|
||||
@ -351,10 +334,6 @@ find %{buildroot} -name '*.la' -type f -delete -print
|
||||
%defattr(-, root, root)
|
||||
%{_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
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/evolution-data-server-%{_evo_version}/
|
||||
|
Loading…
Reference in New Issue
Block a user