Comment 1 for bug 1036260

Revision history for this message
Jason Conti (jconti) wrote :

Thanks for the bug report. I found an upstream bug here: https://bugzilla.gnome.org/show_bug.cgi?id=668035 and I submitted a simple patch to fix it.

You can workaround the issue by manually adding:

<info>
<package>PACKAGENAME</package>
<version>VERSION</version>
<revision>REVISION</revision>
</info>

to the generated xml. It seems that is exactly what glib does, to collect multiple reports together. (See Makefile.decl in the glib source)