Accepting request 291518 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/291518
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=213
This commit is contained in:
Dominique Leuenberger 2015-03-19 14:35:30 +00:00 committed by Git OBS Bridge
parent 5be415fa1d
commit de3eef8893
5 changed files with 146 additions and 22 deletions

View File

@ -1,8 +1,9 @@
libcamel-1_2-49 libcamel-1_2-52
libebackend-1_2-7 libebackend-1_2-10
libebook-1_2-14 libebook-1_2-16
libebook-contacts-1_2-0 libebook-contacts-1_2-1
libecal-1_2-16 libecal-1_2-18
libedata-book-1_2-20 libedata-book-1_2-25
libedata-cal-1_2-23 libedata-cal-1_2-27
libedataserver-1_2-18 libedataserver-1_2-20
libedataserverui-1_2-1

View File

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

View File

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

View File

@ -1,3 +1,105 @@
-------------------------------------------------------------------
Mon Mar 16 13:55:14 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.92:
+ Correct Berkeley DB (libdb) CFLAGS/LIBS.
+ module-gnome-online-accounts: Mail part of the account can be
disabled.
+ Revert part of commit 687d1b1bcb to avoid deadlock.
+ Should not ask for password of GOA IMAP account.
+ [IMAPx] IDLE call timeouts for STARTTLS connections.
+ Bugs fixed: bgo#624003, bgo#697053, bgo#700015, bgo#720197,
bgo#723614, bgo#732573, bgo#736040, bgo#737468.
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 4 15:15:08 UTC 2015 - zaitor@opensuse.org
- Update to version 3.15.91:
+ Avoid crash under e_source_set_connection_status().
+ Load ESourceCredentialsProvider modules only once.
+ Provide and use thread safe variants of
g_object_bind_property*() functions.
+ e_source_dup_secret_label: Fix compiler warning about
printf format.
+ Update devel-doc Since from 3.14 to 3.16.
+ Use recursive lock for camel_binding_* proxy functions.
+ [CalDAV] Be able to open in offline mode when VPN is down.
+ CamelNetworkService: Check for non-NULL session.
+ Fix a crash in server_side_source_credentials_lookup_cb().
+ Sync version with GNOME 3.15 series.
+ Bugs fixed: bgo#726036, bgo#732018, bgo#659522, bgo#744785,
bgo#737974.
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 16 15:20:36 UTC 2015 - dimstar@opensuse.org
- Update to version 3.13.90:
+ Move authentication of backends back to the client.
+ Replace _BSD_SOURCE with _DEFAULT_SOURCE define.
+ Correct error in credentials_prompter_dispose().
+ Fix issues found by 'make check' in ESource.
+ Let the 'make check' pass again.
+ Correct user data for
credentials_prompter_connection_status_changed_cb().
+ Set ESource's connection-status to disconnected on EBackend's
dispose.
+ [WebDAV book backend] Return at least offline contacts when not
connected.
+ [ECalClient] Do not replace cached timezones.
+ Identify job description for camel_session_submit_job().
+ Make camel_stream_write() try to write all bytes at once.
+ Google address book backend opened read-only.
+ [IMAPx] Do not update mailboxes on exit which were not entered
yet.
+ Declare camel_application_is_exiting variable in camel.h.
+ CalDAV source (calendar/task list/memo list) could be left
unauthorized.
+ [Win32] Try to find subprefix when replacing runtime prefix.
+ Bugs fixed: bgo#732145, bgo#743010, bgo#743015, bgo#743533,
bgo#744092.
+ Updated translations.
- Bump so_camel to 52, so_ebackend to 10, so_ebook to 16,
so_ebook_contacts to 1, so_ecal to 18, so_edata_book to 25,
so_edata_cal to 27 and so_edataserver to 20, following upstream
(also update baselibs.conf).
-------------------------------------------------------------------
Mon Feb 9 10:39:57 UTC 2015 - zaitor@opensuse.org
- Update to version 3.13.10:
+ EDataBook/Cal: Complete Refresh operation in IDLE.
+ Bugs fixed: bgo#691465, bgo#741275, bgo#741276, bgo#741699,
bgo#741786, bgo#741787, bgo#741557, bgo#736006.
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 9 10:38:57 UTC 2015 - badshah400@gmail.com
- Update to version 3.13.9:
+ Bugs fixed: bgo#740627, bgo#721712, bgo#701138, bgo#740585,
bgo#740843, bgo#595389, bgo#550796, bgo#670114, bgo#695754,
bgo#735807, bgo#741434.
+ IMAPx: Circle between tagprefix-es for connections.
+ IMAPx: Speed-up folder cache removal on folder sync.
+ IMAPx: Enhance and make work namespace override options.
+ IMAPx: Runtime warning on inactivity timeout with IDLE
enabled.
+ SQLite VFS: Track pending sync requests.
+ e_cal_util_remove_instances_ex: Correct time check on an
RDATE value.
+ Define EFreeFormExpSymbol::build_sexp as a full type, to
make Vala happy.
+ Skip e-collator-test from 'make check'.
+ Drop evolution-data-server-fix-use-after-free.patch;
incorporated upstream.
+ Bump so versions.
+ Updated translations.
- Updated baselibs.conf in keeping with so version upgrades.
- Changes from version 3.13.1 through 3.13.8:
+ See /usr/share/doc/packages/evolution-data-server/NEWS.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 9 09:38:57 UTC 2015 - zaitor@opensuse.org Mon Feb 9 09:38:57 UTC 2015 - zaitor@opensuse.org

View File

@ -21,24 +21,25 @@
# 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 49 %define so_camel 52
%define so_ebackend 7 %define so_ebackend 10
%define so_ebook 14 %define so_ebook 16
%define so_ebook_contacts 0 %define so_ebook_contacts 1
%define so_ecal 16 %define so_ecal 18
%define so_edata_book 20 %define so_edata_book 25
%define so_edata_cal 23 %define so_edata_cal 27
%define so_edataserver 18 %define so_edataserver 20
%define so_edataserverui 1
Name: evolution-data-server Name: evolution-data-server
%define _evo_version 3.12 %define _evo_version 3.16
Version: 3.12.11 Version: 3.15.92
Release: 0 Release: 0
Summary: Evolution Data Server Summary: Evolution Data Server
License: LGPL-2.1+ License: LGPL-2.1+
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Url: http://www.gnome.org Url: http://www.gnome.org
Source0: http://download.gnome.org/sources/evolution-data-server/3.12/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/evolution-data-server/3.15/%{name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: db-devel BuildRequires: db-devel
%if %USE_EVOLDAP %if %USE_EVOLDAP
@ -197,6 +198,16 @@ and calendar in the GNOME Desktop.
This package contains a shared system library. This package contains a shared system library.
%package -n libedataserverui-1_2-%{so_edataserverui}
Summary: Evolution Data Server - Utilities Library
Group: System/Libraries
%description -n libedataserverui-1_2-%{so_edataserverui}
Evolution Data Server provides a central location for your address book
and calendar in the GNOME Desktop.
This package contains a shared system library.
%if %{?with_introspection} %if %{?with_introspection}
%package -n typelib-1_0-EDataServer-1_2 %package -n typelib-1_0-EDataServer-1_2
@ -223,6 +234,7 @@ Requires: libecal-1_2-%{so_ecal} = %{version}
Requires: libedata-book-1_2-%{so_edata_book} = %{version} 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-1_2-%{so_edataserverui} = %{version}
%if %{?with_introspection} %if %{?with_introspection}
Requires: typelib-1_0-EBook-1_2 = %{version} Requires: typelib-1_0-EBook-1_2 = %{version}
Requires: typelib-1_0-EBookContacts-1_2 = %{version} Requires: typelib-1_0-EBookContacts-1_2 = %{version}
@ -334,6 +346,10 @@ find %{buildroot} -name '*.la' -type f -delete -print
%postun -n libedataserver-1_2-%{so_edataserver} -p /sbin/ldconfig %postun -n libedataserver-1_2-%{so_edataserver} -p /sbin/ldconfig
%post -n libedataserverui-1_2-%{so_edataserverui} -p /sbin/ldconfig
%postun -n libedataserverui-1_2-%{so_edataserverui} -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING ChangeLog NEWS TODO %doc COPYING ChangeLog NEWS TODO
@ -344,6 +360,7 @@ find %{buildroot} -name '*.la' -type f -delete -print
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.gschema.xml
# Category icons that are used by libedataserver # Category icons that are used by libedataserver
%{_datadir}/pixmaps/evolution-data-server/ %{_datadir}/pixmaps/evolution-data-server/
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.*.service %{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.*.service
@ -395,6 +412,10 @@ find %{buildroot} -name '*.la' -type f -delete -print
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libedataserver-1.2.so.%{so_edataserver}* %{_libdir}/libedataserver-1.2.so.%{so_edataserver}*
%files -n libedataserverui-1_2-%{so_edataserverui}
%defattr(-, root, root)
%{_libdir}/libedataserverui-1.2.so.%{so_edataserverui}*
%if %{?with_introspection} %if %{?with_introspection}
%files -n typelib-1_0-EDataServer-1_2 %files -n typelib-1_0-EDataServer-1_2