<html>
    <head>
      <base href="http://bugzilla.rpmfusion.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vascom2&#64;gmail.com" title="Vasiliy Glazov &lt;vascom2&#64;gmail.com&gt;"> <span class="fn">Vasiliy Glazov</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Review request: aegisub - Tool for creating and modifying subtitles"
   href="http://bugzilla.rpmfusion.org/show_bug.cgi?id=4256">bug 4256</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Review request: aegisub - Tool for creating and modifying subtitles"
   href="http://bugzilla.rpmfusion.org/show_bug.cgi?id=4256#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Review request: aegisub - Tool for creating and modifying subtitles"
   href="http://bugzilla.rpmfusion.org/show_bug.cgi?id=4256">bug 4256</a>
              from <span class="vcard"><a class="email" href="mailto:vascom2&#64;gmail.com" title="Vasiliy Glazov &lt;vascom2&#64;gmail.com&gt;"> <span class="fn">Vasiliy Glazov</span></a>
</span></b>
        <pre>1. As you can see in build.log
<a href="http://koji.russianfedora.pro/kojifiles/work/tasks/106/90106/build.log">http://koji.russianfedora.pro/kojifiles/work/tasks/106/90106/build.log</a>
OpenAL doesn't work an disabled. So I recommend add --without-openal to
configure.

2. I think it is better remove version suffix from bin-file name.
Add before configure:
#remove version postfix
sed -e 's/aegisub-3\.2/aegisub/' -e 's/aegisub-32/aegisub/' -i configure

Change 
%find_lang %{name}
%files -f %{name}-32.lang
%{_bindir}/%{name}*

to
%find_lang %{name}
%files -f %{name}.lang
%{_bindir}/%{name}</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>