<86>Aug  4 11:20:11 userdel[3770679]: delete user 'rooter'
<86>Aug  4 11:20:11 userdel[3770679]: removed group 'rooter' owned by 'rooter'
<86>Aug  4 11:20:11 userdel[3770679]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  4 11:20:11 groupadd[3770699]: group added to /etc/group: name=rooter, GID=1844
<86>Aug  4 11:20:11 groupadd[3770699]: group added to /etc/gshadow: name=rooter
<86>Aug  4 11:20:11 groupadd[3770699]: new group: name=rooter, GID=1844
<86>Aug  4 11:20:11 useradd[3770716]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash
<86>Aug  4 11:20:11 userdel[3770742]: delete user 'builder'
<86>Aug  4 11:20:11 userdel[3770742]: removed group 'builder' owned by 'builder'
<86>Aug  4 11:20:11 userdel[3770742]: removed shadow group 'builder' owned by 'builder'
<86>Aug  4 11:20:11 groupadd[3770770]: group added to /etc/group: name=builder, GID=1845
<86>Aug  4 11:20:11 groupadd[3770770]: group added to /etc/gshadow: name=builder
<86>Aug  4 11:20:11 groupadd[3770770]: new group: name=builder, GID=1845
<86>Aug  4 11:20:11 useradd[3770790]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/discount-2.2.3a-alt1.git.13.gddf8b6f.nosrc.rpm (w1.gzdio)
Installing discount-2.2.3a-alt1.git.13.gddf8b6f.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.31226
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf discount-2.2.3a
+ echo 'Source #0 (discount-2.2.3a.tar):'
Source #0 (discount-2.2.3a.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/discount-2.2.3a.tar
+ cd discount-2.2.3a
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (discount-build-alt.patch):'
Patch #0 (discount-build-alt.patch):
+ /usr/bin/patch -p1
patching file .gear/discount.spec
patching file .gear/discount.watch
patching file .gear/rules
patching file .gear/tags/list
patching file Makefile.in
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.31226
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd discount-2.2.3a
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC'
+ ./configure.sh --prefix=/usr --libdir=/usr/lib64 --enable-all-features
Configuring for [markdown]
checking the C compiler (cc) oh ick, it looks like gcc
CFLAGS="-pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC" are okay
Looking for cpp (using $CC -E as a cpp pipeline)
looking for install (/bin/install)
Checking __attribute__((__noreturn__)) (yes)
looking for ar (/usr/bin/ar)
looking for ranlib (/usr/bin/ranlib)
looking for pkg-config (/usr/bin/pkg-config)
checking for "volatile" keyword (found)
checking for "const" keyword (found)
Checking for "inline" keyword (found)
defining WORD & DWORD scalar types
looking for a reentrant basename (found)
looking for header libgen.h (found)
looking for header stdlib.h (found)
looking for the alloca function (found in alloca.h)
looking for header sys/types.h (found)
looking for header pwd.h (found)
looking for the getpwuid function (found)
looking for header sys/stat.h (found)
looking for the stat function (found)
special file macros in sys/stat.h: S_ISSOCK S_ISCHR S_ISFIFO.
looking for the srandom function (found)
looking for the memset function (found)
looking for the random function (found)
looking for the strcasecmp function (found)
looking for the strncasecmp function (found)
looking for the fchdir function (found)
looking for header malloc.h (found)
looking for find (/bin/find)
looking for "ln -s" (/bin/ln)
looking for ar (/usr/bin/ar)
looking for ranlib (/usr/bin/ranlib)
looking for sed (/bin/sed)
generating Makefile
generating version.c
generating mkdio.h
generating libmarkdown.pc
+ make SOVER=0
make: Entering directory '/usr/src/RPM/BUILD/discount-2.2.3a'
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -I. -c main.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -I. -c pgm_options.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -I. -c gethopt.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -I. -c notspecial.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o mkdio.o mkdio.c
In file included from mkdio.c:13:
mkdio.c: In function '__mkd_enqueue':
cstring.h:22:24: warning: operation on 'p->text.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
mkdio.c:61:3: note: in expansion of macro 'EXPAND'
   EXPAND(p->text) = ' ';
   ^~~~~~
cstring.h:22:24: warning: operation on 'p->text.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
mkdio.c:67:6: note: in expansion of macro 'EXPAND'
      EXPAND(p->text) = c;
      ^~~~~~
cstring.h:22:24: warning: operation on 'p->text.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
mkdio.c:71:5: note: in expansion of macro 'EXPAND'
     EXPAND(p->text) = 0;
     ^~~~~~
mkdio.c: In function 'populate':
cstring.h:22:24: warning: operation on 'line.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
mkdio.c:121:6: note: in expansion of macro 'EXPAND'
      EXPAND(line) = c;
      ^~~~~~
In file included from mkdio.c:14:
mkdio.c: In function 'mkd_generatehtml':
markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
mkdio.c:191:5: note: in expansion of macro 'DO_OR_DIE'
     DO_OR_DIE( szdoc = mkd_document(p,&doc) );
     ^~~~~~~~~
markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
mkdio.c:193:2: note: in expansion of macro 'DO_OR_DIE'
  DO_OR_DIE( mkd_generatexml(doc, szdoc, output) );
  ^~~~~~~~~
markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
mkdio.c:196:5: note: in expansion of macro 'DO_OR_DIE'
     DO_OR_DIE( putc('\n', output) );
     ^~~~~~~~~
In file included from mkdio.c:13:
mkdio.c: In function 'mkd_line':
cstring.h:22:24: warning: operation on 'f.out.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
mkdio.c:293:2: note: in expansion of macro 'EXPAND'
  EXPAND(f.out) = 0;
  ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o markdown.o markdown.c
In file included from markdown.c:16:
markdown.c: In function 'addfootnote':
cstring.h:22:24: warning: operation on 'f->footnotes->note.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
markdown.c:1038:23: note: in expansion of macro 'EXPAND'
     Footnote *foot = &EXPAND(f->footnotes->note);
                       ^~~~~~
cstring.h:22:24: warning: operation on 'foot->tag.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
markdown.c:1048:2: note: in expansion of macro 'EXPAND'
  EXPAND(foot->tag) = T(p->text)[j];
  ^~~~~~
cstring.h:22:24: warning: operation on 'foot->tag.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
markdown.c:1049:5: note: in expansion of macro 'EXPAND'
     EXPAND(foot->tag) = 0;
     ^~~~~~
cstring.h:22:24: warning: operation on 'foot->link.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
markdown.c:1071:2: note: in expansion of macro 'EXPAND'
  EXPAND(foot->link) = T(p->text)[j++];
  ^~~~~~
cstring.h:22:24: warning: operation on 'foot->link.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
markdown.c:1072:5: note: in expansion of macro 'EXPAND'
     EXPAND(foot->link) = 0;
     ^~~~~~
cstring.h:22:24: warning: operation on 'foot->title.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
markdown.c:1099:6: note: in expansion of macro 'EXPAND'
      EXPAND(foot->title) = T(p->text)[j++];
      ^~~~~~
cstring.h:22:24: warning: operation on 'foot->title.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
markdown.c:1105:2: note: in expansion of macro 'EXPAND'
  EXPAND(foot->title) = 0;
  ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o dumptree.o dumptree.c
In file included from markdown.h:5,
                 from dumptree.c:8:
dumptree.c: In function 'pushpfx':
cstring.h:22:24: warning: operation on 'sp->size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
dumptree.c:44:24: note: in expansion of macro 'EXPAND'
     struct frame *q = &EXPAND(*sp);
                        ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o generate.o generate.c
In file included from generate.c:16:
generate.c: In function 'push':
cstring.h:22:24: warning: operation on 'f->in.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
generate.c:37:2: note: in expansion of macro 'EXPAND'
  EXPAND(f->in) = *bfr++;
  ^~~~~~
generate.c: In function 'pushc':
cstring.h:22:24: warning: operation on 'f->in.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
generate.c:47:5: note: in expansion of macro 'EXPAND'
     EXPAND(f->in) = c;
     ^~~~~~
generate.c: In function 'Qchar':
cstring.h:22:24: warning: operation on 'f->Q.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
generate.c:136:9: note: in expansion of macro 'EXPAND'
  cur = &EXPAND(f->Q);
         ^~~~~~
cstring.h:22:24: warning: operation on 'cur->b_text.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
generate.c:143:5: note: in expansion of macro 'EXPAND'
     EXPAND(cur->b_text) = c;
     ^~~~~~
generate.c: In function 'Qem':
cstring.h:22:24: warning: operation on 'f->Q.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
generate.c:188:17: note: in expansion of macro 'EXPAND'
     block *p = &EXPAND(f->Q);
                 ^~~~~~
cstring.h:22:24: warning: operation on 'f->Q.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
generate.c:195:13: note: in expansion of macro 'EXPAND'
     memset(&EXPAND(f->Q), 0, sizeof(block));
             ^~~~~~
generate.c: In function 'printtable':
cstring.h:22:24: warning: operation on 'align.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
generate.c:1617:2: note: in expansion of macro 'EXPAND'
  EXPAND(align) = it;
  ^~~~~~
cstring.h:22:24: warning: operation on 'align.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
generate.c:1630:6: note: in expansion of macro 'EXPAND'
      EXPAND(align) = a_NONE;
      ^~~~~~
generate.c: In function 'mkd_document':
cstring.h:22:24: warning: operation on 'p->ctx->out.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
generate.c:1891:3: note: in expansion of macro 'EXPAND'
   EXPAND(p->ctx->out) = 0;
   ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o resource.o resource.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o docheader.o docheader.c
cc -Wno-return-type -Wno-implicit-int -I. -o branch tools/branch.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -DBRANCH=`./branch` -DVERSION=\"`cat VERSION`\" -c version.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o toc.o toc.c
In file included from toc.c:14:
toc.c: In function 'mkd_toc':
cstring.h:22:24: warning: operation on 'res.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
toc.c:86:2: note: in expansion of macro 'EXPAND'
  EXPAND(res) = 0;
  ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o css.o css.c
In file included from css.c:16:
css.c: In function 'mkd_css':
cstring.h:22:24: warning: operation on 'f.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
css.c:60:6: note: in expansion of macro 'EXPAND'
      EXPAND(f) = 0;
      ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o xml.o xml.c
In file included from xml.c:17:
xml.c: In function 'mkd_generatexml':
markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xml.c:50:6: note: in expansion of macro 'DO_OR_DIE'
      DO_OR_DIE( fputs(entity, out) );
      ^~~~~~~~~
markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xml.c:52:6: note: in expansion of macro 'DO_OR_DIE'
      DO_OR_DIE( fputc(c, out) );
      ^~~~~~~~~
In file included from xml.c:16:
xml.c: In function 'mkd_xml':
cstring.h:22:24: warning: operation on 'f.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
xml.c:80:5: note: in expansion of macro 'EXPAND'
     EXPAND(f) = 0;
     ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o Csio.o Csio.c
In file included from Csio.c:4:
Csio.c: In function 'Csputc':
cstring.h:22:24: warning: operation on 'iot->size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
Csio.c:14:5: note: in expansion of macro 'EXPAND'
     EXPAND(*iot) = c;
     ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o xmlpage.o xmlpage.c
In file included from xmlpage.c:10:
xmlpage.c: In function 'mkd_xhtmlpage':
./markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xmlpage.c:20:2: note: in expansion of macro 'DO_OR_DIE'
  DO_OR_DIE( fprintf(out, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
  ^~~~~~~~~
./markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xmlpage.c:26:2: note: in expansion of macro 'DO_OR_DIE'
  DO_OR_DIE( fprintf(out, "<head>\n") );
  ^~~~~~~~~
./markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xmlpage.c:27:2: note: in expansion of macro 'DO_OR_DIE'
  DO_OR_DIE( fprintf(out, "<title>") );
  ^~~~~~~~~
./markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xmlpage.c:29:6: note: in expansion of macro 'DO_OR_DIE'
      DO_OR_DIE( fprintf(out, "%s", title) );
      ^~~~~~~~~
./markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xmlpage.c:31:2: note: in expansion of macro 'DO_OR_DIE'
  DO_OR_DIE( fprintf(out, "</title>\n") );
  ^~~~~~~~~
./markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xmlpage.c:32:2: note: in expansion of macro 'DO_OR_DIE'
  DO_OR_DIE( mkd_generatecss(p, out) );
  ^~~~~~~~~
./markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xmlpage.c:33:2: note: in expansion of macro 'DO_OR_DIE'
  DO_OR_DIE( fprintf(out, "</head>\n"
  ^~~~~~~~~
./markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xmlpage.c:36:2: note: in expansion of macro 'DO_OR_DIE'
  DO_OR_DIE( mkd_generatehtml(p, out) );
  ^~~~~~~~~
./markdown.h:243:59: warning: statement with no effect [-Wunused-value]
 #define DO_OR_DIE(op) if ( (op) == EOF ) return EOF; else 1
                                                           ^
xmlpage.c:37:2: note: in expansion of macro 'DO_OR_DIE'
  DO_OR_DIE( fprintf(out, "</body>\n"
  ^~~~~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o basename.o basename.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o emmatch.o emmatch.c
In file included from emmatch.c:16:
emmatch.c: In function 'emfill':
cstring.h:22:24: warning: operation on 'p->b_text.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
emmatch.c:79:4: note: in expansion of macro 'EXPAND'
    EXPAND(p->b_text) = p->b_char;
    ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o github_flavoured.o github_flavoured.c
In file included from github_flavoured.c:15:
github_flavoured.c: In function 'gfm_populate':
cstring.h:22:24: warning: operation on 'line.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
github_flavoured.c:47:3: note: in expansion of macro 'EXPAND'
   EXPAND(line) = ' ';
   ^~~~~~
cstring.h:22:24: warning: operation on 'line.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
github_flavoured.c:48:3: note: in expansion of macro 'EXPAND'
   EXPAND(line) = ' ';
   ^~~~~~
cstring.h:22:24: warning: operation on 'line.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
github_flavoured.c:54:6: note: in expansion of macro 'EXPAND'
      EXPAND(line) = c;
      ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o setup.o setup.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC    mktags.c   -o mktags
In file included from mktags.c:6:
mktags.c: In function 'define_one_tag':
cstring.h:22:24: warning: operation on 'blocktags.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
mktags.c:18:21: note: in expansion of macro 'EXPAND'
     struct kw *p = &EXPAND(blocktags);
                     ^~~~~~
./mktags > blocktags
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o tags.o tags.c
In file included from tags.c:6:
tags.c: In function 'mkd_define_tag':
cstring.h:22:24: warning: operation on 'extratags.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
tags.c:34:7: note: in expansion of macro 'EXPAND'
  p = &EXPAND(extratags);
       ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o html5.o html5.c
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o flags.o flags.c
./librarian.sh make libmarkdown VERSION mkdio.o markdown.o dumptree.o generate.o resource.o docheader.o version.o toc.o css.o xml.o Csio.o xmlpage.o basename.o emmatch.o github_flavoured.o setup.o tags.o html5.o flags.o 
a - mkdio.o
a - markdown.o
a - dumptree.o
a - generate.o
a - resource.o
a - docheader.o
a - version.o
a - toc.o
a - css.o
a - xml.o
a - Csio.o
a - xmlpage.o
a - basename.o
a - emmatch.o
a - github_flavoured.o
a - setup.o
a - tags.o
a - html5.o
a - flags.o
rm -f libmarkdown libmarkdown.a
cc -Wno-return-type -Wno-implicit-int -I. -shared mkdio.o markdown.o dumptree.o generate.o resource.o docheader.o version.o toc.o css.o xml.o Csio.o xmlpage.o basename.o emmatch.o github_flavoured.o setup.o tags.o html5.o flags.o  -o libmarkdown.so.0 -Wl,-soname=libmarkdown.so.0
ln -s libmarkdown.so.0 libmarkdown.so
ln -s libmarkdown.so libmarkdown
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -L. -o markdown main.o pgm_options.o gethopt.o notspecial.o -lmarkdown 
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o mkd2html.o mkd2html.c
In file included from mkd2html.c:37:
mkd2html.c: In function 'main':
cstring.h:22:24: warning: operation on 'css.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
mkd2html.c:114:6: note: in expansion of macro 'EXPAND'
      EXPAND(css) = hoptarg(&flags);
      ^~~~~~
cstring.h:22:24: warning: operation on 'headers.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
mkd2html.c:117:6: note: in expansion of macro 'EXPAND'
      EXPAND(headers) = hoptarg(&flags);
      ^~~~~~
cstring.h:22:24: warning: operation on 'footers.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
mkd2html.c:120:6: note: in expansion of macro 'EXPAND'
      EXPAND(footers) = hoptarg(&flags);
      ^~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -L. -o mkd2html mkd2html.o pgm_options.o gethopt.o notspecial.o -lmarkdown 
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -L. -o makepage makepage.c pgm_options.o gethopt.o notspecial.o -lmarkdown 
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC   -c -o theme.o theme.c
In file included from theme.c:34:
theme.c: In function 'prepare':
cstring.h:22:24: warning: operation on 'inbuf.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
theme.c:188:2: note: in expansion of macro 'EXPAND'
  EXPAND(inbuf) = c;
  ^~~~~~
theme.c: In function 'finclude':
cstring.h:22:24: warning: operation on 'include.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
theme.c:271:2: note: in expansion of macro 'EXPAND'
  EXPAND(include) = c;
  ^~~~~~
cstring.h:22:24: warning: operation on 'include.size' may be undefined [-Wsequence-point]
 #define EXPAND(x) (S(x)++)[(S(x) < (x).alloc) \
                   ~~~~~^~~
theme.c:274:2: note: in expansion of macro 'EXPAND'
  EXPAND(include) = 0;
  ^~~~~~
theme.c: In function 'main':
theme.c:593:6: warning: variable 'added_text' set but not used [-Wunused-but-set-variable]
  int added_text=0;
      ^~~~~~~~~~
cc -Wno-return-type -Wno-implicit-int -I. -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -L. -o theme theme.o pgm_options.o gethopt.o notspecial.o -lmarkdown 
cc -Wno-return-type -Wno-implicit-int -I. -o echo tools/echo.c
cc -Wno-return-type -Wno-implicit-int -I. -o cols tools/cols.c
make: Leaving directory '/usr/src/RPM/BUILD/discount-2.2.3a'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.4048
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/discount-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/discount-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd discount-2.2.3a
+ mkdir -p /usr/src/tmp/discount-buildroot//usr/bin
+ make DESTDIR=/usr/src/tmp/discount-buildroot install.everything SOVER=0
make: Entering directory '/usr/src/RPM/BUILD/discount-2.2.3a'
/usr/src/RPM/BUILD/discount-2.2.3a/config.md /usr/src/tmp/discount-buildroot/usr/lib64
/usr/src/RPM/BUILD/discount-2.2.3a/config.md /usr/src/tmp/discount-buildroot/usr/include
/usr/src/RPM/BUILD/discount-2.2.3a/config.md /usr/src/tmp/discount-buildroot/usr/lib64/pkgconfig
/bin/install -s -m 755 markdown /usr/src/tmp/discount-buildroot/usr/bin
#./librarian.sh install libmarkdown VERSION /usr/src/tmp/discount-buildroot/usr/lib64
install libmarkdown.so.0 /usr/src/tmp/discount-buildroot/usr/lib64
ln -s libmarkdown.so.0 /usr/src/tmp/discount-buildroot/usr/lib64/libmarkdown.so
/bin/install -m 444 mkdio.h /usr/src/tmp/discount-buildroot/usr/include
/bin/install -m 444 libmarkdown.pc /usr/src/tmp/discount-buildroot/usr/lib64/pkgconfig
/usr/src/RPM/BUILD/discount-2.2.3a/config.md /usr/src/tmp/discount-buildroot/usr/share/man/man1
for x in mkd2html makepage theme; do \
    /bin/install -s -m 755 $x /usr/src/tmp/discount-buildroot/usr/bin/$x; \
    /bin/install -m 444 $x.1 /usr/src/tmp/discount-buildroot/usr/share/man/man1/$x.1; \
done
/usr/src/RPM/BUILD/discount-2.2.3a/config.md /usr/src/tmp/discount-buildroot/usr/share/man/man3
/bin/install -m 444 mkd-callbacks.3 mkd-functions.3 markdown.3 mkd-line.3 /usr/src/tmp/discount-buildroot/usr/share/man/man3
for x in mkd_line mkd_generateline; do \
    ( echo '.\"' ; echo ".so man3/mkd-line.3" ) > /usr/src/tmp/discount-buildroot/usr/share/man/man3/$x.3;\
done
for x in mkd_in mkd_string; do \
    ( echo '.\"' ; echo ".so man3/markdown.3" ) > /usr/src/tmp/discount-buildroot/usr/share/man/man3/$x.3;\
done
for x in mkd_compile mkd_css mkd_generatecss mkd_generatehtml mkd_cleanup mkd_doc_title mkd_doc_author mkd_doc_date; do \
    ( echo '.\"' ; echo ".so man3/mkd-functions.3" ) > /usr/src/tmp/discount-buildroot/usr/share/man/man3/$x.3; \
done
/usr/src/RPM/BUILD/discount-2.2.3a/config.md /usr/src/tmp/discount-buildroot/usr/share/man/man7
/bin/install -m 444 markdown.7 mkd-extensions.7 /usr/src/tmp/discount-buildroot/usr/share/man/man7
/usr/src/RPM/BUILD/discount-2.2.3a/config.md /usr/src/tmp/discount-buildroot/usr/share/man/man1
/bin/install -m 444 markdown.1 /usr/src/tmp/discount-buildroot/usr/share/man/man1
make: Leaving directory '/usr/src/RPM/BUILD/discount-2.2.3a'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/discount-buildroot (auto)
mode of 'usr/include/mkdio.h' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/lib64/pkgconfig/libmarkdown.pc' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man7/mkd-extensions.7' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man7/markdown.7' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man3/mkd-line.3' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man3/markdown.3' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man3/mkd-functions.3' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man3/mkd-callbacks.3' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man1/markdown.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man1/theme.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man1/makepage.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man1/mkd2html.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
mode of './usr/lib64/libmarkdown.so.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/discount-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
/usr/lib64/pkgconfig/libmarkdown.pc: Cflags: '-I${includedir}' --> ''
/usr/lib64/pkgconfig/libmarkdown.pc: Libs: '-L${libdir} -lmarkdown ' --> '-lmarkdown'
Checking contents of files in /usr/src/tmp/discount-buildroot/ (default)
Compressing files in /usr/src/tmp/discount-buildroot (auto)
Adjusting library links in /usr/src/tmp/discount-buildroot
./usr/lib64:
	libmarkdown.so.0 -> libmarkdown.so.0
056-debuginfo.brp: WARNING: You have 4 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
  ./usr/bin/makepage
  ./usr/bin/markdown
  ./usr/bin/mkd2html
  ./usr/bin/theme
Verifying ELF objects in /usr/src/tmp/discount-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.6595
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd discount-2.2.3a
+ make test LD_LIBRARY_PATH=/usr/src/tmp/discount-buildroot/usr/lib64
make: Entering directory '/usr/src/RPM/BUILD/discount-2.2.3a'
headers ... GOOD
Reddit-style automatic links ......................... OK
automatic links ...................................... OK
backslash escapes .................................... OK
callbacks ............................................ OK
inline code .......................................... OK
code blocks .......................................... OK
markdown 1.0 compatibility ........................... OK
crashes .............................................. OK
reported defects ..................................... OK
%div% blocks ......................................... OK
definition lists ..................................... OK
emphasis ............................................. OK
markdown extra-style footnotes ....................... OK
paragraph flow ....................................... OK
footnotes ............................................ OK
github tags .......................................... OK
headers .............................................. OK
html blocks .......................................... OK
html5 blocks (mkd_with_html5_tags) ................... OK
html comments ........................................ OK
embedded latex ....................................... OK
embedded links ....................................... OK
embedded images ...................................... OK
lists ................................................ OK
deeply nested lists .................................. OK
misc ................................................. OK
data corruption cases from Fernando Muñoz ............ OK
pandoc headers ....................................... OK
paragraph blocking ................................... OK
markup peculiarities ................................. OK
pseudo-protocols ..................................... OK
bugs & misfeatures found during the Reddit rollout ... OK
footnotes inside reparse sections .................... OK
safe links ........................................... OK
Bugs & misfeatures reported by Mike Schiraldi ........ OK
smarty pants ......................................... OK
The snakepit of Markdown.pl compatibility ............ OK
strikethrough ........................................ OK
styles ............................................... OK
superscript .......................................... OK
tables ............................................... OK
(old) table-of-contents support ...................... OK
(new) table-of-contents support ...................... OK
xml output with MKD_CDATA ............................ OK
make: Leaving directory '/usr/src/RPM/BUILD/discount-2.2.3a'
+ exit 0
Processing files: discount-2.2.3a-alt1.git.13.gddf8b6f
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jh5Af2
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.elznBF
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libdiscount = 2.2.3a-alt1.git.13.gddf8b6f, /lib64/ld-linux-x86-64.so.2, 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.4)(64bit), libmarkdown.so.0()(64bit) >= set:jeElVkil9cZsCmwmA5PmaUXvkApgtVzcIjatcB1Hxv1tLFd96x8MV1, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jABGrm
Processing files: libdiscount-2.2.3a-alt1.git.13.gddf8b6f
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iseYM6
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/discount-buildroot/usr/lib64/libmarkdown.so.0: 63 symbols, 16 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lkjUDU
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libmarkdown.so.0()(64bit) = set:jdDrTkHxNMiL9642uLUTlKFdppV3Zqu3coWep97UZ5eJCNqkrW0tAJOQAg3Xoz2uZzaOeLp4xHiNAEgkHlZjlgzZ4GAxGkpMqUbEXBSicx846W56y7059ZhJqZsiB5
Requires: 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.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SZ16YL
Creating libdiscount-debuginfo package
Processing files: libdiscount-devel-2.2.3a-alt1.git.13.gddf8b6f
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3PwPOG
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AnPI8E
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: pkgconfig(libmarkdown) = 2.2.4b1
Requires: libdiscount = 2.2.3a-alt1.git.13.gddf8b6f, /usr/lib64/libmarkdown.so.0, /usr/lib64/pkgconfig
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HPfuWG
Processing files: libdiscount-debuginfo-2.2.3a-alt1.git.13.gddf8b6f
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.evnYeM
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ror91U
find-requires: running scripts (debuginfo)
Provides: debug64(libmarkdown.so.0)
Requires: libdiscount = 2.2.3a-alt1.git.13.gddf8b6f, debug64(libc.so.6)
Removing 2 extra deps from discount due to dependency on libdiscount
Removing 1 extra deps from libdiscount-devel due to dependency on libdiscount
Removing 5 extra deps from discount due to repentancy on libdiscount
Wrote: /usr/src/RPM/RPMS/x86_64/discount-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libdiscount-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libdiscount-devel-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libdiscount-debuginfo-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm (w2.lzdio)
5.18user 8.08system 0:20.73elapsed 64%CPU (0avgtext+0avgdata 48168maxresident)k
0inputs+0outputs (0major+1266943minor)pagefaults 0swaps
0.51user 1.58system 0:25.73elapsed 8%CPU (0avgtext+0avgdata 12208maxresident)k
0inputs+0outputs (0major+99375minor)pagefaults 0swaps
--- discount-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm.repo	2018-03-14 10:18:24.000000000 +0000
+++ discount-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm.hasher	2024-08-04 11:20:34.392567878 +0000
@@ -30,6 +30,6 @@
 Provides: discount = 2.2.3a-alt1.git.13.gddf8b6f
-File: /usr/bin/makepage	100755	root:root	5c657075035cfa0eb6a746b8a9faddf5	
-File: /usr/bin/markdown	100755	root:root	387cd66039bbec44728d5988bcfa6d7f	
-File: /usr/bin/mkd2html	100755	root:root	7f01cc5e9e654c1d60c5e58cb198fbf8	
-File: /usr/bin/theme	100755	root:root	93f995b649a53ccfea24c0875ec0843b	
+File: /usr/bin/makepage	100755	root:root	47b92cda1bba486b9176276a3ed45601	
+File: /usr/bin/markdown	100755	root:root	496fb3f7ba200068fcff29a53b24681d	
+File: /usr/bin/mkd2html	100755	root:root	4bdefa7c3d817965f087c11bb4f952c1	
+File: /usr/bin/theme	100755	root:root	b1ac05053606ba9e3214a84d65024d16	
 File: /usr/share/man/man1/makepage.1.xz	100644	root:root	dff6206cdce45d5e901e9129acdf866b	
@@ -56,2 +56,2 @@
 File: /usr/share/man/man7/mkd-extensions.7.xz	100644	root:root	70f5234ce2e02c8d3b11acd2dd181841	
-RPMIdentity: a3202a0760ffec5169e3f952b569062870d5b585c821c1aa04a63feaa4533dc3f8e2dd7bbd54a47b142a1229a12fbdf6270cd0af2b86491a640fb5505f4b8e60
+RPMIdentity: 4c26d643be49bd58e857f8ab13b75481711585f2d1a5d22746bd23e38f48993e568d9f0e4acba6080191b7c15bb2f387c9228f9150224892139978c77c2fb91a
--- libdiscount-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm.repo	2018-03-14 10:18:24.000000000 +0000
+++ libdiscount-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm.hasher	2024-08-04 11:20:34.467569201 +0000
@@ -11,3 +11,3 @@
 Provides: libdiscount = 2.2.3a-alt1.git.13.gddf8b6f
-File: /usr/lib64/libmarkdown.so.0	100644	root:root	398a4394e3ebebae49a3d8d08990b5f5	
-RPMIdentity: 413e3a49b3cfb0acd6873622d338995b979846c573f75807336a92e936123e009a29bcb19ac99451c4c740a8aeacc45cafd515ac558e5da42aef0605b1493b5f
+File: /usr/lib64/libmarkdown.so.0	100644	root:root	fa7d6e19d9c5ab913449f496bc1c7e9b	
+RPMIdentity: c3d741b403242cfc329e240c21b8c792491ba1b08e188f18f768257694912f99dbec88cc3c4a01109ba2dc1e87d76fb7d832ea5fa8b05b719711dd1e088caf73
--- libdiscount-debuginfo-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm.repo	2018-03-14 10:18:24.000000000 +0000
+++ libdiscount-debuginfo-2.2.3a-alt1.git.13.gddf8b6f.x86_64.rpm.hasher	2024-08-04 11:20:34.553570718 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/9c	40755	root:root	
-/usr/lib/debug/.build-id/9c/ee0bf328795256b2c603424b201d456f21f32e	120777	root:root	../../../../lib64/libmarkdown.so.0
-/usr/lib/debug/.build-id/9c/ee0bf328795256b2c603424b201d456f21f32e.debug	120777	root:root	../../usr/lib64/libmarkdown.so.0.debug
+/usr/lib/debug/.build-id/4c	40755	root:root	
+/usr/lib/debug/.build-id/4c/be75665ae41b0dac228956b650052beb9783cb	120777	root:root	../../../../lib64/libmarkdown.so.0
+/usr/lib/debug/.build-id/4c/be75665ae41b0dac228956b650052beb9783cb.debug	120777	root:root	../../usr/lib64/libmarkdown.so.0.debug
 /usr/lib/debug/usr/lib64/libmarkdown.so.0.debug	100644	root:root	
@@ -34,6 +34,6 @@
 Provides: libdiscount-debuginfo = 2.2.3a-alt1.git.13.gddf8b6f
-File: /usr/lib/debug/.build-id/9c	40755	root:root		
-File: /usr/lib/debug/.build-id/9c/ee0bf328795256b2c603424b201d456f21f32e	120777	root:root		../../../../lib64/libmarkdown.so.0
-File: /usr/lib/debug/.build-id/9c/ee0bf328795256b2c603424b201d456f21f32e.debug	120777	root:root		../../usr/lib64/libmarkdown.so.0.debug
-File: /usr/lib/debug/usr/lib64/libmarkdown.so.0.debug	100644	root:root	6e2a7d576a9139ad8a45883c729d046f	
+File: /usr/lib/debug/.build-id/4c	40755	root:root		
+File: /usr/lib/debug/.build-id/4c/be75665ae41b0dac228956b650052beb9783cb	120777	root:root		../../../../lib64/libmarkdown.so.0
+File: /usr/lib/debug/.build-id/4c/be75665ae41b0dac228956b650052beb9783cb.debug	120777	root:root		../../usr/lib64/libmarkdown.so.0.debug
+File: /usr/lib/debug/usr/lib64/libmarkdown.so.0.debug	100644	root:root	fc43a661f5ccfdb5d5670726310c662f	
 File: /usr/src/debug/discount-2.2.3a	40755	root:root		
@@ -63,2 +63,2 @@
 File: /usr/src/debug/discount-2.2.3a/xmlpage.c	100644	root:root	b1f9de6c2e45d6e58f66202b73b387af	
-RPMIdentity: 67dd1ae675fb2ac24f0261bc8b3189721073c909df09122600ae0f56499ed72e724e3dfb7ab8f1f9350c32ad70c408e2da78baeebfa63abdfda41ca7c22b8f45
+RPMIdentity: 39735f15d9e6d908eb1cf8c65132e64bba3632103ea77b898b413cbf00ccff3f36cef3cc24bffd00023487d31d9500452c9b11cc77c59dc72f7b461c585cc958