Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gjiten for openSUSE:Factory checked in at 2021-12-12 00:57:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gjiten (Old) and /work/SRC/openSUSE:Factory/.gjiten.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gjiten" Sun Dec 12 00:57:52 2021 rev:6 rq:939975 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/gjiten/gjiten.changes 2020-06-19 17:23:09.079851707 +0200 +++ /work/SRC/openSUSE:Factory/.gjiten.new.2520/gjiten.changes 2021-12-12 00:58:11.918608649 +0100 @@ -1,0 +2,6 @@ +Sat Dec 11 20:14:46 UTC 2021 - Jan Engelhardt <[email protected]> + +- Fix broken configure-set-foreign.patch introduced on 2019-08-08. + (Can't have AM_INIT_AUTOMAKE twice!) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gjiten.spec ++++++ --- /var/tmp/diff_new_pack.pqf8lE/_old 2021-12-12 00:58:12.398608978 +0100 +++ /var/tmp/diff_new_pack.pqf8lE/_new 2021-12-12 00:58:12.398608978 +0100 @@ -1,7 +1,7 @@ # # spec file for package gjiten # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ configure-set-foreign.patch ++++++ --- /var/tmp/diff_new_pack.pqf8lE/_old 2021-12-12 00:58:12.446609011 +0100 +++ /var/tmp/diff_new_pack.pqf8lE/_new 2021-12-12 00:58:12.446609011 +0100 @@ -7,17 +7,18 @@ Bug-Debian: https://bugs.debian.org/765214 --- - configure.in | 1 + - 1 file changed, 1 insertion(+) + configure.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/configure.in b/configure.in -index aec96d4..fde3865 100644 ---- a/configure.in -+++ b/configure.in -@@ -5,6 +5,7 @@ GJITEN_VERSION=2.6 +Index: gjiten-2.6/configure.in +=================================================================== +--- gjiten-2.6.orig/configure.in ++++ gjiten-2.6/configure.in +@@ -4,7 +4,7 @@ GJITEN_VERSION=2.6 + AC_INIT(gjiten, 2.6) AC_CONFIG_SRCDIR(src/gjiten.c) - AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE([foreign]) dnl AM_MAINTAINER_MODE
