diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -600,4 +600,5 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am @@ -678,4 +679,8 @@ $(am__post_remove_distdir) +dist-bzip3: distdir + tardir=$(distdir) && $(am__tar) | bzip3 -c >$(distdir).tar.bz3 + $(am__post_remove_distdir) + dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz @@ -722,4 +727,6 @@ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.bz3*) \ + bzip3 -dc $(distdir).tar.bz3 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ @@ -910,7 +917,7 @@ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool cscope cscopelist-am ctags ctags-am dist \ - dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ - dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ - distclean-generic distclean-hdr distclean-libtool \ + dist-all dist-bzip2 dist-bzip3 dist-gzip dist-hook dist-lzip \ + dist-shar dist-tarZ dist-xz dist-zip dist-zstd distcheck \ + distclean distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/aclocal.m4 /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/aclocal.m4 --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/aclocal.m4 2026-03-12 04:57:07.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/aclocal.m4 2026-03-13 17:58:46.000000000 +0000 @@ -1,5 +1,5 @@ -# generated automatically by aclocal 1.17 -*- Autoconf -*- +# generated automatically by aclocal 1.18.1 -*- Autoconf -*- -# Copyright (C) 1996-2024 Free Software Foundation, Inc. +# Copyright (C) 1996-2025 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -69,6 +69,6 @@ ])dnl PKG_PREREQ -dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) -dnl ---------------------------------- +dnl PKG_PROG_PKG_CONFIG([MIN-VERSION], [ACTION-IF-NOT-FOUND]) +dnl --------------------------------------------------------- dnl Since: 0.16 dnl @@ -78,4 +78,10 @@ dnl used since that's the first version where most current features of dnl pkg-config existed. +dnl +dnl If pkg-config is not found or older than specified, it will result +dnl in an empty PKG_CONFIG variable. To avoid widespread issues with +dnl scripts not checking it, ACTION-IF-NOT-FOUND defaults to aborting. +dnl You can specify [PKG_CONFIG=false] as an action instead, which would +dnl result in pkg-config tests failing, but no bogus error messages. AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) @@ -98,4 +104,7 @@ PKG_CONFIG="" fi +fi +if test -z "$PKG_CONFIG"; then + m4_default([$2], [AC_MSG_ERROR([pkg-config not found])]) fi[]dnl ])dnl PKG_PROG_PKG_CONFIG @@ -365,5 +374,5 @@ ])dnl PKG_HAVE_DEFINE_WITH_MODULES -# Copyright (C) 2002-2024 Free Software Foundation, Inc. +# Copyright (C) 2002-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -377,8 +386,8 @@ # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.17' +[am__api_version='1.18' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.17], [], +m4_if([$1], [1.18.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -396,10 +405,10 @@ # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.17])dnl +[AM_AUTOMAKE_VERSION([1.18.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) -# Copyright (C) 2011-2024 Free Software Foundation, Inc. +# Copyright (C) 2011-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -465,5 +474,5 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2024 Free Software Foundation, Inc. +# Copyright (C) 2001-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -517,5 +526,5 @@ # AM_COND_IF -*- Autoconf -*- -# Copyright (C) 2008-2024 Free Software Foundation, Inc. +# Copyright (C) 2008-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -554,5 +563,5 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2024 Free Software Foundation, Inc. +# Copyright (C) 1997-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -585,5 +594,5 @@ fi])]) -# Copyright (C) 1999-2024 Free Software Foundation, Inc. +# Copyright (C) 1999-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -776,5 +785,5 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2024 Free Software Foundation, Inc. +# Copyright (C) 1999-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -844,5 +853,5 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2024 Free Software Foundation, Inc. +# Copyright (C) 1996-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -944,6 +953,7 @@ AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_IF_OPTION([tar-v7], [_AM_PROG_TAR([v7])], + [_AM_PROG_TAR([ustar])])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], @@ -1021,5 +1031,5 @@ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2024 Free Software Foundation, Inc. +# Copyright (C) 2001-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1042,5 +1052,5 @@ AC_SUBST([install_sh])]) -# Copyright (C) 2003-2024 Free Software Foundation, Inc. +# Copyright (C) 2003-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1063,5 +1073,5 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2024 Free Software Foundation, Inc. +# Copyright (C) 2001-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1106,5 +1116,5 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2024 Free Software Foundation, Inc. +# Copyright (C) 1997-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1140,5 +1150,5 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2024 Free Software Foundation, Inc. +# Copyright (C) 2001-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1169,5 +1179,5 @@ [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2024 Free Software Foundation, Inc. +# Copyright (C) 1999-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1201,5 +1211,8 @@ fi done - rm -f core conftest* + # aligned with autoconf, so not including core; see bug#72225. + rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \ + conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \ + conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then @@ -1216,5 +1229,5 @@ AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1232,5 +1245,5 @@ ]) -# Copyright (C) 2001-2024 Free Software Foundation, Inc. +# Copyright (C) 2001-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1251,5 +1264,5 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2024 Free Software Foundation, Inc. +# Copyright (C) 1996-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1420,8 +1433,10 @@ case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_RESULT([no]) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_RESULT([no]) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac @@ -1476,5 +1491,5 @@ ]) -# Copyright (C) 2009-2024 Free Software Foundation, Inc. +# Copyright (C) 2009-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1545,7 +1560,11 @@ AC_DEFUN([AM_SILENT_RULES], [AC_REQUIRE([_AM_SILENT_RULES]) -AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])]) +AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])m4_newline +dnl We intentionally force a newline after the assignment, since a) nothing +dnl good can come of more text following, and b) that was the behavior +dnl before 1.17. See https://bugs.gnu.org/72267. +]) -# Copyright (C) 2001-2024 Free Software Foundation, Inc. +# Copyright (C) 2001-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1575,5 +1594,5 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2024 Free Software Foundation, Inc. +# Copyright (C) 2006-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1594,5 +1613,5 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2024 Free Software Foundation, Inc. +# Copyright (C) 2004-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1729,5 +1748,5 @@ ]) # _AM_PROG_TAR -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/configure /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/configure --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/configure 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/configure 2026-03-13 17:58:47.000000000 +0000 @@ -4063,5 +4063,8 @@ fi done - rm -f core conftest* + # aligned with autoconf, so not including core; see bug#72225. + rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \ + conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \ + conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM unset am_i ;; esac @@ -4319,5 +4322,5 @@ -am__api_version='1.17' +am__api_version='1.18' @@ -4588,8 +4591,12 @@ case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac @@ -5116,7 +5123,131 @@ # We'll loop over all known methods to create a tar archive until one works. -_am_tools='gnutar pax cpio none' +_am_tools='gnutar plaintar pax cpio none' + +# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5 +printf %s "checking whether UID '$am_uid' is supported by ustar format... " >&6; } + if test x$am_uid = xunknown; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ancient id detected; assuming current UID is ok, but dist-ustar might not work" >&5 +printf "%s\n" "$as_me: WARNING: ancient id detected; assuming current UID is ok, but dist-ustar might not work" >&2;} + elif test $am_uid -le $am_max_uid; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + _am_tools=none + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5 +printf %s "checking whether GID '$am_gid' is supported by ustar format... " >&6; } + if test x$gm_gid = xunknown; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ancient id detected; assuming current GID is ok, but dist-ustar might not work" >&5 +printf "%s\n" "$as_me: WARNING: ancient id detected; assuming current GID is ok, but dist-ustar might not work" >&2;} + elif test $am_gid -le $am_max_gid; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + _am_tools=none + fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 +printf %s "checking how to create a ustar tar archive... " >&6; } + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_ustar-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + { echo "$as_me:$LINENO: $_am_tar --version" >&5 + ($_am_tar --version) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && break + done + am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x ustar -w "$$tardir"' + am__tar_='pax -L -x ustar -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H ustar -L' + am__tar_='find "$tardir" -print | cpio -o -H ustar -L' + am__untar='cpio -i -H ustar -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac -am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_ustar}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 + (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + rm -rf conftest.dir + if test -s conftest.tar; then + { echo "$as_me:$LINENO: $am__untar &5 + ($am__untar &5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + { echo "$as_me:$LINENO: cat conftest.dir/file" >&5 + (cat conftest.dir/file) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + if test ${am_cv_prog_tar_ustar+y} +then : + printf %s "(cached) " >&6 +else case e in #( + e) am_cv_prog_tar_ustar=$_am_tool ;; +esac +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 +printf "%s\n" "$am_cv_prog_tar_ustar" >&6; } @@ -5278,4 +5409,6 @@ + + if test -n "$ac_tool_prefix"; then for ac_prog in ar lib "link -lib" @@ -5598,4 +5731,7 @@ fi fi +if test -z "$PKG_CONFIG"; then + as_fn_error $? "pkg-config not found" "$LINENO" 5 +fi required_packages= @@ -6395,5 +6531,8 @@ fi done - rm -f core conftest* + # aligned with autoconf, so not including core; see bug#72225. + rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \ + conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \ + conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM unset am_i ;; esac diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/data/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/data/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/data/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/data/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -567,4 +567,5 @@ cscope cscopelist: + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/docs/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/docs/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/docs/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/docs/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -563,4 +563,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/docs/doxygen/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/docs/doxygen/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/docs/doxygen/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/docs/doxygen/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -409,4 +409,5 @@ cscope cscopelist: + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/man/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/man/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/man/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/man/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -430,4 +430,5 @@ cscope cscopelist: + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -916,4 +916,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/app_ddcutil/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/app_ddcutil/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/app_ddcutil/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/app_ddcutil/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -552,4 +552,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/app_sysenv/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/app_sysenv/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/app_sysenv/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/app_sysenv/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -600,4 +600,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/base/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/base/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/base/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/base/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -611,4 +611,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/cmdline/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/cmdline/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/cmdline/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/cmdline/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -520,4 +520,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/ddc/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/ddc/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/ddc/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/ddc/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -570,4 +570,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/dw/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/dw/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/dw/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/dw/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -549,4 +549,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/dynvcp/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/dynvcp/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/dynvcp/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/dynvcp/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -528,4 +528,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/i2c/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/i2c/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/i2c/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/i2c/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -532,4 +532,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/libmain/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/libmain/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/libmain/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/libmain/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -537,4 +537,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/libmain/api_feature_access.c /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/libmain/api_feature_access.c --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/libmain/api_feature_access.c 2026-03-11 09:46:13.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/libmain/api_feature_access.c 2026-03-13 17:55:23.000000000 +0000 @@ -92,4 +92,5 @@ ddca_dh, dh_repr( (Display_Handle*)ddca_dh ), feature_code, valrec ); DDCA_Status psc = API_PRECOND_RVALUE(valrec); + char * retvals = NULL; Error_Info * ddc_excp = NULL; if (psc != 0) @@ -125,5 +126,5 @@ bye: - char * retvals = g_strdup_printf(" valrec: mh=0x%02x, ml=0x%02x, sh=0x%02x, sl=0x%02x", + retvals = g_strdup_printf(" valrec: mh=0x%02x, ml=0x%02x, sh=0x%02x, sl=0x%02x", valrec->mh, valrec->ml, valrec->sh, valrec->sl); char * ddcrc_expl = (psc == DDCRC_RETRIES) ? errinfo_summary(ddc_excp) : ""; @@ -146,4 +147,5 @@ free_thread_error_detail(); Error_Info * ddc_excp = NULL; + DDCA_Status ddcrc = 0; API_PROLOGX(debug, true, "ddca_dh=%p, feature_code=0x%02x, table_value_loc=%p", @@ -178,9 +180,9 @@ bye: - DDCA_Status psc = ERRINFO_STATUS(ddc_excp); + ddcrc = ERRINFO_STATUS(ddc_excp); API_EPILOG_EREC_BEFORE_RETURN(debug, true, ddc_excp, "ddca_dh=%p->%s, feature_code=0x%02x, *table_value_loc=%p", ddca_dh, dh_repr(ddca_dh), feature_code, *table_value_loc); - return psc; + return ddcrc; } diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/public/ddcutil_c_api.h /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/public/ddcutil_c_api.h --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/public/ddcutil_c_api.h 2026-03-12 04:58:17.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/public/ddcutil_c_api.h 2026-03-13 17:58:55.000000000 +0000 @@ -1705,4 +1705,5 @@ * @param[in] lo_byte low byte of new value * @return status code + * @since 2.2.6 */ DDCA_Status diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/sample_clients/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/sample_clients/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/sample_clients/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/sample_clients/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -623,4 +623,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/sysfs/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/sysfs/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/sysfs/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/sysfs/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -540,4 +540,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/test/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/test/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/test/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/test/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -542,4 +542,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/usb/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/usb/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/usb/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/usb/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -530,4 +530,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/usb_util/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/usb_util/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/usb_util/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/usb_util/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -543,4 +543,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/util/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/util/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/util/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/util/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -628,4 +628,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -U2 -r /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/vcp/Makefile.in /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/vcp/Makefile.in --- /var/lib/copr-rpmbuild/results/ddcutil/upstream-unpacked/Source0/ddcutil-2.2.6/src/vcp/Makefile.in 2026-03-12 04:57:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/ddcutil/srpm-unpacked/ddcutil-2.2.6.tar.gz-extract/ddcutil-2.2.6/src/vcp/Makefile.in 2026-03-13 17:58:47.000000000 +0000 @@ -1,6 +1,6 @@ -# Makefile.in generated by automake 1.17 from Makefile.am. +# Makefile.in generated by automake 1.18.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2024 Free Software Foundation, Inc. +# Copyright (C) 1994-2025 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -532,4 +532,5 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am