Mailinglist Archive: opensuse-commit (1124 mails)
| < Previous | Next > |
commit powertweak
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 06 Apr 2007 00:28:19 +0200
- Message-id: <20070405222819.EC9DF678187@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package powertweak
checked in at Fri Apr 6 00:28:19 CEST 2007.
--------
--- powertweak/powertweak.changes 2006-06-01 11:50:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/powertweak/powertweak.changes 2007-04-04 22:56:06.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr 4 22:55:51 CEST 2007 - dmueller@xxxxxxx
+
+- Fix cpuid check
+
+-------------------------------------------------------------------
New:
----
check_cpuid.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ powertweak.spec ++++++
--- /var/tmp/diff_new_pack.F13645/_old 2007-04-06 00:28:07.000000000 +0200
+++ /var/tmp/diff_new_pack.F13645/_new 2007-04-06 00:28:07.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package powertweak (Version 0.99.5)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -13,8 +13,8 @@
Name: powertweak
BuildRequires: gcc-c++ gtk1-compat-devel libxml2-devel update-desktop-files
Version: 0.99.5
-Release: 55
-License: GPL
+Release: 95
+License: GNU General Public License (GPL)
Group: System/Base
URL: http://powertweak.sourceforge.net/
Summary: A program to tune systems to their optimal performance
@@ -34,6 +34,7 @@
Patch9: powertweak-atacmds.patch
Patch10: %{name}-%{version}-segfault.patch
Patch11: %{name}-%{version}-stdlib.patch
+Patch12: check_cpuid.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %insserv_prereq %fillup_prereq
@@ -137,9 +138,10 @@
%patch9
%patch10
%patch11
-gtk1-compat-autofix
+%patch12
%build
+gtk1-compat-autofix
%{?suse_update_config:%{suse_update_config}}
#libtoolize --force
#aclocal
@@ -228,7 +230,9 @@
%{_prefix}/share/powertweak/pci
%{_prefix}/share/powertweak/CPU
-%changelog -n powertweak
+%changelog
+* Wed Apr 04 2007 - dmueller@xxxxxxx
+- Fix cpuid check
* Thu Jun 01 2006 - sbrabec@xxxxxxx
- Force gtk2 using gtk1-compat-devel.
* Tue May 02 2006 - mmarek@xxxxxxx
++++++ check_cpuid.diff ++++++
--- src/backends/CPU/cpu.c
+++ src/backends/CPU/cpu.c
@@ -126,7 +126,7 @@ int InitPlugin (int showinfo)
int i;
struct cpu_identity *id;
- if (!HaveCPUID)
+ if (!HaveCPUID())
return FALSE;
#if defined __GLIBC__ && __GLIBC__ >=2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |