From de3eef889391b380ef8fe6d6ff488826303cba0ab3e33801567d116b33bbb752 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Mar 2015 14:35:30 +0000 Subject: [PATCH 1/2] 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 --- baselibs.conf | 17 ++--- evolution-data-server-3.12.11.tar.xz | 3 - evolution-data-server-3.15.92.tar.xz | 3 + evolution-data-server.changes | 102 +++++++++++++++++++++++++++ evolution-data-server.spec | 43 ++++++++--- 5 files changed, 146 insertions(+), 22 deletions(-) delete mode 100644 evolution-data-server-3.12.11.tar.xz create mode 100644 evolution-data-server-3.15.92.tar.xz diff --git a/baselibs.conf b/baselibs.conf index fce662e..09f832e 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,8 +1,9 @@ -libcamel-1_2-49 -libebackend-1_2-7 -libebook-1_2-14 -libebook-contacts-1_2-0 -libecal-1_2-16 -libedata-book-1_2-20 -libedata-cal-1_2-23 -libedataserver-1_2-18 +libcamel-1_2-52 +libebackend-1_2-10 +libebook-1_2-16 +libebook-contacts-1_2-1 +libecal-1_2-18 +libedata-book-1_2-25 +libedata-cal-1_2-27 +libedataserver-1_2-20 +libedataserverui-1_2-1 diff --git a/evolution-data-server-3.12.11.tar.xz b/evolution-data-server-3.12.11.tar.xz deleted file mode 100644 index 75fcc5e..0000000 --- a/evolution-data-server-3.12.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59023d2cf92e36b69c1f83b2e56a0ba037754982a23cb06f35f6cc5de7a12201 -size 5288904 diff --git a/evolution-data-server-3.15.92.tar.xz b/evolution-data-server-3.15.92.tar.xz new file mode 100644 index 0000000..f3d4adb --- /dev/null +++ b/evolution-data-server-3.15.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c1c0900e48272c5cd75aad14beb3eac0d2b26f939ab0bf628a45cac410b02d +size 5045168 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index b584687..81721a1 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -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 diff --git a/evolution-data-server.spec b/evolution-data-server.spec index e540a81..79dc57b 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -21,24 +21,25 @@ # Shared Library soNUMs, to make it easier for updates # When updating the sonums, do not forget to also update baselibs.conf -%define so_camel 49 -%define so_ebackend 7 -%define so_ebook 14 -%define so_ebook_contacts 0 -%define so_ecal 16 -%define so_edata_book 20 -%define so_edata_cal 23 -%define so_edataserver 18 +%define so_camel 52 +%define so_ebackend 10 +%define so_ebook 16 +%define so_ebook_contacts 1 +%define so_ecal 18 +%define so_edata_book 25 +%define so_edata_cal 27 +%define so_edataserver 20 +%define so_edataserverui 1 Name: evolution-data-server -%define _evo_version 3.12 -Version: 3.12.11 +%define _evo_version 3.16 +Version: 3.15.92 Release: 0 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.12/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/3.15/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: db-devel %if %USE_EVOLDAP @@ -197,6 +198,16 @@ and calendar in the GNOME Desktop. 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} %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-cal-1_2-%{so_edata_cal} = %{version} Requires: libedataserver-1_2-%{so_edataserver} = %{version} +Requires: libedataserverui-1_2-%{so_edataserverui} = %{version} %if %{?with_introspection} Requires: typelib-1_0-EBook-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 +%post -n libedataserverui-1_2-%{so_edataserverui} -p /sbin/ldconfig + +%postun -n libedataserverui-1_2-%{so_edataserverui} -p /sbin/ldconfig + %files %defattr(-,root,root) %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-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.gschema.xml # Category icons that are used by libedataserver %{_datadir}/pixmaps/evolution-data-server/ %{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.*.service @@ -395,6 +412,10 @@ find %{buildroot} -name '*.la' -type f -delete -print %defattr(-, root, root) %{_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} %files -n typelib-1_0-EDataServer-1_2 From aa668a9168a12e180daf30ae22aaccce7f64014ad6d3d8b252b8544655fe2f90 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 25 Mar 2015 09:01:48 +0000 Subject: [PATCH 2/2] Accepting request 292841 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/292841 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=214 --- evolution-data-server-3.15.92.tar.xz | 3 --- evolution-data-server-3.16.0.tar.xz | 3 +++ evolution-data-server.changes | 6 ++++++ evolution-data-server.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 evolution-data-server-3.15.92.tar.xz create mode 100644 evolution-data-server-3.16.0.tar.xz diff --git a/evolution-data-server-3.15.92.tar.xz b/evolution-data-server-3.15.92.tar.xz deleted file mode 100644 index f3d4adb..0000000 --- a/evolution-data-server-3.15.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09c1c0900e48272c5cd75aad14beb3eac0d2b26f939ab0bf628a45cac410b02d -size 5045168 diff --git a/evolution-data-server-3.16.0.tar.xz b/evolution-data-server-3.16.0.tar.xz new file mode 100644 index 0000000..4139e16 --- /dev/null +++ b/evolution-data-server-3.16.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa3be9c9dda5cbd49ae5daf29cd9597658aa995f3c3ae2ab509bca8c9b217e2 +size 5045268 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 81721a1..c4d27dd 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 23 11:10:17 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.16.0: + + Updated translations. + ------------------------------------------------------------------- Mon Mar 16 13:55:14 UTC 2015 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 79dc57b..9ea2bac 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -33,13 +33,13 @@ Name: evolution-data-server %define _evo_version 3.16 -Version: 3.15.92 +Version: 3.16.0 Release: 0 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.15/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/3.16/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: db-devel %if %USE_EVOLDAP