public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/regex-markup/files/
@ 2023-09-16  7:01 Arthur Zamarin
  0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2023-09-16  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9acf33072928e263b965ca6f8d3d7a5ec910cf46
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Fri Sep 15 19:50:42 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 07:00:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acf3307

app-misc/regex-markup: fix tests

Note from arthurzam: this is fine to do without a revbump, since there
is no affect for already installed packages (no rebuild is needed) and
those whose build failed will start working now.

Closes: https://bugs.gentoo.org/914212
Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/32818
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../files/regex-markup-0.10.0-r2-configure.patch          | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/app-misc/regex-markup/files/regex-markup-0.10.0-r2-configure.patch b/app-misc/regex-markup/files/regex-markup-0.10.0-r2-configure.patch
index 5ea8efa2834e..5d082944c2c4 100644
--- a/app-misc/regex-markup/files/regex-markup-0.10.0-r2-configure.patch
+++ b/app-misc/regex-markup/files/regex-markup-0.10.0-r2-configure.patch
@@ -1,10 +1,17 @@
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
+Ensure tests run using serial test harness (bug #914212), and do not
+call ar directly (bug #722328)
 
-diff --git a/configure.ac b/configure.ac
-index 0b98557..3e24e2e 100644
 --- a/configure.ac
 +++ b/configure.ac
+@@ -4,7 +4,7 @@
+ # Initialization
+ AC_PREREQ(2.59)
+ AC_INIT(regex-markup, 0.10.0, oskar@osk.mine.nu)
+-AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([serial-tests])
+ AC_CONFIG_SRCDIR([src/remark.c])
+ AC_CONFIG_HEADER([config.h])
+ 
 @@ -19,6 +19,7 @@ AC_DEFINE_DIR(PKGDATADIR, datadir/$PACKAGE, [Directory where system-wide rule fi
  # Checks for programs.
  AC_PROG_CC


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-16  7:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16  7:01 [gentoo-commits] repo/gentoo:master commit in: app-misc/regex-markup/files/ Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox