<86>May 4 01:30:43 userdel[3015624]: delete user 'rooter' <86>May 4 01:30:43 userdel[3015624]: removed group 'rooter' owned by 'rooter' <86>May 4 01:30:43 userdel[3015624]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 01:30:43 groupadd[3015666]: group added to /etc/group: name=rooter, GID=1823 <86>May 4 01:30:43 groupadd[3015666]: group added to /etc/gshadow: name=rooter <86>May 4 01:30:43 groupadd[3015666]: new group: name=rooter, GID=1823 <86>May 4 01:30:43 useradd[3015694]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>May 4 01:30:43 userdel[3015742]: delete user 'builder' <86>May 4 01:30:43 userdel[3015742]: removed group 'builder' owned by 'builder' <86>May 4 01:30:43 userdel[3015742]: removed shadow group 'builder' owned by 'builder' <86>May 4 01:30:43 groupadd[3015781]: group added to /etc/group: name=builder, GID=1824 <86>May 4 01:30:43 groupadd[3015781]: group added to /etc/gshadow: name=builder <86>May 4 01:30:43 groupadd[3015781]: new group: name=builder, GID=1824 <86>May 4 01:30:43 useradd[3015809]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/mimetex-1.76-alt1.src.rpm: The use of such a license name is ambiguous: GPL warning: Macro %webserver_cgibindir not found warning: Macro %webserver_cgibindir not found <13>May 4 01:30:46 rpmi: rpm-macros-webserver-common-1.4-alt1 sisyphus+277015.100.1.2 1625347616 installed <13>May 4 01:30:46 rpmi: rpm-build-webserver-common-1.4-alt1 sisyphus+277015.100.1.2 1625347616 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mimetex-1.76-alt1.nosrc.rpm (w1.gzdio) Installing mimetex-1.76-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.7622 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mimetex-1.76 + echo 'Source #0 (mimetex-1.76.tar):' Source #0 (mimetex-1.76.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mimetex-1.76.tar + cd mimetex-1.76 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (mimetex_manual.diff):' Patch #1 (mimetex_manual.diff): + /usr/bin/patch -p1 patching file mimetex.html + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.7622 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mimetex-1.76 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DAA mimetex.c gifsave.c -lm -o mimetex.cgi mimetex.c: In function 'rastsmash': mimetex.c:2409:30: warning: variable 'ymin' set but not used [-Wunused-but-set-variable] 2409 | int smin=9999, xmin=9999,ymin=9999; /* min separation (s=x+y) */ | ^~~~ mimetex.c: In function 'isbrace': mimetex.c:5922:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 5922 | if ( gotbrace && /* found a brace */ | ^~ mimetex.c:5925:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 5925 | ) return ( 1 ); return ( 0 ); /* return 1,0 accordingly */ | ^~~~~~ mimetex.c: In function 'mimeprep': mimetex.c:6375:18: warning: variable 'isamp' set but not used [-Wunused-but-set-variable] 6375 | istag=0, isamp=0, /* true for , &char; symbols */ | ^~~~~ mimetex.c:1102:50: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1102 | else memmove(s,s+(n),1+thislen3-(n)); }} else/*user supplies final;*/ | ^~~~ mimetex.c:6541:9: note: in expansion of macro 'strsqueeze' 6541 | { strsqueeze((tokptr+1),(lrlen-1));/*so squeeze out "left" or "right"*/ | ^~~~~~~~~~ mimetex.c:6542:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 6542 | expptr = tokptr+2; } /* and resume search past brace */ | ^~~~~~ mimetex.c:1102:50: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1102 | else memmove(s,s+(n),1+thislen3-(n)); }} else/*user supplies final;*/ | ^~~~ mimetex.c:6549:15: note: in expansion of macro 'strsqueeze' 6549 | { strsqueeze((tokptr+1),(lrlen+symlen-2)); /*squeeze out delim*/ | ^~~~~~~~~~ mimetex.c:6550:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 6550 | *(tokptr+1) = *(lrto[isymbol]); /* last char now 1-char delim*/ | ^ mimetex.c: In function 'evalterm': mimetex.c:7276:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7276 | case '/': if ( rightval != 0 ) /* guard against divide by zero */ | ^~ mimetex.c:7277:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7277 | termval = leftval/rightval; break; /* integer division */ | ^~~~~ mimetex.c:7278:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7278 | case '%': if ( rightval != 0 ) /* guard against divide by zero */ | ^~ mimetex.c:7279:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7279 | termval = leftval%rightval; break; /*left modulo right */ | ^~~~~ mimetex.c: In function 'rastscripts': mimetex.c:8412:9: warning: variable 'isbase' set but not used [-Wunused-but-set-variable] 8412 | isbase=0; /* true if we have base symbol */ | ^~~~~~ mimetex.c:8408:32: warning: variable 'supln' set but not used [-Wunused-but-set-variable] 8408 | supht=0, supwidth=0, supln=0, /* height,width,baseline of sup */ | ^~~~~ mimetex.c:8407:32: warning: variable 'subln' set but not used [-Wunused-but-set-variable] 8407 | subht=0, subwidth=0, subln=0, /* height,width,baseline of sub */ | ^~~~~ mimetex.c: In function 'rastleft': mimetex.c:8644:9: warning: variable 'isleftscript' set but not used [-Wunused-but-set-variable] 8644 | int isleftscript=0, isrightscript=0; /* true if delims are scripted */ | ^~~~~~~~~~~~ mimetex.c: In function 'rastflags': mimetex.c:9148:30: warning: comparison between pointer and zero character constant [-Wpointer-compare] 9148 | if ( *expression != '\000' ) /* ill-formed expression */ | ^~ mimetex.c:9148:18: note: did you mean to dereference the pointer? 9148 | if ( *expression != '\000' ) /* ill-formed expression */ | ^ mimetex.c: In function 'rastfrac': mimetex.c:9814:19: warning: variable 'baseln' set but not used [-Wunused-but-set-variable] 9814 | int baseht=0, baseln=0; /* height,baseline of base symbol */ | ^~~~~~ mimetex.c:9814:9: warning: variable 'baseht' set but not used [-Wunused-but-set-variable] 9814 | int baseht=0, baseln=0; /* height,baseline of base symbol */ | ^~~~~~ mimetex.c: In function 'rastfont': mimetex.c:10355:9: warning: variable 'family' set but not used [-Wunused-but-set-variable] 10355 | int family = 0, /* fontinfo[ifontnum].family */ | ^~~~~~ mimetex.c: In function 'rastarray': mimetex.c:10898:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10898 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~ mimetex.c:10898:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10898 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~~~~ mimetex.c:10900:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10900 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~ mimetex.c:10900:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10900 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~~~~ mimetex.c:10902:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10902 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~ mimetex.c:10902:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10902 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~~~~ mimetex.c:10909:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10909 | if (rowglobal) growcenter[irow] = rowcenter[irow]; break; | ^~ mimetex.c:10909:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10909 | if (rowglobal) growcenter[irow] = rowcenter[irow]; break; | ^~~~~ mimetex.c:10761:32: warning: variable 'subptr' set but not used [-Wunused-but-set-variable] 10761 | subtok[MAXTOKNSZ+1], *subptr=subtok, /* &,\\ inside { } not a delim*/ | ^~~~~~ mimetex.c: In function 'rastinput': mimetex.c:12546:9: warning: variable 'status' set but not used [-Wunused-but-set-variable] 12546 | int status /*, rastreadfile()*/; /* read input file */ | ^~~~~~ mimetex.c: In function 'rastreadfile': mimetex.c:1068:74: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1068 | { char *p; while((p=strchr((s),(c)))!=NULL) {strsqueeze(p,1);} } else | ^~~~ mimetex.c:13481:5: note: in expansion of macro 'compress' 13481 | compress(tag1,' '); compress(tag2,' '); /* remove embedded blanks */ | ^~~~~~~~ mimetex.c:1067:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1067 | #define compress(s,c) if((s)!=NULL) /* remove embedded c's from s */ \ | ^~ mimetex.c:13481:25: note: in expansion of macro 'compress' 13481 | compress(tag1,' '); compress(tag2,' '); /* remove embedded blanks */ | ^~~~~~~~ mimetex.c: In function 'rastwritefile': mimetex.c:1068:74: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1068 | { char *p; while((p=strchr((s),(c)))!=NULL) {strsqueeze(p,1);} } else | ^~~~ mimetex.c:13577:5: note: in expansion of macro 'compress' 13577 | compress(tag1,' '); compress(tag2,' '); } /* remove embedded blanks */ | ^~~~~~~~ mimetex.c:1067:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1067 | #define compress(s,c) if((s)!=NULL) /* remove embedded c's from s */ \ | ^~ mimetex.c:13577:25: note: in expansion of macro 'compress' 13577 | compress(tag1,' '); compress(tag2,' '); } /* remove embedded blanks */ | ^~~~~~~~ mimetex.c: In function 'aapattern1124': mimetex.c:15019:9: warning: variable 'cornval' set but not used [-Wunused-but-set-variable] 15019 | cornval=0, diagval=0; /* vert+horzcorn, top+botdiag */ | ^~~~~~~ mimetex.c: In function 'aawtpixel': mimetex.c:16508:9: warning: variable 'iscenter' set but not used [-Wunused-but-set-variable] 16508 | int iscenter = 0; /* set true if center point black */ | ^~~~~~~~ mimetex.c: In function 'main': mimetex.c:17041:14: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 17041 | else pbm_outfile = argv[argnum]; break; /*next arg is filename*/ | ^~~~ mimetex.c:17041:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 17041 | else pbm_outfile = argv[argnum]; break; /*next arg is filename*/ | ^~~~~ mimetex.c:17321:5: warning: variable 'whundredths' set but not used [-Wunused-but-set-variable] 17321 | whundredths = 0; /* or wait hundredths of a sec */ | ^~~~~~~~~~~ mimetex.c:17784:24: warning: the comparison will always evaluate as 'true' for the address of 'gif_buffer' will never be NULL [-Waddress] 17784 | if ( 0 && gif_buffer != NULL ) free(gif_buffer); /* free malloced buffer */ | ^~ mimetex.c:16901:9: note: 'gif_buffer' declared here 16901 | gif_buffer[MAXGIFSZ] = "\000", /* or gif written in memory buffer */ | ^~~~~~~~~~ mimetex.c:16865:10: warning: unused variable 'pdirective' [-Wunused-variable] 16865 | *pdirective = NULL; /* ptr to char after \directive */ | ^~~~~~~~~~ mimetex.c:16857:9: warning: variable 'isqempty' set but not used [-Wunused-but-set-variable] 16857 | isqempty = 0, /* true if query string empty */ | ^~~~~~~~ mimetex.c: At top level: mimetex.c:16464:15: warning: 'aawtpixel' defined but not used [-Wunused-function] 16464 | FUNCSCOPE int aawtpixel(raster *image, int ipixel, raster *weights, int rotate) | ^~~~~~~~~ mimetex.c:8874:22: warning: 'rastright' defined but not used [-Wunused-function] 8874 | FUNCSCOPE subraster *rastright(char **expression, int size, subraster *basesp, | ^~~~~~~~~ mimetex.c:4200:15: warning: 'cstruct_chardef' defined but not used [-Wunused-function] 4200 | FUNCSCOPE int cstruct_chardef ( chardef *cp, FILE *fp, int col1 ) | ^~~~~~~~~~~~~~~ mimetex.c:3892:15: warning: 'xbitmap_raster' defined but not used [-Wunused-function] 3892 | FUNCSCOPE int xbitmap_raster ( raster *rp, FILE *fp ) | ^~~~~~~~~~~~~~ mimetex.c:2325:19: warning: 'rastile' defined but not used [-Wunused-function] 2325 | FUNCSCOPE raster *rastile ( subraster *tiles, int ntiles ) | ^~~~~~~ mimetex.c:1364:15: warning: 'delete_chardef' defined but not used [-Wunused-function] 1364 | FUNCSCOPE int delete_chardef ( chardef *cp ) | ^~~~~~~~~~~~~~ mimetex.c:1268:20: warning: 'new_chardef' defined but not used [-Wunused-function] 1268 | FUNCSCOPE chardef *new_chardef ( ) | ^~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.12220 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mimetex-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mimetex-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd mimetex-1.76 + install -pD -m755 mimetex.cgi /usr/src/tmp/mimetex-buildroot/var/www/cgi-bin/mimetex.cgi + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mimetex-buildroot (auto) find: 'usr': No such file or directory Verifying and fixing files in /usr/src/tmp/mimetex-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mimetex-buildroot/ (default) Compressing files in /usr/src/tmp/mimetex-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mimetex-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/mimetex-buildroot Processing files: mimetex-1.76-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.12220 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mimetex-1.76 + DOCDIR=/usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + export DOCDIR + rm -rf /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + /bin/mkdir -p /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + cp -prL COPYING README mimetex.html /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + chmod -R go-w /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + chmod -R a+rX /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.k6v4i3 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.WIP438 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: webserver-common, /lib64/ld-linux-x86-64.so.2, /var/www/cgi-bin, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), rtld(GNU_HASH) Conflicts: moodle-filter-mimetex Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SMjls8 Creating mimetex-debuginfo package Processing files: mimetex-debuginfo-1.76-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1LYlwL find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HkHgGT find-requires: running scripts (debuginfo) Requires: mimetex = 1.76-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6) Adding to mimetex-debuginfo a strict dependency on mimetex Wrote: /usr/src/RPM/RPMS/x86_64/mimetex-1.76-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mimetex-debuginfo-1.76-alt1.x86_64.rpm (w2.lzdio) 6.04user 1.10system 0:09.73elapsed 73%CPU (0avgtext+0avgdata 87248maxresident)k 0inputs+0outputs (0major+240697minor)pagefaults 0swaps /.out/mimetex-1.76-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/mimetex-debuginfo-1.76-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL 3.49user 2.47system 0:18.67elapsed 31%CPU (0avgtext+0avgdata 131476maxresident)k 16inputs+0outputs (0major+191455minor)pagefaults 0swaps --- mimetex-1.76-alt1.x86_64.rpm.repo 2021-07-12 15:09:46.000000000 +0000 +++ mimetex-1.76-alt1.x86_64.rpm.hasher 2024-05-04 01:30:58.557564808 +0000 @@ -12,2 +12,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -23,3 +24,3 @@ File: /usr/share/doc/mimetex-1.76/mimetex.html 100644 root:root 8f1e07d3c82f618069d1d0b1af86c7ca -File: /var/www/cgi-bin/mimetex.cgi 100755 root:root b524e87df2a83a56773a0541ecb81396 -RPMIdentity: 4b46d1a82da01cc1e25a5c4f836d74b66505bb194676152a5949709181dc92565d7ab89d67e69110b9687ef176aa2b3e19a7cadfc77e2dad90ad6371cd051855 +File: /var/www/cgi-bin/mimetex.cgi 100755 root:root ad659fc24da1902bd5691017010acf8f +RPMIdentity: dc562781c7d2ae98486fb1b951dc4648c5d1cedf4ef8c2cc072e2afdd498d09e939db5fe735bac541921c01845d972a699cbb2e4914947da6447c9424d78339f --- mimetex-debuginfo-1.76-alt1.x86_64.rpm.repo 2021-07-12 15:09:46.000000000 +0000 +++ mimetex-debuginfo-1.76-alt1.x86_64.rpm.hasher 2024-05-04 01:30:58.630565737 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b3 40755 root:root -/usr/lib/debug/.build-id/b3/3352c80601044f50baf792e676fbe4ed7f155f 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi -/usr/lib/debug/.build-id/b3/3352c80601044f50baf792e676fbe4ed7f155f.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug +/usr/lib/debug/.build-id/75 40755 root:root +/usr/lib/debug/.build-id/75/6aad8578ebedfdc1cf017f6886e2883801c701 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi +/usr/lib/debug/.build-id/75/6aad8578ebedfdc1cf017f6886e2883801c701.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug /usr/lib/debug/var/www 40755 root:root @@ -17,8 +17,8 @@ Provides: mimetex-debuginfo = 1.76-alt1:sisyphus+278464.100.1.1 -File: /usr/lib/debug/.build-id/b3 40755 root:root -File: /usr/lib/debug/.build-id/b3/3352c80601044f50baf792e676fbe4ed7f155f 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi -File: /usr/lib/debug/.build-id/b3/3352c80601044f50baf792e676fbe4ed7f155f.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug +File: /usr/lib/debug/.build-id/75 40755 root:root +File: /usr/lib/debug/.build-id/75/6aad8578ebedfdc1cf017f6886e2883801c701 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi +File: /usr/lib/debug/.build-id/75/6aad8578ebedfdc1cf017f6886e2883801c701.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug File: /usr/lib/debug/var/www 40755 root:root File: /usr/lib/debug/var/www/cgi-bin 40755 root:root -File: /usr/lib/debug/var/www/cgi-bin/mimetex.cgi.debug 100644 root:root 5ac78be9a19817b656f07f7414988783 +File: /usr/lib/debug/var/www/cgi-bin/mimetex.cgi.debug 100644 root:root 8563ba0d2288500b58d989021fdef71f File: /usr/src/debug/mimetex-1.76 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/mimetex-1.76/texfonts.h 100644 root:root af758b4de074ba72e038ea53c1b40136 -RPMIdentity: f16d2700f646a442615b80d663efb0083d588c8ff9286ef08fe6d874b08ff1ff223693ead5c595ff10c5e6b483cfffde82050900cec22afc22078f37f139ca53 +RPMIdentity: c771970b44eff7a0ff813f5266b2febea74c8ea354850f6ffe7a46b750db2ec3a8204a05b72ec286bfba005a296374b65be0f17a34d1a7d293d1e750231f2df2