commit evolution-data-server for openSUSE:Factory
Hello community, here is the log from the commit of package evolution-data-server for openSUSE:Factory checked in at 2014-05-05 21:14:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old) and /work/SRC/openSUSE:Factory/.evolution-data-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "evolution-data-server" Changes: -------- --- /work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes 2014-03-18 13:42:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes 2014-05-05 21:14:55.000000000 +0200 @@ -1,0 +2,187 @@ +Sun Apr 13 17:02:16 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.1: + + CamelIMAPXServer not shut down properly on network outage. + + Claim missing user name when authenticating. + + [IMAPx] Enable concurrent connections. + + [IMAPx] Do not open each folder on LIST/LSUB responses. + + Always reject revoked certificates. + + Bugs fixed: bgo#660535, bgo#722275, bgo#726060, bgo#726767, + bgo#726788. + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 23 08:44:57 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.0: + + Check GConf XDG folder for migration too (bgo#726681). + + Data loss on message copy to an IMAPx folder (bgo#726723). + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:59 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.92: + + CamelStore: Handle CAMEL_STORE_FOLDER_CREATE flag directly. + + CamelDataWrapper: Add construct_from_input_stream() method. + + CamelIMAPXServer: Copy child setup gunk from + CamelStreamProcess. + + Addressbook: Flush DBus properties after setting new locale. + + Don't close base stream when destroying a + CamelFilterOutputStream. + + e_cal_backend_get_timezone_finish: Do not panic when the + timezone. + + Bugs fixed: bgo#633177, bgo#710633, bgo#711053, bgo#711436, + bgo#712564, bgo#726204. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:58 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.91: + + Ported IMAPX backend to use GIO streams instead of CamelStream. + + Weather Calendar: Weather info source never freed. + + Fix a memory leak in imapx_untagged_lsub(). + + Bugs fixed: bgo#274316, bgo#623066, bgo#694084, bgo#705028, + bgo#710997, bgo#724729. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:57 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.90: + + Add a 'secret-monitor' module to maintain keyring entries. + + Begin phasing out CamelStream for GIO streams. + + ESource: + - Add functions for password management. + - Changes not always written to a disk. + + Bugs Fixed: bgo#655806, bgo#719806, bgo#720529, bgo#720751, + bgo#720940, bgo#721030, bgo#723481, bgo#723539, bgo#724343. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:05 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.5: + + IMAP IDLE mode improvements. + + CamelStore: Remove noop_sync() method. + + CalDAV: Force password ask on soup authenticate failure. + + Server-side memory leaks in calendar factory. + + CamelGPGContext: Prefer gpg2 over gpg. + + IMAPX: Remove some unused character macros. + + ESource: Do not set properties on load which did not change. + + Add CamelNullOutputStream. + + maildir_store_get_folder_sync: Fix use-after-free issue. + + Bugs fixed: bgo#687640, bgo#702709, bgo#719583, bgo#720676, + bgo#720943, bgo#721286, bgo#721581, bgo#722275, bgo#722415. + + Updated translations. +- Bump so_camel to 48, following upstream (also in baselibs.conf). + +------------------------------------------------------------------- +Fri Mar 14 03:11:04 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.4: + + Update project homepage URL. + + Bump SOURCES_DBUS_SERVICE_NAME version. + + Remove #include <malloc.h> from a file. + + tests: #include <sys/wait.h> for WIFEXITED. + + CamelIMAPXNamespace: Allow NIL separator character. + + IMAPX: Handle BODY[HEADER] in FETCH response. + + Bugs fixed: bgo#721527, bgo#721733, bgo#720657. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:03 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.3: + + Evolution-Data-Server API documentation has been merged into + one Gtk-Doc module (excluding Camel and private D-Bus APIs). + + Bump minimum libgweather requirement. + + Remove --enable-nntp configure option. + + Remove --enable-strict configure option. + + Ubuntu Online Accounts: + - Update google-calendar service to use OAuth-based CalDAV. + - Add support for IMAP access to Windows Live accounts. + + ESourceRegistry: Ignore hidden files from .source folder + monitoring. + + Weather calendar: Be able to change temperature unit. + + e-vcard: + - Fix a minor memory leak for multi-valued parameters. + - Fix case sensitivity of string comparisions. + + EDataBook: Fixed memory leak of every EContact succesfully + added to the addressbook. + + ESExp: Fixed memory leak of ESExp->error string. + + CamelSession: + - Remove "check-junk" property. + - Add a "user-alert" signal. + + Added e_vcard_construct_full() + + ECollator: Added e_collator_new_interpret_country(). + + EPhoneNumber: Fixed phone number matching semantics. + + Added E_BOOK_INDEX_SORT_KEY to EBookIndexType. + + Adding new EBookSqlite. + + EDataBookCursor: Changed APIs to permit GCancellable for long + running operations. + + Camel: + - Remove all asynchronous class methods. + - Port from GSimpleAsyncResult to GTask. + + CamelFolder: Remove unused fetch_messages_sync() method. + + CamelPOP3Settings: + - Remove unused "mobile-mode" property. + - Remove unused "batch-fetch-count" property. + - Remove unused "mobile-mode" property. + + Add CamelAsyncClosure. + + Added m4/eds-installed-tests.m4 with the EDS_INSTALLED_TESTS + macro. + + CamelPOP3Folder: Fix a potential g_object_unref(NULL) call. + + libecal: Refactor system timezone key file parsing code. + + Deprecate ECancellable[Rec]Mutex. + + Add camel_service_queue_task(). + + CamelIMAPXServer: Fix handling of LSUB responses. + + Bugs fixed: bgo#680961, bgo#709838, bgo#710361, bgo#712323, + bgo#712578, bgo#712728, bgo#712829, bgo#715035, bgo#715057, + bgo#719307, bgo#719382, bgo#719720, bgo#719774. + + Updated translations. +- Bump so_camel to 48, following upstream (also in baselibs.conf). +- No longer pass --enable-nntp=yes to configure: no longer + supported. + +------------------------------------------------------------------- +Fri Mar 14 03:11:02 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.2: + + Highlights: + - New cursor API for address book clients. + - Partial support for the IMAP NOTIFY extension. + - Add VPN awareness to email accounts and transports. + + Other Changes: + - Bump minimum libsoup requirement to 2.42. + - Integrate network proxy support into the ESource framework, + and deprecate the old EProxy API. + - Convert the IMAP APIs back into a loadable library module so + it's no longer part of libcamel's public API. It was + originally made public to assist evolution-kolab, but that + project is inactive. + - Support migrating merged GConf trees. + - Start converting libcamel's public API to favor GIO streams + over CamelStream. Still a work-in-progress. + - Fix potential issues found by static analysis tools. + - Convert the NNTP backend to CamelOfflineStore and finally + remove the long-deprecated "disco" (disconnected) classes + from libcamel. + - Switch from g_timeout_add to g_timeout_add_seconds. + + Bugs fixed: bgo#710668, bgo#710787, bgo#710808, bgo#710989. + + Updated translations. +- Bump so_camel to 47, following upstream (also in baselibs.conf). +- Add pkgconfig(icu-i18n) BuildRequires: new dependency. + +------------------------------------------------------------------- +Fri Mar 14 03:11:01 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.1: + + Rework CamelStream to a GIOStream, and remove CamelTcpStream. + + Use GcrCertificateWidget in certificate prompts. + + Bugs fixed: bgo#704869, bgo#709198. + + Updated translations. +- Bump _evo_version to 3.12, following upstream. + +------------------------------------------------------------------- Old: ---- evolution-data-server-3.10.4.tar.xz New: ---- evolution-data-server-3.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution-data-server.spec ++++++ --- /var/tmp/diff_new_pack.bkvWw0/_old 2014-05-05 21:14:56.000000000 +0200 +++ /var/tmp/diff_new_pack.bkvWw0/_new 2014-05-05 21:14:56.000000000 +0200 @@ -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 45 +%define so_camel 49 %define so_ebackend 7 %define so_ebook 14 %define so_ebook_contacts 0 @@ -31,14 +31,14 @@ %define so_edataserver 18 Name: evolution-data-server -%define _evo_version 3.10 -Version: 3.10.4 +%define _evo_version 3.12 +Version: 3.12.1 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.10/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/3.12/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: db-devel %if %USE_EVOLDAP @@ -57,7 +57,7 @@ BuildRequires: libgweather-devel >= 3.8 BuildRequires: libical-devel >= 0.43 BuildRequires: libidl-devel -BuildRequires: libsoup-devel >= 2.40.3 +BuildRequires: libsoup-devel >= 2.42 BuildRequires: mozilla-nss-devel BuildRequires: nss-shared-helper-devel BuildRequires: python-devel @@ -67,6 +67,7 @@ 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(libsecret-unstable) >= 0.5 %if %USE_EVOLDAP Requires: libevoldap-2_4-2 @@ -267,7 +268,6 @@ --enable-gtk-doc \ --enable-ipv6=yes \ --enable-smime=yes \ - --enable-nntp=yes \ --disable-static \ --disable-uoa \ %if %{?with_introspection} @@ -339,7 +339,6 @@ %doc COPYING ChangeLog NEWS TODO %{_datadir}/evolution-data-server/ %{_datadir}/GConf/gsettings/evolution-data-server.convert -%{_datadir}/GConf/gsettings/libedataserver.convert %{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.bkvWw0/_old 2014-05-05 21:14:56.000000000 +0200 +++ /var/tmp/diff_new_pack.bkvWw0/_new 2014-05-05 21:14:56.000000000 +0200 @@ -1,4 +1,4 @@ -libcamel-1_2-45 +libcamel-1_2-49 libebackend-1_2-7 libebook-1_2-14 libebook-contacts-1_2-0 ++++++ evolution-data-server-3.10.4.tar.xz -> evolution-data-server-3.12.1.tar.xz ++++++ ++++ 709448 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de