Hello community, here is the log from the commit of package cpufrequtils for openSUSE:Factory checked in at 2013-03-10 07:46:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpufrequtils (Old) and /work/SRC/openSUSE:Factory/.cpufrequtils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpufrequtils", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/cpufrequtils/cpufrequtils.changes 2012-05-15 17:40:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cpufrequtils.new/cpufrequtils.changes 2013-03-10 07:46:54.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Mar 9 09:47:54 UTC 2013 - [email protected] + +- Build cpufreq-aperf and turbostat only on x86 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpufrequtils.spec ++++++ --- /var/tmp/diff_new_pack.eEGAHb/_old 2013-03-10 07:46:56.000000000 +0100 +++ /var/tmp/diff_new_pack.eEGAHb/_new 2013-03-10 07:46:56.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package cpufrequtils # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,7 +65,7 @@ %prep %setup -q -a 3 -%ifarch ppc ppc64 %arm +%ifnarch %ix86 x86_64 %patch1 -p1 %endif @@ -76,7 +76,7 @@ CONF="PACKAGE_BUGREPORT=http://bugs.opensuse.org mandir=%_mandir libdir=%_libdir CPUFRQ_BENCH=true STRIP=true" export CFLAGS="$RPM_OPT_FLAGS" make $CONF %{?_smp_mflags} -%ifnarch ppc ppc64 %arm +%ifarch %ix86 x86_64 cd turbostat export CFLAGS="$CFLAGS -D_GNU_SOURCE" make %{?_smp_mflags} @@ -94,7 +94,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_sbindir} mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8 -%ifnarch ppc ppc64 %arm +%ifarch %ix86 x86_64 install -D -m 0755 turbostat/turbostat $RPM_BUILD_ROOT/%{_sbindir} install -D -m 0644 turbostat/turbostat.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8 %endif @@ -107,7 +107,7 @@ %defattr (-,root,root) %{_libdir}/libcpufreq.*.0 %{_mandir}/man1/cpufreq* -%ifnarch ppc ppc64 %arm +%ifarch %ix86 x86_64 %{_mandir}/man8/turbostat* %{_sbindir}/turbostat /usr/bin/cpufreq-aperf -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
