Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hidapi for openSUSE:Factory checked in at 2021-06-14 23:10:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hidapi (Old) and /work/SRC/openSUSE:Factory/.hidapi.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hidapi" Mon Jun 14 23:10:38 2021 rev:6 rq:899617 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/hidapi/hidapi.changes 2021-01-15 19:46:16.238025605 +0100 +++ /work/SRC/openSUSE:Factory/.hidapi.new.32437/hidapi.changes 2021-06-14 23:10:42.928710383 +0200 @@ -1,0 +2,6 @@ +Wed Jun 9 09:19:42 UTC 2021 - Matwey Kornilov <[email protected]> + +- Add 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch: + fix boo#1187056 + +------------------------------------------------------------------- New: ---- 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hidapi.spec ++++++ --- /var/tmp/diff_new_pack.II6gB2/_old 2021-06-14 23:10:43.460711344 +0200 +++ /var/tmp/diff_new_pack.II6gB2/_new 2021-06-14 23:10:43.460711344 +0200 @@ -28,6 +28,7 @@ Source: https://github.com/libusb/hidapi/archive/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE do_not_install_docs.patch -- don't let make install put files into /usr/share/doc/packages Patch0: do_not_install_docs.patch +Patch1: 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -74,6 +75,7 @@ %prep %setup -q -n %{name}-%{name}-%{version} %patch0 -p1 +%patch1 -p1 %build ./bootstrap ++++++ 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch ++++++ >From d15d594a415e5f51d2cd8ff8bb77b3765a539b98 Mon Sep 17 00:00:00 2001 From: Jan Palus <[email protected]> Date: Fri, 15 Jan 2021 14:32:14 +0100 Subject: [PATCH] configure.ac: remove duplicate AC_CONFIG_MACRO_DIR (#226) fixes build with autoconf 2.70 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 220909a..77da67a 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,6 @@ LTLDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age}" AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) -AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT -- 2.26.2
