<86>Jun 2 01:41:40 userdel[303180]: delete user 'rooter' <86>Jun 2 01:41:40 userdel[303180]: removed group 'rooter' owned by 'rooter' <86>Jun 2 01:41:40 userdel[303180]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 2 01:41:40 groupadd[303210]: group added to /etc/group: name=rooter, GID=1802 <86>Jun 2 01:41:40 groupadd[303210]: group added to /etc/gshadow: name=rooter <86>Jun 2 01:41:40 groupadd[303210]: new group: name=rooter, GID=1802 <86>Jun 2 01:41:40 useradd[303226]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash <86>Jun 2 01:41:40 userdel[303254]: delete user 'builder' <86>Jun 2 01:41:40 userdel[303254]: removed group 'builder' owned by 'builder' <86>Jun 2 01:41:40 userdel[303254]: removed shadow group 'builder' owned by 'builder' <86>Jun 2 01:41:40 groupadd[303273]: group added to /etc/group: name=builder, GID=1803 <86>Jun 2 01:41:40 groupadd[303273]: group added to /etc/gshadow: name=builder <86>Jun 2 01:41:40 groupadd[303273]: new group: name=builder, GID=1803 <86>Jun 2 01:41:40 useradd[303279]: new user: name=builder, UID=1803, GID=1803, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/libyaml-0.2.5-alt1.src.rpm: bad symbols in the license tag: / <13>Jun 2 01:41:43 rpmi: doxygen-1:1.9.1-alt1 p10+283520.500.2.1 1629892835 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libyaml-0.2.5-alt1.nosrc.rpm (w1.gzdio) Installing libyaml-0.2.5-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.10599 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libyaml-0.2.5 + echo 'Source #0 (libyaml-0.2.5.tar):' Source #0 (libyaml-0.2.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libyaml-0.2.5.tar + cd libyaml-0.2.5 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.10599 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libyaml-0.2.5 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.ac: not using Gettext autoreconf-default: running: aclocal --force autoreconf-default: configure.ac: tracing autoreconf-default: running: libtoolize --force --install libtoolize-default: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize-default: linking file 'config/config.guess' libtoolize-default: linking file 'config/config.sub' libtoolize-default: linking file 'config/install-sh' libtoolize-default: linking file 'config/ltmain.sh' libtoolize-default: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize-default: and rerunning libtoolize-default and aclocal. libtoolize-default: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf-default: configure.ac: not using Intltool autoreconf-default: configure.ac: not using gtk-doc autoreconf-default: running: /usr/bin/autoconf-2.60 --force autoreconf-default: running: /usr/bin/autoheader-2.60 --force autoreconf-default: running: automake --add-missing --force-missing configure.ac:51: installing 'config/compile' configure.ac:30: installing 'config/missing' src/Makefile.am: installing 'config/depcomp' autoreconf-default: Leaving directory `.' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --disable-static configure: WARNING: unrecognized options: --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-alt-linux-gcc... none checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-alt-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-alt-linux-gnu file names to x86_64-alt-linux-gnu format... func_convert_file_noop checking how to convert x86_64-alt-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-alt-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-alt-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-alt-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-alt-linux-strip... no checking for strip... strip checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from x86_64-alt-linux-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-alt-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-alt-linux-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-alt-linux-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-alt-linux-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-alt-linux-gcc static flag -static works... no checking if x86_64-alt-linux-gcc supports -c -o file.o... yes checking if x86_64-alt-linux-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-alt-linux-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for doxygen... true checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating yaml-0.1.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating Makefile config.status: creating tests/Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --without-included-gettext + make -j16 Making all in include make all-am Making all in src make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o writer.lo writer.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c writer.c -fPIC -DPIC -o .libs/writer.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o reader.lo reader.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c reader.c -fPIC -DPIC -o .libs/reader.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o dumper.lo dumper.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c dumper.c -fPIC -DPIC -o .libs/dumper.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o loader.lo loader.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c loader.c -fPIC -DPIC -o .libs/loader.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o api.lo api.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c api.c -fPIC -DPIC -o .libs/api.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o parser.lo parser.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c parser.c -fPIC -DPIC -o .libs/parser.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o emitter.lo emitter.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c emitter.c -fPIC -DPIC -o .libs/emitter.o emitter.c: In function 'yaml_emitter_write_plain_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:1962:18: note: in expansion of macro 'WRITE_BREAK' 1962 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_single_quoted_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2019:18: note: in expansion of macro 'WRITE_BREAK' 2019 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_literal_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2285:18: note: in expansion of macro 'WRITE_BREAK' 2285 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_folded_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2334:18: note: in expansion of macro 'WRITE_BREAK' 2334 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o scanner.lo scanner.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c scanner.c -fPIC -DPIC -o .libs/scanner.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -no-undefined -release 0 -version-info 2:9:0 -o libyaml.la -rpath /usr/lib64 api.lo reader.lo scanner.lo parser.lo loader.lo writer.lo emitter.lo dumper.lo libtool: link: x86_64-alt-linux-gcc -shared -fPIC -DPIC .libs/api.o .libs/reader.o .libs/scanner.o .libs/parser.o .libs/loader.o .libs/writer.o .libs/emitter.o .libs/dumper.o -g -O2 -Wl,-soname -Wl,libyaml-0.so.2 -o .libs/libyaml-0.so.2.0.9 libtool: link: (cd ".libs" && rm -f "libyaml-0.so.2" && ln -s "libyaml-0.so.2.0.9" "libyaml-0.so.2") libtool: link: (cd ".libs" && rm -f "libyaml.so" && ln -s "libyaml-0.so.2.0.9" "libyaml.so") libtool: link: ( cd ".libs" && rm -f "libyaml.la" && ln -s "../libyaml.la" "libyaml.la" ) make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' Making all in . make[1]: Nothing to be done for 'all-am'. Making all in tests make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o run-parser.o run-parser.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o run-scanner.o run-scanner.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o run-loader.o run-loader.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o example-reformatter.o example-reformatter.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o example-reformatter-alt.o example-reformatter-alt.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o run-parser-test-suite.o run-parser-test-suite.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o run-emitter.o run-emitter.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o run-emitter-test-suite.o run-emitter-test-suite.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o run-dumper.o run-dumper.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o run-loader run-loader.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/run-loader run-loader.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o run-scanner run-scanner.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/run-scanner run-scanner.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o run-parser run-parser.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/run-parser run-parser.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o example-deconstructor-alt.o example-deconstructor-alt.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -c -o example-deconstructor.o example-deconstructor.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o example-reformatter example-reformatter.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/example-reformatter example-reformatter.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o example-reformatter-alt example-reformatter-alt.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/example-reformatter-alt example-reformatter-alt.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o run-parser-test-suite run-parser-test-suite.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/run-parser-test-suite run-parser-test-suite.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o run-dumper run-dumper.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/run-dumper run-dumper.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o run-emitter run-emitter.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/run-emitter run-emitter.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o run-emitter-test-suite run-emitter-test-suite.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/run-emitter-test-suite run-emitter-test-suite.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o example-deconstructor-alt example-deconstructor-alt.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/example-deconstructor-alt example-deconstructor-alt.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o example-deconstructor example-deconstructor.o ../src/libyaml.la libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/example-deconstructor example-deconstructor.o ../src/.libs/libyaml.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' ++ pwd + top_srcdir=/usr/src/RPM/BUILD/libyaml-0.2.5 ++ pwd + top_builddir=/usr/src/RPM/BUILD/libyaml-0.2.5 + doxygen doc/doxygen.cfg warning: Tag 'USE_WINDOWS_ENCODING' at line 11 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'DETAILS_AT_TOP' at line 23 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 59 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 101 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 112 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 159 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 160 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 192 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_WIDTH' at line 212 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_HEIGHT' at line 213 of file 'doc/doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /usr/src/RPM/BUILD/libyaml-0.2.5/include/yaml.h:1530: warning: Compound yaml_anchors_s is not documented. /usr/src/RPM/BUILD/libyaml-0.2.5/include/yaml.h:1537: warning: Member yaml_anchors_t (typedef) of group emitter is not documented. /usr/src/RPM/BUILD/libyaml-0.2.5/include/yaml.h:1537: warning: Member yaml_anchors_t (typedef) of group emitter is not documented. /usr/src/RPM/BUILD/libyaml-0.2.5/include/yaml.h:1156: warning: Member unread (variable) of struct yaml_parser_s is not documented. Doxygen version used: 1.9.1 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /usr/src/RPM/BUILD/libyaml-0.2.5/include Reading and parsing tag files Parsing files Preprocessing /usr/src/RPM/BUILD/libyaml-0.2.5/include/config.h... Parsing file /usr/src/RPM/BUILD/libyaml-0.2.5/include/config.h... Preprocessing /usr/src/RPM/BUILD/libyaml-0.2.5/include/yaml.h... Parsing file /usr/src/RPM/BUILD/libyaml-0.2.5/include/yaml.h... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Computing nesting relations for classes... Associating documentation with classes... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating file documentation... Generating docs for file include/yaml.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound yaml_alias_data_s... Generating docs for compound yaml_anchors_s... Generating docs for compound yaml_document_s... Generating docs for compound yaml_emitter_s... Generating docs for compound yaml_event_s... Generating docs for compound yaml_mark_s... Generating docs for compound yaml_node_pair_s... Generating docs for compound yaml_node_s... Generating docs for compound yaml_parser_s... Generating docs for compound yaml_simple_key_s... Generating docs for compound yaml_tag_directive_s... Generating docs for compound yaml_token_s... Generating docs for compound yaml_version_directive_s... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 234/65536 hits=1501 misses=375 finished... + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.41054 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libyaml-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libyaml-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd libyaml-0.2.5 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/libyaml-buildroot make: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5' Making install in include make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/include' make[2]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/include' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/src/tmp/libyaml-buildroot/usr/include' /usr/libexec/rpm-build/install -p -m 644 yaml.h '/usr/src/tmp/libyaml-buildroot/usr/include/.' make[2]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/include' make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/include' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[2]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' /bin/mkdir -p '/usr/src/tmp/libyaml-buildroot/usr/lib64' /bin/sh ../libtool --mode=install /usr/libexec/rpm-build/install -p libyaml.la '/usr/src/tmp/libyaml-buildroot/usr/lib64' libtool: install: /usr/libexec/rpm-build/install -p .libs/libyaml-0.so.2.0.9 /usr/src/tmp/libyaml-buildroot/usr/lib64/libyaml-0.so.2.0.9 libtool: install: (cd /usr/src/tmp/libyaml-buildroot/usr/lib64 && { ln -s -f libyaml-0.so.2.0.9 libyaml-0.so.2 || { rm -f libyaml-0.so.2 && ln -s libyaml-0.so.2.0.9 libyaml-0.so.2; }; }) libtool: install: (cd /usr/src/tmp/libyaml-buildroot/usr/lib64 && { ln -s -f libyaml-0.so.2.0.9 libyaml.so || { rm -f libyaml.so && ln -s libyaml-0.so.2.0.9 libyaml.so; }; }) libtool: install: /usr/libexec/rpm-build/install -p .libs/libyaml.lai /usr/src/tmp/libyaml-buildroot/usr/lib64/libyaml.la libtool: warning: remember to run 'libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/src' Making install in . make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5' make[2]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/src/tmp/libyaml-buildroot/usr/lib64/pkgconfig' /usr/libexec/rpm-build/install -p -m 644 yaml-0.1.pc '/usr/src/tmp/libyaml-buildroot/usr/lib64/pkgconfig' make[2]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5' make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5' Making install in tests make[1]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[2]: Entering directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make[1]: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5/tests' make: Leaving directory '/usr/src/RPM/BUILD/libyaml-0.2.5' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libyaml-buildroot (auto) removed './usr/lib64/libyaml.la' mode of './usr/lib64/libyaml-0.so.2.0.9' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libyaml-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) /usr/lib64/pkgconfig/yaml-0.1.pc: Cflags: '-I${includedir}' --> '' /usr/lib64/pkgconfig/yaml-0.1.pc: Libs: '-L${libdir} -lyaml' --> '-lyaml' Checking contents of files in /usr/src/tmp/libyaml-buildroot/ (default) Compressing files in /usr/src/tmp/libyaml-buildroot (auto) Adjusting library links in /usr/src/tmp/libyaml-buildroot ./usr/lib64: (from :0) libyaml-0.so.2 -> libyaml-0.so.2.0.9 Verifying ELF objects in /usr/src/tmp/libyaml-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: libyaml2-0.2.5-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.23202 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libyaml-0.2.5 + DOCDIR=/usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml2-0.2.5 + export DOCDIR + rm -rf /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml2-0.2.5 + /bin/mkdir -p /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml2-0.2.5 + cp -prL ReadMe.md /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml2-0.2.5 + chmod -R go-w /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml2-0.2.5 + chmod -R a+rX /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml2-0.2.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7ca49A find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libyaml-buildroot/usr/lib64/libyaml-0.so.2: 58 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aoKskA find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libyaml-0.so.2()(64bit) = set:jdDZuuddLL28V2GTK1qUfOpFrI3C93jZiqjFbWT8nXQbibgtiKQtCS59xZg8jkEO1xQI0mdJUxItMTtagjXFSLiiaLZA5qUipWD7K8Cm7hZ3H3xdvVU6 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rCyT1z Creating libyaml2-debuginfo package Processing files: libyaml-devel-0.2.5-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.42936 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libyaml-0.2.5 + DOCDIR=/usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml-devel-0.2.5 + export DOCDIR + rm -rf /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml-devel-0.2.5 + /bin/mkdir -p /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml-devel-0.2.5 + cp -prL doc/html /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml-devel-0.2.5 + chmod -R go-w /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml-devel-0.2.5 + chmod -R a+rX /usr/src/tmp/libyaml-buildroot/usr/share/doc/libyaml-devel-0.2.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sbo4qz find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ij2EEC find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: pkgconfig(yaml-0.1) = 0.2.5 Requires: libyaml2 = 0.2.5-alt1, /usr/lib64/libyaml-0.so.2.0.9, /usr/lib64/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yecQDz Processing files: libyaml2-debuginfo-0.2.5-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iHZQLy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pe9spA find-requires: running scripts (debuginfo) Provides: debug64(libyaml-0.so.2) Requires: libyaml2 = 0.2.5-alt1, debug64(libc.so.6) Adding to libyaml-devel a strict dependency on libyaml2 Adding to libyaml2-debuginfo a strict dependency on libyaml2 Removing 1 extra deps from libyaml-devel due to dependency on libyaml2 Wrote: /usr/src/RPM/RPMS/x86_64/libyaml2-0.2.5-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libyaml-devel-0.2.5-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libyaml2-debuginfo-0.2.5-alt1.x86_64.rpm (w2.lzdio) 7.41user 5.12system 0:15.39elapsed 81%CPU (0avgtext+0avgdata 62496maxresident)k 0inputs+0outputs (0major+1066493minor)pagefaults 0swaps /.out/libyaml2-0.2.5-alt1.x86_64.rpm: bad symbols in the license tag: / /.out/libyaml-devel-0.2.5-alt1.x86_64.rpm: bad symbols in the license tag: / /.out/libyaml2-debuginfo-0.2.5-alt1.x86_64.rpm: bad symbols in the license tag: / 3.21user 2.87system 0:25.77elapsed 23%CPU (0avgtext+0avgdata 130096maxresident)k 0inputs+0outputs (0major+194691minor)pagefaults 0swaps --- libyaml-devel-0.2.5-alt1.x86_64.rpm.repo 2021-07-12 13:02:09.000000000 +0000 +++ libyaml-devel-0.2.5-alt1.x86_64.rpm.hasher 2024-06-02 01:42:01.419528700 +0000 @@ -14,2 +14,3 @@ /usr/share/doc/libyaml-devel-0.2.5/html/doxygen.png 100644 root:root +/usr/share/doc/libyaml-devel-0.2.5/html/doxygen.svg 100644 root:root /usr/share/doc/libyaml-devel-0.2.5/html/dynsections.js 100644 root:root @@ -116,77 +117,78 @@ File: /usr/share/doc/libyaml-devel-0.2.5/html 40755 root:root -File: /usr/share/doc/libyaml-devel-0.2.5/html/annotated.html 100644 root:root 1ae2753d408dde6067a22c06884f499d +File: /usr/share/doc/libyaml-devel-0.2.5/html/annotated.html 100644 root:root d8c4751f75222c9bea95a1c5a9e0f68f File: /usr/share/doc/libyaml-devel-0.2.5/html/bc_s.png 100644 root:root ceaaae73746596a7519cfe782d8aa065 File: /usr/share/doc/libyaml-devel-0.2.5/html/bdwn.png 100644 root:root 6249334b2e7fc28090f26abeb328eb78 -File: /usr/share/doc/libyaml-devel-0.2.5/html/classes.html 100644 root:root 697aa31a44bc2ed00b67a7914c2e9061 +File: /usr/share/doc/libyaml-devel-0.2.5/html/classes.html 100644 root:root c070856402153df174035137a264de22 File: /usr/share/doc/libyaml-devel-0.2.5/html/closed.png 100644 root:root 3fa180a1c853204ee64235708fb8e162 -File: /usr/share/doc/libyaml-devel-0.2.5/html/dir_d44c64559bbebec7f509842c48db8b23.html 100644 root:root c931adc997dc7027e6d70228ab514b7b +File: /usr/share/doc/libyaml-devel-0.2.5/html/dir_d44c64559bbebec7f509842c48db8b23.html 100644 root:root cecd839a3a3f0186c24b3f89930d5d7c File: /usr/share/doc/libyaml-devel-0.2.5/html/doc.png 100644 root:root 31ed05886f30a2be256e9df86a25586f -File: /usr/share/doc/libyaml-devel-0.2.5/html/doxygen.css 100644 root:root e2ff72818d3b89c2b00ca8169658a4f6 +File: /usr/share/doc/libyaml-devel-0.2.5/html/doxygen.css 100644 root:root 2c39008156d9e26a2fd709ea124a1e4f File: /usr/share/doc/libyaml-devel-0.2.5/html/doxygen.png 100644 root:root 4d8b8c8f1a68a4f320da8294a085f251 -File: /usr/share/doc/libyaml-devel-0.2.5/html/dynsections.js 100644 root:root 2c01ff94ad6551755416052b94fbfb13 -File: /usr/share/doc/libyaml-devel-0.2.5/html/files.html 100644 root:root 3a332c12f43b33ba3ea382b983c5e1a0 +File: /usr/share/doc/libyaml-devel-0.2.5/html/doxygen.svg 100644 root:root a1393c6693110602d5ad3e0d43269bb7 +File: /usr/share/doc/libyaml-devel-0.2.5/html/dynsections.js 100644 root:root c14230deed69fc9b4bbf22bfa42841d3 +File: /usr/share/doc/libyaml-devel-0.2.5/html/files.html 100644 root:root cb97f5239857ae2e1bd0ebfcf8bf0127 File: /usr/share/doc/libyaml-devel-0.2.5/html/folderclosed.png 100644 root:root 0b7046d86103299b2a0306ddf33ec004 File: /usr/share/doc/libyaml-devel-0.2.5/html/folderopen.png 100644 root:root 9ff4412a8e93e25320b9e260951c6a04 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions.html 100644 root:root 0f320a29b5cc31247eb998e5c03aa10d -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_b.html 100644 root:root 6f73a8b809b7ab59d795b634e7531daa -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_c.html 100644 root:root 8a1d32224da93ada29c92884474d1b4c -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_d.html 100644 root:root 48deb0892426d24439329f77a8fa9254 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_e.html 100644 root:root 14483ce4f1cf40aeaac132bcc2afbdc1 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_f.html 100644 root:root 8ab26dd727b2a85f94ef792b37ed0c50 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_h.html 100644 root:root e3e4380ded85c0d1e8e124d604e7e779 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_i.html 100644 root:root d01b098b049f12c9d36d63fc37c49645 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_k.html 100644 root:root 9d80b98ff6fbfed13a1404df7b7d374e -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_l.html 100644 root:root dd02cfe8ae8cf3221eff61b53de24099 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_m.html 100644 root:root 9349cc4249f4c43171cfd1cf506d2add -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_n.html 100644 root:root ad19e39389ea4dc52d85cb2d76df2598 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_o.html 100644 root:root 99d70e78317041de63eab773f33b4898 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_p.html 100644 root:root 6278d26c73103401aa02b7ff048c4e95 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_q.html 100644 root:root db4e094b83805d0189623675e0623636 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_r.html 100644 root:root a238239d6c863937ca3faedd0d346b50 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_s.html 100644 root:root 68c3060c4627eb82c1b491fbda0d88fd -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_t.html 100644 root:root 6d1813a087ea55e095d2f091c4f5882a -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_u.html 100644 root:root 48e62a27393b1766d65989e041fa935a -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_v.html 100644 root:root 1fda5c7ad03428c2ee4921f82d449e3a -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars.html 100644 root:root b81a5ae80ed57612a0b79217867ce560 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_b.html 100644 root:root 4b30fdd606cb34779c4606b682e9b56d -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_c.html 100644 root:root b4dabdefea99e0c27930463afa66b126 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_d.html 100644 root:root 004eb4fb5574f45fe7db8928139d9af9 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_e.html 100644 root:root 7f3264028f1021752dbe3e36b1eff5a1 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_f.html 100644 root:root 3bf835ed31233862e9c21c4220e94946 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_h.html 100644 root:root c494bdc51ac6274059073e5ab3761b17 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_i.html 100644 root:root 6640c12465b035841b3afea23bbf982c -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_k.html 100644 root:root 85b5521865672cb3104c49ad680c94ed -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_l.html 100644 root:root 6db2959b3c7656deb7971487e348ced8 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_m.html 100644 root:root 46586fac5251e522d8d4de29763e13ee -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_n.html 100644 root:root 685564f89cdc255e2fea6c5d5740530e -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_o.html 100644 root:root 6508142d77862cc5c66b086054e62742 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_p.html 100644 root:root 1c713c590a682e20a6f3418365a4a13c -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_q.html 100644 root:root 85de79eec3d0ee98cedeb73d7a24df5a -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_r.html 100644 root:root efdac579e5d3736e5736ca8a19e6165b -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_s.html 100644 root:root 4e24fd67c2709d23f81e4c27880adec7 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_t.html 100644 root:root 1c33d68f722348b6842d3570c8797cd0 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_u.html 100644 root:root 6ba54a8b8891b7a671ec832ae149fc09 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_v.html 100644 root:root ad51e8e38f6ca6ae04d57521bfb981a1 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_w.html 100644 root:root da31e1797b2ee064146284e825f2daa6 -File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_w.html 100644 root:root c61349e5cf7b27233db9372bab935868 -File: /usr/share/doc/libyaml-devel-0.2.5/html/globals.html 100644 root:root 8729f2bec21575a9cb85b7fd050a14aa -File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_defs.html 100644 root:root d9548156252f0b4e8c465920a18acc6b -File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_enum.html 100644 root:root ad499090c07908bbd76f49d4f4bf7c81 -File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_eval.html 100644 root:root be68a420124fc249e96e008c30a7f4b7 -File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_func.html 100644 root:root 10e28c413eede3d02c62ab108b1e8aaa -File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_type.html 100644 root:root b9012fcfd32a221cfc40d4f9fb061f47 -File: /usr/share/doc/libyaml-devel-0.2.5/html/group__basic.html 100644 root:root a41b130efe1b8b110100845ddc09988d -File: /usr/share/doc/libyaml-devel-0.2.5/html/group__emitter.html 100644 root:root b29d36bd193760b4bb11f9694ce658a4 -File: /usr/share/doc/libyaml-devel-0.2.5/html/group__events.html 100644 root:root 47ca82f7fd34eca1476b5de80f0c9c53 -File: /usr/share/doc/libyaml-devel-0.2.5/html/group__export.html 100644 root:root 62ca3bd0791f9a68704ecb981631fa45 -File: /usr/share/doc/libyaml-devel-0.2.5/html/group__nodes.html 100644 root:root febf50f05bfccf522ab7693cf0bffe02 -File: /usr/share/doc/libyaml-devel-0.2.5/html/group__parser.html 100644 root:root 7a72c66edcd4cc9b32f1e708476eb1e1 -File: /usr/share/doc/libyaml-devel-0.2.5/html/group__styles.html 100644 root:root 361202fbc4d2dd9a3fd592f3d26caa6a -File: /usr/share/doc/libyaml-devel-0.2.5/html/group__tokens.html 100644 root:root fd49c2533cbab7ff13ca65b4b779b7b0 -File: /usr/share/doc/libyaml-devel-0.2.5/html/group__version.html 100644 root:root 4167c07f5322e0518400e76e1b1bf225 -File: /usr/share/doc/libyaml-devel-0.2.5/html/index.html 100644 root:root ac38c2d6b98ffe25d5a53ea24c37c8c5 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions.html 100644 root:root 6c534597c6b382f12c6a46a73127e8a1 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_b.html 100644 root:root 51112fb16af93d2dbbd688b29797ca77 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_c.html 100644 root:root 670ae8e469235fc88b8f8c4656e57935 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_d.html 100644 root:root 618fe5b51a152929592e2c15bb776ac7 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_e.html 100644 root:root 473eb61f4a9ef32fc3ae21e9d6e482a4 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_f.html 100644 root:root 3bc779b71d6c040b122b0602c6304e14 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_h.html 100644 root:root 32d9766697730597f0628c4af69c22b9 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_i.html 100644 root:root da8f471cc6cd75e286e29b4b67addf20 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_k.html 100644 root:root a0e0060b182b449fea766fde9f232656 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_l.html 100644 root:root ba7b5056e734baaf33de3d4d34097c27 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_m.html 100644 root:root e325e31977fa628535345e6d3e873e4b +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_n.html 100644 root:root bf0f12ed0bf7680290ab70d7dc0f0e1d +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_o.html 100644 root:root 54f5f56e5d324f39bdbd5e49d3380d48 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_p.html 100644 root:root 5e6ec3487a33dbaf1455724fba1864bb +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_q.html 100644 root:root f9fc3de6390b2ea662861b5294bb0da5 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_r.html 100644 root:root accaea790ddb2235436140439a528a91 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_s.html 100644 root:root 42385c299049bdd8573d90492de9c980 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_t.html 100644 root:root bf9e62d10fb79b4cc02e9b57c61be977 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_u.html 100644 root:root bbf1c5c11c21d70760d926e6420514f8 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_v.html 100644 root:root 964bb226505a0d57bfce99964bf798b6 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars.html 100644 root:root b8401fd131620c75936a5120c2a7b269 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_b.html 100644 root:root dbd3bc9e46b146d0130c5cdd3b2119ea +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_c.html 100644 root:root daa02613d6e10e8de38512e4083c9274 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_d.html 100644 root:root dd50f487b3b84479e1a4f63b97c6b2da +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_e.html 100644 root:root 6a0c4c16a42420d0959bcd8ead910a35 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_f.html 100644 root:root 398e3b01d5d3280fb59623239e3b89a0 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_h.html 100644 root:root 86443dea07daf5f9a36f964af63ab20a +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_i.html 100644 root:root efa514bd94e02873e0e454a034f7fe0c +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_k.html 100644 root:root 2059afdd84671674bbae8a072bbeda7d +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_l.html 100644 root:root f2724f0f8f663f926840d440dac7a487 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_m.html 100644 root:root b410eb2da1728e7c9523c4213ac1dac6 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_n.html 100644 root:root d5fec236b9021ffdf64b73c0739c572e +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_o.html 100644 root:root 543760effc94af5adc25377eaf8b87f4 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_p.html 100644 root:root 30eec3c7db6e6bfbe6be30681bac0271 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_q.html 100644 root:root d888e930fb3138b6a6b7a683f246776a +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_r.html 100644 root:root 143455cd3afd9cf82f03683d7beb9013 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_s.html 100644 root:root 31507efbe2ac5f8c9bab9d6fd06234fb +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_t.html 100644 root:root f8a8a4350fd8d8969a744b5fd4f5be88 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_u.html 100644 root:root b015ea2f7d4acda52b18ea8eff29c54c +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_v.html 100644 root:root 63da1c16e9e04480d5910f1e8d8fc955 +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_vars_w.html 100644 root:root 31446ae8adc5040579f63c7f08ca5eda +File: /usr/share/doc/libyaml-devel-0.2.5/html/functions_w.html 100644 root:root d5711ec2372a190d4c23038c3bd29970 +File: /usr/share/doc/libyaml-devel-0.2.5/html/globals.html 100644 root:root cde3218dfbeeaf032aa0c65cdb02015a +File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_defs.html 100644 root:root f4eafde2a5f9ca2bec630319fe6ec68b +File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_enum.html 100644 root:root 14236f141d20532e96b6a1e1b01025e3 +File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_eval.html 100644 root:root 494e05131347c380332b90e162c118c4 +File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_func.html 100644 root:root 5b9a2799c550d2f3a8c3f1108c724416 +File: /usr/share/doc/libyaml-devel-0.2.5/html/globals_type.html 100644 root:root d1b62221b1ee04de2f2f52f4934e714e +File: /usr/share/doc/libyaml-devel-0.2.5/html/group__basic.html 100644 root:root db3d13e4a750673fc0612c742db65575 +File: /usr/share/doc/libyaml-devel-0.2.5/html/group__emitter.html 100644 root:root 77aa824e0904c2caf12a4e131f0cbbdc +File: /usr/share/doc/libyaml-devel-0.2.5/html/group__events.html 100644 root:root 18b36ae5ba006223c898b7af216ac587 +File: /usr/share/doc/libyaml-devel-0.2.5/html/group__export.html 100644 root:root 7207ea51f074fa537e4247a7b0ee2404 +File: /usr/share/doc/libyaml-devel-0.2.5/html/group__nodes.html 100644 root:root da9e276e84c67ca69cfa6e16a7bd8cad +File: /usr/share/doc/libyaml-devel-0.2.5/html/group__parser.html 100644 root:root 870ebf7951f2ab4da2c2a5e02a00627d +File: /usr/share/doc/libyaml-devel-0.2.5/html/group__styles.html 100644 root:root 98299438940d9e202410830ba11693f1 +File: /usr/share/doc/libyaml-devel-0.2.5/html/group__tokens.html 100644 root:root 984a09346fc44b52f8f0fc2968205a21 +File: /usr/share/doc/libyaml-devel-0.2.5/html/group__version.html 100644 root:root d04be889f75b10c2dfcba5ae94780357 +File: /usr/share/doc/libyaml-devel-0.2.5/html/index.html 100644 root:root 32dbd70672d13b2972fc77dcc6dea27b File: /usr/share/doc/libyaml-devel-0.2.5/html/jquery.js 100644 root:root ed067826ee972d3c98cc3c1223553a70 -File: /usr/share/doc/libyaml-devel-0.2.5/html/menu.js 100644 root:root 87073c188202e46cab0291523b08d60d -File: /usr/share/doc/libyaml-devel-0.2.5/html/menudata.js 100644 root:root 860d8ef3e4bb3508367e1632206badfb -File: /usr/share/doc/libyaml-devel-0.2.5/html/modules.html 100644 root:root 9dc2ab3a51f1c8f4b34aeaf45af7f431 +File: /usr/share/doc/libyaml-devel-0.2.5/html/menu.js 100644 root:root 79e6c0ae0248658c9431facf49a6420a +File: /usr/share/doc/libyaml-devel-0.2.5/html/menudata.js 100644 root:root b9b7c95fd39f799d681780c021a03a73 +File: /usr/share/doc/libyaml-devel-0.2.5/html/modules.html 100644 root:root ebf2ba81fb2b5e03c00b177c469013f0 File: /usr/share/doc/libyaml-devel-0.2.5/html/nav_f.png 100644 root:root 4e4d8be23c6d6bbe0184fd891ff59e00 @@ -196,15 +198,15 @@ File: /usr/share/doc/libyaml-devel-0.2.5/html/splitbar.png 100644 root:root 8d590f70c25a81e71b99f6c8246b067e -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__alias__data__s.html 100644 root:root 804ae93c1af688ed9468cb01243e28e1 -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__anchors__s.html 100644 root:root 54fd2ba3b062b68cd47b00faf5d12d73 -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__document__s.html 100644 root:root 9daab156aaa0ff479c9b32e0a991379c -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__emitter__s.html 100644 root:root 67ed0df97342078c20462c2d66b6488a -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__event__s.html 100644 root:root 16c31bae9a9693ea00e5dd2999c6d5ea -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__mark__s.html 100644 root:root e5436d58b70ec8838f67c167fa243c0c -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__node__pair__s.html 100644 root:root 3ab70b4fd06cd6b41183766beaa517ee -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__node__s.html 100644 root:root 56cb8c92f5b468d4f3a8c23f00cdbaaa -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__parser__s.html 100644 root:root 50d98ef68ef7d1d534872e9e3f93591b -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__simple__key__s.html 100644 root:root 6f3f48c185b5e4401bbff3f7c3b2a285 -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__tag__directive__s.html 100644 root:root 57d25bc01455df6c4c157638b917673f -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__token__s.html 100644 root:root c85b2e482a2e29a3fa7146f334843c3c -File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__version__directive__s.html 100644 root:root d86373206c049feb33c7291e91c6923a +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__alias__data__s.html 100644 root:root 66c61c0e17e99b61c69a8946464ab61d +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__anchors__s.html 100644 root:root e079d47641b0dab78b9bfc59362a96ac +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__document__s.html 100644 root:root 475ecd5f498f2ac42d64130721806e5c +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__emitter__s.html 100644 root:root 99c517e3b8bdec493bdde85edff66812 +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__event__s.html 100644 root:root e4d7b9f23146cc49ac85aebfbd594115 +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__mark__s.html 100644 root:root 1b09523a328af1d163473c023bb6bb67 +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__node__pair__s.html 100644 root:root d6d2e88542a46f2a0a4b82a53f63afd2 +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__node__s.html 100644 root:root 09f329a07452489ab8a337ee005b8783 +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__parser__s.html 100644 root:root 2106fa536a6ebd6070fbaf9587ad33dc +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__simple__key__s.html 100644 root:root 94ac7b334168eb49c0f9cb2f73ac648c +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__tag__directive__s.html 100644 root:root f7ddbe531ee6dfccd17c53a1be3771f2 +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__token__s.html 100644 root:root a6961474c8c77bd7a6c2b675529807bd +File: /usr/share/doc/libyaml-devel-0.2.5/html/structyaml__version__directive__s.html 100644 root:root 0513471858e15b4dd4926fcc3e75da45 File: /usr/share/doc/libyaml-devel-0.2.5/html/sync_off.png 100644 root:root 12a5e283812e092b5a74b0d47e95e9a9 @@ -216,3 +218,3 @@ File: /usr/share/doc/libyaml-devel-0.2.5/html/tabs.css 100644 root:root 7f185f9714d3aec7a720614d628456da -File: /usr/share/doc/libyaml-devel-0.2.5/html/yaml_8h.html 100644 root:root 9af386333f7f88d83102f6a242185758 -RPMIdentity: bb47163c71bc91be4e6d8ae7c9ec2a852bef39b8c7f4b44043d6577c6bbdd571cfa958642e9f3a3036faa2c62edb7fbe2ad34617e034ebb454cf0a563a038cc5 +File: /usr/share/doc/libyaml-devel-0.2.5/html/yaml_8h.html 100644 root:root 3e27954bb2bbd5766c28b0f0a1b7999e +RPMIdentity: 0f8a6175c890a9028fbbf1b5cebac8df70932c3187bb41ce16cb7bf44df98c7901b464b4b2a6cbb1e92982bb9e27203ec15341035252d950b3796813fcf92624 --- libyaml2-0.2.5-alt1.x86_64.rpm.repo 2021-07-12 13:02:09.000000000 +0000 +++ libyaml2-0.2.5-alt1.x86_64.rpm.hasher 2024-06-02 01:42:01.481529866 +0000 @@ -13,5 +13,5 @@ File: /usr/lib64/libyaml-0.so.2 120777 root:root libyaml-0.so.2.0.9 -File: /usr/lib64/libyaml-0.so.2.0.9 100644 root:root 71d81d3cba9ac9cc3b0200c7f83116c1 +File: /usr/lib64/libyaml-0.so.2.0.9 100644 root:root cc30a725961b33ecb21ab4d48d8b8b19 File: /usr/share/doc/libyaml2-0.2.5 40755 root:root File: /usr/share/doc/libyaml2-0.2.5/ReadMe.md 100644 root:root 63a53b2b53dac8db7383da444653dd84 -RPMIdentity: 97dfd5672dea2808acd3c33e56536e37d8048d526467ba2b151eac396a5172e6290b875609094363eaea5be988105487b22507fe4e6eb76e2be8429bfb193640 +RPMIdentity: 04c9b598d04752799eba6403789158913b16fffdc1d950da0e7cef4beb96477f72b0a0797f4c3a1360277712a8f09ec0a7cca98dfef5e060584f7e93bfdc7528 --- libyaml2-debuginfo-0.2.5-alt1.x86_64.rpm.repo 2021-07-12 13:02:09.000000000 +0000 +++ libyaml2-debuginfo-0.2.5-alt1.x86_64.rpm.hasher 2024-06-02 01:42:01.720534364 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/28 40755 root:root -/usr/lib/debug/.build-id/28/659449b469e896391fdc2aff44bd9b45e2fd9b 120777 root:root ../../../../lib64/libyaml-0.so.2.0.9 -/usr/lib/debug/.build-id/28/659449b469e896391fdc2aff44bd9b45e2fd9b.debug 120777 root:root ../../usr/lib64/libyaml-0.so.2.0.9.debug +/usr/lib/debug/.build-id/38 40755 root:root +/usr/lib/debug/.build-id/38/947c71bfa2edc4add4424c598f78380ca604c2 120777 root:root ../../../../lib64/libyaml-0.so.2.0.9 +/usr/lib/debug/.build-id/38/947c71bfa2edc4add4424c598f78380ca604c2.debug 120777 root:root ../../usr/lib64/libyaml-0.so.2.0.9.debug /usr/lib/debug/usr/lib64/libyaml-0.so.2.0.9.debug 100644 root:root @@ -23,6 +23,6 @@ Provides: libyaml2-debuginfo = 0.2.5-alt1:sisyphus+278391.100.1.1 -File: /usr/lib/debug/.build-id/28 40755 root:root -File: /usr/lib/debug/.build-id/28/659449b469e896391fdc2aff44bd9b45e2fd9b 120777 root:root ../../../../lib64/libyaml-0.so.2.0.9 -File: /usr/lib/debug/.build-id/28/659449b469e896391fdc2aff44bd9b45e2fd9b.debug 120777 root:root ../../usr/lib64/libyaml-0.so.2.0.9.debug -File: /usr/lib/debug/usr/lib64/libyaml-0.so.2.0.9.debug 100644 root:root 168f03a5cd181ba8cf55f5eec26f65ef +File: /usr/lib/debug/.build-id/38 40755 root:root +File: /usr/lib/debug/.build-id/38/947c71bfa2edc4add4424c598f78380ca604c2 120777 root:root ../../../../lib64/libyaml-0.so.2.0.9 +File: /usr/lib/debug/.build-id/38/947c71bfa2edc4add4424c598f78380ca604c2.debug 120777 root:root ../../usr/lib64/libyaml-0.so.2.0.9.debug +File: /usr/lib/debug/usr/lib64/libyaml-0.so.2.0.9.debug 100644 root:root df056472ad147427ea08cb8296219213 File: /usr/lib/debug/usr/lib64/libyaml-0.so.2.debug 120777 root:root libyaml-0.so.2.0.9.debug @@ -41,2 +41,2 @@ File: /usr/src/debug/libyaml-0.2.5/src/yaml_private.h 100644 root:root f9a3252c2bb3f882698c10254b484541 -RPMIdentity: 0be40e4bcb886fe09cb5359c6cf7f682d1776cc080a4706c608c18372a3a4019aaff79fa3e66fcc494086553622637ea4b9ffe79cc6d11d489abbde40e9f6524 +RPMIdentity: ffbe8fdec8509750a597c40b25e3c1beed93984c3e6fa360bbabc4e33b5c4a6c8d100c1c124c3c0250811d44668192efb14acdc02b8b66b9be2d914ef802b754