Hello community, here is the log from the commit of package powertweak checked in at Tue May 2 11:36:20 CEST 2006. -------- --- powertweak/powertweak.changes 2006-02-20 14:09:17.000000000 +0100 +++ STABLE/powertweak/powertweak.changes 2006-05-02 09:25:31.000000000 +0200 @@ -1,0 +2,6 @@ +Tue May 2 09:22:50 CEST 2006 - mmarek@suse.cz + +- fix build (missing #include <stdlib.h>) +- fix last change (forgot to apply the patch) + +------------------------------------------------------------------- New: ---- powertweak-0.99.5-stdlib.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powertweak.spec ++++++ --- /var/tmp/diff_new_pack.D2Bmqv/_old 2006-05-02 11:35:37.000000000 +0200 +++ /var/tmp/diff_new_pack.D2Bmqv/_new 2006-05-02 11:35:37.000000000 +0200 @@ -13,7 +13,7 @@ Name: powertweak BuildRequires: gcc-c++ gtk-devel libxml2-devel update-desktop-files Version: 0.99.5 -Release: 43 +Release: 53 License: GPL Group: System/Base URL: http://powertweak.sourceforge.net/ @@ -33,6 +33,7 @@ Patch8: netdev-xml.patch Patch9: powertweak-atacmds.patch Patch10: %{name}-%{version}-segfault.patch +Patch11: %{name}-%{version}-stdlib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq @@ -134,6 +135,8 @@ %patch7 %patch8 %patch9 +%patch10 +%patch11 %build %{?suse_update_config:%{suse_update_config}} @@ -225,6 +228,9 @@ %{_prefix}/share/powertweak/CPU %changelog -n powertweak +* Tue May 02 2006 - mmarek@suse.cz +- fix build (missing #include <stdlib.h>) +- fix last change (forgot to apply the patch) * Mon Feb 20 2006 - mmarek@suse.cz - fix segfault in DMI plugin [#151134] (segfault.patch) ++++++ powertweak-0.99.5-stdlib.patch ++++++ --- src/backends/core/PCILIB/plugin.c +++ src/backends/core/PCILIB/plugin.c @@ -6,6 +6,8 @@ * Licensed under the terms of the GNU GPL License version 2. */ +#include <stdlib.h> + #include <powertweak.h> #include <pci.h> #include <pciutils.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de