diff --git a/doxygen.changes b/doxygen.changes index a979d3d..b86bf39 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 29 13:16:19 CEST 2007 - mmarek@suse.de + +- added flex and bison to buildrequires + ------------------------------------------------------------------- Mon Feb 5 15:56:24 CET 2007 - anosek@suse.cz diff --git a/doxygen.spec b/doxygen.spec index 3ecb507..a5c05c1 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -11,9 +11,9 @@ # norootforbuild Name: doxygen -BuildRequires: gcc-c++ libpng-devel +BuildRequires: bison flex gcc-c++ libpng-devel Version: 1.5.1 -Release: 1 +Release: 8 Autoreqprov: on License: GNU General Public License (GPL) Group: Development/Tools/Doc Generators @@ -84,7 +84,9 @@ rm -rf %{buildroot} %attr(444,root,root) %doc %{_mandir}/man1/doxytag.1.gz %attr(755,root,root) /usr/bin/* -%changelog -n doxygen +%changelog +* Thu Mar 29 2007 - mmarek@suse.de +- added flex and bison to buildrequires * Mon Feb 05 2007 - anosek@suse.cz -updated to version 1.5.1, bugfixes: * id 148567: @todo at the end of a comment block caused problem diff --git a/doxywizard.changes b/doxywizard.changes index 2a68f9a..5f84fe0 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 29 13:16:19 CEST 2007 - mmarek@suse.de + +- added flex and bison to buildrequires + ------------------------------------------------------------------- Mon Feb 5 16:17:23 CET 2007 - anosek@suse.cz diff --git a/doxywizard.spec b/doxywizard.spec index 0b97052..52b89af 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -11,9 +11,9 @@ # norootforbuild Name: doxywizard -BuildRequires: libdrm-devel libjpeg-devel qt3-devel update-desktop-files +BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files Version: 1.5.1 -Release: 1 +Release: 8 Autoreqprov: on Requires: doxygen = %{version} License: GNU General Public License (GPL) @@ -79,7 +79,9 @@ rm -rf %{buildroot} /usr/share/applications/doxywizard.desktop %attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz -%changelog -n doxywizard +%changelog +* Thu Mar 29 2007 - mmarek@suse.de +- added flex and bison to buildrequires * Mon Feb 05 2007 - anosek@suse.cz - updated to version 1.5.1 * fixed build (makefile.patch)