From 8935c83a84e7745f89e38f4c5c9ad8a524ed4d55 Mon Sep 17 00:00:00 2001 From: Mohammed Khajapasha Date: Mon, 14 Oct 2019 17:55:01 +0000 Subject: [PATCH 1/3] Autotools: Add package name variable for expat.pc config file Add _EXPAT_TARGET package name variable for expat.pc package config file in automake. Signed-off-by: Mohammed Khajapasha --- expat/configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/expat/configure.ac b/expat/configure.ac index e2b9a114..49e55def 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -307,6 +307,9 @@ AS_IF([test "x${DOCBOOK_TO_MAN}" != x -a "x$with_docbook" != xno], AM_CONDITIONAL(WITH_DOCBOOK, [test "x${DOCBOOK_TO_MAN}" != x]) +dnl updating _EXPAT_TARGET variable to effect the package name in expat.pc file (issue #361) +AC_SUBST(_EXPAT_TARGET, ["$PACKAGE_NAME"]) + AC_CONFIG_FILES([Makefile] [expat.pc] [doc/Makefile] From 739a525d1b27008435f029d3188fb46f45af3f2c Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 16 Oct 2019 15:23:14 +0200 Subject: [PATCH 2/3] Changes: Give credit for #361 and #362 --- expat/Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expat/Changes b/expat/Changes index 415e9f29..51eefe44 100644 --- a/expat/Changes +++ b/expat/Changes @@ -14,7 +14,9 @@ Release x.x.x xxx xxxxxxxxx xx xxxx #354 #355 #356 Address compiler warnings Special thanks to: + asavah Ma Lin + Mohammed Khajapasha Vadim Zeitlin Release 2.2.9 Wed September 25 2019 From a328ba3ca632954458f1fe11a305effef3c48655 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 16 Oct 2019 15:24:05 +0200 Subject: [PATCH 3/3] Changes: Fix name order for 2.2.8 --- expat/Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/Changes b/expat/Changes index 51eefe44..fa444355 100644 --- a/expat/Changes +++ b/expat/Changes @@ -132,10 +132,10 @@ Release 2.2.8 Fri September 13 2019 Special thanks to: David Loffredo Joonun Jang - Khajapasha Mohammed Kishore Kunche Marco Maggi Mitch Phillips + Mohammed Khajapasha Rolf Ade xantares Zhongyuan Zhou