Accepting request 795015 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795015 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=371
This commit is contained in:
parent
585e8d655e
commit
292f3b3dc8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:985c4b4b613c50c999a4ca5e9d52478acbea85e1e99bab3a8b6e57ba7eace8f3
|
||||
size 4627704
|
3
evolution-data-server-3.36.1.tar.xz
Normal file
3
evolution-data-server-3.36.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13122b2edddb98306207d2a35d5ccae25a90702769ca0a0b51653b5984986796
|
||||
size 4636500
|
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 17:57:40 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.36.1:
|
||||
+ Bugs fixed:
|
||||
- ESoupAuthBearer: Is not thread safe.
|
||||
- Free/Busy times are not in UTC.
|
||||
- Meta backends not moved back online after connect failure.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 10:06:51 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.36.0:
|
||||
+ Bugs fixed: goa: Does not set
|
||||
ESourceAuthentication::is-external properly.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 29 00:50:16 UTC 2020 - mgorse@suse.com
|
||||
|
||||
- Update to version 3.35.92:
|
||||
+ Miscellaneous:
|
||||
- EWebDAVCollectionBackend: Require credentials only if user name is set.
|
||||
- CalDAV/CardDAV: Fix 'local_error' variable usage in
|
||||
connect_sync().
|
||||
- CalDAV/CardDAV: Remove unused variable declaration.
|
||||
- CalDAV: Claim not found objects during refresh as removed.
|
||||
+ Various bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 10:28:19 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.35.91:
|
||||
+ Miscellaneous:
|
||||
- Remove outdated and unused devel-docs files from camel.
|
||||
- EWebDAVDiscover: Returns address books when asked for
|
||||
calendars only.
|
||||
+ Various bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 09:50:53 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.35.90:
|
||||
+ Miscellaneous:
|
||||
- EDBusServer: Delay new module load.
|
||||
- alarm-notify: Double-free with certain types of the reminder.
|
||||
- ESourceCollection: Add 'allow-sources-rename' property.
|
||||
- camel: Document the GHashTable type in
|
||||
CamelProviderAutoDetectFunc and camel_provider_auto_detect.
|
||||
- Speed-up e_contact_get_attributes_set().
|
||||
- Prefer GSlice over heap allocation for short-lived
|
||||
structures.
|
||||
- EBookSqlite: Address runtime warnings from
|
||||
remove_leading_zeros() in unit tests.
|
||||
- CamelMessageInfo: Cache common strings in the string pool.
|
||||
- ECalCache: Be more specific regarding the signal definition
|
||||
and fix documentation.
|
||||
- CamelHeaderParam: Specify the transfer annotation for
|
||||
camel_header_param.
|
||||
- Vala: Add more .metadata fixes.
|
||||
- Bump libical-glib dependency to 3.0.7 and benefit from its
|
||||
behavior.
|
||||
+ Various bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 09:50:52 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -32,13 +32,13 @@
|
||||
%bcond_without introspection
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.34.4
|
||||
Version: 3.36.1
|
||||
Release: 0
|
||||
Summary: Evolution Data Server
|
||||
License: LGPL-2.0-only
|
||||
Group: Development/Libraries/GNOME
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
Source0: https://download.gnome.org/sources/evolution-data-server/3.34/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/evolution-data-server/3.36/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: cmake
|
||||
@ -59,7 +59,7 @@ BuildRequires: nss-shared-helper-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libical) >= 3.0.5
|
||||
BuildRequires: pkgconfig(libical-glib) >= 3.0.5
|
||||
BuildRequires: pkgconfig(libical-glib) >= 3.0.7
|
||||
# For adressbook data generating
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: sqlite3-devel >= 3.7.17
|
||||
|
Loading…
Reference in New Issue
Block a user