Mailinglist Archive: opensuse-commit (1028 mails)
| < Previous | Next > |
commit cpufrequtils
- From: root@xxxxxxx (h_root)
- Date: Thu, 29 Jun 2006 23:01:31 +0200 (CEST)
- Message-id: <20060629210131.EC22894295@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package cpufrequtils
checked in at Thu Jun 29 23:01:31 CEST 2006.
--------
--- cpufrequtils/cpufrequtils.changes 2006-05-26 20:56:37.000000000 +0200
+++ cpufrequtils/cpufrequtils.changes 2006-06-29 11:50:07.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Jun 29 11:45:40 CEST 2006 - seife@xxxxxxx
+
+- update to upstream version 002 (changed numbering scheme):
+ - new Makefile-based build system instead of autotools
+ - includes a patch which causes cpufrequtils to always set the
+ maximum frequency before the minimum frequency on a policy
+ change, as the kernel expects.
+
+-------------------------------------------------------------------
Old:
----
cpufrequtils-0.4.tar.bz2
New:
----
cpufrequtils-002.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cpufrequtils.spec ++++++
--- /var/tmp/diff_new_pack.t0cq88/_old 2006-06-29 23:01:06.000000000 +0200
+++ /var/tmp/diff_new_pack.t0cq88/_new 2006-06-29 23:01:06.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package cpufrequtils (Version 0.4)
+# spec file for package cpufrequtils (Version 002)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,8 +13,8 @@
Name: cpufrequtils
BuildRequires: doxygen lynx sysfsutils
URL: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
-Version: 0.4
-Release: 13
+Version: 002
+Release: 1
Summary: Tools to Determine and Set CPUfreq Settings
License: GPL
Group: System/Base
@@ -39,12 +39,13 @@
%setup
%build
+CONF="PACKAGE_BUGREPORT=http://bugs.opensuse.org mandir=%_mandir libdir=%_libdir"
export CFLAGS="$RPM_OPT_FLAGS"
-./configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir}
-make
+make $CONF
%install
-make install DESTDIR=$RPM_BUILD_ROOT
+CONF="PACKAGE_BUGREPORT=http://bugs.opensuse.org mandir=%_mandir libdir=%_libdir"
+make install DESTDIR=$RPM_BUILD_ROOT $CONF
%clean
rm -rf $RPM_BUILD_ROOT
@@ -64,6 +65,12 @@
/usr/bin/cpufreq-*
%changelog -n cpufrequtils
+* Thu Jun 29 2006 - seife@xxxxxxx
+- update to upstream version 002 (changed numbering scheme):
+- new Makefile-based build system instead of autotools
+- includes a patch which causes cpufrequtils to always set the
+ maximum frequency before the minimum frequency on a policy
+ change, as the kernel expects.
* Fri May 26 2006 - schwab@xxxxxxx
- Don't strip binaries.
* Wed Jan 25 2006 - mls@xxxxxxx
++++++ cpufrequtils-0.4.tar.bz2 -> cpufrequtils-002.tar.bz2 ++++++
++++ 93409 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx
| < Previous | Next > |