Accepting request 921603 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 920920 from dimstar) OBS-URL: https://build.opensuse.org/request/show/921603 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=229
This commit is contained in:
commit
3f791fb820
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87c185f18c37270e3611981f19bd9221ac974c807462c8dce90bea08712c5800
|
||||
size 4622640
|
3
evolution-data-server-3.42.0.tar.xz
Normal file
3
evolution-data-server-3.42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8fdd3bc47a07d6f8a3052bbcae880f20f6dbc4f6973a8e90d00169bb99b1635
|
||||
size 4614616
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 10:15:03 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Replace CMAKE_SKIP_RPATH=OFF with CMAKE_SKIP_INSTALL_RPATH=OFF
|
||||
as that should be used with the newest cmake macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 09:29:10 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.42.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 19 10:01:17 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.41.3:
|
||||
+ Slow down automatic background downloads when in power saver
|
||||
mode.
|
||||
+ ERemindersWidget: Reverse order of the shown reminders.
|
||||
+ vala: FolderThreadNode is a compact class.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 18 13:49:22 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.41.2:
|
||||
+ CamelMimeFilterToHTML: Speed up read of long lines.
|
||||
+ CamelMimeFilterToHTML: Correct filtering of text without new
|
||||
line at the end.
|
||||
+ alarm-notify: Focus window on status icon click when shown.
|
||||
+ vala: Add support for the auth_type class field of CamelSasl.
|
||||
+ vala: Properly annotate CamelServiceAuthType.
|
||||
+ ESoupSession: Let it understand GSSAPI authentication method.
|
||||
+ Updated translations.
|
||||
- bump so_camel to 63: follow upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 03:41:01 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.41.1:
|
||||
+ EWebDAVCollectionBackend: Preset also auth method on the new
|
||||
child.
|
||||
+ Camel: Fails to filter unread junk messages in a virtual Junk
|
||||
folder.
|
||||
+ Add Yahoo! OAuth2 service objects into the developer
|
||||
documentation.
|
||||
+ ESourceWebDAV: Fallback to SHA1 on SSL trust verification if
|
||||
needed.
|
||||
+ ECalBackendSync: Ensure no Recurrence-ID set when removing all
|
||||
components.
|
||||
+ PrintableOptions.cmake: Correct variable name comparison.
|
||||
+ libecal: Fix a warning caught by a gcc static analyzer.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 01:28:30 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- Remove obsolete translation-update-upstream support
|
||||
(jsc#SLE-21105).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 15:23:30 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global with_docs 0
|
||||
|
||||
# Shared Library soNUMs, to make it easier for updates
|
||||
%define so_camel 62
|
||||
%define so_camel 63
|
||||
%define so_ebackend 10
|
||||
%define so_edataserver 26
|
||||
%define so_edataserverui 3
|
||||
@ -31,13 +31,13 @@
|
||||
%bcond_without introspection
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.40.4
|
||||
Version: 3.42.0
|
||||
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.40/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/evolution-data-server/3.42/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: db-devel
|
||||
@ -63,7 +63,6 @@ BuildRequires: python3-base
|
||||
BuildRequires: libboost_thread-devel
|
||||
BuildRequires: libphonenumber-devel
|
||||
BuildRequires: sqlite3-devel >= 3.7.17
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: vala >= 0.22.0
|
||||
BuildRequires: pkgconfig(gcr-base-3) >= 3.4
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.8
|
||||
@ -308,7 +307,6 @@ This package contains developer documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%if %{with_docs}
|
||||
@ -324,7 +322,7 @@ translation-update-upstream
|
||||
-DENABLE_IPV6=ON \
|
||||
-DENABLE_SMIME=ON \
|
||||
-DENABLE_UOA=OFF \
|
||||
-DCMAKE_SKIP_RPATH=OFF \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH=OFF \
|
||||
%{?with_introspection:\
|
||||
-DENABLE_VALA_BINDINGS=ON \
|
||||
-DENABLE_INTROSPECTION=ON} \
|
||||
|
Loading…
Reference in New Issue
Block a user