Hello community,

here is the log from the commit of package cpupower for openSUSE:Factory
checked in at Mon Sep 19 22:50:26 CEST 2011.



--------
--- cpupower/cpupower.changes   2011-05-02 14:32:06.000000000 +0200
+++ /mounts/work_src_done/STABLE/cpupower/cpupower.changes      2011-09-18 
01:56:42.000000000 +0200
@@ -1,0 +2,11 @@
+Sat Sep 17 23:56:39 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------
+Thu Aug 25 15:44:12 UTC 2011 - tr...@suse.de
+
+- Use manpages for help commands
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  cpupower-use-manpage-on-help-command.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cpupower.spec ++++++
--- /var/tmp/diff_new_pack.ohI0Ig/_old  2011-09-19 22:50:21.000000000 +0200
+++ /var/tmp/diff_new_pack.ohI0Ig/_new  2011-09-19 22:50:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cpupower
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Author: Thomas Renninger <tr...@suse.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,21 +16,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           cpupower
 Url:            
http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
 # Use this as version when things are in mainline kernel
 %define version %(rpm -q --qf '%{VERSION}' kernel-source)
 Version:        2.6.39
-Release:        3
+Release:        1
 Summary:        Tools to determine and set CPU Power related Settings
 License:        GPLv2+
 Group:          System/Base
 Source:         %{name}-%{version}.tar.bz2
+Patch0:         cpupower-use-manpage-on-help-command.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gettext-tools pciutils pciutils-devel
+BuildRequires:  pciutils-devel gettext-tools pciutils
 Obsoletes:      cpufrequtils
 Provides:       cpufrequtils
 
@@ -39,27 +37,14 @@
 like CPU frequency switching (cpufreq) or CPU sleep states (cpuidle) for users
 and userspace tools easier.
 
-
-Authors:
---------
-    Dominik Brodowski <li...@brodo.de>
-    Thomas Renninger <tr...@suse.de>
-
 %package -n libcpupower0
 License:        GPLv2+
 Summary:        Obsolete processor frequency related C-library
 Group:          System/Base
-AutoReqProv:    on
-
 %description -n libcpupower0
 Contains libcpupower and soon possibly other CPU power related
 C libraries.
 
-Authors:
---------
-    Dominik Brodowski <li...@brodo.de>
-
-
 %package devel
 License:        GPLv2+
 Summary:        Include files and C-libraries
@@ -69,11 +54,6 @@
 %description devel
 Include files and C-libraries for C/C++ development
 
-
-Authors:
---------
-    Dominik Brodowski <li...@brodo.de>
-
 %package bench
 License:        GPLv2+
 Summary:        CPU frequency micro benchmark
@@ -88,13 +68,9 @@
 For that purpose, it compares the performance governor to a configured
 powersave module.
 
-
-Authors:
---------
-    Christian Kornacker <ckornac...@suse.de>
-
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
@@ -102,7 +78,7 @@
 export SUSE_ASNEEDED=0
 CONF="PACKAGE_BUGREPORT=http://bugs.opensuse.org mandir=%_mandir 
libdir=%_libdir CPUFRQ_BENCH=true STRIP=true VERSION=%{version}"
 export CFLAGS="$RPM_OPT_FLAGS"
-make $CONF
+make $CONF %{?_smp_mflags}
 
 %install
 export SUSE_ASNEEDED=0
@@ -114,9 +90,6 @@
 mv $RPM_BUILD_ROOT/%{_docdir}/%{name}/cpufreq-bench_script.sh 
$RPM_BUILD_ROOT/%{_docdir}/%{name}/examples
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libcpupower0 -p /sbin/ldconfig
 
 %postun -n libcpupower0 -p /sbin/ldconfig

++++++ cpupower-use-manpage-on-help-command.patch ++++++
++++ 657 lines (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to