Add a patch for missing G_BEGIN_DECLS in e-soup-logger.h

This commit is contained in:
Milan Crha 2020-07-03 14:12:57 +02:00
parent f9cfd5218b
commit 8881d0279f
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/src/libedataserver/e-soup-logger.h b/src/libedataserver/e-soup-logger.h
index 06a1758b1..63f71ba5c 100644
--- a/src/libedataserver/e-soup-logger.h
+++ b/src/libedataserver/e-soup-logger.h
@@ -24,6 +24,8 @@
#include <libsoup/soup.h>
+G_BEGIN_DECLS
+
GInputStream * e_soup_logger_attach (SoupMessage *message,
GInputStream *input_stream);

View File

@ -38,12 +38,14 @@
Name: evolution-data-server
Version: 3.37.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Backend data server for Evolution
License: LGPLv2+
URL: https://wiki.gnome.org/Apps/Evolution
Source: http://download.gnome.org/sources/%{name}/3.37/%{name}-%{version}.tar.xz
Patch01: evolution-data-server-3.37.3-soup-logger-begin-decls.patch
Provides: evolution-webcal = %{version}
Obsoletes: evolution-webcal < 2.24.0
@ -474,6 +476,9 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
%{_datadir}/installed-tests
%changelog
* Fri Jul 03 2020 Milan Crha <mcrha@redhat.com> - 3.37.3-2
- Add a patch for missing G_BEGIN_DECLS in e-soup-logger.h
* Fri Jul 03 2020 Milan Crha <mcrha@redhat.com> - 3.37.3-1
- Update to 3.37.3