<86>Mar 24 02:34:02 userdel[3264221]: delete user 'rooter' <86>Mar 24 02:34:02 userdel[3264221]: removed group 'rooter' owned by 'rooter' <86>Mar 24 02:34:02 userdel[3264221]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 24 02:34:02 groupadd[3264242]: group added to /etc/group: name=rooter, GID=1871 <86>Mar 24 02:34:02 groupadd[3264242]: group added to /etc/gshadow: name=rooter <86>Mar 24 02:34:02 groupadd[3264242]: new group: name=rooter, GID=1871 <86>Mar 24 02:34:02 useradd[3264270]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash <86>Mar 24 02:34:02 userdel[3264308]: delete user 'builder' <86>Mar 24 02:34:02 userdel[3264308]: removed group 'builder' owned by 'builder' <86>Mar 24 02:34:02 userdel[3264308]: removed shadow group 'builder' owned by 'builder' <86>Mar 24 02:34:02 groupadd[3264337]: group added to /etc/group: name=builder, GID=1872 <86>Mar 24 02:34:02 groupadd[3264337]: group added to /etc/gshadow: name=builder <86>Mar 24 02:34:02 groupadd[3264337]: new group: name=builder, GID=1872 <86>Mar 24 02:34:02 useradd[3264355]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash <13>Mar 24 02:34:06 rpmi: ocaml-runtime-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Mar 24 02:34:06 rpmi: rpm-build-ocaml-1.4.2-alt1 p10+289137.700.7.1 1637431351 installed <13>Mar 24 02:34:13 rpmi: ocaml-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Mar 24 02:34:13 rpmi: ocaml-findlib-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>Mar 24 02:34:13 rpmi: ocaml-ocamldoc-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-calendar-2.04-alt8.nosrc.rpm (w1.gzdio) Installing ocaml-calendar-2.04-alt8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.95582 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-calendar-2.04 + echo 'Source #0 (ocaml-calendar-2.04.tar):' Source #0 (ocaml-calendar-2.04.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-calendar-2.04.tar + cd ocaml-calendar-2.04 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (calendar-2.03.2-enable-debug.patch):' Patch #1 (calendar-2.03.2-enable-debug.patch): + /usr/bin/patch -p1 patching file Makefile.in + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.95582 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-calendar-2.04 + ./configure --libdir=/usr/lib64 checking for ocamlc... ocamlc ocaml version is 4.13.1: Good! ocaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... ocamldep checking for ocamlfind... ocamlfind checking for ocamldoc... ocamldoc checking for ocamlweb... ocamlweb checking for ocamlwc... ocamlwc checking for ocamldot... ocamldot checking platform... linux checking extension for object files... .o checking extension for library files... .a checking for /usr/lib64/ocaml/dynlink.cmxa... yes native dynlink works fine. Great. configure: creating ./config.status config.status: creating Makefile + make make: Entering directory '/usr/src/RPM/BUILD/ocaml-calendar-2.04' echo "let version = \"2.04\"" > src/version.ml echo "let date = \"`date`\"" >> src/version.ml rm -f .depend ocamldep -I src -I tests src/*.ml src/*.mli tests/*.ml tests/*.mli \ > .depend ocamlc.opt -g -I src -I target -I tests -c src/period.mli ocamlc.opt -g -I src -I target -I tests -c src/date_sig.mli ocamlc.opt -g -I src -I target -I tests -c src/time_Zone.mli ocamlc.opt -g -I src -I target -I tests -c src/time_sig.mli ocamlc.opt -g -I src -I target -I tests -c src/calendar_sig.mli ocamlc.opt -g -I src -I target -I tests -c src/utils.mli ocamlc.opt -g -I src -I target -I tests -c src/utils.ml File "src/utils.ml", line 32, characters 14-28: 32 | let equal = Pervasives.(=) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/utils.ml", line 33, characters 16-34: 33 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc.opt -g -I src -I target -I tests -c src/time_Zone.ml ocamlc.opt -g -I src -I target -I tests -c src/time.mli ocamlc.opt -g -I src -I target -I tests -c src/time.ml ocamlc.opt -g -I src -I target -I tests -c src/ftime.mli ocamlc.opt -g -I src -I target -I tests -c src/ftime.ml ocamlc.opt -g -I src -I target -I tests -c src/date.mli ocamlc.opt -g -I src -I target -I tests -c src/date.ml File "src/date.ml", line 73, characters 2-20: 73 | Pervasives.compare d1 d2 < 0 ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/date.ml", line 254, characters 12-30: 254 | let n = Pervasives.compare x.m y.m in ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/date.ml", line 255, characters 18-36: 255 | if n = 0 then Pervasives.compare x.d y.d else n ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc.opt -g -I src -I target -I tests -c src/calendar_builder.mli ocamlc.opt -g -I src -I target -I tests -c src/calendar_builder.ml ocamlc.opt -g -I src -I target -I tests -c src/calendar.mli ocamlc.opt -g -I src -I target -I tests -c src/calendar.ml ocamlc.opt -g -I src -I target -I tests -c src/fcalendar.mli ocamlc.opt -g -I src -I target -I tests -c src/fcalendar.ml ocamlc.opt -g -I src -I target -I tests -c src/printer.mli ocamlc.opt -g -I src -I target -I tests -c src/printer.ml File "src/printer.ml", line 184, characters 16-32: 184 | | Uppercase -> String.uppercase s ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: 239 | Format.pp_print_string fmt (String.lowercase (Lazy.force apm)) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlc.opt -g -I src -I target -I tests -c src/version.mli ocamlc.opt -g -I src -I target -I tests -c src/version.ml mkdir -p target ocamlfind ocamlc -g -I src -I target -I tests -pack -o target/calendarLib.cmo \ src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmo src/time_Zone.cmo src/time.cmo src/ftime.cmo src/date.cmo src/calendar_builder.cmo src/calendar.cmo src/fcalendar.cmo src/printer.cmo src/version.cmo ocamlfind ocamlc -g -I src -I target -I tests -a -o target/calendarLib.cma target/calendarLib.cmo ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/utils.ml File "src/utils.ml", line 32, characters 14-28: 32 | let equal = Pervasives.(=) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/utils.ml", line 33, characters 16-34: 33 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time_Zone.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/ftime.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/date.ml File "src/date.ml", line 73, characters 2-20: 73 | Pervasives.compare d1 d2 < 0 ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/date.ml", line 254, characters 12-30: 254 | let n = Pervasives.compare x.m y.m in ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/date.ml", line 255, characters 18-36: 255 | if n = 0 then Pervasives.compare x.d y.d else n ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar_builder.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/fcalendar.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/printer.ml File "src/printer.ml", line 184, characters 16-32: 184 | | Uppercase -> String.uppercase s ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: 239 | Format.pp_print_string fmt (String.lowercase (Lazy.force apm)) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/version.ml mkdir -p target ocamlfind ocamlopt -g -I src -I target -I tests -noassert -pack -o target/calendarLib.cmx \ src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmx src/time_Zone.cmx src/time.cmx src/ftime.cmx src/date.cmx src/calendar_builder.cmx src/calendar.cmx src/fcalendar.cmx src/printer.cmx src/version.cmx ocamlfind ocamlopt -g -I src -I target -I tests -noassert -a -o target/calendarLib.cmxa target/calendarLib.cmx ocamlfind ocamlopt -I target -shared -linkall -o target/calendarLib.cmxs target/calendarLib.cmxa echo "name = \"calendar\"" > META echo "description = \"calendar library\"" >> META echo "version = \"2.04\"" >> META echo "archive(byte) = \"calendarLib.cma\"" >> META echo "archive(native) = \"calendarLib.cmxa\"" >> META echo "requires = \"unix str\"" >> META make: Leaving directory '/usr/src/RPM/BUILD/ocaml-calendar-2.04' + make doc make: Entering directory '/usr/src/RPM/BUILD/ocaml-calendar-2.04' cp utils/example.ml.4 utils/example.ml ocamlc.opt -I +ocamldoc -I utils -c utils/example.ml mkdir -p doc rm -f doc/* ocamldoc -g utils/example.cmo -colorize-code -I src -d doc \ src/utils.mli src/time_Zone.mli src/period.mli src/time_sig.mli src/time.mli src/ftime.mli src/date_sig.mli src/date.mli src/calendar_sig.mli src/calendar_builder.mli src/calendar.mli src/fcalendar.mli src/printer.mli src/version.mli src/utils.ml src/time_Zone.ml src/time.ml src/ftime.ml src/date.ml src/calendar_builder.ml src/calendar.ml src/fcalendar.ml src/printer.ml src/version.ml File "src/utils.ml", line 32, characters 14-28: 32 | let equal = Pervasives.(=) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/utils.ml", line 33, characters 16-34: 33 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/date.ml", line 73, characters 2-20: 73 | Pervasives.compare d1 d2 < 0 ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/date.ml", line 254, characters 12-30: 254 | let n = Pervasives.compare x.m y.m in ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/date.ml", line 255, characters 18-36: 255 | if n = 0 then Pervasives.compare x.d y.d else n ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/printer.ml", line 184, characters 16-32: 184 | | Uppercase -> String.uppercase s ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: 239 | Format.pp_print_string fmt (String.lowercase (Lazy.force apm)) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. make: Leaving directory '/usr/src/RPM/BUILD/ocaml-calendar-2.04' + mv TODO TODO.old + iconv -f iso-8859-1 -t utf-8 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.78065 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-calendar-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-calendar-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-calendar-2.04 + export DESTDIR=/usr/src/tmp/ocaml-calendar-buildroot + DESTDIR=/usr/src/tmp/ocaml-calendar-buildroot + export OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib + OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib + mkdir -p /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/stublibs + make install make: Entering directory '/usr/src/RPM/BUILD/ocaml-calendar-2.04' Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.a Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.o Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/version.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/printer.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/fcalendar.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendar.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendar_builder.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendar_sig.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/date.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/date_sig.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/ftime.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/time.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/time_sig.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/period.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/time_Zone.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/utils.mli Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxa Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmx Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmo Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmi Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/calendarLib.cma Installed /usr/src/tmp/ocaml-calendar-buildroot/usr/lib64/ocaml/site-lib/calendar/META make: Leaving directory '/usr/src/RPM/BUILD/ocaml-calendar-2.04' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-calendar-buildroot (auto) mode of './usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-calendar-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-calendar-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-calendar-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-calendar-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-calendar-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Hashtbl verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_int_of_string verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_compare verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_obj_dup verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_localtime verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_gmtime verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Char verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_modf_float verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_exn_Division_by_zero verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_float_of_string verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_lessthan verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__parse_1090 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__compile_860 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Format__pp_print_char_682 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_time_unboxed verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: unix_gettimeofday_unboxed verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Format__pp_print_flush_707 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__search_forward_1188 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Int__to_string_117 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: fmod verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Buffer__create_86 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlCamlinternalLazy__force_lazy_block_166 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStr__matched_group_1210 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__string_of_int_176 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__$5e_140 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Format__formatter_of_buffer_930 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Bytes__make_93 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__List__iter_261 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Bytes__sub_116 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__Bytes__map_256 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: camlStdlib__List__exists_340 verify-elf: WARNING: ./usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs: undefined symbol: caml_string_equal Processing files: ocaml-calendar-2.04-alt8 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.50969 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-calendar-2.04 + DOCDIR=/usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + /bin/mkdir -p /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + cp -prL CHANGES README TODO LGPL COPYING /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + chmod -R go-w /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + chmod -R a+rX /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-2.04 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9vWAIi find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QjDSEl find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(CalendarLib) = 4.13.1-652176DC, ocaml-cmx(CalendarLib) = 4.13.1-B689A864 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Str) = 4.13.1-6AE0781F, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmx(CamlinternalLazy) = 4.13.1-99625302, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Buffer) = 4.13.1-43D30E94, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-04F772F8, ocaml-cmx(Stdlib__List) = 4.13.1-21B8C13F, ocaml-cmx(Stdlib__String) = 4.13.1-E3D157A8, ocaml-cmx(Str) = 4.13.1-0F78DBB1, ocaml-cmx(Unix) = 4.13.1-45EEEAD1, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JnAVDi Creating ocaml-calendar-debuginfo package Processing files: ocaml-calendar-devel-2.04-alt8 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.56776 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-calendar-2.04 + DOCDIR=/usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + /bin/mkdir -p /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + cp -prL CHANGES README TODO LGPL COPYING calendarFAQ-2.6.txt doc/Calendar.Precise.html doc/Calendar.html doc/Calendar_builder.Make.html doc/Calendar_builder.Make_Precise.html doc/Calendar_builder.html doc/Calendar_sig.S.Date.html doc/Calendar_sig.S.Period.html doc/Calendar_sig.S.Time.html doc/Calendar_sig.S.html doc/Calendar_sig.html doc/Date.html doc/Date_sig.S.Period.html doc/Date_sig.S.html doc/Date_sig.html doc/Fcalendar.Precise.html doc/Fcalendar.html doc/Ftime.html doc/Period.S.html doc/Period.html doc/Printer.Calendar.html doc/Printer.CalendarPrinter.html doc/Printer.Date.html doc/Printer.DatePrinter.html doc/Printer.Fcalendar.html doc/Printer.Ftime.html doc/Printer.Precise_Calendar.html doc/Printer.Precise_Fcalendar.html doc/Printer.S.html doc/Printer.Time.html doc/Printer.TimePrinter.html doc/Printer.html doc/Time.html doc/Time_Zone.html doc/Time_sig.S.Period.html doc/Time_sig.S.Second.html doc/Time_sig.S.html doc/Time_sig.Second.html doc/Time_sig.html doc/Utils.Comparable.html doc/Utils.Float.html doc/Utils.Int.html doc/Utils.html doc/Version.html doc/index.html doc/index_attributes.html doc/index_class_types.html doc/index_classes.html doc/index_exceptions.html doc/index_extensions.html doc/index_methods.html doc/index_module_types.html doc/index_modules.html doc/index_types.html doc/index_values.html doc/style.css doc/type_Calendar.Precise.html doc/type_Calendar.html doc/type_Calendar_builder.Make.html doc/type_Calendar_builder.Make_Precise.html doc/type_Calendar_builder.html doc/type_Calendar_sig.S.Date.html doc/type_Calendar_sig.S.Period.html doc/type_Calendar_sig.S.Time.html doc/type_Calendar_sig.S.html doc/type_Calendar_sig.html doc/type_Date.html doc/type_Date_sig.S.Period.html doc/type_Date_sig.S.html doc/type_Date_sig.html doc/type_Fcalendar.Precise.html doc/type_Fcalendar.html doc/type_Ftime.html doc/type_Period.S.html doc/type_Period.html doc/type_Printer.Calendar.html doc/type_Printer.CalendarPrinter.html doc/type_Printer.Date.html doc/type_Printer.DatePrinter.html doc/type_Printer.Fcalendar.html doc/type_Printer.Ftime.html doc/type_Printer.Precise_Calendar.html doc/type_Printer.Precise_Fcalendar.html doc/type_Printer.S.html doc/type_Printer.Time.html doc/type_Printer.TimePrinter.html doc/type_Printer.html doc/type_Time.html doc/type_Time_Zone.html doc/type_Time_sig.S.Period.html doc/type_Time_sig.S.Second.html doc/type_Time_sig.S.html doc/type_Time_sig.Second.html doc/type_Time_sig.html doc/type_Utils.Comparable.html doc/type_Utils.Float.html doc/type_Utils.Int.html doc/type_Utils.html doc/type_Version.html /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + chmod -R go-w /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + chmod -R a+rX /usr/src/tmp/ocaml-calendar-buildroot/usr/share/doc/ocaml-calendar-devel-2.04 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Jvqyrj find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zAPwXl find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(CalendarLib) = 4.13.1-B689A864 Requires: ocaml-calendar = 2.04-alt8, ocaml-cmi(CalendarLib) = 4.13.1-652176DC, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Str) = 4.13.1-6AE0781F, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmx(CamlinternalLazy) = 4.13.1-99625302, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Buffer) = 4.13.1-43D30E94, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-04F772F8, ocaml-cmx(Stdlib__List) = 4.13.1-21B8C13F, ocaml-cmx(Stdlib__String) = 4.13.1-E3D157A8, ocaml-cmx(Str) = 4.13.1-0F78DBB1, ocaml-cmx(Unix) = 4.13.1-45EEEAD1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hxx7Vj Processing files: ocaml-calendar-debuginfo-2.04-alt8 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4BW81l find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5gqabl find-requires: running scripts (debuginfo) Requires: ocaml-calendar = 2.04-alt8 Adding to ocaml-calendar-devel a strict dependency on ocaml-calendar Adding to ocaml-calendar-debuginfo a strict dependency on ocaml-calendar Removing 1 extra deps from ocaml-calendar-devel due to dependency on ocaml-calendar Removing 27 extra deps from ocaml-calendar-devel due to repentancy on ocaml-calendar Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-calendar-2.04-alt8.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-calendar-devel-2.04-alt8.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-calendar-debuginfo-2.04-alt8.x86_64.rpm (w2.lzdio) 6.94user 1.77system 0:15.87elapsed 54%CPU (0avgtext+0avgdata 45772maxresident)k 0inputs+0outputs (0major+387418minor)pagefaults 0swaps 3.74user 2.70system 0:32.94elapsed 19%CPU (0avgtext+0avgdata 129784maxresident)k 7264inputs+0outputs (0major+200266minor)pagefaults 0swaps --- ocaml-calendar-2.04-alt8.x86_64.rpm.repo 2021-11-27 08:36:15.000000000 +0000 +++ ocaml-calendar-2.04-alt8.x86_64.rpm.hasher 2024-03-24 02:34:31.682895363 +0000 @@ -45,3 +45,3 @@ Provides: ocaml-cmi(CalendarLib) = 4.13.1-652176DC -Provides: ocaml-cmx(CalendarLib) = 4.13.1-36FE1131 +Provides: ocaml-cmx(CalendarLib) = 4.13.1-B689A864 Provides: ocaml-calendar = 2.04-alt8:p10+289137.1500.8.1 @@ -49,9 +49,9 @@ File: /usr/lib64/ocaml/site-lib/calendar/META 100644 root:root 45cc0547dcaf8c01f8cb2bb1b9122efa -File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.a 100644 root:root 6641bf5155270531dcf7ea76633c37f3 -File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cma 100644 root:root 3eb5c1d870261bc324af2f669a705d65 +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.a 100644 root:root 9cd2531e9d2c1baa71f221e26da5d094 +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cma 100644 root:root 787f9d6e4e7a7d2b6fdfc43b7e39ddc3 File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmi 100644 root:root 7b7733e9202ab50d8ae227595222e76e -File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmo 100644 root:root 6b391526febe84fdd294debf39a2ad6d -File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxa 100644 root:root a1e3443f7068b1900ef6074f7c4c107a -File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs 100644 root:root d446568b09e47f781e28bbaa501bbd1e -File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.o 100644 root:root 427d88f85d44e9edca50e5ca88335b1a +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmo 100644 root:root 0c0a4e428b93a729e64b75d4ec79f123 +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxa 100644 root:root 463bb4f5cd650fa128d95521a4d5e7ca +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs 100644 root:root 4fcf65644af0bef2bb61ee8e1ed3a0ec +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.o 100644 root:root 49b92875c6c08ef8868242a872a320f8 File: /usr/share/doc/ocaml-calendar-2.04 40755 root:root @@ -62,2 +62,2 @@ File: /usr/share/doc/ocaml-calendar-2.04/TODO 100644 root:root 95b2b90ccc880814ff2968e10f4d5265 -RPMIdentity: c8b50dcc92f34e429267580d2fa3384819910a4614a8b1f85e17400ca2db51648df9726ba027cb897ec8b9f2f697472c341c4ac66b46488ad060beab3fa883a2 +RPMIdentity: 1cb49d8e45a999712a4140607e37cb80456d180cd876e32d84d8dbba6296951f14cd6aee6d02701f6066fece450cc9b2b5739d10e50c06229b8610bb5afb6302 --- ocaml-calendar-debuginfo-2.04-alt8.x86_64.rpm.repo 2021-11-27 08:36:16.000000000 +0000 +++ ocaml-calendar-debuginfo-2.04-alt8.x86_64.rpm.hasher 2024-03-24 02:34:31.777896620 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/94 40755 root:root -/usr/lib/debug/.build-id/94/b364568d6ccc6ebb76df6e9ee8e8038846937d 120777 root:root ../../../../lib64/ocaml/site-lib/calendar/calendarLib.cmxs -/usr/lib/debug/.build-id/94/b364568d6ccc6ebb76df6e9ee8e8038846937d.debug 120777 root:root ../../usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs.debug +/usr/lib/debug/.build-id/68 40755 root:root +/usr/lib/debug/.build-id/68/ee52a6c1528b3131e7ee1cfb3bd4aab257417f 120777 root:root ../../../../lib64/ocaml/site-lib/calendar/calendarLib.cmxs +/usr/lib/debug/.build-id/68/ee52a6c1528b3131e7ee1cfb3bd4aab257417f.debug 120777 root:root ../../usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -21,5 +21,5 @@ Provides: ocaml-calendar-debuginfo = 2.04-alt8:p10+289137.1500.8.1 -File: /usr/lib/debug/.build-id/94 40755 root:root -File: /usr/lib/debug/.build-id/94/b364568d6ccc6ebb76df6e9ee8e8038846937d 120777 root:root ../../../../lib64/ocaml/site-lib/calendar/calendarLib.cmxs -File: /usr/lib/debug/.build-id/94/b364568d6ccc6ebb76df6e9ee8e8038846937d.debug 120777 root:root ../../usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs.debug +File: /usr/lib/debug/.build-id/68 40755 root:root +File: /usr/lib/debug/.build-id/68/ee52a6c1528b3131e7ee1cfb3bd4aab257417f 120777 root:root ../../../../lib64/ocaml/site-lib/calendar/calendarLib.cmxs +File: /usr/lib/debug/.build-id/68/ee52a6c1528b3131e7ee1cfb3bd4aab257417f.debug 120777 root:root ../../usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -27,3 +27,3 @@ File: /usr/lib/debug/usr/lib64/ocaml/site-lib/calendar 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs.debug 100644 root:root 77d8ff108dbcd56236909d2ca08aab9d +File: /usr/lib/debug/usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs.debug 100644 root:root c3042809f83bd8763ec536e03a2eac26 File: /usr/src/debug/ocaml-calendar-2.04 40755 root:root @@ -39,2 +39,2 @@ File: /usr/src/debug/ocaml-calendar-2.04/src/utils.ml 100644 root:root 69bf1d0dbdc22d7c504c8c20337c4c4a -RPMIdentity: 5c97aae08f88745844a2545381b85785fefe90d5701fe572d99eb5a5a137719cff4eb5cbedcc220f8871e00a4071375f21a961a04a4687d779a5e7d39f729e1b +RPMIdentity: 1fddbb2c7cc9cf8514280020258a4db7d3e631d5c698bcbc1ee2c3e162cc61d464a4c1dc09b3497721e86a9d7ddc826890d0ec284abe1df8771369b5c03a8a17 --- ocaml-calendar-devel-2.04-alt8.x86_64.rpm.repo 2021-11-27 08:36:15.000000000 +0000 +++ ocaml-calendar-devel-2.04-alt8.x86_64.rpm.hasher 2024-03-24 02:34:31.864897772 +0000 @@ -122,6 +122,6 @@ Requires: rpmlib(PayloadIsLzma) -Provides: ocaml-cmx(CalendarLib) = 4.13.1-36FE1131 +Provides: ocaml-cmx(CalendarLib) = 4.13.1-B689A864 Provides: ocaml-calendar-devel = 2.04-alt8:p10+289137.1500.8.1 File: /usr/lib64/ocaml/site-lib/calendar/calendar.mli 100644 root:root ea9b5a4f40c800ff8a39826587a78149 -File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmx 100644 root:root 195da842e0908da358ee36a32a888cf7 +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmx 100644 root:root 3684efac300ffe2d6c4ab4f6ba43a445 File: /usr/lib64/ocaml/site-lib/calendar/calendar_builder.mli 100644 root:root 08cc5f0342fa08eacf86873d4168793c @@ -244,2 +244,2 @@ File: /usr/share/doc/ocaml-calendar-devel-2.04/type_Version.html 100644 root:root b71517287e8d3c3eb6b7e304620223fb -RPMIdentity: 2c79b94b171fad677c2e738a676f4bc6042da3730f9b051e339ff61a4cfa232e47f96aaa5e02370bebc37393fd05a30719e8d7516092d347ec351d65a9e05921 +RPMIdentity: 9e1c833737536191c88e0f0d8a131e8dc40aa0a8d3084e985b4316e358e0ce2795e42ab176f6aebe7a17bbbcdd70a77591702caf51b9473d77bd1dab5e098596