Hello community, here is the log from the commit of package x86info for openSUSE:Factory checked in at 2015-09-11 09:04:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/x86info (Old) and /work/SRC/openSUSE:Factory/.x86info.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "x86info" Changes: -------- --- /work/SRC/openSUSE:Factory/x86info/x86info.changes 2014-10-22 16:22:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.x86info.new/x86info.changes 2015-09-11 09:04:43.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Sep 9 16:04:46 UTC 2015 - [email protected] + +- Update to 1.30 + * no upstream changelog available +- Cleanup spec file with spec-clener + +------------------------------------------------------------------- Old: ---- x86info-1.29.tar.bz2 New: ---- x86info-1.30.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ x86info.spec ++++++ --- /var/tmp/diff_new_pack.9GxTJh/_old 2015-09-11 09:04:44.000000000 +0200 +++ /var/tmp/diff_new_pack.9GxTJh/_new 2015-09-11 09:04:44.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package x86info # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,17 @@ Name: x86info -Version: 1.29 +Version: 1.30 Release: 0 Summary: Show x86 CPU Information License: GPL-2.0 Group: System/Monitoring Url: http://www.codemonkey.org.uk/projects/x86info/ -Source: http://www.codemonkey.org.uk/x86info/%{name}-%{version}.tar.bz2 -BuildRequires: gcc +Source: http://codemonkey.org.uk/projects/x86info/x86info-%{version}.tgz BuildRequires: pciutils-devel BuildRequires: python -ExclusiveArch: %{ix86} x86_64 BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExclusiveArch: %ix86 x86_64 %description Unlike other 'cpuinfo' tools which just parse /proc/cpuinfo, x86info @@ -36,32 +35,26 @@ the contents of model-specific registers, discover CPU silicon revisions, and more. - - -Authors: --------- - Dave Jones <[email protected]> - %prep %setup -q %build -make CFLAGS="%optflags" %{?_smp_mflags} +make CFLAGS="%{optflags}" %{?_smp_mflags} %install -mkdir -p $RPM_BUILD_ROOT/usr/bin -mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 -mkdir -p $RPM_BUILD_ROOT/usr/sbin -mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8 -install -m 755 x86info $RPM_BUILD_ROOT/usr/bin -install -m 644 x86info.1 $RPM_BUILD_ROOT%{_mandir}/man1 -install -m 755 lsmsr $RPM_BUILD_ROOT/usr/sbin -install -m 644 lsmsr.8 $RPM_BUILD_ROOT%{_mandir}/man8 +mkdir -p %{buildroot}%{_prefix}/bin +mkdir -p %{buildroot}%{_mandir}/man1 +mkdir -p %{buildroot}%{_prefix}/sbin +mkdir -p %{buildroot}%{_mandir}/man8 +install -m 755 x86info %{buildroot}%{_prefix}/bin +install -m 644 x86info.1 %{buildroot}%{_mandir}/man1 +install -m 755 lsmsr %{buildroot}%{_prefix}/sbin +install -m 644 lsmsr.8 %{buildroot}%{_mandir}/man8 %files %defattr(-, root, root) -%doc %{_mandir}/man1/%{name}.1.gz -%doc %{_mandir}/man8/lsmsr.8.gz +%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man8/lsmsr.8.gz %doc README TODO %{_bindir}/%{name} %{_sbindir}/lsmsr
