forked from pool/evolution-data-server
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:
parent
4f172ac351
commit
bf5849b81b
@ -1,8 +1,8 @@
|
|||||||
libcamel-1_2-30
|
libcamel-1_2-32
|
||||||
libebackend-1_2-2
|
libebackend-1_2-2
|
||||||
libebook-1_2-12
|
libebook-1_2-13
|
||||||
libecal-1_2-11
|
libecal-1_2-11
|
||||||
libedata-book-1_2-12
|
libedata-book-1_2-13
|
||||||
libedata-cal-1_2-14
|
libedata-cal-1_2-15
|
||||||
libedataserver-1_2-16
|
libedataserver-1_2-16
|
||||||
libedataserverui-3_0-1
|
libedataserverui-3_0-1
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b99daf43c15e060505ff5dbe31bf4c41c28e553b1febd836d58fa96e2007c027
|
|
||||||
size 4618893
|
|
3
evolution-data-server-3.3.3.tar.xz
Normal file
3
evolution-data-server-3.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:42a4f4d17698008cf2088a4b7fb0c9f8f2c58c0593f464ad6171f990cbedd72d
|
||||||
|
size 3766788
|
@ -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
|
Mon Nov 21 08:05:04 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Update to version 3.3.2:
|
- Update to version 3.3.2:
|
||||||
+ Move remaining CamelURL elements to CamelSettings.
|
+ Various code changes.
|
||||||
+ 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.
|
|
||||||
+ Bugs fixed: bgo#440316, bgo#652171, bgo#652175, bgo#655167,
|
+ Bugs fixed: bgo#440316, bgo#652171, bgo#652175, bgo#655167,
|
||||||
bgo#659736, bgo#660182, bgo#660646, bgo#660972, bgo#660974,
|
bgo#659736, bgo#660182, bgo#660646, bgo#660972, bgo#660974,
|
||||||
bgo#661033, bgo#662473, bgo#662524, bgo#662643, bgo#662929,
|
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:
|
- Update to version 3.3.1.1:
|
||||||
+ Work around libgthread shenanigans in GLib 2.31.
|
+ Work around libgthread shenanigans in GLib 2.31.
|
||||||
- Drop evolution-data-server-g_thread.patch: fixed upstream.
|
- 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
|
- Change evo_version to 3.4, as this is the development tree
|
||||||
leading to evolution-data-server 3.4.
|
leading to evolution-data-server 3.4.
|
||||||
- Add a with_introspection defines to easily enable/disable
|
- Add a with_introspection defines to easily enable/disable
|
||||||
building of gobject-introspection and vala bindings. Currently,
|
building of gobject-introspection and vala bindings. Currently,
|
||||||
this is disabled due to bgo#662888. Based on with_introspection,
|
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=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
|
Wed Oct 26 19:46:39 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Update to version 3.3.1:
|
- Update to version 3.3.1:
|
||||||
+ Avoid a crash in camel_session_get_service_by_url()
|
+ Fix crashes.
|
||||||
+ Empty contacts list when pressing To: in composer [bgo#660870]
|
+ Various other code changes.
|
||||||
+ Bugs fixed: bgo#660656, bgo#527614, bgo#661549, bgo#656603,
|
+ Bugs fixed:
|
||||||
bgo#661448.
|
- 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.
|
+ Updated translations.
|
||||||
- Add evolution-data-server-g_thread.patch: Do not call
|
- Add evolution-data-server-g_thread.patch: do not call
|
||||||
g_thread_init. Taken from upstream git.
|
g_thread_init; taken from upstream git.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 16 17:41:31 UTC 2011 - vuntz@opensuse.org
|
Sun Oct 16 17:41:31 UTC 2011 - vuntz@opensuse.org
|
||||||
|
@ -15,31 +15,30 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define USE_EVOLDAP 0
|
%define USE_EVOLDAP 0
|
||||||
%define with_introspection 0
|
%define with_introspection 0
|
||||||
|
|
||||||
# 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 31
|
%define so_camel 32
|
||||||
%define so_ebackend 2
|
%define so_ebackend 2
|
||||||
%define so_ebook 13
|
%define so_ebook 13
|
||||||
%define so_ecal 11
|
%define so_ecal 11
|
||||||
%define so_edata_book 13
|
%define so_edata_book 13
|
||||||
%define so_edata_cal 14
|
%define so_edata_cal 15
|
||||||
%define so_edataserver 16
|
%define so_edataserver 16
|
||||||
%define so_edataserverui 1
|
%define so_edataserverui 1
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
%define _evo_version 3.4
|
%define _evo_version 3.4
|
||||||
License: LGPLv2+
|
Version: 3.3.3
|
||||||
Group: Development/Libraries/GNOME
|
Release: 0
|
||||||
Version: 3.3.2
|
|
||||||
Release: 1
|
|
||||||
# FIXME: Verify if introspection can be enabled again. See bgo#662888
|
# FIXME: Verify if introspection can be enabled again. See bgo#662888
|
||||||
Summary: Evolution Data Server
|
Summary: Evolution Data Server
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: Development/Libraries/GNOME
|
||||||
Url: http://www.gnome.org
|
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
|
Source99: baselibs.conf
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
@ -70,6 +69,8 @@ BuildRequires: pkgconfig(oauth)
|
|||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: vala
|
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
|
%if %USE_EVOLDAP
|
||||||
Requires: libevoldap-2_4-2
|
Requires: libevoldap-2_4-2
|
||||||
%endif
|
%endif
|
||||||
@ -130,6 +131,19 @@ and calendar in the GNOME Desktop.
|
|||||||
|
|
||||||
This package contains a shared system library to access calendars.
|
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}
|
%package -n libedata-book-1_2-%{so_edata_book}
|
||||||
Summary: Evolution Data Server - Address Book Backend Library
|
Summary: Evolution Data Server - Address Book Backend Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -140,6 +154,19 @@ and calendar in the GNOME Desktop.
|
|||||||
|
|
||||||
This package contains a shared system library for address book backends.
|
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}
|
%package -n libedata-cal-1_2-%{so_edata_cal}
|
||||||
Summary: Evolution Data Server - Calendar Backend Library
|
Summary: Evolution Data Server - Calendar Backend Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -160,6 +187,19 @@ and calendar in the GNOME Desktop.
|
|||||||
|
|
||||||
This package contains a shared system library.
|
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}
|
%package -n libedataserverui-3_0-%{so_edataserverui}
|
||||||
Summary: Evolution Data Server - Graphical Utilities Library
|
Summary: Evolution Data Server - Graphical Utilities Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -171,7 +211,6 @@ and calendar in the GNOME Desktop.
|
|||||||
This package contains a shared system library.
|
This package contains a shared system library.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2+
|
|
||||||
Summary: Evolution Data Server - Development Files
|
Summary: Evolution Data Server - Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: evolution-data-server = %{?epoch:}%{version}
|
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: 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}
|
||||||
|
%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
|
%if %USE_EVOLDAP
|
||||||
Requires: evoldap2-devel
|
Requires: evoldap2-devel
|
||||||
%else
|
%else
|
||||||
@ -196,7 +240,6 @@ use the Evolution Data Server for storing contact and calendar
|
|||||||
information.
|
information.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: LGPLv2+
|
|
||||||
Summary: Evolution Data Server - Developer Documentation
|
Summary: Evolution Data Server - Developer Documentation
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -227,7 +270,8 @@ translation-update-upstream
|
|||||||
--enable-nntp=yes \
|
--enable-nntp=yes \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%if %{?with_introspection}
|
%if %{?with_introspection}
|
||||||
--enable-vala-bindings
|
--enable-vala-bindings \
|
||||||
|
--enable-introspection
|
||||||
%else
|
%else
|
||||||
--disable-vala-bindings \
|
--disable-vala-bindings \
|
||||||
--disable-introspection
|
--disable-introspection
|
||||||
@ -311,14 +355,20 @@ find %{buildroot} -name '*.la' -type f -delete -print
|
|||||||
%files -n libecal-1_2-%{so_ecal}
|
%files -n libecal-1_2-%{so_ecal}
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libecal-1.2.so.%{so_ecal}*
|
%{_libdir}/libecal-1.2.so.%{so_ecal}*
|
||||||
|
|
||||||
%if %{?with_introspection}
|
%if %{?with_introspection}
|
||||||
|
%files -n typelib-1_0-ECalendar-1_2
|
||||||
|
%defattr(-, root, root)
|
||||||
%{_libdir}/girepository-1.0/ECalendar-1.2.typelib
|
%{_libdir}/girepository-1.0/ECalendar-1.2.typelib
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n libedata-book-1_2-%{so_edata_book}
|
%files -n libedata-book-1_2-%{so_edata_book}
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libedata-book-1.2.so.%{so_edata_book}*
|
%{_libdir}/libedata-book-1.2.so.%{so_edata_book}*
|
||||||
|
|
||||||
%if %{?with_introspection}
|
%if %{?with_introspection}
|
||||||
|
%files -n typelib-1_0-EBook-1_2
|
||||||
|
%defattr(-, root, root)
|
||||||
%{_libdir}/girepository-1.0/EBook-1.2.typelib
|
%{_libdir}/girepository-1.0/EBook-1.2.typelib
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -329,7 +379,10 @@ find %{buildroot} -name '*.la' -type f -delete -print
|
|||||||
%files -n libedataserver-1_2-%{so_edataserver}
|
%files -n libedataserver-1_2-%{so_edataserver}
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libedataserver-1.2.so.%{so_edataserver}*
|
%{_libdir}/libedataserver-1.2.so.%{so_edataserver}*
|
||||||
|
|
||||||
%if %{?with_introspection}
|
%if %{?with_introspection}
|
||||||
|
%files -n typelib-1_0-EDataServer-1_2
|
||||||
|
%defattr(-, root, root)
|
||||||
%{_libdir}/girepository-1.0/EDataServer-1.2.typelib
|
%{_libdir}/girepository-1.0/EDataServer-1.2.typelib
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user