[x86info] 1.26

Dave Jones davej at fedoraproject.org
Wed Sep 8 18:40:56 UTC 2010


commit 150ecccfc6903cc2c280cf472be6e5e4adceb7e6
Author: Dave Jones <davej at redhat.com>
Date:   Wed Sep 8 14:40:31 2010 -0400

    1.26

 .gitignore   |    1 +
 sources      |    2 +-
 x86info.spec |    6 ++++--
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f011144..fb8ce18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 clog
 x86info-1.25
 x86info-1.25.tgz
+/x86info-1.26.tgz
diff --git a/sources b/sources
index be2ecc1..97247e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29143559c611272ec2045361a6ffd813  x86info-1.25.tgz
+fe0641eccd6fad52610b15d66aa0c1d4  x86info-1.26.tgz
diff --git a/x86info.spec b/x86info.spec
index 40c1e43..7e15138 100644
--- a/x86info.spec
+++ b/x86info.spec
@@ -1,6 +1,6 @@
 Summary:        x86 processor information tool.
 Name:           x86info
-Version:        1.25
+Version:        1.26
 Release:        %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist}
 Epoch:          1
 Group:          System Environment/Base
@@ -19,7 +19,6 @@ 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"
@@ -45,6 +44,9 @@ rm -rf %{buildroot}
 %attr(0644,root,root) %{_mandir}/*/*
 
 %changelog
+* Wed Sep 08 2010 Dave Jones <davej at redhat.com>
+- Update to new upstream 1.26
+
 * Fri Oct 30 2009 Dave Jones <davej at redhat.com>
 - Update to new upstream 1.25
 


More information about the scm-commits mailing list