Accepting request 72604 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/72604 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=88
This commit is contained in:
commit
817ea837f4
@ -1,4 +1,4 @@
|
||||
libcamel-1_2-23
|
||||
libcamel-1_2-25
|
||||
libebackend-1_2-1
|
||||
libebook-1_2-10
|
||||
libecal-1_2-8
|
||||
@ -6,4 +6,3 @@ libedata-book-1_2-9
|
||||
libedata-cal-1_2-11
|
||||
libedataserver-1_2-14
|
||||
libedataserverui-3_0-0
|
||||
libegroupwise-1_2-13
|
||||
|
@ -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,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 29 17:26:08 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update baselibs.conf to follow the library bumps.
|
||||
- Disable translation-update for now: it fails for the removed
|
||||
groupwise bits.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 17:02:39 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.1.1:
|
||||
+ GroupWise backend is now split in new evolution-groupwise
|
||||
module (will be packaged soon).
|
||||
+ NTLM improvements:
|
||||
- Support NTLMv2
|
||||
- Infer NTLM domain from username; don't assume it matches the
|
||||
server's domain
|
||||
- Add support for NTLM single-sign-on using /usr/bin/ntlm_auth
|
||||
- Fix read off end of string in NTLM SSO support
|
||||
+ Fix few memory leaks
|
||||
+ Various API changes in Camel library, including API breaks.
|
||||
+ Misc small fixes.
|
||||
+ Collect all test code into a top-level "tests" directory
|
||||
+ Code cleanups.
|
||||
+ 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 libegroupwise-1_2-23 subpackage since the backend is gone.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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,13 @@
|
||||
%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
|
||||
# FIXME: Re-enable translation-update-upstream if possible.
|
||||
Release: 1
|
||||
Summary: Evolution Data Server
|
||||
Url: http://www.gnome.org
|
||||
@ -89,7 +89,6 @@ Evolution Data Server provides a central location for your address book
|
||||
and calendar in the GNOME Desktop.
|
||||
|
||||
%package -n libcamel-1_2-%{so_camel}
|
||||
|
||||
Summary: Evolution Data Server - Messaging Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -100,7 +99,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library for messaging.
|
||||
|
||||
%package -n libebackend-1_2-%{so_ebackend}
|
||||
|
||||
Summary: Evolution Data Server - Backend Utilities Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -111,7 +109,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library for backends.
|
||||
|
||||
%package -n libebook-1_2-%{so_ebook}
|
||||
|
||||
Summary: Evolution Data Server - Address Book Client Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -122,7 +119,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library to access address books.
|
||||
|
||||
%package -n libecal-1_2-%{so_ecal}
|
||||
|
||||
Summary: Evolution Data Server - Calendar Client Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -133,7 +129,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library to access calendars.
|
||||
|
||||
%package -n libedata-book-1_2-%{so_edata_book}
|
||||
|
||||
Summary: Evolution Data Server - Address Book Backend Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -144,7 +139,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library for address book backends.
|
||||
|
||||
%package -n libedata-cal-1_2-%{so_edata_cal}
|
||||
|
||||
Summary: Evolution Data Server - Calendar Backend Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -155,7 +149,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library for calendar backends.
|
||||
|
||||
%package -n libedataserver-1_2-%{so_edataserver}
|
||||
|
||||
Summary: Evolution Data Server - Utilities Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -166,7 +159,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library.
|
||||
|
||||
%package -n libedataserverui-3_0-%{so_edataserverui}
|
||||
|
||||
Summary: Evolution Data Server - Graphical Utilities Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -176,17 +168,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 +181,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 +208,7 @@ This package contains developer documentation.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
#translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
@ -299,10 +279,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 +327,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