From b8af8af405ace78b5de53a84958cf3a7ff350c06cb415c192e99eab7c4c1c628 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Mar 2018 10:09:54 +0000 Subject: [PATCH 1/2] Accepting request 583611 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583611 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=316 --- baselibs.conf | 6 +- eds-python3.patch | 13 - evolution-data-server-3.26.6.tar.xz | 3 - evolution-data-server-3.27.92.tar.xz | 3 + evolution-data-server.changes | 435 ++++++++++++++++++--------- evolution-data-server.spec | 19 +- 6 files changed, 310 insertions(+), 169 deletions(-) delete mode 100644 eds-python3.patch delete mode 100644 evolution-data-server-3.26.6.tar.xz create mode 100644 evolution-data-server-3.27.92.tar.xz diff --git a/baselibs.conf b/baselibs.conf index c04ad79..9036789 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,10 +1,10 @@ evolution-data-server -libcamel-1_2-60 +libcamel-1_2-61 libebackend-1_2-10 libebook-1_2-19 libebook-contacts-1_2-2 libecal-1_2-19 libedata-book-1_2-25 libedata-cal-1_2-28 -libedataserver-1_2-22 -libedataserverui-1_2-1 +libedataserver-1_2-23 +libedataserverui-1_2-2 diff --git a/eds-python3.patch b/eds-python3.patch deleted file mode 100644 index 3daaf6e..0000000 --- a/eds-python3.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: evolution-data-server-3.26.5/CMakeLists.txt -=================================================================== ---- evolution-data-server-3.26.5.orig/CMakeLists.txt -+++ evolution-data-server-3.26.5/CMakeLists.txt -@@ -296,7 +296,7 @@ if(NOT PERL) - message(FATAL_ERROR "You need perl to build ${PROJECT_NAME}") - endif(NOT PERL) - --find_program(PYTHON python) -+find_program(PYTHON python3 python2 python) - if(NOT PYTHON) - message(FATAL_ERROR "You need python to build ${PROJECT_NAME}") - endif(NOT PYTHON) diff --git a/evolution-data-server-3.26.6.tar.xz b/evolution-data-server-3.26.6.tar.xz deleted file mode 100644 index bc88291..0000000 --- a/evolution-data-server-3.26.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e43aa1847ddc02965f560261ef88d18fb8704eddaa55555bf96b884a33e510ec -size 4406676 diff --git a/evolution-data-server-3.27.92.tar.xz b/evolution-data-server-3.27.92.tar.xz new file mode 100644 index 0000000..f4fab8f --- /dev/null +++ b/evolution-data-server-3.27.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d966cc7df95a5544add472a159dc3e3d3c92d6fcbd9b1efc555a4fd91bab46 +size 4441604 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index fafc6e4..204aa69 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,160 @@ +------------------------------------------------------------------- +Tue Mar 6 17:55:26 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.92: + + Miscellaneous: + - [IMAPx] Enhance processing of server IDLE notifications. + - No more '.libs' directory in the build directory. + - Meta backend tests required system-running + evolution-source-registry. + - Google calendar stopped reporting user email. + + Bugs fixed: bgo#791475, bgo#793031, bgo#793466, bgo#793476, + bgo#793491, bgo#793504, bgo#793673, bgo#793728, bgo#793759, + bgo#793779. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 6 16:25:13 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Tue Mar 6 03:27:51 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.91: + + Miscellaneous: + - Fix return value of e_oauth2_service_get_access_token_sync(). + - Write also message UID in Junk filter debug logs. + - build: favor python3 as interpreter. + + Bugs fixed: bgo#792746, bgo#793104,bgo#793368, bgo#793465, + bgo#793466. + + Updated translations. +- Drop eds-python3.patch: fixed upstream. + +------------------------------------------------------------------- +Tue Mar 6 03:27:50 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.90: + + Add a debug print for OAUTH2_DEBUG=1 when obtaining + authentication token. + + Add book/calendar-factory argument to override + backend-per-process compile-time option. + + Add missed default implementation for + EOAuth2Service::get_authentication_policy(). + + Add OAuth2 authentication for Outlook.com IMAP and SMTP. + + Address some issues reported by Undefined Behavior Sanitizer. + + Change how built-in OAuth2 authentication works. + + Correct developer documentation in e-oauth2-service/s. + + Correct "may be used uninitialized" warning in + imapx_query_auth_types_sync(). + + Correct OAuth2 mail accounts configured in GNOME Online + Accounts. + + Correct return value of + e_soup_session_get_authentication_requires_credentials(). + + [devel-doc] Rename api-index IDs, to not clash with gtk-doc + generated IDs. + + [IMAPx]: + - Select destination mailbox only when permanentflags not known + yet. + - Sort array of UIDs before syncing changes to the server. + + Introduce e_oauth2_service_get_redirect_uri(). + + Miscellaneous changes related to built-in OAuth2 services. + + Prevent early free of an ESource when it has pending + operations. + + Prevent passing NULL ldap handle into LDAP functions ][. + + Provide associated ESource to more EOAuth2Service virtual + methods. + + Replace e_cal_recur_nth array with + e_cal_recur_get_localized_nth(). + + [SMTP] Change how the list of available authentication methods + is constructed. + + Bugs fixed: bgo#789522, bgo#792302, bgo#792513, bgo#792610. + + Updated translations. +- Bump so_camel to 61, so_edataserver to 23 and so_edataserverui to + 2 (also in baselibs.conf), following upstream changes. + +------------------------------------------------------------------- +Tue Mar 6 03:27:04 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.4: + + Miscellaneous: + - Prevent passing NULL ldap handle into LDAP functions. + - [Maildir] Correct double free when the source message file + doesn't exist. + + Bugs fixed: bgo#791282, bgo#791475. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 6 03:27:03 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.27.3: + + Miscellaneous: + - Extend workaround for bgo#674885 (type initialisation + deadlock in GObject). + - [SMTP] Recognize rejected credentials during SASL + authentication. + - [OAuth2] Enhance how expired or invalid access tokens are + handled. + - [File Calendar] Include detailed information in Free/Busy + response. + - [CalDAV/CardDAV] Always set error on failed connection + attempt. + - Correct a failure condition in + cal_client_init_in_dbus_thread(). + + Bug Fixes: bgo#790032, bgo#789549, bgo#790267, bgo#790759, + bgo#790020, bgo#790887, bgo#790635, bgo#791016, bgo#790987, + bgo#791327. + + Updated translations. +- Update Url to https://wiki.gnome.org/Apps/Evolution: current + Evolution's web page. +- Adopt the use of %make_jobs macro rather than raw make command, + following the best practices. +- Drop %{?glib2_gsettings_schema_requires} macro as it's no longer + needed since RPM file triggers. + +------------------------------------------------------------------- +Tue Mar 6 03:27:02 UTC 2018 - fezhang@suse.com + +- Update to version 3.27.2: + + Return hash-like IDs from camel_header_msgid_generate(). + + [CalDAV/CardDAV] Append ending slash to URL when missing. + + [IMAPx]: + - Show progress of message body download only. + - Prevent deadlock under + camel_imapx_server_copy_message_sync(). + + [google-backend] Limit for what sources authentication method + is changed. + + Add missed API indexes into developer documentation. + + [CamelOfflineStore] Incorrect disconnect when going online. + + Bugs fixed: bgo#696047, bgo#789169, bgo#742167, bgo#789132, + bgo#789677, bgo#789555, bgo#789147. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 6 03:27:01 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.1: + + [CalDAV/CardDAV] Improve logic for object load from the server. + + [CamelFolderSearch] The 'header-exists' misuses message info + structure. + + [Camel] Speed up message filtering on headers. + + Crash under e-data-cal-view.c:pending_flush_timeout_cb(). + + e-cal-recur.c:ensure_timezone(): Unset icaltimetype::zone only + if not UTC. + + [ESoupSession] Special-case Daily Limit errors and propagate + them to the caller. + + Extend developer comment of camel_message_info_property_lock(). + + [GTasks] Remember when query resulted in '400 Bad Request'. + + [IMAPx] Prevent crash in imapx_update_store_summary(). + + Initialize libxml2 global memory in the main(). + + Internal Google OAuth2 token not refreshed on calendar open. + + Mute a compiler warning from e_collator_generate_key(). + + Prevent crash when "On The Web calendar' has set incorrect URI. + + Use icaltime_is_utc() instead of icaltimetype::is_utc. + + Bugs fixed: bgo#781645, bgo#786982, bgo#788371, bgo#788430, + bgo#788686, bgo#788848. + + Updated translations. + ------------------------------------------------------------------- Mon Mar 5 11:00:42 UTC 2018 - bjorn.lie@gmail.com @@ -1762,7 +1919,7 @@ Fri Mar 14 03:11:01 UTC 2014 - dimstar@opensuse.org ------------------------------------------------------------------- Wed Mar 12 19:20:22 UTC 2014 - zaitor@opensuse.org -- Update to version 3.10.4 (bnc#871232): +- Update to version 3.10.4 (bnc#871232): + IMAPX: Handle BODY[HEADER] in FETCH response. + Server-side memory leaks in calendar factory. + [CamelGPGContext] Prefer gpg2 over gpg. @@ -1927,7 +2084,7 @@ Sun Jun 16 21:44:53 UTC 2013 - zaitor@opensuse.org + Updated translations. ------------------------------------------------------------------- -Sun Jun 16 18:41:33 UTC 2013 - dimstar@opensuse.org +Sun Jun 16 18:41:33 UTC 2013 - dimstar@opensuse.org - Update to version 3.9.2: + Make camel_mime_message_dump() dump message contents. @@ -3884,7 +4041,7 @@ Wed May 27 17:02:59 CEST 2009 - vuntz@novell.com Tue May 5 17:46:24 CEST 2009 - vuntz@novell.com - Update to version 2.27.1: - + bnc#480091 - Crash From Filters Moving To Sub-Folders + + bnc#480091 - Crash From Filters Moving To Sub-Folders + bnc#477697 - Evolution GroupWise Sender column is blank + bgo#576424 - Do not unref object twice and treat icalcomponent as it, not as icaltimezone. @@ -3997,11 +4154,11 @@ Sat Mar 7 00:57:11 CET 2009 - vuntz@novell.com Tue Feb 18 10:51:54 IST 2009 - msuman@suse.de - Update to version 2.25.91: - + Bugs fixed: bgo#266147, bgo#534938, bgo#555888, bgo#567861, + + Bugs fixed: bgo#266147, bgo#534938, bgo#555888, bgo#567861, bgo#569459, bgo#570653, bgo#571726, bgo#571761 + Updated translations -- Remove option -DLDAP_DEPRECATED to CFLAGS, it is already - specified internally upstream. +- Remove option -DLDAP_DEPRECATED to CFLAGS, it is already + specified internally upstream. - Remove the MONO_PATH from the script. ------------------------------------------------------------------- @@ -4024,14 +4181,14 @@ Thu Feb 5 13:29:13 CET 2009 - vuntz@novell.com Wed Feb 4 11:02:36 IST 2009 - msuman@suse.de - Update to version 2.25.90: - + Libical fork in evolution-data-server is dropped. Upstream + + Libical fork in evolution-data-server is dropped. Upstream libical is an external dependency now. - + Bugs fixed: bgo#303738, bgo#360813, bgo#501298, bgo#518920, - bgo#554182, bgo#557348, bgo#562200, bgo#564339, bgo#564543, - bgo#564954, bgo#566279, bgo#565376, bgo#567384, bgo#390198, - bgo#557348, bgo#568332, bgo#568561, bgo#569405, bgo#569742, - bgo#569874, bgo#347287, bgo#550414, bnc#435599, bnc#439986, - bnc#443296, bnc#443544, bnc#463095, bnc#464758, bnc#464878, + + Bugs fixed: bgo#303738, bgo#360813, bgo#501298, bgo#518920, + bgo#554182, bgo#557348, bgo#562200, bgo#564339, bgo#564543, + bgo#564954, bgo#566279, bgo#565376, bgo#567384, bgo#390198, + bgo#557348, bgo#568332, bgo#568561, bgo#569405, bgo#569742, + bgo#569874, bgo#347287, bgo#550414, bnc#435599, bnc#439986, + bnc#443296, bnc#443544, bnc#463095, bnc#464758, bnc#464878, bnc#467075, bnc#467638, bnc#470143 + Updated translations - Dropped these patches already fixed upstream: @@ -4043,15 +4200,15 @@ Wed Feb 4 11:02:36 IST 2009 - msuman@suse.de + bnc-463095-content-info-from-db.patch ------------------------------------------------------------------- -Mon Jan 12 15:25:27 EST 2009 - mauro@suse.de +Mon Jan 12 15:25:27 EST 2009 - mauro@suse.de -- Translations update. +- Translations update. ------------------------------------------------------------------- Sat Jan 10 09:38:26 IST 2009 - msuman@suse.de -- Pruning changes from the factory submission: - + Dropped these patches already fixed upstream: +- Pruning changes from the factory submission: + + Dropped these patches already fixed upstream: + bgo-559153-eds-migration.patch + bnc-440265-gw-contacts.patch + bnc-455939-eds-deadlock.patch @@ -4066,57 +4223,57 @@ Wed Jan 7 06:57:24 CET 2009 - abharath@suse.de - Patches added + bgo#559153 - bgo-559153-eds-migration.patch - Migration patches in EDS. - + bnc#440265 - bnc-440265-gw-contacts.patch - Groupwise Address + + bnc#440265 - bnc-440265-gw-contacts.patch - Groupwise Address Book Contact Lists Are Not Saved. - + bnc#442507 - bnc-442507-imap-parts-sync.patch - Folder index + + bnc#442507 - bnc-442507-imap-parts-sync.patch - Folder index creation after crash takes ages. - + bnc#455939 - bnc-455939-eds-deadlock.patch - Disconnecting from + + bnc#455939 - bnc-455939-eds-deadlock.patch - Disconnecting from the network caused e-d-s deadlock ... - + bnc#443544 - bnc-443544-eds-free-busy.patch - Evolution busy - search on GW resource object does not display + + bnc#443544 - bnc-443544-eds-free-busy.patch - Evolution busy + search on GW resource object does not display unavailable times. - + bnc#209514 - bnc-209514-gw-missing-mails.patch - Evolution + + bnc#209514 - bnc-209514-gw-missing-mails.patch - Evolution Groupwise missing mails. - + bnc#446290 - bnc-446290-gw-counts-issues.patch - GW Parallel + + bnc#446290 - bnc-446290-gw-counts-issues.patch - GW Parallel clients & (un)read counts problems. - + bnc#458127 - bnc-458127-keyboard-shortcut-port.patch - No + + bnc#458127 - bnc-458127-keyboard-shortcut-port.patch - No keyboard short cut for SOAP port in Evolution. - + bnc#462575 - bnc-462575-gw-refresh-folders.patch - "Check for + + bnc#462575 - bnc-462575-gw-refresh-folders.patch - "Check for new messages in all folders" setting for GW SOAP. - + bnc#448079 - bnc-448079-gw-memory-issues.patch - evolution + + bnc#448079 - bnc-448079-gw-memory-issues.patch - evolution 2.24.1.1 is very unstable - + bnc#463095 - bnc-463095-content-info-from-db.patch - Evolution + + bnc#463095 - bnc-463095-content-info-from-db.patch - Evolution hangs on "Generating message list..." - + bnc#439986 - bnc-439986-show-time-free.patch - Show Time As Free + + bnc#439986 - bnc-439986-show-time-free.patch - Show Time As Free Option Doesn't Immediately Refresh Calendar. - + bnc#463653 - bnc-463653-msg-list-meeting-time.patch - Evolution - displays the wrong time for an appointment in the + + bnc#463653 - bnc-463653-msg-list-meeting-time.patch - Evolution + displays the wrong time for an appointment in the message list. ------------------------------------------------------------------- Tue Jan 6 10:26:10 IST 2009 - msuman@suse.de - Update to version 2.25.4: - + Bugs fixed: bgo#446290, bgo#559153, bgo#564652, bnc#209514, + + Bugs fixed: bgo#446290, bgo#559153, bgo#564652, bnc#209514, bnc#448079, bnc#449916, bnc#462575 + Updated translations -- Dropped this patch fixed upstream: +- Dropped this patch fixed upstream: + bnc-449916-task-memo-description.patch ------------------------------------------------------------------- Tue Dec 23 15:08:01 IST 2008 - msuman@suse.de - Update to version 2.25.3 - + Bugs fixed: bgo#359745, bgo#524377, bgo#527692, bgo#531090, - bgo#546637, bgo#555979, bgo#556119, bgo#557348, bgo#557818, - bgo#558322, bgo#558737, bgo#558883, bgo#559272, bgo#560076, - bgo#560185, bgo#560681, bgo#560981, bgo#561069, bgo#561466, - bnc#435964, bgo#270376, bgo#348299, bgo#352287, bgo#357948, - bnc#435632, bnc#440265, bnc#447121, bgo#451734, bgo#503662, - bgo#545834, bgo#552986, bgo#558883, bgo#561081, bgo#561561, + + Bugs fixed: bgo#359745, bgo#524377, bgo#527692, bgo#531090, + bgo#546637, bgo#555979, bgo#556119, bgo#557348, bgo#557818, + bgo#558322, bgo#558737, bgo#558883, bgo#559272, bgo#560076, + bgo#560185, bgo#560681, bgo#560981, bgo#561069, bgo#561466, + bnc#435964, bgo#270376, bgo#348299, bgo#352287, bgo#357948, + bnc#435632, bnc#440265, bnc#447121, bgo#451734, bgo#503662, + bgo#545834, bgo#552986, bgo#558883, bgo#561081, bgo#561561, bgo#562228, bgo#562567 + Updated translations -- Dropped these patches fixed upstream: +- Dropped these patches fixed upstream: + bgo-562228-eds-mailbox-field.patch + bnc-431133-unread-mail-empty.patch + bnc-435632-moving-contacts-crash.patch @@ -4137,17 +4294,17 @@ Tue Dec 23 15:08:01 IST 2008 - msuman@suse.de Thu Dec 4 12:05:08 CET 2008 - abharath@suse.de - Patches added - + bnc#440265 - bnc-440265-list-not-saved.patch - Groupwise + + bnc#440265 - bnc-440265-list-not-saved.patch - Groupwise Address Book Contact Lists Are Not Saved. - + bnc#447121 - bnc-447121-gw-memory-crasher.patch - gwise: + + bnc#447121 - bnc-447121-gw-memory-crasher.patch - gwise: memory corruption crasher. - + bnc#449916 - bnc-449916-task-memo-description.patch - Loss of - data in Messages related to shared memos and + + bnc#449916 - bnc-449916-task-memo-description.patch - Loss of + data in Messages related to shared memos and Assigned tasks. - + bgo#562228 - bgo-562228-eds-mailbox-field.patch - Login to + + bgo#562228 - bgo-562228-eds-mailbox-field.patch - Login to exchange fails if "mailbox" is filled manually in the config wizard. - + bnc#435632 - bnc-435632-moving-contacts-crash.patch - Evo + + bnc#435632 - bnc-435632-moving-contacts-crash.patch - Evo crashed moving contacts to a different addressbook ------------------------------------------------------------------- @@ -4160,25 +4317,25 @@ Fri Nov 21 05:45:40 CET 2008 - pchenthill@suse.de Thu Nov 20 10:40:30 CET 2008 - abharath@suse.de - Patches added - + bnc#431133 - bnc-431133-unread-mail-empty.patch - Mail opened + + bnc#431133 - bnc-431133-unread-mail-empty.patch - Mail opened from the "Unread mails" displays empty. - + bnc#435599 - bnc-435599-junk-contacts-created.patch - Junk + + bnc#435599 - bnc-435599-junk-contacts-created.patch - Junk contacts getting created. - + bnc#441347 - bnc-441347-imap-performance-fix.patch - Evolution + + bnc#441347 - bnc-441347-imap-performance-fix.patch - Evolution 2.24 is terribly slow with large IMAP folders. + bnc#441542 - bnc-441542-fix-translock.patch - Evolution Hang. - + bnc#446269 - bnc-446269-moving-emails-broken.patch - moving + + bnc#446269 - bnc-446269-moving-emails-broken.patch - moving emails is broken. - + bnc#446371 - bnc-446371-fix-completed-on.patch - Follow-Ups + + bnc#446371 - bnc-446371-fix-completed-on.patch - Follow-Ups doesn't work. - + bnc#446372 - bnc-446372-fix-empty-trash.patch - Evolution + + bnc#446372 - bnc-446372-fix-empty-trash.patch - Evolution crashed while expunging junk messages. + bnc#446373 - bnc-446373-fix-refresh-vfolderquery.patch - Search folder "Include threads" setting is unreliable. + bnc#210959 - bnc-210959-eds-accept_ics.patch - Receving meeting - request from the Personal source should work in + request from the Personal source should work in groupwise connector. - + bnc#438730 - bnc-438730-loosing-more-state.patch - mailer: + + bnc#438730 - bnc-438730-loosing-more-state.patch - mailer: loosing more state ------------------------------------------------------------------- @@ -4189,10 +4346,10 @@ Mon Nov 17 11:52:06 CET 2008 - olh@suse.de ------------------------------------------------------------------- Fri Nov 7 09:39:34 CET 2008 - psankar@suse.de -- Push 2.24.1.1 tarball - + Bugs fixed: +- Push 2.24.1.1 tarball + + Bugs fixed: bgo#532136, bgo#555979, bgo#556119, bgo#558727, bgo#558737, bgo#558883, - bnc#209514, bnc#372382, bnc#434946, bnc#434950, bnc#434958, + bnc#209514, bnc#372382, bnc#434946, bnc#434950, bnc#434958, bnc#435725, bnc#435727, bnc#435964, bnc#440502 + Updated Translations @@ -4204,7 +4361,7 @@ icons for meetings in message list Fri Oct 31 19:48:06 IST 2008 - msuman@suse.de - Invoke the binaries from a script which sets the library path - for picking the LDAP libraries. + for picking the LDAP libraries. ------------------------------------------------------------------- Wed Oct 29 08:28:41 CST 2008 - maw@suse.de @@ -4238,11 +4395,11 @@ Sun Oct 26 23:53:18 CST 2008 - hpj@novell.com ------------------------------------------------------------------- Sat Oct 25 22:07:50 IST 2008 - msuman@suse.de -- Use evoldap2-client only for SUSE versions above 11.0, fallback to +- Use evoldap2-client only for SUSE versions above 11.0, fallback to openldap2-client for the older versions. -- Use proper RPM macros in the spec file, clean up spec file to reduce the +- Use proper RPM macros in the spec file, clean up spec file to reduce the number of warnings generated by rpmlint. -- Dropped the following patches: +- Dropped the following patches: + evolution-data-server-configure.patch - not required anymore. + bnc-164367-gw-attachments-appts-throw-error.patch. Fixed upstream. + bgo-530514-check-to-handle-specific-server-response.diff. Fixed upstream. @@ -4253,18 +4410,18 @@ Sat Oct 25 22:07:50 IST 2008 - msuman@suse.de Fri Oct 24 10:11:54 IST 2008 - msuman@suse.de - Update to version 2.24.1 - + Bugs fixed: bgo#337479, bgo#364542, bgo#497928, bgo#511947, - bgo#514670, bgo#537718, bgo#544141, bgo#546406, bgo#546637, - bgo#547243, bgo#550466, bgo#550998, bgo#552261, bgo#552631, - bgo#553266, bgo#553298, bgo#553301, bgo#553944, bgo#554455, + + Bugs fixed: bgo#337479, bgo#364542, bgo#497928, bgo#511947, + bgo#514670, bgo#537718, bgo#544141, bgo#546406, bgo#546637, + bgo#547243, bgo#550466, bgo#550998, bgo#552261, bgo#552631, + bgo#553266, bgo#553298, bgo#553301, bgo#553944, bgo#554455, bgo#554540, bgo#556372, bgo#556495, bgo#556688 + Updated translations. -- Fix the prefix for NTLM patched OpenLDAP, also specify explicit - dependency on evoldap2-devel. +- Fix the prefix for NTLM patched OpenLDAP, also specify explicit + dependency on evoldap2-devel. - Remove evolution-data-server-gw-no-network.patch. Fixed upstream. - Remove evolution-data-server-thread-search.patch. Fixed upstream. -- Add eds-core-mapi-changes.diff: This contains changes in the core - code base for the MAPI provider. +- Add eds-core-mapi-changes.diff: This contains changes in the core + code base for the MAPI provider. ------------------------------------------------------------------- Wed Oct 8 18:40:59 CEST 2008 - sbrabec@suse.cz @@ -4433,10 +4590,10 @@ Mon Jun 2 10:43:43 CEST 2008 - abharath@suse.de ------------------------------------------------------------------- Wed May 21 21:27:53 IST 2008 - msuman@suse.de -- Added +- Added + bgo-530514-check-to-handle-specific-server-response.diff (Sankar P) + bgo-530543-leak-while-syncing-mails-for-offline.diff (Sankar P) - + bgo-531009-right-iterator-to-prevent-crash-in-offline-mail.diff (Sankar P) + + bgo-531009-right-iterator-to-prevent-crash-in-offline-mail.diff (Sankar P) ------------------------------------------------------------------- Wed May 14 16:28:59 IST 2008 - psankar@suse.de @@ -4507,10 +4664,10 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de ------------------------------------------------------------------- Wed Apr 9 11:34:40 CEST 2008 - msuman@suse.de -- Configurable proxy settings for Evolution (Varadhan) +- Configurable proxy settings for Evolution (Varadhan) + Added patch bnc-188523-eds-fix-authenticated-proxy-support.diff (bnc#188523) - + Removed patch bnc-174255-honour-system-proxy-settings.patch since - added patch includes those changes as well. + + Removed patch bnc-174255-honour-system-proxy-settings.patch since + added patch includes those changes as well. ------------------------------------------------------------------- Wed Mar 26 12:11:16 CET 2008 - sbrabec@suse.cz @@ -4534,7 +4691,7 @@ Wed Mar 12 07:40:32 CET 2008 - pchenthill@suse.de Tue Mar 4 19:30:40 CET 2008 - maw@suse.de - Update to version 2.21.92: - + Bugs fixed: bnc#163982, bnc#164140, bgo#167638, bnc#183819, + + Bugs fixed: bnc#163982, bnc#164140, bgo#167638, bnc#183819, bgo#445489, bgo#459468, bgo#469119, bgo#489043, bgo#489810, bgo#510949, bgo#514836, bgo#516074, bgo#516408, bgo#516474, bgo#517190, and bgo#517885 @@ -4562,7 +4719,7 @@ Thu Jan 31 09:35:14 CST 2008 - maw@suse.de bgo#335217, bgo#386157, bgo#445309, bgo#450840, bgo#456019, bgo#475781, bgo#481699, bgo#482940, bgo#496081, bgo#498977, bgo#506250, bgo#509124, bgo#509644, bgo#509985, bgo#510168, - bgo#510303, bgo#510409, bgo#511235, bgo#511301, and + bgo#510303, bgo#510409, bgo#511235, bgo#511301, and bgo#511717 + Camel mime fixes + Implement byte order for win32 @@ -4635,10 +4792,10 @@ Sat Sep 15 01:48:00 CEST 2007 - maw@suse.de ------------------------------------------------------------------- Fri Sep 14 12:53:35 CEST 2007 - pchenthill@novell.com -- evolution-data-server-1.11.5-cert-auth-complete.patch: Updated the +- evolution-data-server-1.11.5-cert-auth-complete.patch: Updated the patch to fix bug 307861. - bnc-307861-calendar-auth.diff: Prompt for password for all providers - excluding the providers which support smart card. + excluding the providers which support smart card. ------------------------------------------------------------------- Mon Sep 10 17:38:17 CEST 2007 - maw@suse.de @@ -4653,11 +4810,11 @@ Mon Sep 3 18:48:45 CEST 2007 - vvaradhan@novell.com - Fixes (BNC) #304835 - Exchange crashes when restart - (Fix introduces a bug when user is running in smart-card - environment that will popup a password dialog for accessing GAL. - Without this fix, exchange is un-usable for all users (including - smart-card and non-smart-card users). Fix is being worked out - for this regression. + (Fix introduces a bug when user is running in smart-card + environment that will popup a password dialog for accessing GAL. + Without this fix, exchange is un-usable for all users (including + smart-card and non-smart-card users). Fix is being worked out + for this regression. ------------------------------------------------------------------- Wed Aug 29 19:00:51 CEST 2007 - maw@suse.de @@ -4691,7 +4848,7 @@ Wed Aug 1 19:44:43 CEST 2007 - maw@suse.de - Use %fdupes. ------------------------------------------------------------------- -Wed Aug 1 06:42:02 CEST 2007 - mauro@suse.de +Wed Aug 1 06:42:02 CEST 2007 - mauro@suse.de - Update to version 1.11.6.1 - bugzilla.gnome.org bugs #380534, #457523. @@ -4724,7 +4881,7 @@ Fri Jun 22 15:57:28 CEST 2007 - sbrabec@suse.cz ------------------------------------------------------------------- Thu May 24 01:37:07 CEST 2007 - ro@suse.de -- added ldconfig to post scripts +- added ldconfig to post scripts ------------------------------------------------------------------- Wed Apr 11 10:33:26 CDT 2007 - maw@suse.de @@ -4789,7 +4946,7 @@ Mon Nov 20 12:54:33 CET 2006 - vvaradhan@novell.com - translation updates - Bug fixes: (bgo) 330157, 369259, 369168, 350576,350885, 358010, 350880, 347811, - 312348, 328836, 365000, 353924 + 312348, 328836, 365000, 353924 - Bug fixes: (bnc) 268412, 208395, 208318, 207960 - Removed upstreamed bgo-369168-buffer-overrun.patch @@ -4798,7 +4955,7 @@ Mon Nov 20 12:54:33 CET 2006 - vvaradhan@novell.com Mon Nov 6 12:28:46 CEST 2006 - kharish@novell.com - Fix for (bnc) Bug 217142. Patch submitted by Hans Petter Jansson. - + ------------------------------------------------------------------- Fri Oct 27 17:27:44 CEST 2006 - vvaradhan@novell.com @@ -4818,7 +4975,7 @@ Mon Oct 2 23:17:53 CEST 2006 - jhargadon@suse.de - update to version 1.8.1 - translation updates - Bug fixes: - 350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051 + 350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051 ------------------------------------------------------------------- Sat Sep 30 07:49:31 CEST 2006 - aj@suse.de @@ -4828,7 +4985,7 @@ Sat Sep 30 07:49:31 CEST 2006 - aj@suse.de ------------------------------------------------------------------- Tue Sep 12 11:42:47 CEST 2006 - ro@suse.de -- fix two cases of missing return values (retval.patch) +- fix two cases of missing return values (retval.patch) ------------------------------------------------------------------- Mon Sep 4 19:56:41 CEST 2006 - aj@suse.de @@ -4841,7 +4998,7 @@ Mon Sep 4 19:56:41 CEST 2006 - aj@suse.de Sat Aug 19 01:34:30 CEST 2006 - jhargadon@suse.de - update to version 1.7.91 -- Add filters to Groupwise SOAP calls so that each component +- Add filters to Groupwise SOAP calls so that each component fetches items of its own type and none other - Memory fixes in Addressbook - Updated Translations @@ -4912,7 +5069,7 @@ Fri Jun 9 14:51:30 CEST 2006 - sdevashish@novell.com ------------------------------------------------------------------- Thu Jun 8 17:34:59 CEST 2006 - fejj@suse.de -- Added bnc-179350.patch which fixes a critical deadlock bug in the +- Added bnc-179350.patch which fixes a critical deadlock bug in the GroupWise provider. ------------------------------------------------------------------- @@ -4973,7 +5130,7 @@ Thu May 18 11:23:56 CEST 2006 - sragavan@novell.com ------------------------------------------------------------------- Tue May 16 17:15:24 CEST 2006 - fejj@suse.de -- Added bnc-173454.patch: Fixes double-base64 encoding of non-7bit MIME +- Added bnc-173454.patch: Fixes double-base64 encoding of non-7bit MIME part data. ------------------------------------------------------------------- @@ -5009,7 +5166,7 @@ Tue Apr 25 17:15:39 CEST 2006 - sragavan@novell.com ------------------------------------------------------------------- Mon Apr 24 19:05:15 CEST 2006 - fejj@suse.de -- bgo-321797: Fix SSL/TLS options to not be able to fallback to +- bgo-321797: Fix SSL/TLS options to not be able to fallback to cleartext connections on failure to connect via encrypted channels. ------------------------------------------------------------------- @@ -5035,7 +5192,7 @@ Fri Apr 21 07:31:29 CEST 2006 - sragavan@novell.com - Fixes (bnc) 159934 - Fix for eds CPU high usage (Devashish) 165714 - Send item id while delegating multiple events. (Harish) -- eds-kerb-check.diff - Ensure checks for expiry take effect while +- eds-kerb-check.diff - Ensure checks for expiry take effect while trying for nt domain. (Harish) ------------------------------------------------------------------- @@ -5057,9 +5214,9 @@ Sun Apr 16 20:35:22 CEST 2006 - vvaradhan@novell.com - Fixes (bnc) 152070 evolution-data-server-1.6 crash - Devashish - 160915 Evolution crashed when clicked on 'Goto' date in + 160915 Evolution crashed when clicked on 'Goto' date in calendar view - Chenthill - 163982 While saving appointment system hanged with 126 + 163982 While saving appointment system hanged with 126 error popups - Chenthill 164140 EDS Crashed when starting 'evolution --offline' - Devashish 164367 GW: Attachment to appointments/meetings throws 'Unknown Error' @@ -5088,20 +5245,20 @@ Tue Apr 4 10:27:29 CEST 2006 - vvaradhan@novell.com sending user specified comments during cancellation of meetings. - Fixes (bnc) 161000 Junk mail features in evolution cannot be shut off. - Sankar - 158617 Evolution crashed after few minutes after marking few + 158617 Evolution crashed after few minutes after marking few mails junk - Sankar - (single patch) -- GW Proxy optimizations - Do not do GetQM while refreshing on proxy. +- GW Proxy optimizations - Do not do GetQM while refreshing on proxy. ------------------------------------------------------------------- Mon Apr 3 15:14:45 CEST 2006 - vvaradhan@novell.com - Fixes (bnc) - 160889 Evolution shows summary folders in tree - + 160889 Evolution shows summary folders in tree + ------------------------------------------------------------------- Tue Mar 28 11:40:48 CEST 2006 - ro@suse.de -- replace mDNSResponder by mDNSResponder-devel in BuildReq +- replace mDNSResponder by mDNSResponder-devel in BuildReq ------------------------------------------------------------------- Mon Mar 27 18:57:05 CEST 2006 - vvaradhan@novell.com @@ -5135,10 +5292,10 @@ Mon Mar 20 14:34:06 CET 2006 - vvaradhan@novell.com - Fixes (bnc) 138047 Evolution: Message Inconsistency with Passphrase/Password - 153522 Evolution doesn't update message status if two clients + 153522 Evolution doesn't update message status if two clients are running against the same account 152062 Evolution won't show an attachment - 158093 Evolution: Groupwise "Sent Items" folder should have a + 158093 Evolution: Groupwise "Sent Items" folder should have a "To:" column instead of a "From:" column ------------------------------------------------------------------- @@ -5147,16 +5304,16 @@ Wed Mar 15 22:02:09 CET 2006 - vvaradhan@novell.com - Fixes (bnc) 157323 Messages deleted from Groupwise folder remain in Evo. 156559 Evolution won't show me 827 messages - 153522 Evolution doesn't update message status if two clients + 153522 Evolution doesn't update message status if two clients are running against the same account ------------------------------------------------------------------- Mon Mar 13 16:04:51 CET 2006 - vvaradhan@novell.com - Fixes (bnc) - 137357 Configur groupwise account 'You must be working in + 137357 Configur groupwise account 'You must be working in online ...' message displayed - 152355 Mails in mailbox was not displayed unless .evolution + 152355 Mails in mailbox was not displayed unless .evolution folder contents where deleted 156584 Evolution won't shut down 156823 Newly configured groupwise accounts don't work @@ -5165,15 +5322,15 @@ Mon Mar 13 16:04:51 CET 2006 - vvaradhan@novell.com - Keyring support enabled - Update to version 1.6.0 - Fixes (bgo) 329244 Crash when editing To/CC/BCC fields of a mail - 331870 Crashes on addition of two or more email addresses of + 331870 Crashes on addition of two or more email addresses of same person in name-selector-dialog 327592 [PATCH] Evolution crashes on exit 332726 Crash when saving event with recurrence rule 273060 Recu Meeting: updates accepted for one instance gets deleted 331633 Evolution crashes upon starting up on Solaris 329669 Recurring events go crazy - 260346 Evolution is not storing the email ids with the respective - fields for exchange + 260346 Evolution is not storing the email ids with the respective + fields for exchange ------------------------------------------------------------------- Mon Mar 6 14:22:50 CET 2006 - vvaradhan@novell.com @@ -5189,19 +5346,19 @@ Mon Feb 27 16:25:41 CET 2006 - vvaradhan@novell.com - Fixes: (in bgo) 327413: Crash when evolution shuts down 329306: Crash when entering password multiple times - 331680: Crashes on opening New message compose window + 331680: Crashes on opening New message compose window 323384: Email ids from bugzilla mails gets added with a "|" - 260889: Evolution is crashing when clicked clear botton in - search bar in contacts view - 331127: weather calendar crashes e-d-s, use g_free instead + 260889: Evolution is crashing when clicked clear botton in + search bar in contacts view + 331127: weather calendar crashes e-d-s, use g_free instead of g_object_unref - 326428: EDS crashed after changing 'Anniversary' field in + 326428: EDS crashed after changing 'Anniversary' field in contacts UI - 301116: libedataserverui needs to specify the translation + 301116: libedataserverui needs to specify the translation domain explicitly - Fixes: (in bnc) - 150427: evo 2.6 - hang on calendar + 150427: evo 2.6 - hang on calendar - Add a patch to integrate with gnome-keyring ------------------------------------------------------------------- @@ -5217,7 +5374,7 @@ Fri Feb 10 12:28:03 CET 2006 - vvaradhan@novell.com ------------------------------------------------------------------- Tue Jan 31 12:25:52 CET 2006 - ro@suse.de -- reduced BuildRequires +- reduced BuildRequires ------------------------------------------------------------------- Wed Jan 25 21:31:25 CET 2006 - mls@suse.de @@ -5244,7 +5401,7 @@ Thu Dec 1 18:11:03 CET 2005 - gekker@suse.de ------------------------------------------------------------------- Wed Nov 2 22:45:48 CET 2005 - dmueller@suse.de -- don't build as root +- don't build as root ------------------------------------------------------------------- Thu Oct 13 17:47:02 CEST 2005 - gekker@suse.de @@ -5255,7 +5412,7 @@ Thu Oct 13 17:47:02 CEST 2005 - gekker@suse.de ------------------------------------------------------------------- Mon Sep 26 01:33:03 CEST 2005 - ro@suse.de -- added LDAP_DEPRECATED to CFLAGS +- added LDAP_DEPRECATED to CFLAGS ------------------------------------------------------------------- Fri Sep 9 16:23:59 CEST 2005 - aj@suse.de @@ -5277,7 +5434,7 @@ Mon Sep 5 11:09:50 CEST 2005 - rodrigo@suse.de Wed Aug 24 22:34:01 CEST 2005 - gekker@suse.de - Update to version 1.3.8 -- Fix brokeness inlibical +- Fix brokeness inlibical ------------------------------------------------------------------- Sat Aug 13 07:46:16 CEST 2005 - aj@suse.de @@ -5287,12 +5444,12 @@ Sat Aug 13 07:46:16 CEST 2005 - aj@suse.de ------------------------------------------------------------------- Fri Aug 12 01:13:36 CEST 2005 - gekker@suse.de -- Update to version 1.3.7 +- Update to version 1.3.7 ------------------------------------------------------------------- Mon Aug 1 18:32:44 CEST 2005 - gekker@suse.de -- Update to version 1.3.6.1 +- Update to version 1.3.6.1 ------------------------------------------------------------------- Fri Jul 29 15:13:19 CEST 2005 - sbrabec@suse.cz @@ -5302,12 +5459,12 @@ Fri Jul 29 15:13:19 CEST 2005 - sbrabec@suse.cz ------------------------------------------------------------------- Wed Jul 27 00:59:35 CEST 2005 - ro@suse.de -- fix typo in specfile +- fix typo in specfile ------------------------------------------------------------------- Mon Jul 25 23:43:28 CEST 2005 - gekker@suse.de -- Update to version 1.3.5 +- Update to version 1.3.5 ------------------------------------------------------------------- Thu Jul 14 14:09:11 CEST 2005 - schwab@suse.de @@ -5319,7 +5476,7 @@ Fri Jul 1 21:06:07 CEST 2005 - gekker@suse.de - Update to version 1.3.3 - Remove upstreamed patches -- Fix compiler warnings +- Fix compiler warnings ------------------------------------------------------------------- Tue Jun 21 15:04:09 CEST 2005 - schwab@suse.de @@ -5346,7 +5503,7 @@ Wed Jun 1 17:54:58 CEST 2005 - sbrabec@suse.cz ------------------------------------------------------------------- Thu May 19 01:52:18 CEST 2005 - ro@suse.de -- fix build with current pkgconfig +- fix build with current pkgconfig ------------------------------------------------------------------- Fri Apr 29 15:09:42 CEST 2005 - sbrabec@suse.cz @@ -5367,52 +5524,52 @@ Sat Mar 19 19:08:26 CET 2005 - clahey@suse.de ------------------------------------------------------------------- Fri Mar 18 17:10:37 CET 2005 - gekker@suse.de -- Fix x-evolution-header (x73401). +- Fix x-evolution-header (x73401). ------------------------------------------------------------------- Wed Mar 16 13:52:04 CET 2005 - gekker@suse.de - Update to version 1.2.1 -- Add 64bit-warn.patch +- Add 64bit-warn.patch ------------------------------------------------------------------- Tue Mar 8 23:04:46 CET 2005 - gekker@suse.de - Update to version 1.2.0 (GNOME 2.10) -- remove upstreamed dest.patch +- remove upstreamed dest.patch ------------------------------------------------------------------- Wed Mar 2 19:50:38 CET 2005 - gekker@suse.de -- add dest.patch +- add dest.patch ------------------------------------------------------------------- Wed Mar 2 17:19:19 CET 2005 - gekker@suse.de -- update to version 1.1.6 +- update to version 1.1.6 ------------------------------------------------------------------- Sun Feb 27 23:44:53 CET 2005 - ro@suse.de -- fix build on lib64 +- fix build on lib64 ------------------------------------------------------------------- Fri Feb 25 21:53:46 CET 2005 - gekker@suse.de - fix libexecdir, so that e-d-s will actually get launched -- enable ssl support now that camel has been moved to e-d-s +- enable ssl support now that camel has been moved to e-d-s ------------------------------------------------------------------- Wed Feb 9 18:27:21 CET 2005 - gekker@suse.de - Update to version 1.1.5 -- Remove upstreamed patch. +- Remove upstreamed patch. ------------------------------------------------------------------- Sat Feb 5 20:55:37 CET 2005 - gekker@suse.de - Update to version 1.1.4.2 -- Remove upsteamed patches, including security fix mentioned below. +- Remove upsteamed patches, including security fix mentioned below. ------------------------------------------------------------------- Mon Jan 24 16:06:58 CET 2005 - sbrabec@suse.cz @@ -5433,17 +5590,17 @@ Fri Jan 14 22:13:56 CET 2005 - clahey@suse.de ------------------------------------------------------------------- Thu Jan 6 21:49:52 CET 2005 - gekker@suse.de -- Update to version 1.1.2 +- Update to version 1.1.2 ------------------------------------------------------------------- Tue Dec 7 17:32:04 CET 2004 - gekker@suse.de -- Update to version 1.0.3 (Ximian 70057) +- Update to version 1.0.3 (Ximian 70057) ------------------------------------------------------------------- Tue Nov 30 15:48:00 CET 2004 - ro@suse.de -- re-diffed libdb.patch +- re-diffed libdb.patch ------------------------------------------------------------------- Mon Nov 29 20:03:32 CET 2004 - gekker@suse.de diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 3ab1864..d686578 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -19,27 +19,26 @@ %define with_introspection 1 # Shared Library soNUMs, to make it easier for updates # When updating the sonums, do not forget to also update baselibs.conf -%define so_camel 60 +%define so_camel 61 %define so_ebackend 10 -%define so_edataserver 22 -%define so_edataserverui 1 +%define so_edataserver 23 +%define so_edataserverui 2 %define so_ebook 19 %define so_ebook_contacts 2 %define so_edata_book 25 %define so_ecal 19 %define so_edata_cal 28 %define _evo_version 3.26 +%define _evo_version 3.27 Name: evolution-data-server -Version: 3.26.6 +Version: 3.27.92 Release: 0 Summary: Evolution Data Server License: LGPL-2.1-or-later Group: Development/Libraries/GNOME -Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/evolution-data-server/3.26/%{name}-%{version}.tar.xz +URL: https://wiki.gnome.org/Apps/Evolution +Source0: http://download.gnome.org/sources/evolution-data-server/3.27/%{name}-%{version}.tar.xz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM eds-python3.patch tchvatal@suse.com -- Allow selection of py3 py2 and py to work with py3 only -Patch0: eds-python3.patch BuildRequires: cmake BuildRequires: db-devel BuildRequires: fdupes @@ -74,7 +73,6 @@ Requires: mozilla-nss Recommends: %{name}-lang = %{version} # typelib-1_0-ECalendar-1_2 was dropped with e-d-s 3.7.3 due to libical not being introspecatble. Obsoletes: typelib-1_0-ECalendar-1_2 <= %{version} -%{?glib2_gsettings_schema_requires} %if !0%{?is_opensuse} BuildRequires: translation-update-upstream %endif @@ -272,7 +270,6 @@ This package contains developer documentation. %prep %setup -q -%patch0 -p1 %if !0%{?is_opensuse} translation-update-upstream %endif @@ -293,7 +290,7 @@ translation-update-upstream -DENABLE_INTROSPECTION=OFF \ %endif %{nil} -make %{?_smp_mflags} +%make_jobs %install %cmake_install From 6810795f8dad1398417112279f50c3c68143ec0dc451b75d31148d21f61f5170 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Mar 2018 08:16:15 +0000 Subject: [PATCH 2/2] Accepting request 585815 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/585815 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=317 --- evolution-data-server-3.27.92.tar.xz | 3 --- evolution-data-server-3.28.0.tar.xz | 3 +++ evolution-data-server.changes | 6 ++++++ evolution-data-server.spec | 7 +++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 evolution-data-server-3.27.92.tar.xz create mode 100644 evolution-data-server-3.28.0.tar.xz diff --git a/evolution-data-server-3.27.92.tar.xz b/evolution-data-server-3.27.92.tar.xz deleted file mode 100644 index f4fab8f..0000000 --- a/evolution-data-server-3.27.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10d966cc7df95a5544add472a159dc3e3d3c92d6fcbd9b1efc555a4fd91bab46 -size 4441604 diff --git a/evolution-data-server-3.28.0.tar.xz b/evolution-data-server-3.28.0.tar.xz new file mode 100644 index 0000000..5b06ce1 --- /dev/null +++ b/evolution-data-server-3.28.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9546d5fedbb00de6c6cec3850f2cdfea234af221e645d15721686a8df77ef9 +size 4443780 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 204aa69..ce16d03 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 12 09:55:41 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.28.0: + + Updated translations. + ------------------------------------------------------------------- Tue Mar 6 17:55:26 UTC 2018 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index d686578..d1ee291 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -28,16 +28,15 @@ %define so_edata_book 25 %define so_ecal 19 %define so_edata_cal 28 -%define _evo_version 3.26 -%define _evo_version 3.27 +%define _evo_version 3.28 Name: evolution-data-server -Version: 3.27.92 +Version: 3.28.0 Release: 0 Summary: Evolution Data Server License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Apps/Evolution -Source0: http://download.gnome.org/sources/evolution-data-server/3.27/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/%{_evo_version}/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: cmake BuildRequires: db-devel