Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
113da12331 | ||
|
|
ffe7c7e1dc | ||
|
|
e46b32ed03 | ||
|
|
d41785c29f |
4 changed files with 12 additions and 20 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
clog
|
||||
x86info-1.25
|
||||
x86info-1.25.tgz
|
||||
x86info-1.26
|
||||
x86info-1.26.tgz
|
||||
/x86info-1.27.tgz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
29143559c611272ec2045361a6ffd813 x86info-1.25.tgz
|
||||
a618e4ac1b0aba44ee26aacad3611f1a x86info-1.27.tgz
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
diff -up x86info-1.24/Makefile.jx x86info-1.24/Makefile
|
||||
--- x86info-1.24/Makefile.jx 2009-02-06 12:10:58.000000000 -0500
|
||||
+++ x86info-1.24/Makefile 2009-07-14 09:43:52.000000000 -0400
|
||||
@@ -30,6 +30,8 @@ LSMSR_SRC =\
|
||||
|
||||
LSMSR_OBJS = $(LSMSR_SRC:%.c=%.o)
|
||||
|
||||
+lsmsr.c: $(LSMSR_TMP_HEADERS)
|
||||
+
|
||||
lsmsr: $(LSMSR_TMP_HEADERS) $(LSMSR_OBJS)
|
||||
$(CC) $(CFLAGS) -o lsmsr $(LSMSR_OBJS)
|
||||
|
||||
13
x86info.spec
13
x86info.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: x86 processor information tool.
|
||||
Name: x86info
|
||||
Version: 1.25
|
||||
Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist}
|
||||
Version: 1.27
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
|
|
@ -13,15 +13,12 @@ BuildRequires: python
|
|||
|
||||
Obsoletes: kernel-utils
|
||||
|
||||
Patch0: x86info-1.24-make-j.patch
|
||||
|
||||
%description
|
||||
x86info displays diagnostic information about x86 processors, such
|
||||
as cache configuration and supported features.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1 -b .make-j
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
|
@ -47,6 +44,12 @@ rm -rf %{buildroot}
|
|||
%attr(0644,root,root) %{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 08 2010 Dave Jones <davej@redhat.com>
|
||||
- Update to new upstream 1.27 (fixes build problem in 1.26)
|
||||
|
||||
* Wed Sep 08 2010 Dave Jones <davej@redhat.com>
|
||||
- Update to new upstream 1.26
|
||||
|
||||
* Fri Oct 30 2009 Dave Jones <davej@redhat.com>
|
||||
- Update to new upstream 1.25
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue