Compare commits

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

4 commits

Author SHA1 Message Date
Dave Jones
113da12331 1.27 2010-09-08 15:23:15 -04:00
Dave Jones
ffe7c7e1dc bump 2010-09-08 15:04:35 -04:00
Dave Jones
e46b32ed03 dead patch 2010-09-08 14:54:41 -04:00
Dave Jones
d41785c29f 1.26 2010-09-08 14:47:40 -04:00
4 changed files with 12 additions and 20 deletions

5
.gitignore vendored
View file

@ -1,3 +1,4 @@
clog
x86info-1.25
x86info-1.25.tgz
x86info-1.26
x86info-1.26.tgz
/x86info-1.27.tgz

View file

@ -1 +1 @@
29143559c611272ec2045361a6ffd813 x86info-1.25.tgz
a618e4ac1b0aba44ee26aacad3611f1a x86info-1.27.tgz

View file

@ -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)

View file

@ -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