[numatop] Update to upstream version 1.0.3

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Mon Aug 25 14:18:09 UTC 2014


commit 4f0dea6ed1ed74986511aaab02fda4dfbb932913
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Fri Aug 8 09:12:56 2014 -0400

    Update to upstream version 1.0.3

 .gitignore   |    1 +
 numatop.spec |   12 ++++++------
 sources      |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48a3f7a..c773b9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /numatop_linux_1.0.1.tar.gz
 /numatop_linux_1.0.2.tar.gz
+/numatop_linux_1.0.3.tar.gz
diff --git a/numatop.spec b/numatop.spec
index 76bac08..dd8e0fc 100644
--- a/numatop.spec
+++ b/numatop.spec
@@ -1,8 +1,8 @@
 %global _hardened_build 1
 
 Name:           numatop
-Version:        1.0.2
-Release:        4%{?dist}
+Version:        1.0.3
+Release:        1%{?dist}
 Summary:        Memory access locality characterization and analysis
 
 License:        BSD
@@ -10,9 +10,6 @@ URL:            https://01.org/numatop
 Source0:        https://01.org/sites/default/files/%{name}_linux_%{version}.tar.gz
 BuildRequires:  numactl-devel ncurses-devel
 
-# https://github.com/01org/numatop/pull/5
-Patch0:         numatop.cpuid.patch
-
 # no NUMA
 ExcludeArch:    %{arm} s390 s390x
 
@@ -28,7 +25,6 @@ NumaTOP supports the Intel Xeon processors.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
 
 
 %build
@@ -48,6 +44,10 @@ make install PREFIXDIR=%{buildroot}%{_prefix} MANDIR=%{buildroot}%{_mandir}/man8
 
 
 %changelog
+* Fri Aug 25 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 1.0.3-1
+- New upstream release (#1076549)
+- Remove upstreamed patch
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 250589a..6318f88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcc4848d2c8a6351e7cb15a4194f6a86  numatop_linux_1.0.2.tar.gz
+44b7c3970309c5b37308889168d9170a  numatop_linux_1.0.3.tar.gz


More information about the scm-commits mailing list