Hello community, here is the log from the commit of package doxygen for openSUSE:Factory checked in at Sun Oct 2 09:57:36 CEST 2011.
-------- --- openSUSE:Factory/doxygen/doxygen.changes 2011-09-23 01:55:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/doxygen/doxygen.changes 2011-09-30 13:00:11.000000000 +0200 @@ -1,0 +2,12 @@ +Fri Sep 30 12:59:51 CEST 2011 - [email protected] + +- remove arm specific patch that broke building on arm + +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - [email protected] + +- Remove redundant tags/sections from specfile + (cf. packaging guidelines) +- Use %_smp_mflags for parallel build + +------------------------------------------------------------------- --- openSUSE:Factory/doxygen/doxywizard.changes 2011-09-23 01:55:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/doxygen/doxywizard.changes 2011-09-18 19:34:14.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Sep 18 17:17:12 UTC 2011 - [email protected] + +- Remove redundant tags/sections from specfile + (cf. packaging guidelines) +- Use %_smp_mflags for parallel build + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- doxygen-1.5.9-arm.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ doxygen.spec ++++++ --- /var/tmp/diff_new_pack.woueth/_old 2011-10-02 09:57:32.000000000 +0200 +++ /var/tmp/diff_new_pack.woueth/_new 2011-10-02 09:57:32.000000000 +0200 @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: doxygen @@ -34,7 +33,6 @@ # ftp://ftp.stack.nl/pub/users/dimitri/doxygen_manual-%{version}.pdf.zip Source3: %{name}_manual-%{version}.pdf.bz2 Patch: %{name}-1.5.9-64archs.patch -Patch2: %{name}-1.5.9-arm.patch Patch3: %{name}-1.5.9-man.patch Patch4: %{name}-1.7.0-modify_footer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -65,16 +63,9 @@ developed on a Linux platform, but it runs on most other UNIX flavors as well. An executable for Windows 95/NT is also available. - - -Authors: --------- - Dimitri van Heesch <[email protected]> - %prep %setup -q -b 2 %patch -%patch2 %patch3 %patch4 cp -v %{S:3} . @@ -86,8 +77,9 @@ mintoc="-DENGLISH_ONLY" %endif sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS $mintoc@" tmake/lib/linux-g++/tmake.conf +# custom configure script ./configure --prefix /usr --install /usr/bin/install -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/doxygen @@ -96,9 +88,6 @@ cp -a html $RPM_BUILD_ROOT%{_docdir}/doxygen cp doxygen_manual-%{version}.pdf $RPM_BUILD_ROOT%{_docdir}/doxygen -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc %{_docdir}/doxygen ++++++ doxywizard.spec ++++++ --- /var/tmp/diff_new_pack.woueth/_old 2011-10-02 09:57:32.000000000 +0200 +++ /var/tmp/diff_new_pack.woueth/_new 2011-10-02 09:57:32.000000000 +0200 @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: doxywizard @@ -31,7 +30,6 @@ Source1: doxywizard.desktop Patch: doxygen-1.5.9-64archs.patch Patch2: %{name}-1.5.9-flex.patch -Patch4: doxygen-1.5.9-arm.patch Patch5: doxygen-1.5.9-man.patch Patch6: doxygen-1.7.1-qtdir.patch Patch100: doxygen-1.7.0-warnings.patch @@ -66,17 +64,10 @@ Doxywizard is a graphical front-end to read/edit/write doxygen configuration files. - - -Authors: --------- - Dimitri van Heesch <[email protected]> - %prep %setup -q -n doxygen-%{version} %patch %patch2 -%patch4 %patch5 %if 0%{?suse_version} %patch6 @@ -102,8 +93,9 @@ mintoc="-DENGLISH_ONLY" %endif sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = $RPM_OPT_FLAGS $mintoc@" tmake/lib/linux-g++/tmake.conf +# custom configure script ./configure --with-doxywizard -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install make install INSTALL=$RPM_BUILD_ROOT/usr @@ -120,9 +112,6 @@ %endif rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{doxygen,doxytag}.1 -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %attr(755,root,root) /usr/bin/doxywizard continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
