Add a patch for missing G_BEGIN_DECLS in e-soup-logger.h
This commit is contained in:
parent
f9cfd5218b
commit
8881d0279f
13
evolution-data-server-3.37.3-soup-logger-begin-decls.patch
Normal file
13
evolution-data-server-3.37.3-soup-logger-begin-decls.patch
Normal 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);
|
||||||
|
|
@ -38,12 +38,14 @@
|
|||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 3.37.3
|
Version: 3.37.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Backend data server for Evolution
|
Summary: Backend data server for Evolution
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Evolution
|
URL: https://wiki.gnome.org/Apps/Evolution
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.37/%{name}-%{version}.tar.xz
|
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}
|
Provides: evolution-webcal = %{version}
|
||||||
Obsoletes: evolution-webcal < 2.24.0
|
Obsoletes: evolution-webcal < 2.24.0
|
||||||
|
|
||||||
@ -474,6 +476,9 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 03 2020 Milan Crha <mcrha@redhat.com> - 3.37.3-1
|
||||||
- Update to 3.37.3
|
- Update to 3.37.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user