1
0

Accepting request 97456 from home:vuntz:branches:GNOME:Factory

Update to 3.3.3

OBS-URL: https://build.opensuse.org/request/show/97456
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=113
This commit is contained in:
Vincent Untz 2011-12-21 04:19:33 +00:00 committed by Git OBS Bridge
parent 4f172ac351
commit bf5849b81b
5 changed files with 110 additions and 37 deletions

View File

@ -1,8 +1,8 @@
libcamel-1_2-30
libcamel-1_2-32
libebackend-1_2-2
libebook-1_2-12
libebook-1_2-13
libecal-1_2-11
libedata-book-1_2-12
libedata-cal-1_2-14
libedata-book-1_2-13
libedata-cal-1_2-15
libedataserver-1_2-16
libedataserverui-3_0-1

View File

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

View File

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

View File

@ -1,17 +1,31 @@
-------------------------------------------------------------------
Tue Dec 20 13:26:28 UTC 2011 - vuntz@opensuse.org
- Update to version 3.3.3:
+ Be more responsive to cancellations.
+ Add --wait-for-client factory processes command line option
+ Fix leaks.
+ Various other code changes.
+ Bugs fixed: bgo#665253, bgo#662068, bgo#666106, bgo#652173,
bgo#665337, bgo#664819, bgo#664572, bgo#652177.
+ Updated translations.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Bump so_camel define to 32 and so_edata_cal to 15, to follow
library soversion changes.
- Update baselibs.conf for library soversion changes.
- Split typelib files into typelib-1_0-EBook-1_2,
typelib-1_0-ECalendar-1_2, typelib-1_0-EDataServer-1_2
subpackages.
- Add typelib-1_0-EBook-1_2, typelib-1_0-ECalendar-1_2,
typelib-1_0-EDataServer-1_2 Requires to devel subpackage.
-------------------------------------------------------------------
Mon Nov 21 08:05:04 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.2:
+ Move remaining CamelURL elements to CamelSettings.
+ IMAP: Split off a new mutex for commands and responses.
+ Remove g_thread_init() calls.
+ Avoid possible crash when url->path is NULL
+ Make local addressbook backend store image data as URIs.
+ CamelTcpStreamRaw: Use PR_Interrupt() to cancel blocked I/O.
+ Use the same technique in imapx_parser_thread().
+ Kill gtk-doc tmpl files.
+ Camel no longer depends on libedataserver.
+ Add useful GBinding transform funcs from e-util.
+ Various code changes.
+ Bugs fixed: bgo#440316, bgo#652171, bgo#652175, bgo#655167,
bgo#659736, bgo#660182, bgo#660646, bgo#660972, bgo#660974,
bgo#661033, bgo#662473, bgo#662524, bgo#662643, bgo#662929,
@ -24,27 +38,33 @@ Thu Oct 27 18:18:27 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.1.1:
+ Work around libgthread shenanigans in GLib 2.31.
- Drop evolution-data-server-g_thread.patch: fixed upstream.
- Update the soname defines following the upstream changes.
- Update the soname defines following library soversion changes.
- Change evo_version to 3.4, as this is the development tree
leading to evolution-data-server 3.4.
- Add a with_introspection defines to easily enable/disable
building of gobject-introspection and vala bindings. Currently,
this is disabled due to bgo#662888. Based on with_introspection,
pass either --disable-introspection --disable-vala-bindings (if
pass either --disable-vala-bindings --disable-introspection (if
with_introspection=0) or --enable-vala-bindings
(with_introspection=1) to configure.
--enable-introspection (with_introspection=1) to configure.
-------------------------------------------------------------------
Wed Oct 26 19:46:39 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.1:
+ Avoid a crash in camel_session_get_service_by_url()
+ Empty contacts list when pressing To: in composer [bgo#660870]
+ Bugs fixed: bgo#660656, bgo#527614, bgo#661549, bgo#656603,
bgo#661448.
+ Fix crashes.
+ Various other code changes.
+ Bugs fixed:
- bgo#601898: SOCKS proxy does not work with mailer
- bgo#660870: Empty contacts list when pressing To: in composer
- bgo#527614, bgo#620382, bgo#632619, bgo#642984, bgo#655252,
bgo#656473, bgo#656603, bgo#659438, bgo#659553, bgo#659555,
bgo#659568, bgo#659914, bgo#660246, bgo#660533, bgo#660615,
bgo#660656, bgo#660829, bgo#660884, bgo#661432, bgo#661448,
bgo#661549.
+ Updated translations.
- Add evolution-data-server-g_thread.patch: Do not call
g_thread_init. Taken from upstream git.
- Add evolution-data-server-g_thread.patch: do not call
g_thread_init; taken from upstream git.
-------------------------------------------------------------------
Sun Oct 16 17:41:31 UTC 2011 - vuntz@opensuse.org

View File

@ -15,31 +15,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define USE_EVOLDAP 0
%define with_introspection 0
# Shared Library soNUMs, to make it easier for updates
# When updating the sonums, do not forget to also update baselibs.conf
%define so_camel 31
%define so_camel 32
%define so_ebackend 2
%define so_ebook 13
%define so_ecal 11
%define so_edata_book 13
%define so_edata_cal 14
%define so_edata_cal 15
%define so_edataserver 16
%define so_edataserverui 1
Name: evolution-data-server
%define _evo_version 3.4
License: LGPLv2+
Group: Development/Libraries/GNOME
Version: 3.3.2
Release: 1
Version: 3.3.3
Release: 0
# FIXME: Verify if introspection can be enabled again. See bgo#662888
Summary: Evolution Data Server
License: LGPL-2.1+
Group: Development/Libraries/GNOME
Url: http://www.gnome.org
Source0: http://download.gnome.org/sources/evolution-data-server/3.3/%{name}-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/evolution-data-server/3.3/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: bison
BuildRequires: db-devel
@ -70,6 +69,8 @@ BuildRequires: pkgconfig(oauth)
BuildRequires: sqlite3-devel
BuildRequires: translation-update-upstream
BuildRequires: vala
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
%if %USE_EVOLDAP
Requires: libevoldap-2_4-2
%endif
@ -130,6 +131,19 @@ and calendar in the GNOME Desktop.
This package contains a shared system library to access calendars.
%if %{?with_introspection}
%package -n typelib-1_0-ECalendar-1_2
Summary: Evolution Data Server - Calendar Client Library, Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-ECalendar-1_2
Evolution Data Server provides a central location for your address book
and calendar in the GNOME Desktop.
This package provides the GObject Introspection bindings for the library
to access calendars.
%endif
%package -n libedata-book-1_2-%{so_edata_book}
Summary: Evolution Data Server - Address Book Backend Library
Group: System/Libraries
@ -140,6 +154,19 @@ and calendar in the GNOME Desktop.
This package contains a shared system library for address book backends.
%if %{?with_introspection}
%package -n typelib-1_0-EBook-1_2
Summary: Evolution Data Server - Address Book Backend Library, Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-EBook-1_2
Evolution Data Server provides a central location for your address book
and calendar in the GNOME Desktop.
This package provides the GObject Introspection bindings for the library
for address book backends.
%endif
%package -n libedata-cal-1_2-%{so_edata_cal}
Summary: Evolution Data Server - Calendar Backend Library
Group: System/Libraries
@ -160,6 +187,19 @@ and calendar in the GNOME Desktop.
This package contains a shared system library.
%if %{?with_introspection}
%package -n typelib-1_0-EDataServer-1_2
Summary: Evolution Data Server - Utilities Library, Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-EDataServer-1_2
Evolution Data Server provides a central location for your address book
and calendar in the GNOME Desktop.
This package provides the GObject Introspection bindings for the
libedataserver library.
%endif
%package -n libedataserverui-3_0-%{so_edataserverui}
Summary: Evolution Data Server - Graphical Utilities Library
Group: System/Libraries
@ -171,7 +211,6 @@ and calendar in the GNOME Desktop.
This package contains a shared system library.
%package devel
License: LGPLv2+
Summary: Evolution Data Server - Development Files
Group: Development/Libraries/GNOME
Requires: evolution-data-server = %{?epoch:}%{version}
@ -183,6 +222,11 @@ 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}
%if %{?with_introspection}
Requires: typelib-1_0-EBook-1_2 = %{version}
Requires: typelib-1_0-ECalendar-1_2 = %{version}
Requires: typelib-1_0-EDataServer-1_2 = %{version}
%endif
%if %USE_EVOLDAP
Requires: evoldap2-devel
%else
@ -196,7 +240,6 @@ use the Evolution Data Server for storing contact and calendar
information.
%package doc
License: LGPLv2+
Summary: Evolution Data Server - Developer Documentation
Group: Development/Libraries/GNOME
Requires: %{name} = %{version}
@ -227,7 +270,8 @@ translation-update-upstream
--enable-nntp=yes \
--disable-static \
%if %{?with_introspection}
--enable-vala-bindings
--enable-vala-bindings \
--enable-introspection
%else
--disable-vala-bindings \
--disable-introspection
@ -311,14 +355,20 @@ find %{buildroot} -name '*.la' -type f -delete -print
%files -n libecal-1_2-%{so_ecal}
%defattr(-, root, root)
%{_libdir}/libecal-1.2.so.%{so_ecal}*
%if %{?with_introspection}
%files -n typelib-1_0-ECalendar-1_2
%defattr(-, root, root)
%{_libdir}/girepository-1.0/ECalendar-1.2.typelib
%endif
%files -n libedata-book-1_2-%{so_edata_book}
%defattr(-, root, root)
%{_libdir}/libedata-book-1.2.so.%{so_edata_book}*
%if %{?with_introspection}
%files -n typelib-1_0-EBook-1_2
%defattr(-, root, root)
%{_libdir}/girepository-1.0/EBook-1.2.typelib
%endif
@ -329,7 +379,10 @@ find %{buildroot} -name '*.la' -type f -delete -print
%files -n libedataserver-1_2-%{so_edataserver}
%defattr(-, root, root)
%{_libdir}/libedataserver-1.2.so.%{so_edataserver}*
%if %{?with_introspection}
%files -n typelib-1_0-EDataServer-1_2
%defattr(-, root, root)
%{_libdir}/girepository-1.0/EDataServer-1.2.typelib
%endif