From 5fd134b131561108cfbdab48b5bc2ae6602fd37dce7a9d82aab188bfd5478565 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 15:01:05 +0000 Subject: [PATCH 1/5] Accepting request 360421 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360421 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=244 --- baselibs.conf | 2 +- evolution-data-server-3.18.5.tar.xz | 3 - evolution-data-server-3.19.90.tar.xz | 3 + evolution-data-server.changes | 86 ++++++++++++++++++++++++++++ evolution-data-server.spec | 14 +++-- 5 files changed, 100 insertions(+), 8 deletions(-) delete mode 100644 evolution-data-server-3.18.5.tar.xz create mode 100644 evolution-data-server-3.19.90.tar.xz diff --git a/baselibs.conf b/baselibs.conf index 4830834..5194695 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,5 +1,5 @@ evolution-data-server -libcamel-1_2-54 +libcamel-1_2-57 libebackend-1_2-10 libebook-1_2-16 libebook-contacts-1_2-2 diff --git a/evolution-data-server-3.18.5.tar.xz b/evolution-data-server-3.18.5.tar.xz deleted file mode 100644 index 3766688..0000000 --- a/evolution-data-server-3.18.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a897c789925e86df31a1c78212b431cca13dc4d5a3d87e1fb3d507df3994e8e1 -size 5414416 diff --git a/evolution-data-server-3.19.90.tar.xz b/evolution-data-server-3.19.90.tar.xz new file mode 100644 index 0000000..2b22edd --- /dev/null +++ b/evolution-data-server-3.19.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02454b3e1d8e896b9670a42ff6effa1c2cfc552f2ad9d04cfba9fd0d59306f96 +size 5559104 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 795fd4a..faf76f2 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,89 @@ +------------------------------------------------------------------- +Tue Feb 16 03:19:57 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.90: + + camel-debug: Add thread-safety around dwarf address resolution + code. + + EDataCalView: Ensure GDBus string for view signals. + + IMAPx: + - Connection could be used multiple times at once in certain + cases. + - Stop IDLE gracefully. + - Change how IDLE is handled. + - Remove runtime check from + imapx_conn_manager_dec_mailbox_hash(). + - Try to guess also Templates and Archive folders. + - Crash in imapx_free_capability(). + - Prefer graceful IDLE stop than forced reconnect. + + Use icaltzutil_set_exact_vtimezones_support(), if available. + + Address/mute some Coverity Scan issues. + + Do not require gnome-common to run autogen.sh. + + Correct flags when checking for + icaltzutil_set_exact_vtimezones_support(). + + Correct some possibly uninitialized variables usages. + + Bugs fixed: bgo#725320, bgo#748996, bgo#759153, bgo#759392, + bgo#760735, bgo#760780, bgo#760794, bgo#760951, bgo#761346, + bgo#761506, bgo#761527. + + Updated translations. ++ Bump so_camel defines to 57, following upstreams changes (also + in baselibs.conf). + + +------------------------------------------------------------------- +Tue Feb 16 03:19:04 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.4: + + [IMAPx] Enhance IDLE run management on folders. + + Bugs fixed: bgo#759214, bgo#759458, bgo#759714. + + Updated translations. +- Bump so_camel defines to 55, following upstreams changes (also + in baselibs.conf). + +------------------------------------------------------------------- +Tue Feb 16 03:19:03 UTC 2016 - damjanovic.ivo@gmail.com + +- Update to version 3.19.3: + + Make sure EDBusServer modules are loaded only once. + + [POP3] Avoid deadlock around pop3_folder_get_message_sync(). + + [ECacheReaper] Recover data for private folders. + + [EDBusServer] Reload the server only if a new module was added. + + Bugs fixed: bgo#746675, bgo#758856. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 16 03:19:02 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.2: + + Correct gtk-doc build references to work in out-of-source + builds too. + + [Maildir] Change flag separator in file name for Win32. + + [Camel]: + - Check for session existence in store/folder maybe_connect. + - Add some helper functions for ref count issues debugging. + + camel_service_ref_session() can return a NULL pointer. + + Correct test-vcard-parsing, use unique test names. + + [IMAPx] Doesn't ask for password when a wrong is entered. + + [EDBusServer] Load newly added modules on the fly + + Bugs fixed: bgo#757169, bgo#757465, bgo#688921, bgo#700001, + bgo#757789, bgo#702127. + + Updated translations. +- Changes from version 3.19.1: + + [Weather calendar] Location/Unit changes not propagate until + re-open. + + Correct runtime warnings from ubuntu-online-accounts module. + + source_registry_server_process_file_monitor_event - Correct + possible runtime warning. + + Fix a reference leak from e-webdav-discover. + + Avoid the compile warning when initializing SPNEGO' + gss_OID_desc structure. + + Bugs fixed: bgo#749974, bgo#754999, bgo#255032, bgo#755412, + bgo#755410, bgo#513779, bgo#552425, bgo#755735, bgo#755735, + bgo#732931, bgo#748636, bgo#756172, bgo#756530, bgo#756842. + + Updated translations. +- Bump %define _evo_version to version 3.20. +- Add pkgconfig(json-glib-1.0) and pkgconfig(webkitgtk-3.0) + BuildRequires, needed for updated google account handling. + ------------------------------------------------------------------- Mon Feb 15 19:30:24 UTC 2016 - zaitor@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index f3d8732..7c17ab4 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -21,7 +21,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 54 +%define so_camel 57 %define so_ebackend 10 %define so_ebook 16 %define so_ebook_contacts 2 @@ -32,14 +32,14 @@ %define so_edataserverui 1 Name: evolution-data-server -%define _evo_version 3.18 -Version: 3.18.5 +%define _evo_version 3.20 +Version: 3.19.90 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.18/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/3.19/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: db-devel %if %USE_EVOLDAP @@ -69,7 +69,9 @@ BuildRequires: pkgconfig(gcr-base-3) >= 3.4 BuildRequires: pkgconfig(goa-1.0) >= 3.8 BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(icu-i18n) +BuildRequires: pkgconfig(json-glib-1.0) >= 1.0.4 BuildRequires: pkgconfig(libsecret-unstable) >= 0.5 +BuildRequires: pkgconfig(webkitgtk-3.0) >= 2.4.9 %if %USE_EVOLDAP Requires: libevoldap-2_4-2 %endif @@ -368,6 +370,10 @@ find %{buildroot} -name '*.la' -type f -delete -print %if "%{_libdir}" != "%{_libexecdir}" %{_libexecdir}/evolution-data-server/ %endif +%{_libexecdir}/systemd/user/evolution-addressbook-factory.service +%{_libexecdir}/systemd/user/evolution-calendar-factory.service +%{_libexecdir}/systemd/user/evolution-source-registry.service +%{_libexecdir}/systemd/user/evolution-user-prompter.service %files -n libcamel-1_2-%{so_camel} %defattr(-, root, root) From db60764b4df8771b82e341b22f6e8397f38d45bfe2da3867cd40d1327c89d6d0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 25 Feb 2016 12:18:12 +0000 Subject: [PATCH 2/5] Accepting request 361311 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/361311 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=246 --- evolution-data-server.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 7c17ab4..ee6d9f5 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -370,10 +370,10 @@ find %{buildroot} -name '*.la' -type f -delete -print %if "%{_libdir}" != "%{_libexecdir}" %{_libexecdir}/evolution-data-server/ %endif -%{_libexecdir}/systemd/user/evolution-addressbook-factory.service -%{_libexecdir}/systemd/user/evolution-calendar-factory.service -%{_libexecdir}/systemd/user/evolution-source-registry.service -%{_libexecdir}/systemd/user/evolution-user-prompter.service +%{_userunitdir}/evolution-addressbook-factory.service +%{_userunitdir}/evolution-calendar-factory.service +%{_userunitdir}/evolution-source-registry.service +%{_userunitdir}/evolution-user-prompter.service %files -n libcamel-1_2-%{so_camel} %defattr(-, root, root) From e7f7457e9b9134e4355062599b4f1a4e5222d28bc35cbffaca923d51c5caabee Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Mar 2016 10:26:45 +0000 Subject: [PATCH 3/5] Accepting request 363029 from GNOME:Next Update to 3.19.91 OBS-URL: https://build.opensuse.org/request/show/363029 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=247 --- evolution-data-server-3.19.90.tar.xz | 3 --- evolution-data-server-3.19.91.tar.xz | 3 +++ evolution-data-server.changes | 12 ++++++++++++ evolution-data-server.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 evolution-data-server-3.19.90.tar.xz create mode 100644 evolution-data-server-3.19.91.tar.xz diff --git a/evolution-data-server-3.19.90.tar.xz b/evolution-data-server-3.19.90.tar.xz deleted file mode 100644 index 2b22edd..0000000 --- a/evolution-data-server-3.19.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02454b3e1d8e896b9670a42ff6effa1c2cfc552f2ad9d04cfba9fd0d59306f96 -size 5559104 diff --git a/evolution-data-server-3.19.91.tar.xz b/evolution-data-server-3.19.91.tar.xz new file mode 100644 index 0000000..64d9e76 --- /dev/null +++ b/evolution-data-server-3.19.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3851aa1857d1c834fb80953609c55963a987b4eccc5fd4511d662b37bf42ea33 +size 5561168 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index faf76f2..ad0a86c 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 29 15:30:35 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.91: + + IMAPx: + - Add "use-multi-fetch" boolean option. + - Cannot mark-all-read in virtual Junk and Trash folders. + + Camel: Run "headers-end-with" search rule in memory. + + Address few issues found by Coverity Scan. + + Bugs fixed: bgo#725320. + + Updated translations. + ------------------------------------------------------------------- Tue Feb 16 03:19:57 UTC 2016 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index ee6d9f5..156b080 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -33,7 +33,7 @@ Name: evolution-data-server %define _evo_version 3.20 -Version: 3.19.90 +Version: 3.19.91 Release: 0 Summary: Evolution Data Server License: LGPL-2.1+ From 639132730cc0566c6a42a77ca7e92e88866a954b246927d5a3cea3b461eb84fa Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Mar 2016 10:09:23 +0000 Subject: [PATCH 4/5] Accepting request 374520 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/374520 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=248 --- evolution-data-server-3.19.91.tar.xz | 3 --- evolution-data-server-3.19.92.tar.xz | 3 +++ evolution-data-server.changes | 14 ++++++++++++++ evolution-data-server.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 evolution-data-server-3.19.91.tar.xz create mode 100644 evolution-data-server-3.19.92.tar.xz diff --git a/evolution-data-server-3.19.91.tar.xz b/evolution-data-server-3.19.91.tar.xz deleted file mode 100644 index 64d9e76..0000000 --- a/evolution-data-server-3.19.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3851aa1857d1c834fb80953609c55963a987b4eccc5fd4511d662b37bf42ea33 -size 5561168 diff --git a/evolution-data-server-3.19.92.tar.xz b/evolution-data-server-3.19.92.tar.xz new file mode 100644 index 0000000..8dbf5ab --- /dev/null +++ b/evolution-data-server-3.19.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a5f3af2c7ad48bbbaf55e29b4af8200fd87861eb1466d9d6546f8288977b5d +size 5562920 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index ad0a86c..3094497 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 14 18:50:28 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.92: + + Fix locking in an error path of camel_key_table_add() function. + + [WebCal] Does not refresh when it's authenticated. + + [CalDAV] Add Bearer auth to the SoupSession only when using + OAuth2. + + bgo#762759: Crash on start when ~/.cache is not accessible. + + bgo#763139: libedata-book: Validate strings from the backend + summary file as UTF-8. + + bgo#761096: [IMAPx] Disable message multi-fetch by default. + + Updated translations. + ------------------------------------------------------------------- Mon Feb 29 15:30:35 UTC 2016 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 156b080..24f5b33 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -33,7 +33,7 @@ Name: evolution-data-server %define _evo_version 3.20 -Version: 3.19.91 +Version: 3.19.92 Release: 0 Summary: Evolution Data Server License: LGPL-2.1+ From cce6ebea9934089deeef97f72aa71bd932acffc3cc4513b20878dceeacbf40c9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 21 Mar 2016 17:10:22 +0000 Subject: [PATCH 5/5] Accepting request 376509 from GNOME:Next Update to 3.20.0 OBS-URL: https://build.opensuse.org/request/show/376509 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=249 --- evolution-data-server-3.19.92.tar.xz | 3 --- evolution-data-server-3.20.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.19.92.tar.xz create mode 100644 evolution-data-server-3.20.0.tar.xz diff --git a/evolution-data-server-3.19.92.tar.xz b/evolution-data-server-3.19.92.tar.xz deleted file mode 100644 index 8dbf5ab..0000000 --- a/evolution-data-server-3.19.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3a5f3af2c7ad48bbbaf55e29b4af8200fd87861eb1466d9d6546f8288977b5d -size 5562920 diff --git a/evolution-data-server-3.20.0.tar.xz b/evolution-data-server-3.20.0.tar.xz new file mode 100644 index 0000000..740be6e --- /dev/null +++ b/evolution-data-server-3.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f2e84fd5b02f9a526ffd549753af564f54c56047b5126aeecb28a8a0fa4f4b +size 5559612 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 3094497..f1881d5 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 21 11:29:49 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.20.0: + + Updated translations. + ------------------------------------------------------------------- Mon Mar 14 18:50:28 UTC 2016 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 24f5b33..2c050e0 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -33,13 +33,13 @@ Name: evolution-data-server %define _evo_version 3.20 -Version: 3.19.92 +Version: 3.20.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.19/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/3.20/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: db-devel %if %USE_EVOLDAP