<86>May 26 01:58:16 userdel[1596242]: delete user 'rooter' <86>May 26 01:58:16 userdel[1596242]: removed group 'rooter' owned by 'rooter' <86>May 26 01:58:16 userdel[1596242]: removed shadow group 'rooter' owned by 'rooter' <86>May 26 01:58:16 groupadd[1596284]: group added to /etc/group: name=rooter, GID=1877 <86>May 26 01:58:16 groupadd[1596284]: group added to /etc/gshadow: name=rooter <86>May 26 01:58:16 groupadd[1596284]: new group: name=rooter, GID=1877 <86>May 26 01:58:16 useradd[1596311]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash <86>May 26 01:58:16 userdel[1596362]: delete user 'builder' <86>May 26 01:58:16 userdel[1596362]: removed group 'builder' owned by 'builder' <86>May 26 01:58:16 userdel[1596362]: removed shadow group 'builder' owned by 'builder' <86>May 26 01:58:16 groupadd[1596398]: group added to /etc/group: name=builder, GID=1878 <86>May 26 01:58:16 groupadd[1596398]: group added to /etc/gshadow: name=builder <86>May 26 01:58:16 groupadd[1596398]: new group: name=builder, GID=1878 <86>May 26 01:58:16 useradd[1596434]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash <13>May 26 01:58:26 rpmi: ocaml-runtime-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>May 26 01:58:26 rpmi: rpm-build-ocaml-1.4.2-alt1 p10+289137.700.7.1 1637431351 installed <13>May 26 01:58:33 rpmi: ocaml-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>May 26 01:58:33 rpmi: ocaml-findlib-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>May 26 01:58:33 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.44252 + 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.44252 + 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.60069 + 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.30456 + 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.HP41Rr 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.wzEYav 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-2F7FD13A 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.lp9k4r Creating ocaml-calendar-debuginfo package Processing files: ocaml-calendar-devel-2.04-alt8 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32625 + 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.u1o4Ru 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.Yrz5pu 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-2F7FD13A 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.bApS0s 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.MMtufs find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5JCjwr 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.71user 2.15system 0:15.87elapsed 55%CPU (0avgtext+0avgdata 45612maxresident)k 0inputs+0outputs (0major+397308minor)pagefaults 0swaps 3.34user 2.70system 0:46.22elapsed 13%CPU (0avgtext+0avgdata 129960maxresident)k 8552inputs+0outputs (0major+214261minor)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-05-26 01:58:59.335228160 +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-2F7FD13A 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 e0af2b175de922b1df5a3b43237c6d72 +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cma 100644 root:root 0d6f21c08f8d16304ee55d42962bd47c 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 8e9965ed5c174319a61fdb0b2e4a2669 +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxa 100644 root:root bbca1d9c529b6eca68fc0fe4c86b61fe +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.cmxs 100644 root:root e2ffc067f5bfd85c5dd90d4ffbf9413a +File: /usr/lib64/ocaml/site-lib/calendar/calendarLib.o 100644 root:root b4674e4dbbd21834e11dcaa9057eca55 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: 2cb75e3663373e9d0b524da200d960a4fd276a18b8f23d0670454e27aa96b7ca65b834f9dc9526092d867efcb3d706a768fdbfae59068d1424b53bb4aae5d98b --- 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-05-26 01:58:59.473230567 +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/56 40755 root:root +/usr/lib/debug/.build-id/56/ceabfef949e76cf23cbb580db35baca582eab1 120777 root:root ../../../../lib64/ocaml/site-lib/calendar/calendarLib.cmxs +/usr/lib/debug/.build-id/56/ceabfef949e76cf23cbb580db35baca582eab1.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/56 40755 root:root +File: /usr/lib/debug/.build-id/56/ceabfef949e76cf23cbb580db35baca582eab1 120777 root:root ../../../../lib64/ocaml/site-lib/calendar/calendarLib.cmxs +File: /usr/lib/debug/.build-id/56/ceabfef949e76cf23cbb580db35baca582eab1.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 1c27db0b396129524caf1efd46838a25 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: 65a30134bc926089dfffd0d16fd609f8ec8e692db42f9524ea83aba59c61ff457279ba6f4a2f5b763e74ad77492017766677b95931c8f06788545c6a72b76595 --- 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-05-26 01:58:59.600232782 +0000 @@ -122,6 +122,6 @@ Requires: rpmlib(PayloadIsLzma) -Provides: ocaml-cmx(CalendarLib) = 4.13.1-36FE1131 +Provides: ocaml-cmx(CalendarLib) = 4.13.1-2F7FD13A 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 2b451312b19dc0068179702841393fb2 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: 6b2e2acc0a5574bd75085372f436549f3203cf2d291c8afa3418535cb010e10b2eeaca399e7e2d19e61d3bcfe3552ec42cb2cccb33d2a965901191123b1df393