[packages/mailutils] - added normalize patch (remove double slashes in paths stored in debuginfo, fixes build)

qboosh qboosh at pld-linux.org
Sat Aug 22 10:11:22 CEST 2020


commit ea7d3635aeade6bb018e7af12d300a6db4a04a6a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Aug 22 10:13:46 2020 +0200

    - added normalize patch (remove double slashes in paths stored in debuginfo, fixes build)

 mailutils-normalize.patch | 8 ++++++++
 mailutils.spec            | 2 ++
 2 files changed, 10 insertions(+)
---
diff --git a/mailutils.spec b/mailutils.spec
index 4e67e65..2aa4a07 100644
--- a/mailutils.spec
+++ b/mailutils.spec
@@ -40,6 +40,7 @@ Patch4:		%{name}-examples.patch
 Patch5:		%{name}-extern.patch
 Patch6:		%{name}-cpp.patch
 Patch7:		%{name}-sql-quota.patch
+Patch8:		%{name}-normalize.patch
 URL:		http://www.gnu.org/software/mailutils/mailutils.html
 BuildRequires:	autoconf >= 2.63
 BuildRequires:	automake >= 1:1.15
@@ -190,6 +191,7 @@ skrzynek pocztowych.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %{__rm} po/stamp-po
 
diff --git a/mailutils-normalize.patch b/mailutils-normalize.patch
new file mode 100644
index 0000000..385bd47
--- /dev/null
+++ b/mailutils-normalize.patch
@@ -0,0 +1,8 @@
+--- mailutils-3.10/python/mailutils/Makefile.am.orig	2020-06-16 14:49:41.000000000 +0200
++++ mailutils-3.10/python/mailutils/Makefile.am	2020-08-22 09:00:28.379067903 +0200
+@@ -46,4 +46,4 @@
+ c_api_la_SOURCES = c_api.c
+ 
+ AM_CPPFLAGS = $(MU_LIB_COMMON_INCLUDES) @PYTHON_INCLUDES@\
+- -I$(top_srcdir)/python/$(PYTHON_MAJOR)/libmu_py
++ -I$(top_srcdir)/python/libmu_py
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mailutils.git/commitdiff/ea7d3635aeade6bb018e7af12d300a6db4a04a6a



More information about the pld-cvs-commit mailing list