Accepting request 523136 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/523136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=178
This commit is contained in:
commit
2bb177d46b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d8ec04b79c02bb517cc3e23ac3b23c7503465dfa27b7415955201a2f62844e1
|
||||
size 4254720
|
3
evolution-data-server-3.26.0.tar.xz
Normal file
3
evolution-data-server-3.26.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7776ef431e58a07b32e5b678b8df4ae5e85f99003a933dafa6bb73842ccff067
|
||||
size 4400520
|
@ -1,3 +1,142 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 11:03:25 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.26.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 23:15:10 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.25.92:
|
||||
+ IMAPx:
|
||||
- Not all local changes saved to the server.
|
||||
- Handle gracefully when service is unavailable for
|
||||
get_folder_info().
|
||||
+ camel_store_get_inbox_folder() can fail for IMAPx stores.
|
||||
+ ESoupSession: Treat G_TLS_ERROR_BAD_CERTIFICATE as
|
||||
SOUP_STATUS_SSL_FAILED.
|
||||
+ CalDAV/CardDAV: Check for TLS/authentication errors on refresh.
|
||||
+ EWebDAVDiscoverWidget: Minor changes to error label.
|
||||
+ ECalMetaBackend: Removing detached instance doesn't set EXDATE.
|
||||
+ Merge a cmake/modules change from Evolution.
|
||||
+ Bugs fixed: bgo#785952, bgo#786362, bgo#553770, bgo#548814,
|
||||
bgo#563602.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 19:51:24 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.91:
|
||||
+ Add new developer documentation file into
|
||||
evolution-data-server-docs.sgml.in.
|
||||
+ Bugs fixed: bgo#781901, bgo#786366.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 09:01:12 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.90:
|
||||
+ Make EWebDAVSession soft-depend on ESourceWebdav extension.
|
||||
+ Introduce EWebDAVCollectionBackend to be used for
|
||||
WebDAV-discovered collections.
|
||||
+ Workaround issue with badRequest/invalid format for Google
|
||||
address book.
|
||||
+ Deadlock on exit under e-categories.c:finalize_categories().
|
||||
+ [EWebDAVDiscover] Correct href sets reading.
|
||||
+ [Vala] Fix a warning with a virtual method being the same name
|
||||
as another method.
|
||||
+ Rename owncloud-backend module to webdav-backend.
|
||||
+ Add calendar and contacts URLs into ESourceCollection
|
||||
extension.
|
||||
+ Bugs fixed: bgo#785136, bgo#785188, bgo#785212, bgo#785284,
|
||||
bgo#785340, bgo#785393, bgo#785629, bgo#785647, bgo#785718.
|
||||
+ Updated translations.
|
||||
- Changes from version 3.25.4:
|
||||
+ Better react on connection lost in
|
||||
EBookMetaBackend/ECalMetaBackend.
|
||||
+ Introduce 'list-sources' tool.
|
||||
+ Use the fancy Unicode apostrophes in the “list-sources” tool.
|
||||
+ Change --module-dir for gtkdoc-fixxref call.
|
||||
+ Warn and set default when sendmail not found during the build.
|
||||
+ Expose D-Bus service names in evolution-data-server pkg-config
|
||||
file.
|
||||
+ Correct localization of external tools.
|
||||
+ Bugs fixed: bgo#493801, bgo#343904, bgo#779753, bgo#338649,
|
||||
bgo#784116, bgo#784182, bgo#779156, bgo#784183, bgo#784218,
|
||||
bgo#772572, bgo#781744, bgo#782844, bgo#781790, bgo#784548,
|
||||
bgo#784746.
|
||||
+ Updated translations.
|
||||
- Add explicit gettext BuildRequires.
|
||||
- Rename lang subpackage, remove trailing version no longer needed
|
||||
due to upstream changes.
|
||||
- Stop handling glib2_gsettings_schema_post(un) in post(un), no
|
||||
longer needed as we have file-triggers taking care of this for us
|
||||
now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 03:25:03 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.25.3:
|
||||
+ Prevent busy-loop opening Google calendar configured in GOA.
|
||||
+ Rename "WebDAV" books group to "CardDAV".
|
||||
+ Make some EBookMetaBackend/ECalMetaBackend private functions
|
||||
public.
|
||||
+ Deprecate e_uid_new() in favor of e_util_generate_uid().
|
||||
+ [ESoupSession] Prefer request's URI when setting OAuth2
|
||||
authorizer.
|
||||
+ [EBookCache/ECalCache] Understand '#t' search expression as
|
||||
'list all'.
|
||||
+ Prevent GError override in e_cal_backend_sync_get_timezone().
|
||||
+ Publicize immediate refresh function for
|
||||
EBookMetaBackend/ECalMetaBackend.
|
||||
+ Fix few memory leaks.
|
||||
+ Correct ECalMetaBackend::get_object_sync() implementation.
|
||||
+ Be able to get all UID/id-s from book/cal cache with certain
|
||||
'extra' data.
|
||||
+ Fix a crash under
|
||||
e_webdav_discover_traverse_propfind_response_cb().
|
||||
+ Introduce ESourceRegistryWatcher.
|
||||
+ Update ESource's connection-status in
|
||||
EBookMetaBackend/ECalMetaBackend.
|
||||
+ Allow overwrite of CMAKE_SKIP_RPATH variable.
|
||||
+ Bugs fixed: bgo#770476, bgo#782096, bgo#783385.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 03:25:02 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.2:
|
||||
+ Remove forgotten debug print.
|
||||
+ Add CamelWeakRefGroup to camel-docs.sgml.
|
||||
+ Merge offline-cache changes into master.
|
||||
+ Unicode typography fixes.
|
||||
+ Bump libical dependency to 2.0 for ICAL_FILENAME_PARAMETER.
|
||||
+ Fix possible use of uninitialized variables in the new code.
|
||||
+ Correct some developer code comments and annotations.
|
||||
+ Introduce e_util_generate_uid().
|
||||
+ Re-apply missed change for bug 781543 after the offline-cache
|
||||
code merge.
|
||||
+ Mis-filters emails with Mailing List rule in certain
|
||||
situations.
|
||||
+ On The Web calendars don't work when the server doesn't return
|
||||
ETag header.
|
||||
+ Bugs fixed: bgo#781833, bgo#779749, bgo#782360, bgo#782362,
|
||||
bgo#782377, bgo#782745, bgo#782799, bgo#782847.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 03:25:01 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.25.1:
|
||||
+ Correct two libecal/client tests.
|
||||
+ IMAPx:
|
||||
- Unsubscribed folders shown after refresh.
|
||||
- Fix a memory leak of CamelIMAPXServer.
|
||||
+ Bugs fixed: bgo#656635, bgo#777042, bgo#781376, bgo#781465,
|
||||
bgo#781543,bgo#781549.
|
||||
+ Updated translations.
|
||||
- Bump _evo_version to 3.26, following upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 11:10:02 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -31,19 +31,20 @@
|
||||
%define so_edata_cal 28
|
||||
|
||||
Name: evolution-data-server
|
||||
%define _evo_version 3.24
|
||||
Version: 3.24.5
|
||||
%define _evo_version 3.26
|
||||
Version: 3.26.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.24/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/evolution-data-server/3.26/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: cmake
|
||||
BuildRequires: db-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gperf
|
||||
BuildRequires: gtk-doc
|
||||
@ -306,15 +307,9 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%find_lang evolution-data-server-%{_evo_version}
|
||||
%find_lang evolution-data-server
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%post -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
||||
@ -453,6 +448,6 @@ make %{?_smp_mflags}
|
||||
%defattr(-, root, root)
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%files lang -f evolution-data-server-%{_evo_version}.lang
|
||||
%files lang -f evolution-data-server.lang
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user