Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Dave Jones
71b03f4fc3 update to 1.29 2011-04-05 19:04:37 -04:00
Dave Jones
8b03c7942b 1.28 2011-04-05 19:04:26 -04:00
3 changed files with 13 additions and 6 deletions

4
.gitignore vendored
View file

@ -1,3 +1,3 @@
clog
x86info-1.27
x86info-1.27.tgz
x86info-1.*
x86info-1.*.tgz

View file

@ -1 +1,2 @@
a618e4ac1b0aba44ee26aacad3611f1a x86info-1.27.tgz
5cb1ea312c021c047f42a017ac17eac0 x86info-1.28.tgz
a44ed09926eeba8844524d489f8e4aeb x86info-1.29.tgz

View file

@ -1,14 +1,14 @@
Summary: x86 processor information tool.
Name: x86info
Version: 1.27
Release: 4%{?dist}
Version: 1.29
Release: 1%{?dist}
Epoch: 1
Group: System Environment/Base
License: GPLv2
Source0: http://www.codemonkey.org.uk/projects/x86info/x86info-%{version}.tgz
ExclusiveArch: %{ix86} x86_64
Url: http://www.codemonkey.org.uk/projects/x86info
BuildRequires: python2-devel
BuildRequires: python2-devel pciutils-devel
%description
x86info displays diagnostic information about x86 processors, such
@ -36,6 +36,12 @@ install -p -m 0755 lsmsr %{buildroot}%{_sbindir}/lsmsr
%{_mandir}/man1/*
%changelog
* Tue Apr 05 2011 Dave Jones <davej@redhat.com>
- Update to new upstream 1.29 (fixes lsmsr)
* Mon Mar 14 2011 Dave Jones <davej@redhat.com>
- Update to new upstream 1.28
* Tue Feb 08 2011 Dave Jones <davej@redhat.com>
- Correct license tag in spec. (It's explicitly GPLv2).